edges
All  1-7  8-9

Previous
Next
 From:  Michael Gibson
5718.8 In reply to 5718.7 
Hi mir4ea, that's correct this one isn't on Petr's page, that's why I posted the script here instead of a link to there.

I don't think anyone has happened to ask for that particular specific thing before so there was not any previously written script to do it, so I wrote a new one and posted it here for you.

If you need a script, it is a good idea to check Petr's page first since he has collected a bunch of the most frequently requested ones over there but if you do not find the particular thing that you need that could mean that you need a new script that has not been cooked up before.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Andrei Samardac
5718.9 In reply to 5718.8 
Yes, I alwas look peter's page first)
And I think this script is very useful, becouse if you work on a big models it make life a lot easer, but a lot of people don't know about hiding edges to speed up moi on big models. I think it's one of main approach to work on big projects except Mesh Angle and add detail.. )

And the show edges on selected objects:

script: /* Show edges of selected objects */ var breps = moi.geometryDatabase.getSelectedObjects().getBreps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getEdges().setProperty( 'hidden', false ); moi.ui.redrawViewports();

EDITED: 16 Feb 2013 by ANDREI SAMARDAC

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-7  8-9