template_data stores frame used for anatomy filling

This commit is contained in:
iLLiCiTiT 2020-03-25 16:32:06 +01:00
parent 570d336f05
commit c15437f04a

View file

@ -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)))