View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000391 | DarkRadiant | Map Editing | public | 25.10.2007 03:10 | 25.10.2007 14:25 |
| Reporter | SneaksieDave | Assigned To | SneaksieDave | ||
| Priority | low | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.2 | ||||
| Summary | 0000391: Difficulty dragging patch cylinders | ||||
| Description | Some 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. | ||||
| Tags | No tags attached. | ||||
|
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. |
|
| 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. | |
| 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 |