mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
template_data stores frame used for anatomy filling
This commit is contained in:
parent
570d336f05
commit
c15437f04a
1 changed files with 2 additions and 0 deletions
|
|
@ -326,6 +326,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
test_dest_files.append(
|
||||
os.path.normpath(template_filled)
|
||||
)
|
||||
# Store used frame value to template data
|
||||
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