add basic support of Ballance elements

This commit is contained in:
2023-10-25 12:07:14 +08:00
parent 9079bf1bb3
commit 2896602e6a
4 changed files with 208 additions and 7 deletions

View File

@ -0,0 +1,8 @@
import bpy
from . import UTIL_functions
class BBP_PG_virtools_group(bpy.types.PropertyGroup):
group_name: bpy.props.StringProperty(
name = "Group Name",
default = ""
)