Edge color

 From:  Michael Gibson
5379.2 In reply to 5379.1 
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