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 2d812d962c - Show all commits

View File

@ -29,6 +29,9 @@ class ASSETOWNERSHIP(bpy.types.PropertyGroup):
class TEMP_ASSETOWNERSHIP(bpy.types.PropertyGroup):
"""Class used when finding new ownership data so it can be drawn
with the same method as the existing ownership data from ASSETOWNERSHIP"""
owner: bpy.props.EnumProperty(
name="Transfer Data Owner",
items=constants.TASK_LAYER_ITEMS,