feat: clean up

This commit is contained in:
Swann Martinez 2019-10-11 16:21:05 +02:00
parent 727394de5d
commit 9b79b441cf
No known key found for this signature in database
GPG Key ID: 414CCAFD8DA720E1
2 changed files with 5 additions and 5 deletions

View File

@ -74,7 +74,7 @@ class SessionStartOperator(bpy.types.Operator):
bpy_factory.register_type(
_type.bl_class,
_type.bl_rep_class,
timer=0,#type_local_config.bl_delay_refresh
timer=type_local_config.bl_delay_refresh,
automatic=type_local_config.auto_push)
if type_local_config.bl_delay_apply > 0: