generated from stilobique/BlenderTemplate
Refactoring model inside properties
Make a Property Group for blender
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user