Hide edges constantly ?

Next
 From:  TOM (SIRTOM)
8239.1 
Hi,

I often use the command "hide edges" but s soon as I move point of the object
the edges pop to visible again.

Is there a way to hide the edges constantly ?
  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
Next
 From:  Michael Gibson
8239.2 In reply to 8239.1 
Hi Tom, sorry no there isn't currently any way to keep the edges hidden automatically when an object is transformed. That's something I could probably set up for v4 though if you bring it up again once the v4 betas are underway.

I think the best you could do for now would be to set up a shortcut key that will hide all edges again:

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

- 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
Next
 From:  Nebuka (MINDWORK3D)
8239.3 
Michael is there a command to show just the edges of a selected object?
  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
Next
 From:  Michael Gibson
8239.4 In reply to 8239.3 
Hi Nebuka,

re:
> Michael is there a command to show just the edges of a selected object?

Try setting up a shortcut key with this script on it:
http://kyticka.webzdarma.cz/3d/moi/#SetSelectedObjectToWireframe

- 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:  Nebuka (MINDWORK3D)
8239.5 In reply to 8239.4 
awesome, thanks
  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