Home Technical Talk

Maya - thicker lines permanent

polycounter lvl 11
Offline / Send Message
Toast polycounter lvl 11
In Maya there's an option to draw thicker lines in the viewport. As Im using a hi res display it's much better for me to have the thicker lines however Maya forgets this settings.

I have this MEL code:

string $visPanels[] = `getPanel -vis`;
modelEditor -e -lineWidth 2 $visPanels;

But can't seem to find a way to exceute it every new instance of maya as the maya.env ignores it.

Does anyone else know of any ways to make thicker lines permanent in maya?

Replies

Sign In or Register to comment.