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