is it possible to invoke DAZStudio to export the document?

I want to develop a tool (not plugin) to call DAZStudio to export the active document, is it possible from technical perspective?

Comments

  • Richard HaseltineRichard Haseltine Posts: 102,344

    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?

  • sidcarton1587 said:

    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.

  • Richard HaseltineRichard Haseltine Posts: 102,344

    lipeng-27 said:

    sidcarton1587 said:

    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).

  • Richard Haseltine said:

    lipeng-27 said:

    sidcarton1587 said:

    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!

Sign In or Register to comment.