refactor: cleanup

This commit is contained in:
Swann Martinez
2020-02-20 14:17:50 +01:00
parent 699bdf5fe0
commit 67f1149f65
3 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,6 @@ def depsgraph_evaluation(scene):
session_infos = bpy.context.window_manager.session
# NOTE: maybe we don't need to check each update but only the first
# thanks to our deps graph....
for update in reversed(dependency_updates):
# Is the object tracked ?

View File

@ -329,6 +329,7 @@ class SESSION_PT_services(bpy.types.Panel):
bl_region_type = 'UI'
bl_category = "Multiuser"
bl_parent_id = 'MULTIUSER_SETTINGS_PT_panel'
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):