is it possible to invoke DAZStudio to export the document?
![lipeng-27](https://secure.gravatar.com/avatar/0fbe10605c1c6da1cd6da452628669ee?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F0fbe10605c1c6da1cd6da452628669ee_100.png)
I want to develop a tool (not plugin) to call DAZStudio to export the active document, is it possible from technical perspective?
You currently have no notifications.
I want to develop a tool (not plugin) to call DAZStudio to export the active document, is it possible from technical perspective?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
You could write a script to do it (through dzContentMgr) then have your tool call DS and pass it the script name, I think.
What is the "active document" in this case and where do you want to export it to?
DazStudio may open several documents at the same time. When I use my tool to invoke DazStudio to export a document, I only need to export the focused document(active document). If DazStudio doesn't support editing multiple documents at the same time, then please forget it, that's simpler and easier.
What makes you think Daz Studio is a multi-documents application? It isn't, there is only one scene at a time (named if loaded from a file, untitled if not).
I never use DazStudio before, just got a requirement to implement the export document function from a C# application. thanks a lot for your information!