Author Topic: adding some shortcut buttons  (Read 3013 times)

2015-11-06, 05:13:22

mitviz

  • Active Users
  • **
  • Posts: 483
  • Architectural/Product Modeling and Rendering
    • View Profile
    • MITVIZ
is there is away to put the VFB in the right click context menu or just make a toolbar somewhere with it?
Mitviz
Professional Modeling and Rendering Solutions
Intel core i7-5960x cpu @3 GHz, GeForce GTX 970

2015-11-06, 10:19:06
Reply #1

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
You need a macroscript that will call CoronaRenderer.CoronaFp.showVfb(true)

https://corona-renderer.com/wiki/maxscript
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2015-11-06, 10:22:24
Reply #2

Frood

  • Active Users
  • **
  • Posts: 2002
    • View Profile
    • Rakete GmbH
As Ondra posted (while I was typing) basically it´s a one-liner:

CoronaRenderer.CoronaFp.showVfb(true)

To very quickly create a button:

1. Open MaxScript listener
2. Paste that line
3. Mark the line in the listener window
4. Drag to a Toolbar, done.

But also have a look at this:

https://forum.corona-renderer.com/index.php/topic,8930.0.html

The show vfb button in this toolbar does further checks (also checks for current renderer and some more)

Good Luck!

Never underestimate the power of a well placed level one spell.

2015-11-06, 13:20:07
Reply #3

mitviz

  • Active Users
  • **
  • Posts: 483
  • Architectural/Product Modeling and Rendering
    • View Profile
    • MITVIZ
Just awesome!!!!! Thanks guys
Mitviz
Professional Modeling and Rendering Solutions
Intel core i7-5960x cpu @3 GHz, GeForce GTX 970