Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: rombo on 2018-01-10, 19:16:36

Title: Corona VFB Shortcut
Post by: rombo on 2018-01-10, 19:16:36
Hi all,

Does anyone know a way to assign the Corona VFB to a keyboard shortcut or a Quad-Menu link?
I find the regular process to be a bit fiddly with clicking render settings>scene tab>Show VFB
Has anyone got around this? I get nothing in the listener when I open the ShowVFB button to be able to make a small macro for it...
Thanks in advance,
R.
Title: Re: Corona VFB Shortcut
Post by: James Vella on 2018-01-11, 09:39:15
macroScript CoronaVFB
   category:"Corona"
   toolTip:"CoronaVFB"
(
   CoronaRenderer.CoronaFp.showvfb true
)

Copy this into your maxscript editor window, select all the text and drag the text into your toolbar, it will make a button you can change to a VFB image or whatever, off you go
Title: Re: Corona VFB Shortcut
Post by: maru on 2018-01-11, 09:39:23
https://corona-renderer.com/wiki/maxscript

showVfb    <boolean>show    Displays or hides the VFB window. When the argument is true, calling it is the same as clicking “Show VFB” button in the UI.
Title: Re: Corona VFB Shortcut
Post by: Mr.Max on 2018-01-11, 19:35:45
I know this is not exactly what are you asking for, but this what I prefer to  use : (Corona Toolbar)
https://forum.corona-renderer.com/index.php?topic=8930.0
I think this should be installed by default with Corona Renderer :-)
Title: Re: Corona VFB Shortcut
Post by: rombo on 2018-01-12, 12:42:38
Hi Guys, thank you for all the answers, I should have dug a little deeper on the Corona Rendering Core section!
Thanks all and have a great day! :P
Title: Re: Corona VFB Shortcut
Post by: naikku on 2018-01-15, 11:32:24
I couldnt live without that Toolbar.
Easy to start the IR, open VFB, enable/disable DR DeNoise...

Just cant live. or is it ken lee https://www.youtube.com/watch?v=FQt-h753jHI (https://www.youtube.com/watch?v=FQt-h753jHI)
Title: Re: Corona VFB Shortcut
Post by: NicolasC on 2018-01-15, 11:43:39
I couldnt live without that Toolbar.
Easy to start the IR, open VFB, enable/disable DR DeNoise...

Just cant live. or is it ken lee https://www.youtube.com/watch?v=FQt-h753jHI (https://www.youtube.com/watch?v=FQt-h753jHI)
Agreed - a must !
Any plan to provide a Corona toolbar out-of-the-box ?
An additionnal button to create Corona Camera would be useful as well :)
Title: Re: Corona VFB Shortcut
Post by: NicolasC on 2018-01-30, 08:48:32
Another little addition I was thinking about, for the IR button. It would be great to add an optional mode for this button, available by keeping left mouse button clicked, which would launch IR mode locked to current active view. That would prevent from switching to Render Panel just to lock the view ...
What do you think ?

Really, an out-of-the-box toolbar becomes crucial, ergonomy-wise.

Regards.