Announcement

Collapse
No announcement yet.

V-Ray Material Library Browser Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • V-Ray Material Library Browser Script

    Hello All,

    I may be missing this, but is there a way to launch the V-Ray Material Library Browser, other than using the icon on the V-Ray toolbar?

    I did not see it listed in the V-Ray category drop-down in the Max CUI section. I am looking to add the library button to my custom UI.

    Thanks

  • #2
    To find stuff in maxscript, use the "apropos" command.
    for example
    Code:
    apropos "vray"
    Anyways, here's the commands you'll need:
    Code:
    vrayDestroyAssetBrowser()
    vrayShowAssetBrowser()
    Lele
    Trouble Stirrer in RnD @ Chaos
    ----------------------
    emanuele.lecchi@chaos.com

    Disclaimer:
    The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.

    Comment


    • #3
      Lele - Thank you very much. This helps a lot.
      Keep up the great work and development!

      Comment

      Working...
      X