mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
template_data store same frame as was used in anatomy filling
This commit is contained in:
parent
0ccee02034
commit
fe7a677621
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
test_dest_files.append(
|
||||
os.path.normpath(template_filled)
|
||||
)
|
||||
template_data["frame"] = repre_context["frame"]
|
||||
|
||||
self.log.debug(
|
||||
"test_dest_files: {}".format(str(test_dest_files)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue