Script to render a scene based on dynamic variables
daniel_5b3edb82
Posts: 0
Hi,
I have some logic happening on a remote location and I want to use it's output as variables in my script.
So the script needs to be remotely executed (with the variables) or accessible via API.
Couldn't figure out how to use DAZ scripting outside of the script IDE pane..
Comments
DS can be run remotely, though I've not tried - there are quite a few entries in the change log from way back. Communicating with a running script, however, might be another matter - one option would be to use files written to a common folder, though you'd presumably need some kind of handshaking to avoid conflicts.