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

error in own recent commit

parent 837fedf3
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ class bpy_ops_submodule_op(object): ...@@ -140,6 +140,7 @@ class bpy_ops_submodule_op(object):
if scene: # None in backgroud mode if scene: # None in backgroud mode
scene.update() scene.update()
else: else:
import bpy
for scene in bpy.data.scenes: for scene in bpy.data.scenes:
scene.update() scene.update()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment