Leenkx Theme

This commit is contained in:
2026-09-12 19:57:45 -07:00
parent 365c624d73
commit cf68067343
7 changed files with 1610 additions and 3 deletions

View File

@ -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