Author Topic: VBF and Interactive Render hotkeys  (Read 1647 times)

2017-09-27, 23:01:01

harumscarum

  • Active Users
  • **
  • Posts: 34
    • View Profile
    • ZNAK
is there any way to assign show VBF and run Interactive render on hotkeys?

2017-09-27, 23:34:29
Reply #1

harumscarum

  • Active Users
  • **
  • Posts: 34
    • View Profile
    • ZNAK
solved

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


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