Asset Pipeline v2 #145
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user