feat: draw users

This commit is contained in:
Swann Martinez
2019-08-14 14:25:20 +02:00
parent 26fde5da43
commit d15c099d05
7 changed files with 96 additions and 91 deletions

2
ui.py
View File

@ -178,7 +178,7 @@ class SESSION_PT_user(bpy.types.Panel):
detail_item_row.label(
text="{} {}".format(username, info))
detail_item_row.label(text=str(pointer))
if not is_local_user:
detail_item_row.operator(
"session.snapview", text="", icon='VIEW_CAMERA').target_client = key