Skip to content

Commit 408f9e0

Browse files
authored
Merge pull request #12 from MelonSpeedruns/melon/fix-crashes
Fixed random blender startup crashes
2 parents acf8d58 + c612a6c commit 408f9e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fast64_internal/f3d/f3d_material.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,6 +1865,7 @@ def load_handler(dummy):
18651865
lib.reload()
18661866
bpy.context.scene["f3d_lib_dir"] = None # force node reload!
18671867
link_f3d_material_library()
1868+
break
18681869

18691870

18701871
bpy.app.handlers.load_post.append(load_handler)

0 commit comments

Comments
 (0)