fix: Timer not unregistered error

fix: handle correctly unsupported float parameter for geometry nodes
fix: Material loading
This commit is contained in:
Swann
2021-03-31 15:38:35 +02:00
parent 9d0d684589
commit 67d18f08e2
4 changed files with 11 additions and 10 deletions

View File

@ -210,8 +210,6 @@ class SessionStartOperator(bpy.types.Operator):
type_module_class,
check_common=type_module_class.bl_check_common)
deleyables.append(timers.ApplyTimer(timeout=settings.depsgraph_update_rate))
if bpy.app.version[1] >= 91:
python_binary_path = sys.executable
else:
@ -272,6 +270,7 @@ class SessionStartOperator(bpy.types.Operator):
# Background client updates service
deleyables.append(timers.ClientUpdate())
deleyables.append(timers.DynamicRightSelectTimer())
deleyables.append(timers.ApplyTimer(timeout=settings.depsgraph_update_rate))
# deleyables.append(timers.PushTimer(
# queue=stagging,
# timeout=settings.depsgraph_update_rate