Files
Blender-Fange-Pipeline/Fange Pipeline/properties/main.py
T
stilobique 4f539912eb Refactoring model inside properties
Make a Property Group for blender
2024-05-12 18:15:19 +02:00

11 lines
225 B
Python

import bpy
class FangeProperties(bpy.types.PropertyGroup):
socket_collection: bpy.props.BoolProperty(
name='State Socket use',
description='Use the socket collection setup',
default=False
)