mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3713 - refactored keys and labels
This commit is contained in:
parent
45368a7ba8
commit
4dbca722ba
2 changed files with 4 additions and 4 deletions
|
|
@ -109,7 +109,7 @@ class CollectColorCodedInstances(pyblish.api.ContextPlugin):
|
|||
"Subset {} already created, skipping.".format(subset))
|
||||
continue
|
||||
|
||||
if self.create_flatten_image != "only":
|
||||
if self.create_flatten_image != "flatten_only":
|
||||
instance = self._create_instance(context, layer,
|
||||
resolved_family,
|
||||
asset_name, subset, task_name)
|
||||
|
|
|
|||
|
|
@ -50,9 +50,9 @@
|
|||
"type": "enum",
|
||||
"multiselection": false,
|
||||
"enum_items": [
|
||||
{ "yes": "Yes" },
|
||||
{ "no": "No" },
|
||||
{ "only": "Only flatten" }
|
||||
{ "flatten_with_images": "Flatten with images" },
|
||||
{ "flatten_only": "Flatten only" },
|
||||
{ "no": "No" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue