forked from LeenkxTeam/LNXSDK
Leenkx Theme
This commit is contained in:
@ -256,7 +256,10 @@ def register():
|
||||
|
||||
def unregister():
|
||||
for cls in reversed(__REG_CLASSES):
|
||||
bpy.utils.unregister_class(cls)
|
||||
try:
|
||||
bpy.utils.unregister_class(cls)
|
||||
except RuntimeError:
|
||||
pass
|
||||
del bpy.types.Object.lnx_propertylist
|
||||
del bpy.types.Object.lnx_propertylist_index
|
||||
del bpy.types.Scene.lnx_propertylist
|
||||
|
||||
Reference in New Issue
Block a user