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 9670748501 - Show all commits

View File

@ -513,7 +513,7 @@ def get_task_layer_types(self, context):
class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
bl_idname = "assetpipe.batch_ownership_change"
bl_label = "Batch Re-Assign"
bl_label = "Batch Ownership"
bl_description = """Re-Assign Ownership in a batch operation"""
name_filter: bpy.props.StringProperty(
@ -541,7 +541,7 @@ class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
(
'TRANSFER_DATA',
"Transfer Data",
"Update Owner of Transfer Data with Objects",
"Update Owner of Transfer Data within Objects",
),
),
)