Files
Blender-Fange-Pipeline/Fange_Pipeline/properties/main.py
T
2024-05-16 22:12:11 +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
)