Hi DesuDeus,
> is there a way to put the edges color in "by style" in the same shortcut (below) ?
This piece of script should set edge color to "by style": moi.view.edgeColorMode = 'ByStyle';
The moi.view.edgeColorMode property can take these string values in script: 'ByStyle' , 'Darkened' , 'Lightened' , 'FixedColor'
- Michael
|