Forum: Poser Python Scripting


Subject: Adding function to poser.Scene()

semidieu opened this issue on Apr 22, 2011 ยท 8 posts


nruddock posted Fri, 22 April 2011 at 8:48 AM

Quote - But when you do this, can you get all original function and add you own without having to re-write all the Scene original functions ?

You'd have to save the original method under a different name so that you can call it later. E.g.

poser.SceneOrig = poser.Scene

You can then call the original method using poser.SceneOrig()