Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

Maya - thicker lines permanent

polycounter lvl 16
Offline / Send Message
Toast polycounter lvl 16
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.