fix: client list update

This commit is contained in:
swann
2019-05-22 17:17:09 +02:00
parent cef8a91bf1
commit 1f9b4106d9
2 changed files with 7 additions and 6 deletions

View File

@ -104,8 +104,8 @@ def refresh_session_data():
def default_tick():
refresh_session_data()
upload_client_instance_position()
# refresh_session_data()
# upload_client_instance_position()
return .2
@ -475,8 +475,8 @@ def depsgraph_update(scene):
toogle_update_dirty(ctx, update)
else:
item = get_datablock_from_update(update,ctx)
#get parent authority
#get parent authority
if hasattr(item,"id"):
parent_id = ctx.collection.id if ctx.collection.id != 'None' else ctx.scene.id