How can a DUF-scene be loaded from a script?
3_ducks
Posts: 0
This little script:
// DAZ Studio version 4.5.0.137 filetype DAZ Script
Scene.clear()
Scene.loadScene("D:\\DS_scenes\\Scene_1.daz",Scene.OpenNew)
loads an old DAZ-format scene without problems. But if I try to load a DUF-format scene the same way, nothing happens - not even an error message.
Does anyone know how to load a DUF-format scene from a script?
Comments
works for me
It worked for me too - Thank you