Skip to content

3D Rig Model Window Stuck at Fixed Size — ScreenWidth / ScreenHeight in flair.ini

CONFIRMED ALL RIGS

Summary

The 3D rig model viewer (also called the Robot View or Graphics View) only uses a portion of the available screen — it doesn't resize to fill the window when Flair is maximised. This is caused by ScreenWidth and ScreenHeight values locked in flair.ini. Fix: open flair.ini and comment out those two lines (add # before each). Save and restart Flair.


Symptoms

  • 3D rig model viewer is stuck at a fixed size smaller than the Flair window
  • When Flair is maximised, the rig view doesn't expand to fill the available space
  • Dragging the panel divider or resizing has no effect
  • Reverting to docked mode makes it revert to the small fixed size again

Fix

[CONFIRMED] Comment out ScreenWidth and ScreenHeight in flair.ini

Approx. June 2021 — community thread

  1. Close Flair
  2. Locate flair.ini — typically in the Flair installation folder (e.g. C:\Program Files\MRMC\FlairClassic\flair.ini or equivalent)
  3. Open flair.ini in a text editor
  4. Find the lines containing ScreenWidth and ScreenHeight
  5. Add a # character at the start of each line to comment them out:
    #ScreenWidth=1920
    #ScreenHeight=1080
    
  6. Save and close flair.ini
  7. Restart Flair — the rig model view should now resize correctly

confidence_score: 0.82