update addons (for 5.2)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user