Skip to content

Commit c564458

Browse files
committed
Merge commit '2ac6cef1beb136603a4a02d87fa9567d5086278b' of https://github.com/Fast-64/fast64
2 parents 4978081 + 2ac6cef commit c564458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def after_load(_a, _b):
403403
# Doing some operations immediately on file load can crash blender in specific situations,
404404
# so delay the post-load code execution.
405405
# (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)
406+
bpy.app.timers.register(after_load_impl, first_interval=0.001)
407407

408408

409409
def after_load_impl():

0 commit comments

Comments
 (0)