We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4978081 + 2ac6cef commit c564458Copy full SHA for c564458
1 file changed
__init__.py
@@ -403,7 +403,7 @@ def after_load(_a, _b):
403
# Doing some operations immediately on file load can crash blender in specific situations,
404
# so delay the post-load code execution.
405
# (note if register() is called without a delay the function just runs immediately, so we need any non-zero delay)
406
- bpy.app.timers.register(after_load_impl, 0.001)
+ bpy.app.timers.register(after_load_impl, first_interval=0.001)
407
408
409
def after_load_impl():
0 commit comments