Announcement

Collapse
No announcement yet.

Resetting the V-Ray VFB

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

  • #16
    Just for everyone else in this thread that may not have seen a recent post of mine ... here's a MEL script which moves all windows including the V-Ray 3.x VFB into the top left corner of your first monitor:

    Code:
    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;
    }
    Unfortunately, I haven't worked out how to fetch the V-Ray 2.x window. But hopefully, everyone moves onto V-Ray 3 non-beta soon anyways
    Vlado - isn't that supposed to be real soon?!
    Best Regards,
    Fredrik

    Comment


    • #17
      Originally posted by Fredrik Averpil View Post
      Vlado - isn't that supposed to be real soon?!
      Yes.

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

      Comment


      • #18
        I found that the Windows key + left arrow snaps the VFB back into the left side of the screen, if you do it immediatly after pressing the show VFB button

        Comment


        • #19
          I was able to do a CTL c into photo shop thank God lo !

          Comment


          • #20
            Object id is not working as well !

            Comment


            • #21
              Bloom and glare are not working as well spewing , most others things are

              Comment

              Working...
              X