Asset Pipeline v2 #145
@ -513,7 +513,7 @@ def get_task_layer_types(self, context):
|
|||||||
|
|
||||||
class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
|
class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
|
||||||
bl_idname = "assetpipe.batch_ownership_change"
|
bl_idname = "assetpipe.batch_ownership_change"
|
||||||
bl_label = "Batch Re-Assign"
|
bl_label = "Batch Ownership"
|
||||||
bl_description = """Re-Assign Ownership in a batch operation"""
|
bl_description = """Re-Assign Ownership in a batch operation"""
|
||||||
|
|
||||||
name_filter: bpy.props.StringProperty(
|
name_filter: bpy.props.StringProperty(
|
||||||
@ -541,7 +541,7 @@ class ASSETPIPE_OT_batch_ownership_change(bpy.types.Operator):
|
|||||||
(
|
(
|
||||||
'TRANSFER_DATA',
|
'TRANSFER_DATA',
|
||||||
"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