mirror of
https://github.com/blender/blender-addons.git
synced 2025-07-25 16:05:20 +00:00
fix for error unregistering
This commit is contained in:
@ -232,6 +232,8 @@ def register():
|
||||
|
||||
|
||||
def unregister():
|
||||
Scene = bpy.types.Scene
|
||||
|
||||
for cls in View3DEditProps, SequencerEditProps:
|
||||
delattr(Scene,
|
||||
cls._PROP_STORAGE_ID,
|
||||
|
Reference in New Issue
Block a user