Communication between two Daz instances

Are there any objects that are shared between instances of Daz that can be accessed by scripts ran in those instances? I want to pass information between instances of Daz Studio.

Comments

  • OmnifluxOmniflux Posts: 363
    edited December 2022

    I think your four options are

    • files and polling
    • registry and polling
    • an external http server and polling
    • writing a plugin
    Post edited by Omniflux on
  • Yeah, I wrote a solution using DzFiles and a .txt file, but I'm running into timing issues. I was hoping DzApp was 'global' across instances but it doesn't look like it.

Sign In or Register to comment.