Create scripts to jump to this and that folder in library
pixelquack
Posts: 288
I'd like to create scripts to jump to libraries, so like bookmark entries but not in a menu like MF's bookmark plugin but scripts I can call from outside Daz, say from explorer.
Is there an interface documentation?
The idea is to have a set of shell script for quickly navigating around or even voice command Daz.
Comments
You will need to use some undocumented methods to do this, but they are exposed in the Set Content Library Container Sample Script. It is well commented and fairly easy to follow if you have moderate-beginner programming experience.
I do some shell scripting, so I'll see what I can make out of this, thanks.