Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 45d7f6ba7b - Show all commits

View File

@ -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,)