Save Parameter Favourites
![pixelquack](https://secure.gravatar.com/avatar/d48a76bbf2c84a2348245482fe298ddd?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2Fd48a76bbf2c84a2348245482fe298ddd_100.png)
Hi all, I am no stranger to scripting, did my share bash and some powershell but haven't done any Daz scripting.
What I'd like to do is save the favourites I tagged in the Parameters tab to a file so I can load them on other same generation actors.
Where do I start? Is there an api documentation and/or skeleton files somewhere?
Comments
This shows how to get proeprties http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/properties/node_properties/start the you can use http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/property_dz to find out if it is a favourite, then you can write a new script using similar emthods to set favourites when it is run. It's for a different purpose but this gives the general idea http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/start#directory_mapping