Select edges based on proximity
All  1-9  10-16

Previous
Next
 From:  Juniper
11643.10 In reply to 11643.4 
Thanks for tips about rj-graffix pressure (PEER).

Just discovered a new thing in illustrator the other day( maybe it´s been there for years).

When holding down the delete key you can drag selections that gets deleted right away, and it works with both regular selection tool aswell as lasso tool.

I´ve been selecting stuff and pressing delete for every single object or line for over 20 years :-)
  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:  pressure (PEER)
11643.11 In reply to 11643.10 
Hi Juniper,

Thanks for the tip about holding down the delete key. I didn't know that.

- Peer
  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
11643.12 In reply to 11643.9 
Hi Juniper, a couple of other things that may be useful:

If you make a mistake in selecting, unselecting, or hiding something you can use undo to revert it. Only the most recent action is held in undo for this so do the undo for this before doing any other selection.

Another thing is if you have a pretty complex set of edges you want to hide instead of only hiding them you can assign them a name so you can hide or show them again as a set using the Scene Browser.

So for example here's a script you can set on a shortcut key that will hide the current selection but also set the object names to "Hide edges" so you can manipulate them in the scene browser:

script: /* Hide and assign to name "Hide edges" */ var objs = moi.geometryDatabase.getSelectedObjects(); if ( objs.length > 0 ) { objs.setProperty( 'name', 'Hide edges' ); moi.geometryDatabase.hide(); }

Another thing is if you want to show just one or some of the currently hidden edges instead of all of them, you can do a Ctrl+click on the Edit > Hide button in the side pane to do a "Show subset". That will temporarily show all hidden objects and let you select one or more of them and then when you finish just those selected ones will remain shown.

- 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:  Juniper
11643.13 In reply to 11643.12 
Hi Michael, and thanks, I didn´t know about the "Show subset", it makes it a bit easier to see whats hidden.

Sometimes i just hide the edges or put them in a style and then hide the style.

"Show subset" feels lika a faster and easier way to work, thank you!
  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:  Juniper
11643.14 
Is there any way I could just select the edges thats visible by dragging in the window and not the edges not visible(backside or see through).


Attachments:

  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
11643.15 In reply to 11643.14 
Hi Juniper,

re:
> Is there any way I could just select the edges thats visible by dragging in the window and not the
> edges not visible(backside or see through).

Sorry no there isn't a way to do that with window select.

- 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:  Juniper
11643.16 In reply to 11643.15 
No worries, thanks for answering
  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-9  10-16