Refactoring model inside properties

Make a Property Group for blender
This commit is contained in:
2024-05-12 18:15:19 +02:00
parent 1f7d5b40e8
commit 4f539912eb
6 changed files with 17 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
import bpy
class FangeProperties(bpy.types.PropertyGroup):
socket_collection: bpy.props.BoolProperty(
name='State Socket use',
description='Use the socket collection setup',
default=False
)