fix for error unregistering

This commit is contained in:
Campbell Barton
2011-02-08 11:11:40 +00:00
parent 1046b16ae4
commit e6f551aef7

View File

@ -232,6 +232,8 @@ def register():
def unregister():
Scene = bpy.types.Scene
for cls in View3DEditProps, SequencerEditProps:
delattr(Scene,
cls._PROP_STORAGE_ID,