View Issue Details

IDProjectCategoryView StatusLast Update
0000391DarkRadiantMap Editingpublic25.10.2007 14:25
ReporterSneaksieDave Assigned ToSneaksieDave  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.2 
Summary0000391: Difficulty dragging patch cylinders
DescriptionSome of these things have slipped my mind in my rustiness, and thus jump out at me with fresh eyes now. For a short while tonight I couldn't figure why I was having so much trouble dragging a patch cylinder. I was trying to drag it like I would drag any other brush (click within the brush and drag). However it turns out, the way to drag a patch is to click on one of the edges. (One could also use translate mode). So it behaves a bit differently from brushes. This isn't a showstopper by any stretch, but I imagine it's a minor, dull annoyance for users in general (and feels buggy), and a stumbling block for newbies.
TagsNo tags attached.

Activities

greebo

greebo

25.10.2007 06:29

administrator   ~0000804

Well, when you click into the scene, an Intersection test is performed. For patches this test succeeds when one of its triangles is hit. For a cylinder in axial-view (looking "through the tube") this is of course only possible when you click the borders, as all the triangles are aligned along the radius.

One *could* change the intersection test to succeed when the axis-aligned "rectangle" is hit by the mouse (clicking into the hole of the cylinder would select it), BUT that behaviour would introduce all kinds of other weirdness, so that's not a way to go.

As this problem is specific to one type of patch as well as specific to one type of orthographic projection, I can't do much about it, I'm afraid.
SneaksieDave

SneaksieDave

25.10.2007 14:25

reporter   ~0000805

That sounds fine to me. Honestly this is of tiny importance, and can mostly be seen as "something to remember" for new users. If a fix was easy we could've tried it, but it doesn't sound like it's worth the effort and risk. If you don't have plans otherwise, I'll close it without contest.

Issue History

Date Modified Username Field Change
25.10.2007 03:10 SneaksieDave New Issue
25.10.2007 06:29 greebo Note Added: 0000804
25.10.2007 06:29 greebo Assigned To => SneaksieDave
25.10.2007 06:29 greebo Status new => feedback
25.10.2007 14:25 SneaksieDave Status feedback => closed
25.10.2007 14:25 SneaksieDave Note Added: 0000805
25.10.2007 14:25 SneaksieDave Resolution open => fixed