How to add "Genesis" figure automatically via script to the scene
tomorethi
Posts: 0
Hello!
This is probably a very basic question, but I couldn't find any sample on the official documentation regarding this - I want to automatize the process of:
- Adding a Genesis figure to the scene;
- Import an .obj to the scene (like a shirt);
- Use the "Fit" feature to make the figure use the shirt;
- Render the scene;
The 2nd step I already found on the documentation, however I haven't found a way to add the figure to the scene.
Thanks in advance!
Comments
You would use DzContentMgr loadAsset() http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/contentmgr_dz#a_1aaa5a6ed8c926918bb691865bd7e71ce9 . The http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/transferutility_dz would handle the rigging, I guess, though it is not something I have looked at.