mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
more explicit check for originalDirname
This commit is contained in:
parent
9b2e97fb74
commit
a09999174d
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
is_udim = bool(repre.get("udim"))
|
||||
|
||||
# handle publish in place
|
||||
if "originalDirname" in template:
|
||||
if "{originalDirname}" in template:
|
||||
# store as originalDirname only original value without project root
|
||||
# if instance collected originalDirname is present, it should be
|
||||
# used for all represe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue