refactor: cleanup
This commit is contained in:
Submodule multi_user/libs/replication updated: 4c104fa177...0f2ae759a7
@ -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 ?
|
||||
|
@ -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):
|
||||
|
Reference in New Issue
Block a user