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

fix for error unregistering

parent 1046b16a
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,8 @@ def register(): ...@@ -232,6 +232,8 @@ def register():
def unregister(): def unregister():
Scene = bpy.types.Scene
for cls in View3DEditProps, SequencerEditProps: for cls in View3DEditProps, SequencerEditProps:
delattr(Scene, delattr(Scene,
cls._PROP_STORAGE_ID, cls._PROP_STORAGE_ID,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment