mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
3b8be809e0
commit
74a6d33baa
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue