unregister collection instead scene
This commit is contained in:
parent
e6c9dde63c
commit
f4f8ee1613
@ -91,7 +91,7 @@ def register():
|
||||
bpy.types.Collection.rig_picker = bpy.props.PointerProperty(type=RP_PG_collection_ui_settings)
|
||||
|
||||
def unregister():
|
||||
del bpy.types.Scene.rig_picker
|
||||
del bpy.types.Collection.rig_picker
|
||||
del bpy.types.Object.rig_picker
|
||||
del bpy.types.Armature.rig_picker
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user