wayne lai
wayne lai
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
endSave in outputprocessor Sept. 23, 2022, 1:31 a.m.
Thank you Mark!
I wasn't aware a new instance of the output processor object is created for each save operation (v.s. 19.0 only one instance is created). Implementing a __del__() method in the output processor to serve as the endSave() works for us!
Wayne
I wasn't aware a new instance of the output processor object is created for each save operation (v.s. 19.0 only one instance is created). Implementing a __del__() method in the output processor to serve as the endSave() works for us!
Wayne
endSave in outputprocessor Aug. 29, 2022, 7:34 p.m.
I found endSave call is removed in H19.5. Any plan to add it back or is there an alternative method to use?
A simple usage is, we are collecting information during Houdini saving out usd files and generate a log.
A simple usage is, we are collecting information during Houdini saving out usd files and generate a log.