Forum: Poser Python Scripting


Subject: Undo option disabled

maur_2005 opened this issue on Mar 03, 2022 ยท 3 posts


maur_2005 posted Thu, 03 March 2022 at 4:07 PM

Hi folks, I have noticed that sometimes after running a script the Undo option becomes disabled and I can't undo what the script did. Does anyone know why this happens and how to fix it?


structure posted Fri, 04 March 2022 at 8:23 AM Forum Coordinator

this seems to be an intermittent "bug" I am not aware of any way of how to fix it. Perhaps petition Bondware to add a feature that saves/loads the history to a file as photoshop can do. 

Locked Out


FVerbaas posted Sat, 05 March 2022 at 2:33 PM Forum Coordinator

Not sure if script actions are supposed to be 'undo-able'. Undo typically works via incremental changes. A script can make many changes and it would require a complete save of the scene.