mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Add some debug logs
This commit is contained in:
parent
a6de293bb6
commit
d0d45abfba
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ class ExtractROP(plugin.HoudiniExtractorPlugin):
|
|||
)
|
||||
ext = ext.lstrip(".")
|
||||
|
||||
self.log.debug(f"Rendering {rop_node.path()} to {first_file}..")
|
||||
|
||||
render_rop(rop_node)
|
||||
self.validate_expected_frames(instance)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue