Hi everyone!
I'm starting to get into Python 2.7 for Houdini Indie (17.5) before jumping into Houdini 18 with Python 3, and I've been working in a flipbook tool until now everything is being okay but now I've found that I can't recover the camera settings/flipbook settings after generating the MPlay to maintain the user settings after applying the script. I've been trying to use the 'hou.GeometryViewportCamera.stash()' to create a copy of the settings but I'm not sure how to use it and where should I recover these settings.
Also when I try to use it I get this error:
'TypeError: unbound method setDefaultCamera() must be called with GeometryViewport instance as first argument (got nothing instead)'
I've created a simplified version of the script that I'll be attaching down below:
If someone has any advice or idea of how would be the good approaching intro this, I'll bee really thankful.
Thanks in advance to everyone.