View Issue Details

IDProjectCategoryView StatusLast Update
0000250DarkRadiantMap Editingpublic17.06.2007 19:57
Reporterangua Assigned Togreebo  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.0 
Fixed in Version0.9.1 
Summary0000250: Delete first or last row / column of vertices of a patch always deletes the same vertices
DescriptionIf 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.)
TagsNo tags attached.

Activities

greebo

greebo

30.04.2007 14:38

administrator   ~0000599

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.
greebo

greebo

01.05.2007 10:55

administrator   ~0000602

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.

Issue History

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