[Plugin] HoverSelect - v1.5a - 07 Oct 17
-
Hi Fredo, i've not tried this plugin yet and maybe it works for my request. But it's possible to add a filter "by distance" to the selection via rectangle? I try to explain: actually when you select by a rectangle you select all edges and faces in the window even if they are very far and that is quite annoying. I have in mind an option with an input for maximum distance selection like, for example, "select all edges and faces in the window as far as 100 cm". Something like "Max Wall Thickness" in Windowizer 4 plugin.
Thank you and sorry if that is a nonsense...
Massimo. -
Massimo,
This make perfect sense.
And after all, the tool is there to comply with requests from users.I'll do something in a next version.
Thanks for the idea.
Fredo
-
Fredo:
This would be the variable falloff "brush" available in some other modelers.
Sure would be nice to have this capability. -
Working on the spanish translation (very busy these days...)
-
I've grown to use this plugin as much or more than any other. I've actually added it as the shortcut Shift + Spacebar and I'll use in place of the standard selection tool.
It is perfect except for one or two things.
Fredo,
In the next version can you change the way that hitting shift will toggle the "select all connected lines" on? Can it be set that when you let go of shift, the command goes back to standard selection mode? I often have to move and pan around the scene while selecting lines and anytime I pan using shift, it turns on the select all connected lines and I have to turn it back off to keep hover selecting the additional lines. A minor headache, but one nonetheless.
Also the select all connected lines is very inconsistent for me. A lot of times it will register that there are connected lines and the arrow will change color and the plus sign will appear, but it will not select anything at all. Then I go to a parallel set of lines that form the same structure and it has no problem. It is an issue with intersecting hidden or softened lines touch the line I want to select continuously?
Thanks again Fredo for all your great time saving tools!!!!
-
How do you actually draw filled shapes to the viewport?
-
@earthmover said:
In the next version can you change the way that hitting shift will toggle the "select all connected lines" on? Can it be set that when you let go of shift, the command goes back to standard selection mode? I often have to move and pan around the scene while selecting lines and anytime I pan using shift, it turns on the select all connected lines and I have to turn it back off to keep hover selecting the additional lines. A minor headache, but one nonetheless.
Actually Shift and Ctrl work in 2 modes:
- Toggle: quick press and release
- Keep down while selecting. Normally, when you release the key, it goes back to normal mode. Maybe this does not work very well?
So far I have not found other ways for the modifiers (function keys do not work well on Mac and most other keys are taken by short cuts). This is why I added the button palette.
@earthmover said:
Also the select all connected lines is very inconsistent for me. A lot of times it will register that there are connected lines and the arrow will change color and the plus sign will appear, but it will not select anything at all. Then I go to a parallel set of lines that form the same structure and it has no problem. It is an issue with intersecting hidden or softened lines touch the line I want to select continuously?
There are bugs in this version and it may well be related to the soft / hideen lines, depending on how you configured the filter. I encapsulated a different implementation in LibFredo6 which I will retrofit in HoverSelect for a new release. You can see it for instance in RoundCorner 2.1.
Fredo
-
@thomthom said:
How do you actually draw filled shapes to the viewport?
just use
view.draw
orview.draw2d
withGL_POLYGON
,GL_QUADS
codes.Note that there is a bug in SU API for the 3D drawing (i.e.
view.draw
), which does not take into account the color set byview.drawing_color
and always draws in black. I have signaled it to the SU team.Fredo
-
Ah, I was struggling with that. And drawing a polygon over a face causes z-fighting. Which there was a nice way to highlight faces...
-
Just joined recently to enter the wild, wacky world of ruby. Ran across this thread and realized this might be something i would use regularly, but only a couple of the functions work, no hovering, rectangle or lasso selecting. Clicking an edge, very difficult; clicking a face does select edges easily.
Your other tools I downloaded work fantastic.
Thanks in advance if you can steer me in right direction.
-
The script is now translated to Chinese, thanks to the effort of the CLT Team at SketchupBar.
see main post at http://forums.sketchucation.com/viewtopic.php?f=180&t=18916&hilit=plugin#p155058 -
Where put the LANG?
-
From what I can tell, this is a tool for edge selection only.
I could sure use a Hoverselect Only Faces as a way to select faces exposed to the camera. Otherwise, you box select every thing in the box from here to the horizon, then you have to unselect the stuff on the other side of the mesh that you discover after orbiting the model.
One good use for a Hoverselect face tool is to then apply Joint Push Pull to those selected faces. -
So... this is not a good idea?
-
@mitcorb said:
So... this is not a good idea?
It is...
I may end up doing it in my redesign of HoverSelect
Fredo
-
Hey Fredo,
Any news on the addition of a lasso selection tool? Would be super handy...
Many thanks for all your hard work
-
Hi
When I use this tool "Selection by rectangle:"
If I select a line that is hiden
It does not work -
@hebeijianke said:
Hi
When I use this tool "Selection by rectangle:"
If I select a line that is hiden
It does not workBy default, the rectangle selection selects only on visible edges (like the Eraser tool).
To include all edges, you have to use the Shift modifier (pressed or in toggle mode). The green rectangle border gets thicker and the hidden edges are highlighted.Fredo
-
Thanks
I see -
Script doesn't work for me, I mean it doesn't select anything. I have the menu, i can "use" the selection tool, but it doesn't select any edge. Compatibility issue with SU8 maybe?
Advertisement