Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: amitshneor on 2015-06-29, 09:50:52
-
Hi
is there a way to run the interactive view from a button on the toolbar, not having to open the render settings window and clicking it there?
would be great to have a script that can be attached to a shortcut or a button to open the viewer instantly..
thanks!
-
I have such button in toolbar and it works great. Here's a script code for it:
macroScript StartInteractiveRendering
category:"Corona Renderer"
tooltip:"Corona - start Interactive Rendering"
(
CoronaRenderer.CoronaFp.startInteractive()
)
-
Hi, amitshneor
Or you can try this: https://forum.corona-renderer.com/index.php/topic,6827.0.html
(;
-
amazing !
thanks guys for fast reply !
-
Can it be attached to a keyboard shortcut,too?
-
Sure it can. Go to customize>customize user interface>keyboard find this script under Corona renderer category and assign shortcut to it.