This commit is contained in:
Kayla Man 2023-10-03 14:55:54 +08:00
parent 3b8be809e0
commit 74a6d33baa

View file

@ -75,7 +75,8 @@ class ExtractTyCache(publish.Extractor):
"stagingDir": stagingdir
}
instance.data["representations"].append(mesh_repres)
self.log.info(f"Extracted instance '{instance.name}' to: {mesh_filename}")
self.log.info(
f"Extracted instance '{instance.name}' to: {mesh_filename}")
def get_file(self, instance, start_frame, end_frame):
"""Get file names for tyFlow in tyCache format.