[Plugin] Selection Toys
-
In the process I sorted out something I wanted to use--convert similar groups to components. EXCELLENT. Thanks a bunch. I had imported a component with many replicated groups. I'll try to bake up some cookies.
Peter
-
Hi,
I want to select multiple components with similar definition names (like "compo" and "comp#1") in the entire Model. It means, it means not only those inside the selected object, but also the others ones which are inside other objects.I have the following plugins:
[] "Selection Toys", which selects components from everywhere, but only those with same name.
[] "Select Instances", which selects component families with similar names (like "compo" and "comp#1"), but only inside the selected object and not everywhere. -
Thanks TT,
This works great to select and delete all the unwanted faces that so often come with imported CAD files. It's a great time saver.
Thanks again.
-
@abdullah said:
Hi,
I want to select multiple components with similar definition names (like "compo" and "comp#1") in the entire Model. It means, it means not only those inside the selected object, but also the others ones which are inside other objects.I have the following plugins:
[] "Selection Toys", which selects components from everywhere, but only those with same name.
[] "Select Instances", which selects component families with similar names (like "compo" and "comp#1"), but only inside the selected object and not everywhere.I have the same need, but then change them all to the same name (e.g., "compo")
-
There is not "Inverse Selection" ?
-
@unknownuser said:
There is not "Inverse Selection" ?
You appear to be correct. I'm surprised myself. Pretty sure I had implemented it...
-
Ohh... right - that was Vertex Tools. I'll have to add that to the list for Selection Toys.
-
hi Thomas ...
is it possible to update these codes to run with your TTlib2instead of TTlib ?!? ... now should install 2 main directories . one of this nice and must-have selection plugin and one for everything else ...
I know that you are so busy .. plus you are doing another projects ( like NUBS plugin ) ... these projects are more important for us and for you ... ... and we know that current version of selection toys works well with TTlib.. but we love to have a cleaned up plugins folder and faster SU start up
thanks thomthom ....
-
@the.pjt said:
hi Thomas ...
is it possible to update these codes to run with your TTlib2instead of TTlib ?!? ... now should install 2 main directories . one of this nice and must-have selection plugin and one for everything else ...
I know that you are so busy .. plus you are doing another projects ( like NUBS plugin ) ... these projects are more important for us and for you ... ... and we know that current version of selection toys works well with TTlib.. but we love to have a cleaned up plugins folder and faster SU start up
thanks thomthom ....
Yes, I also want to get rid of the old TT_Lib - but the 900 lines long Selection Toys has quite a few references and TT_Lib2 is not backward compatible in any way with TT_Lib. I would rather rewrite the whole of Selection Toys so it scales better with all the features it got through-up the years. And create a better interface.
I also understand the performance concerns, though TT_Lib should not be of much performance impact. I've been profiling the performance of my own plugins and the others installed and it seem to be that toolbars is one of the biggest performance impacts. SelectionToys only loads the parts of TT_Lib it needs, which is a couple of modules and they load in a tiny fraction of a second. Which is why it hasn't been put higher up on my list of priorities.
Lemme sort out Vertex Tools 1.1 and Bezier Surface first.
-
my HDD crashed and need to be recovered and reinstalled.
but when i installed Selection Toys, something that never happened before appeared. -
Looks like you installed it incorrectly.
-
Invalid character errors like this, that happen for line 1, occur because Ruby cannot understand the encoding of the source file.
-
All of this suggests that it is not a valid Ruby file ?
Oddly encoded?
Opened in a word-processor??
Incorrectly unzipped???
Who knows... -
Looks like corrupted download, or corrupted unzipping. What's the content ofvthe .rb file when you open it in a text editor - a plain text editor like Notepad?
I've never ever seen such error.
-
i've downloaded both again twice. TTLib and Selection Toys.
either 7zip or winrar seems to work just fine.
i'll try to unzip them with 7zip then.[Edit]
Problem solved. Old corrupted files sometimes need to be erased first
and not just overwrite it. Both works fine now. Checked with Notepad++.
Thank you all. -
Does exist a selection of segments of an explosed curve 1/x ? (Maybe I have missed that in the list)
So
for 1/2 ( 1,3,5,7...
for 1/3 (1,4,7,10...
for 1/4 (1,5,9,13...
etc... -
what..?
-
Like this for select all segments of a curve by 1 / x
Here x = 2 or x = 3
-
I was thinking of something like that for V3 - and QuadFace Tools.
-
Cool!
Advertisement