error in own recent commit

This commit is contained in:
Campbell Barton 2010-11-22 23:41:00 +00:00
parent 837fedf372
commit 6f90a38a54

@ -140,6 +140,7 @@ class bpy_ops_submodule_op(object):
if scene: # None in backgroud mode
scene.update()
else:
import bpy
for scene in bpy.data.scenes:
scene.update()