DAZ3D scripting
Hello,
I am new to DAZ3D and I would like to better understand its possibilities. I am ued to Blender where you can control nearly everything with scripts. Is it also possible with DAZ3D (do anything with scripts)? Also, is it possible to launch scripts from command lines (without launching DAZ3D GUI. For instance, with blender, just launch 'blender.exe -b -P <script>' to have the job done in quiet mode)?
Thanx.
Comments
Yes, DS supports scripting - using a variant of Javascript.
Scripting http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/start
Samples http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/start
DS3 docs (still useful for the basics) http://docs.daz3d.com/doku.php/public/software/dazstudio/3/start
Scripting forum http://www.daz3d.com/forums/categories/daz-script-developer-discussion
DS doesn't have a "quiet" mode, but scripts (.dsa/.dsb/.dse) are an associated file type so you can launch DS by double-clicking one.