Announcement

Collapse
No announcement yet.

vray 3.3 maya 16 VFB dissapearing

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

  • vray 3.3 maya 16 VFB dissapearing

    Hi,

    Just installed vray 3.3 the other day everything was working fine but now my frame buffer keeps dissapearing

    Tried the Stickied fix 'setAttr "vraySettings.vfbSettingsArr" -type Int32Array 0;'

    Didn't work. can anyone help?

  • #2
    There should be a file called vrayvfbuser.xml somewhere in the folder returned by the "internalVar -userAppDir" MEL command - delete it and see if it brings it back. We will fix this in a patch in the next few days.

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

    Comment


    • #3
      On PC this file is USUALLY located at the root of the User>Documents>Maya folder. Deleting it does fix the issue.

      I can confirm that I've been having this issue in 3.3 also, but sounds like a known bug.

      Comment


      • #4
        Was already answered.
        Last edited by yolov; 08-03-2016, 08:55 AM.
        Alex Yolov
        Product Manager
        V-Ray for Maya, Chaos Player
        www.chaos.com

        Comment


        • #5
          Thanks guys, this seems to have worked sometimes it still dissapears though and using the following code from the stickied thread about this cures it when it still happens


          for ($window in `lsUI -windows`) {
          if (`window -q -exists $window`==0)
          continue;
          if (`window -q -mainWindow $window`!=0)
          continue;
          window -e -tlc 0 0 $window;
          }



          Thanks!

          Comment

          Working...
          X