mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge branch 'develop' into enhancement/AY-2130_Maxsceneloader
This commit is contained in:
commit
04ee8d8f35
2 changed files with 3 additions and 2 deletions
|
|
@ -103,8 +103,8 @@ class ValidateModelName(pyblish.api.InstancePlugin,
|
|||
invalid = False
|
||||
compare = {
|
||||
"project": instance.context.data["projectName"],
|
||||
"asset": instance.context.data["folderPath"],
|
||||
"subset": instance.context.data["subset"],
|
||||
"asset": instance.data["folderPath"],
|
||||
"subset": instance.data["productName"]
|
||||
}
|
||||
for key, required_value in compare.items():
|
||||
if key in regex.groupindex:
|
||||
|
|
|
|||
|
|
@ -573,6 +573,7 @@ class BaseWorkfileController(
|
|||
workdir,
|
||||
filename,
|
||||
template_key,
|
||||
src_filepath=representation_filepath
|
||||
)
|
||||
except Exception:
|
||||
failed = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue