Any way to allow scene to be accessed when script is open ?
Widdershins Studio
Posts: 539
Got stuck.
I have my script running okay but when it's running you can no longer click on anything in the scene.
Is there a way around this please ?
Thank you.
Comments
Scripts are modal, it's one of their drawbacks. There are, as I recall, ways to have a script triggered by an event but it's not a feature I've used. There doesn't appear to be a sample covering this - the nearest I can see is tied to loading a node with a script set to run http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/elements/post_load_script_data_item/start
Take a look at DzCallbackMgr and DzCallback.
-Rob