Add some debug logs

This commit is contained in:
Roy Nieterau 2024-06-19 20:33:16 +02:00
parent a6de293bb6
commit d0d45abfba

View file

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