Announcement

Collapse
No announcement yet.

Quick Settings UI bug

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

  • Quick Settings UI bug

    Click image for larger version

Name:	Capture.JPG
Views:	1
Size:	85.6 KB
ID:	883640



    I can't resize the window! It was working fine since forever but decided to do this, this morning.
    Maya 2020/2022
    Win 10x64
    Vray 5

  • #2
    So you maximized the window?

    It's not resizable by design, but by the looks of it we might want to change that. In other cases maya can put in a weird size for some window and remember it between sessions.
    There's two thing you can do about this:
    a) go to your user's Documents folder > maya > maya version > prefs and open a file called windowPrefs.mel. Search for this line:
    windowPref -topLeftCorner 1 1 -widthHeight 430 500 -maximized false -parentMain true VRayQS;
    and simply edit the width and height to 430 and 500.
    b) open the script editor in Maya and run this line in a MEL tab:
    window -e -widthHeight 430 500 VRayQS;
    Alex Yolov
    Product Manager
    V-Ray for Maya, Chaos Player
    www.chaos.com

    Comment


    • #3
      Thanks Yolov.

      This wasn't me maximizing the window, Maya changed it all of a sudden - even between different instances of Maya.exe and sessions. Your fixes worked, so thanks for that.
      Maya 2020/2022
      Win 10x64
      Vray 5

      Comment

      Working...
      X