Announcement

Collapse
No announcement yet.

v-ray frame buffer gone!?

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

  • v-ray frame buffer gone!?

    Using maya 2012 och win 7 x64. V-ray 2.00.04.

    The VFB is nowhere to be found. It wont show up during render or when I click on the "Show V-ray VFB" button. ???

    Neither will it show during batch rendering.

    Have I screwed up some prefs or settings?

  • #2
    It it probably somewhere outside your desktop. Right-click on the VFB icon in the TaskBar and select "Maximize" to bring it back.

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

    Comment


    • #3
      Hmm, well it works for new scenes.... but for old ones the window simply does not show.
      Opening one particular scene the VFB shows up in the top left corner, just enough to be able to grab it. But moving and resizing it on screen does not save when I close it down. Next time it's in the corner again... wierd!
      And, there is no icon in the TaskBar anymore... could this be a result of the qt implementation I read somewhere?

      Comment


      • #4
        Saved out a scene to .ma and examined the settings... found this chunk, and it looks suspicious.
        ----
        setAttr ".vfbSA" -type "Int32Array" 119 472 5 -8 -30 16 38
        0 0 0 0 17409 1 0 0 0 0 0 404
        1 1 1 0 0 0 0 1 0 5 0 1065353216
        1 1 2 1065353216 1065353216 1065353216 1065353216 1 0 5 0 0
        0 0 1 0 5 0 1065353216 1 137531 65536 1 1313131313
        65536 944879383 0 -525502228 1065353216 1621981420 1034147594 1053609164 1065353216 2 0 0
        -1097805629 -1097805629 1049678019 1049678019 0 2 1065353216 1065353216 -1097805629 -1097805629 1049678019 1049678019
        0 2 1 2 -1 0 0 0 1869111636 24941 16952784 0
        864954400 0 1125564681 0 1125590192 0 868800996 0 1084177544 0 0 0
        0 0 1 0 0 0 373675504 0 1125564681 16777215 0 70
        1 32 0 0 0 ;
        -----
        Apparently, changing the start values to something like 119 472 6 100 100 fixes the problem....

        Comment


        • #5
          better solution is to right click on the taskbar vfb and Move, then with click on nay cursor key, then move the mouse and vfb will attach to mouse so u can move around and place it where ever u want

          cheers

          Comment


          • #6
            Originally posted by bazuka View Post
            better solution is to right click on the taskbar vfb and Move, then with click on nay cursor key, then move the mouse and vfb will attach to mouse so u can move around and place it where ever u want

            cheers
            As I said, with maya 2012 and v-ray 2.0 there is no taskbar icon for the VFB. Not here anyway...

            Comment


            • #7
              Ah right, we use Qt there... so modifying the .ma file is the only option - sorry about that.

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

              Comment


              • #8
                sux im still on 2011, didnt know that...

                cheers

                Comment


                • #9
                  Originally posted by vlado View Post
                  Ah right, we use Qt there... so modifying the .ma file is the only option - sorry about that.
                  ok, I do hope you implement some sort of fix for this cause it's a pain to resave as .ma, edit, and then back to mb. for each scene that is not working.

                  Comment


                  • #10
                    Which build of V-Ray were those scenes saved with?

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

                    Comment


                    • #11
                      I actually don't know, I have been using different nightly builds since before 1.5 SP1 and forward. I tried writing some mel-code to reset the vraySettings.vfbSA attribute but that didn't work out...

                      Comment


                      • #12
                        Same problem here, using the latest build. I often get maya crashes if I cancel the render with the Vray Buffer on, this does not happen if I don't use the vray framebuffer. After that the vray frame buffer for that particular scene does not start anymore. I am on linux.
                        Last edited by scorpes; 04-11-2011, 08:29 AM.

                        Comment


                        • #13
                          This works for me in other builds:

                          Originally posted by vlado View Post
                          You can reset the V-Ray VFB settings using the following MEL command immediately after loading the scene (before rendering):
                          Code:
                          setAttr "vraySettings.vfbSettingsArr" -type Int32Array 0;
                          Best regards,
                          Vlado

                          Comment

                          Working...
                          X