fix for error in recent commit.

This commit is contained in:
Campbell Barton 2010-11-19 11:57:10 +00:00
parent a04bbb2374
commit 7689ac75ad

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