View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000250 | DarkRadiant | Map Editing | public | 01.04.2007 09:34 | 17.06.2007 19:57 |
Reporter | angua | Assigned To | greebo | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.0 | ||||
Fixed in Version | 0.9.1 | ||||
Summary | 0000250: Delete first or last row / column of vertices of a patch always deletes the same vertices | ||||
Description | If I want to delete rows of vertices of a patch, I go to curve - delete - first (2) rows or curve - delete - last(2) rows but regardless of which one of those I take, the same vertices are gone. (Same with columns.) | ||||
Tags | No tags attached. | ||||
I just had a look at the code and I can't say right now what exactly makes it break (there are a couple of generic loops that I don't quite understand due to the massive amount of comments...). I'll probably gonna replace that algorithms with new ones that can handle appending vertices as well (which is also a feature I missed a lot). The chance of ditching ancient important knowledge by removing that code is probably remote, it should be fairly easily accomplished. |
|
Resolved, I rewrote the remove/insert routines, they are more flexible (and shorter) now. This opens the way to insert/remove cols and rows at arbitrary points, not just the beginning. | |
Date Modified | Username | Field | Change |
---|---|---|---|
01.04.2007 09:34 | angua | New Issue | |
01.04.2007 12:11 | greebo | Status | new => confirmed |
30.04.2007 14:38 | greebo | Note Added: 0000599 | |
30.04.2007 14:38 | greebo | Status | confirmed => assigned |
30.04.2007 14:38 | greebo | Assigned To | => greebo |
01.05.2007 10:55 | greebo | Status | assigned => resolved |
01.05.2007 10:55 | greebo | Fixed in Version | => latest SVN |
01.05.2007 10:55 | greebo | Resolution | open => fixed |
01.05.2007 10:55 | greebo | Note Added: 0000602 | |
17.06.2007 19:57 | angua | Status | resolved => closed |