Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: harumscarum on 2017-09-27, 23:01:01

Title: VBF and Interactive Render hotkeys
Post by: harumscarum on 2017-09-27, 23:01:01
is there any way to assign show VBF and run Interactive render on hotkeys?
Title: Re: VBF and Interactive Render hotkeys
Post by: harumscarum on 2017-09-27, 23:34:29
solved

Quote
macroScript CoronaVBF category:"Corona"
(
   CoronaRenderer.CoronaFp.showVfb(true)
)


Quote
macroScript CoronaStartInteractive category:"Corona"
(
   CoronaRenderer.startInteractive()
)