OP-3446 - added label to Settings

Updated label for collector
This commit is contained in:
Petr Kalis 2022-07-19 11:27:16 +02:00
parent 9aa80d4286
commit 96be94c0c2
2 changed files with 6 additions and 3 deletions

View file

@ -7,13 +7,13 @@ from openpype.pipeline import OpenPypePyblishPluginMixin
class CollectMovieBatch(
pyblish.api.InstancePlugin, OpenPypePyblishPluginMixin
):
"""Collect file url for batch mov and create representation.
"""Collect file url for batch movies and create representation.
Adds review on instance and to repre.tags based on value of toggle button
on creator.
"""
label = "Collect Mov Batch Files"
label = "Collect Movie Batch Files"
order = pyblish.api.CollectorOrder
hosts = ["traypublisher"]

View file

@ -89,9 +89,12 @@
"collapsible": true,
"key": "BatchMovieCreator",
"label": "Batch Movie Creator",
"use_label_wrap": true,
"collapsible_key": true,
"children": [
{
"type": "label",
"label": "Allows to publish multiple video files in one go. <br />Name of matching asset is parsed from file names ('asset.mov', 'asset_v001.mov', 'my_asset_to_publish.mov')"
},
{
"type": "list",
"key": "default_variants",