Hi, I’ve just started writing my first plug-in for rhino made a couple of commands to batch render shadow diagrams by moving the sun around. Im using the following inside a loop to do so:
The commands works fine but it each time a render is completed, a new render window is created and takes topmost window on my computer making it difficult for me to do anything else on while the command is running. Is there a way to hide or stop the window from taking focus?
i am not shure if the render window of your renderer is modal or not, a modal dialog or window retains the input focus while open, but it might be worth a try.
thanks for the reply clement, unfortunately the render window still manages to grab focus regardless of whether i try to force it to stay on the main window