[Plugin] Selection Toys
-
yes, comps and groups is a first choice. of course i shortcut them, which works fine, but there are lots of others:
especially in the select submenu. -
I'll make note of that for the next version.
-
Thanks Thom, and if i can help with anything let me know.
-
Cheers. I'll let you know if I do. Currently I'm working on a new feature. Will do the toolbar once that's done along with some improvement to the tool's descriptions.
-
i do not know how to do the following. i have a cylinder and it is seperated in the middle by a loop of edges around. its like cut in the middle. how can i only select thes edges. its an edge ring. thank you
-
Hi Thom
im getting this error on opening sketchup
Error Loading File tt_selection_toys.rb
No such file to load -- TT_Plugin_Manager/tt_plugin_manager.rb -
@unknownuser said:
Hi Thom
im getting this error on opening sketchup
Error Loading File tt_selection_toys.rb
No such file to load -- TT_Plugin_Manager/tt_plugin_manager.rbDid you download the required Plugin Manager package as well?
-
so ur saying read the instruction before posting random complaints?....
-
Me? I'd never!
-
I know it's a bit annoying to install additional files - but there was so much work put into the UI Manager that I wanted to be able to reuse it.
-
- Fixed bug in select_same_direction_faces, select_parallel_faces, select_perpendicular_faces, select_same_area.
- Fixed bug in Select Only / Deselect Soft / Smooth Edges
- Added Command Cheat Sheet.
- Moved from Plugin_Manager to TT_Lib
-
Nice update, thanks Thom
-
I downloaded the tt lib along with the selection tools file both that were both posted on the forum pgs. However, I am not able to get the selection tools toolbar in order to select the "loop" selection on the design program.
Can you please help guide me as to how to make that happen?
-
@pghstone83 said:
However, I am not able to get the selection tools toolbar
You must Enable it first -
Tools -> Selection Toys - Enable Toolbar
@pghstone83 said:
select the "loop" selection on the design program.
All commands are also available from the toolbar.
Not sure which Loop method you refer to, but you got:
Tools -> Selection Toys - Select Edge Loop
and then you got the
Right-Click on Edge -> Select - Quad-face Loop
-
My Tools button in the program does not have a "selection toys" button as an option to select in order to enable it.
-
No Selection Toys under the Tools menu? that's very odd...
how/where did you install the files? -
ThomThom,
Is it possible to add an option to Select only "Outer Edges" and Deselect "Outer Edges"? Chris Fulmer wrote the code and mentioned in his post it may be better suited for your plugin.
Do you think a "Select Connected by Orientation" for edges would be possible? Basically I'm asking for a loop select for edges. I know you were looking into it, just wondering if it would ever be possible, or if there are too many variables present to make it feasible to code.
One other request, if doable, is a quad face loop select that would process multiple edges at once? I find this necessary if I am trying to select a quad loop on an extruded arc with multiple segments and multiple quad face loops. It would be nice to select one set of connected edges and select all their quad loops at the same time. Selection memory is a bit tedious.
Thanks again for the plug...I love the new toolbar. Definitely owe you several dozen Cookies!!
-
@earthmover said:
Is it possible to add an option to Select only "Outer Edges" and Deselect "Outer Edges"? Chris Fulmer wrote the code and mentioned in his post it may be better suited for your plugin.
Creepy! ... How did you know we where just talking about that?!
@earthmover said:
Do you think a "Select Connected by Orientation" for edges would be possible? Basically I'm asking for a loop select for edges. I know you were looking into it, just wondering if it would ever be possible, or if there are too many variables present to make it feasible to code.
It's the "Orientation" part that get's a wee bit complicated to determine what is the user's expectation of correct orientation - as well as actually determining. Things is, would a loop select be ok if it selected the edges of co-planar faces? If they are not planar - then things start to become very odd to estimate...
I think what I need to do with this edge loop thing is make it have more contraints. So what are the most typical types of selections and geometry? (if any)@earthmover said:
One other request, if doable, is a quad face loop select that would process multiple edges at once? I find this necessary if I am trying to select a quad loop on an extruded arc with multiple segments and multiple quad face loops. It would be nice to select one set of connected edges and select all their quad loops at the same time. Selection memory is a bit tedious.
I'll add it to the list of things to look into.
-
Must be the sixth sense tingling!
Regarding orientation for loop select....in most cases that I use it, the edges are coplanar, sharing a common axis. Perhaps one way would be to add an option to select connected edges by a given axis, to better define the orientation. This would handle most of my "loop" situations...although ideally a better method would be to glean the orientation of a selected edge and select all connected edges that are running closest to that orientation. You can look at the code here from a Select edges by Z script that I believe Jim helped me put together. (which I'm sure you already know as the code is simple) Only trouble with this one is that it accounts for the whole model so I usually have to group the area first and then I can select a loop by it's Z height. It might be something to consider adding, but also giving the choice to select connected by X & Y.
-
@thomthom said:
No Selection Toys under the Tools menu? that's very odd...
how/where did you install the files?I sent the file to the plugins folder on my C drive and extracted it there.I also took in the TTLib folder that I thought I needed for the plugin to work. But when I open the TTLib file up there's another selection toys folder in there. I'm thankful for your for your patience. I'm new with this program.I've been trying to download this file for 3 days and I'm ready to lose it. Isn't the process to send these plugins to the plugins folder in C drive and simply hit extract and enable them in sketchup?
Advertisement