refactor: user metadata

This commit is contained in:
Swann Martinez
2020-01-22 15:15:44 +01:00
parent e253ccd52d
commit e22b036cc9
4 changed files with 20 additions and 13 deletions

View File

@ -201,7 +201,7 @@ class SESSION_PT_user(bpy.types.Panel):
user_operations.operator(
"session.snapview",
text="",
icon='VIEW_CAMERA').target_client = online_users[selected_user].name
icon='VIEW_CAMERA').target_client = active_user.username
class SESSION_UL_users(bpy.types.UIList):