Hide only seams generator

 From:  Michael Gibson
3003.3 In reply to 3003.1 
Hi Pilou, it is possible to set up a script that will hide seam edges.

To do that, set up the following as the command on a keyboard shortcut:

script: /* Hide seam edges */ var breps = moi.geometryDatabase.getObjects().getBReps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getSeamEdges().setProperty( 'hidden', true );


> Or have in the export Mesh options "edges of intersection" visible?

Sorry I don't understand this part - what does this have to do with export meshes?


- Michael