Anyone who uses the spot render tool will know that every time you restart Daz you have re-tick the new window box in the spot render settings every fucking time. After forgetting twice in a row this morning I did some googling and found this.
I typed it out because I couldn't copy and paste it.
MainWindow.getViewportMgr().findTool("DzSpotRenderTool").setIsNewWindow(true);
Then right-click next to another tab in Daz, add a new one, scroll down to Script IDE, paste that in and save it. (There is probably another way)
Follow the instructions given in the post and Bam, it works like a treat.
You must be registered to see the links
I typed it out because I couldn't copy and paste it.
MainWindow.getViewportMgr().findTool("DzSpotRenderTool").setIsNewWindow(true);
Then right-click next to another tab in Daz, add a new one, scroll down to Script IDE, paste that in and save it. (There is probably another way)
Follow the instructions given in the post and Bam, it works like a treat.
Last edited: