[Plugin] Selection Toys
-
Select loop does not work for me on sketchup 8.. it only select edges but there is no loop selected on faces..
-
@dollmaker said:
Select loop does not work for me on sketchup 8.. it only select edges but there is no loop selected on faces..
Screenshots? Sample model?
-
Hi, great tool. Works on my google su 8 but not my trimble version. Any thoughts? the plugins are installed, but when you context click nothing happens
-
I have the latest Trimble version, used every one f them. Always worked.
Can you be more specific to "when you context click nothing happens"?
What are you clicking on?
Surely there is a menu appearing? Missing menu items?
Any errors? (If you keep the Ruby Console open?) -
Hi
In trimble SU 8 I double click Susan (SU's default component) to enter it for editing. Click her grey shirt so only that is selected. right click it, then click select & then hit "coplanar faces". nothing changes.
the exact same process in google SU 8 works how it should.
ruby console displays nothing in both cases
there are no missing menu items, it appears the same in both su versions.
thanks
-
@fullyfledgeded said:
In trimble SU 8 I double click Susan (SU's default component) to enter it for editing. Click her grey shirt so only that is selected. right click it, then click select & then hit "coplanar faces". nothing changes.
Works fine on my computer. Might be some other plugin interfering. Try with just Selection Toys installed.
-
If you click on just her 'gray' shirt then only one face will be selected, there are no edges in the selection to be considered for coplanar-ness...
BUT if you double-click the shirt-face so that its edges also select... then some of those edges can be considered 'coplanar', because they border two same-plane-faces which also have the same 'gray' material... -
Do the conditions of dependency mean that one cannot have both Quad Tools and the Selection Toys installed simultaneously? (Because of the different TT-Lib versions involved?)
Cheers,
Peter -
@tig said:
If you click on just her 'gray' shirt then only one face will be selected, there are no edges in the selection to be considered for coplanar-ness...
BUT if you double-click the shirt-face so that its edges also select... then some of those edges can be considered 'coplanar', because they border two same-plane-faces which also have the same 'gray' material...Select Coplanar in Selection Toys doesn't consider edges at all. Selecting one face is enough. See my previous reply - it's working on my machine and every other I've tried. This appear to be a local issue - which is why I suggested trying with just Selection Toys installed.
-
@madpax said:
Do the conditions of dependency mean that one cannot have both Quad Tools and the Selection Toys installed simultaneously? (Because of the different TT-Lib versions involved?)
Cheers,
PeterNo - none of my plugins conflict with each other. TT_Lib is different from TT_Lib2 and they do not overlap.
I was thinking there could be some other plugins you have installed - not one of mine - that might be conflicting.
-
thanks, is there any way to find out what the interfering plugins are?
-
No easy way. Remove some, see if it works.
What I would do:
- Make a backup of the Plugins folder. I'd rename it to something like "PluginsOrg"
- Copy just Selection Toys and TT_Lib over - see if it works then. If it does then we have confirmed there is a conflict.
- Copy half the plugin into the new plugins folder. Does it still work? Then copy the half of your remaining plugins. Continue until the issue appear.
- When the issue appear, start working backwards. Take the batch of plugins you added last and remove half of them until it works. Like that you can quickly narrow down to the offending plugin.
Did any of that make sense?
-
Kind of bubble sort
-
ThomThom.
Great plugin, thanks a lot!
-
Hi ThomThom.
Thanks for your plugins!
I´m having issues with additional plugin folders and your plugin. I get the following message:
I tried putting ttlib2 in plugins, and in my additional plugin folder. Same error.
Santiago
Edit:
TTcleanup and TTsolidinspector work ok.
-
Selection Toys require TT_Lib version 1. It makes no use of version 2. Follow the link of requirements.
-
My bad... didn't read the list of requirements at first. But, now it is asking for win32api. In installed it in the main plugin folder, and no go.... Does this plugin work on macos?
Thanks
Santiago
-
@caronte01 said:
Does this plugin work on macos?
Yes.
Have you checked that the file is there? Can you show a screenshot of the file in finder - including the path to the files.
-
@caronte01 said:
... But, now it is asking for win32api. In installed it in the main plugin folder, and no go....
I changed my post for the Win32api.so library, to make the first line more obvious so you cannot misread it. I also copied the warning 2 more times, so it appears THREE (3) times:
Windows ONLY (Do NOT install on Mac!)
You should remove Win32API.so and win32ole.so from your Mac, please.
Do not throw away the brains that God gave you, just because some error message tells you to do things that you should know do not make sense. (This is how websites trick you into installing trojan malware on your computer.)
A Mac does NOT have a registry database (it uses plist files,) so should not be trying to load the registry.rb file, nor should it be trying to load either Win32API.so nor win32ole.so files.
If a plugin does try to do these things on a Mac, either the plugin is MS Windows only, or the plugin author did not determine the user platform correctly (or somehow, some plugin has changed theRUBY_PLATFORM
global constant.)Always get help from the plugin author first, rather than attempting "shot in the dark" solutions.
-
@caronte01 said:
I´m having issues with additional plugin folders and your plugin. I get the following message:
(1) If you are on a Mac, why are you prefixing paths with a drive letter (such as ,) this is only done on MS Windows.
(2) Are you responsible for putting the dashes "
%(#804040)[-]
" into the library directory name ? (ie: "%(#804040)[-Libreria-]
")This may not be a wise idea.)
(3) Try to limit any characters in directory names to the UTF-8 character set. (Simple ASCII characters are even better.)
Advertisement