select by level #44797

Closed
opened 2015-05-21 17:44:30 +02:00 by test · 8 comments

This addon select all vertices which has the same level in X,Y and Z axis with the ability to set a positive and a negative threshold for the selection.Select by level.py

This addon select all vertices which has the same level in X,Y and Z axis with the ability to set a positive and a negative threshold for the selection.[Select by level.py](https://archive.blender.org/developer/F178448/Select_by_level.py)
Author

Changed status to: 'Open'

Changed status to: 'Open'
test self-assigned this 2015-05-21 17:44:30 +02:00
Author

Added subscriber: @omar-1

Added subscriber: @omar-1
test was unassigned by Aaron Carlisle 2015-05-21 23:27:23 +02:00
Member

Added subscriber: @Blendify

Added subscriber: @Blendify

Added subscribers: @mont29, @ideasman42

Added subscribers: @mont29, @ideasman42

Thanks for your submission. I’m a bit unsure about that feature, though, to me it sounds pretty specific, and quite similar to what we can already do with box-selection in 3DView? And if we really need/want this, would probably be better to do it in C core code.

Campbell, what do you think?

Thanks for your submission. I’m a bit unsure about that feature, though, to me it sounds pretty specific, and quite similar to what we can already do with box-selection in 3DView? And if we really need/want this, would probably be better to do it in C core code. Campbell, what do you think?
Author

My main reason for creating this addon is:
I was working on a project and I had some very long texts and logos,so when I wanted to select the lower part of it I used the box selection tool but it was annoying to have to zoom in,select a part then pan to another part and select it.(because it is very long to select the lower part from far away).so I made this addon to have it done in a sec. + threshold control even if you select the 3 axis together.
And for programming it in C : I dont know how to do it in C,I just know python.

My main reason for creating this addon is: I was working on a project and I had some very long texts and logos,so when I wanted to select the lower part of it I used the box selection tool but it was annoying to have to zoom in,select a part then pan to another part and select it.**(because it is very long to select the lower part from far away)**.so I made this addon to have it done in a sec. + threshold control even if you select the 3 axis together. And for programming it in C : I dont know how to do it in C,I just know python.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Campbell Barton self-assigned this 2015-06-03 13:37:16 +02:00

We already have a tool which does something quite similar to this.

Mesh -> Select -> Side of Active

Which selects all vertices +/- vertices on a single axis.
Though checking it now and it would be nice if it added an error threshold.

I can see your add-on does a bit more then this... but think this is getting in the area of being quite a specific tool.

We could have some more general add-on to select points depending on them being inside another object's mesh. Then you could setup advanced selection meshes with existing tools.

closing.

We already have a tool which does something quite similar to this. Mesh -> Select -> Side of Active Which selects all vertices +/- vertices on a single axis. Though checking it now and it would be nice if it added an error threshold. I can see your add-on does a bit more then this... but think this is getting in the area of being quite a specific tool. We could have some more general add-on to select points depending on them being inside another object's mesh. Then you could setup advanced selection meshes with existing tools. closing.
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#44797
No description provided.