add basic support of Ballance elements
This commit is contained in:
@ -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 = ""
|
||||
)
|
||||
|
Reference in New Issue
Block a user