Asset Pipeline v2 #145
@ -12,6 +12,12 @@ class ASSETOWNERSHIP(bpy.types.PropertyGroup):
|
||||
type: bpy.props.StringProperty(name="Transfer Data Type", default="")
|
||||
id: bpy.props.PointerProperty(type=bpy.types.Object)
|
||||
|
||||
# TODO USE ENUM FOR TRANSFER DATA TYPE
|
||||
# type: bpy.props.EnumProperty(
|
||||
# name="TD TYPE",
|
||||
# items=[("NONE", "None", ""), ("MODEL", "Modeling", ""), ("RIG", "Rigging", "")],
|
||||
# )
|
||||
|
||||
|
||||
classes = (ASSETOWNERSHIP,)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user