Restore figure pose dialogue box
vaaern
Posts: 77
Hi,
I'm not sure where to post this, but is it possible to get a dialogue box when clicking the 'restore figure pose' option? The amount of time it messed up my posing, having to wait for it to complete the restore is long, that might have to do with the amount of morphs I'm using though. I have a little shake in my hand and I often accidentally click that option instead of the one above it (the selected item restore).
Comments
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/actions/action_trigger/start will let you write a script to trrigge action, which could include an "are you sure?" prompt using the question version of http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/messagebox_dz . http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/actions/action_find_classname/start should help to identify the actual action needed
Thanks for the links! I will have a look at them.