Skip to content
Snippets Groups Projects
Commit bc398515 authored by Campbell Barton's avatar Campbell Barton
Browse files

disable initializing data on the scene when registering netrender. addons...

disable initializing data on the scene when registering netrender. addons registration shouldnt modify the current blend file.
parent fa202a6e
No related branches found
No related tags found
No related merge requests found
......@@ -72,11 +72,6 @@ def register():
import bpy
bpy.utils.register_module(__name__)
scene = bpy.context.scene
if scene:
ui.init_data(scene.network_render)
def unregister():
import bpy
bpy.utils.unregister_module(__name__)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment