Skip to content
Snippets Groups Projects
Commit 6a252de7 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

`use_override_library` was removed.

parent 1287a348
No related branches found
No related tags found
No related merge requests found
...@@ -325,7 +325,6 @@ def fake_main(): ...@@ -325,7 +325,6 @@ def fake_main():
bpy.app = module_add("bpy.app") bpy.app = module_add("bpy.app")
bpy.app.use_userpref_skip_save_on_exit = False bpy.app.use_userpref_skip_save_on_exit = False
bpy.app.use_override_library = True
bpy.app.build_options = module_add("bpy.app.build_options") bpy.app.build_options = module_add("bpy.app.build_options")
bpy.app.build_options.fluid = True bpy.app.build_options.fluid = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment