Skip to content

Commit

Permalink
Merge pull request #12 from MelonSpeedruns/melon/fix-crashes
Browse files Browse the repository at this point in the history
Fixed random blender startup crashes
  • Loading branch information
NEstelami authored Apr 1, 2023
2 parents acf8d58 + c612a6c commit 408f9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fast64_internal/f3d/f3d_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,7 @@ def load_handler(dummy):
lib.reload()
bpy.context.scene["f3d_lib_dir"] = None # force node reload!
link_f3d_material_library()
break


bpy.app.handlers.load_post.append(load_handler)
Expand Down

0 comments on commit 408f9e0

Please sign in to comment.