How to change selected edge width and color in Maya 2020?

How to change selected edge width and color in Maya 2020?

Anonymous
Not applicable
5,732 Views
1 Reply
Message 1 of 2

How to change selected edge width and color in Maya 2020?

Anonymous
Not applicable

When in edge mode and selecting edges it is difficult to see which edges I have selected. I would like to increase the width and change the color of the selected edges. I would like this setting to apply to all meshes, new and old, and be the default when re-opening maya.

Here is what I have seen so far:
Display>Polygons>Custom Polygon Display has an Edge Width slider. This seems to be a method for changing some existing edges rather than a setting which is configured broadly. It also seems to have no effect on the edges in question.

Windows>Settings/Preferences> Color Settings has options in both inactive and active Components>Polygon Edges but these are limited to indexed colors, and I cannot select a custom color. Further, the active polygon edges affects selected edges but the inactive option does not affect unselected edges.

0 Likes
5,733 Views
1 Reply
Reply (1)
Message 2 of 2

hamsterHamster
Advisor
Advisor

Indeed, I also could not change the edges for the inactive polies. Can be a bug.

You can execute any line with your own numbers to change corresponding index. The table, found on web, not precise for M2019, noticed a difference. You can color-pick existing palette and update the list.

WARNING: The changes will be permanent.

 

colorIndex 1 0 0 0;
colorIndex 2 0.25 0.25 0.25;
colorIndex 3 0.5 0.5 0.5;
colorIndex 4 0.608 0 0.157;
colorIndex 5 0 0.016 0.376;
colorIndex 6 0 0 1;
colorIndex 7 0 0.275 0.098;
colorIndex 8 0.149 0 0.263;
colorIndex 9 0.784 0 0.784;
colorIndex 10 0.541 0.282 0.2;
colorIndex 11 0.247 0.137 0.122;
colorIndex 12 0.6 0.149 0;
colorIndex 13 1 0 0;
colorIndex 14 0 1 0;
colorIndex 15 0 0.255 0.6;
colorIndex 16 1 1 1;
colorIndex 17 1 1 0;
colorIndex 18 0.392 0.863 1;
colorIndex 19 0.263 1 0.639;
colorIndex 20 1 0.69 0.69;
colorIndex 21 0.894 0.675 0.475;
colorIndex 22 1 1 0.388;
colorIndex 23 0 0.6 0.329;
colorIndex 24 0.63 0.41391 0.189;
colorIndex 25 0.62118 0.63 0.189;
colorIndex 26 0.4095 0.63 0.189;
colorIndex 27 0.189 0.63 0.3654;
colorIndex 28 0.189 0.63 0.63;
colorIndex 29 0.189 0.4051 0.63;
colorIndex 30 0.43596 0.189 0.63;
colorIndex 31 0.63 0.189 0.41391;

 

Technically it should be located in the colorPalette.mel in prefs folder, however I could neither find it nor get it loaded with Prefs. So you can make own MEL script with custom color prefs and Source it from the ScriptEditor.


,,,_°(O__O)°_,,,
Maya2019.1 @ Windows10 & GeForce GTX1080Ti

If the post was helpful, click the
 ACCEPT SOLUTION  button, so others might find it much more easily.

0 Likes