mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +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(
|
test_dest_files.append(
|
||||||
os.path.normpath(template_filled)
|
os.path.normpath(template_filled)
|
||||||
)
|
)
|
||||||
|
# Store used frame value to template data
|
||||||
|
template_data["frame"] = repre_context["frame"]
|
||||||
|
|
||||||
self.log.debug(
|
self.log.debug(
|
||||||
"test_dest_files: {}".format(str(test_dest_files)))
|
"test_dest_files: {}".format(str(test_dest_files)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue