update addons (for 5.2)

This commit is contained in:
Nathan
2026-07-14 14:44:58 -06:00
parent a232ea1c9c
commit e3310263f3
246 changed files with 21097 additions and 9607 deletions
@@ -32,13 +32,15 @@ class OBJECT_PG_booleans(bpy.types.PropertyGroup):
default = False,
)
modifiers_list_index: bpy.props.IntProperty()
#### ------------------------------ REGISTRATION ------------------------------ ####
classes = [
classes = (
OBJECT_PG_booleans,
]
)
def register():
for cls in classes: