fix: handle multiple selected object highlight

This commit is contained in:
Swann Martinez
2019-06-12 15:52:51 +02:00
parent ad88350546
commit c09d9e4e11
4 changed files with 13 additions and 14 deletions

View File

@ -16,8 +16,6 @@ BPY_TYPES = {'Texture': 'textures','Material': 'materials', 'GreasePencil': 'gre
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)
# UTILITY FUNCTIONS
def revers(d):
l = []
for i in d:
@ -134,6 +132,7 @@ def load_client(client=None, data=None):
if client and data:
if net_settings.enable_draw:
draw.renderer.draw_client(data)
draw.renderer.draw_client_selected_objects(data)