Announcement

Collapse
No announcement yet.

V-ray no longer integrated into main menu bar menus?

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

  • V-ray no longer integrated into main menu bar menus?

    In Max 2013, various vray options were accessible via the Create dropdown on the 3ds Max menu bar (edit, tools, group, create etc. That one). For example, Create > Lights > would bring up options to create various V-ray lights. As a Maya user this was more comfortable than using Max's funny little "command panel" to create things.

    However upon installing V-ray for Max 2015, V-ray is no longer integrated into the main menu bar menus? Can I re-enable it somehow?

  • #2
    try sticking this into the listener:
    Code:
    registerVRayMenus()
    Paste it into the listener window (bottom left of screen), or press F11 to bring up the listener and paste it in there and press enter
    Kind Regards,
    Morne

    Comment


    • #3
      Open the MaxScript listener and type
      Code:
      vrayRegisterMenus()
      and see if it helps. If it says that the function is undefined, try setupVRayUI(), or registerVRayMenus().

      Best regards,
      Vlado
      I only act like I know everything, Rogers.

      Comment


      • #4
        thanks guys, that did it (all three commands in that order)

        Comment

        Working...
        X