OP-3939 - updated key for Settings

This commit is contained in:
Petr Kalis 2022-10-10 10:54:06 +02:00
parent 72e647a5b9
commit f7fdb10f6b
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ class PreIntegrateThumbnails(pyblish.api.InstancePlugin):
self.integrate_profiles,
{
"hosts": host_name,
"tasks": task.get("name"),
"task_names": task.get("name"),
"task_types": task.get("type"),
"families": family,
"subsets": subset_name,

View file

@ -598,7 +598,7 @@
"type": "task-types-enum"
},
{
"key": "tasks",
"key": "task_names",
"label": "Task names",
"type": "list",
"object_type": "text"