Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: amitshneor on 2015-06-29, 09:50:52

Title: running interactive view from a button ?
Post 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!
Title: Re: running interactive view from a button ?
Post by: romullus on 2015-06-29, 10:58:43
I have such button in toolbar and it works great. Here's a script code for it:

Code: [Select]
macroScript StartInteractiveRendering
category:"Corona Renderer"
tooltip:"Corona - start Interactive Rendering"
(
CoronaRenderer.CoronaFp.startInteractive()
)
Title: Re: running interactive view from a button ?
Post by: Stan_But on 2015-06-29, 11:08:18
Hi, amitshneor

Or you can try this: https://forum.corona-renderer.com/index.php/topic,6827.0.html
(;
Title: Re: running interactive view from a button ?
Post by: amitshneor on 2015-06-29, 11:46:03
amazing !
thanks guys for fast reply !
Title: Re: running interactive view from a button ?
Post by: amitshneor on 2015-06-30, 18:07:07
Can it be attached to a keyboard shortcut,too?
Title: Re: running interactive view from a button ?
Post by: romullus on 2015-06-30, 19:19:42
Sure it can. Go to customize>customize user interface>keyboard find this script under Corona renderer category and assign shortcut to it.