Script to carry out repetitive actions.
rbel_295e7c1d4c
Posts: 99
I find that I am repeating the same actions very frequently ie
'Edit>Rigging>Adjust rigging to shape' 'Accept'
followed immediately by
'Edit>Geometry>Apply smoothing modifier'
Is it possible to achieve this (and similar repetitive actions) using a script?
Comments
There's a very good chance it can be done.
You could check the scripting docs to see if it daz script has the facilities to do what you need.
Check the DAZ Script Api on this page: http://docs.daz3d.com/doku.php/public/software/dazstudio/3/start (docs for v. 4.x is not up to date, which is why I post a link to v. 3 docs)
the trouble is both of these are features that were not present in DS3, and so won't be in the DS3 scripting docs. I don't know if they are exposed to scripting.
Produce a list of action group/label/classname...
Execute actions...
-Rob
Thread moved to the developer discussion forum since it has to do with scripting.
Many thanks Rob - just what I needed.
Works wonderfully. Now, how do I turn the smoothing modifier back off with this script?
Thanks!
Nevermind, I ran your discovery script and there it was right on top: DzRemoveMeshSmoothAction