template_data store same frame as was used in anatomy filling

This commit is contained in:
iLLiCiTiT 2020-03-25 16:27:18 +01:00
parent 0ccee02034
commit fe7a677621

View file

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