I have a 3 column by N row matrix that is created by tracing a marker with respect to ground. I need to delete a row from this matrix with a python script. It would be nice to be able to do this to any row, but my immediate need is to remove the first row (or the first three values). I can get a reference to the matrix with no issue, but there is something I am missing in order to delete values. Any thoughts please?
This is easy in standard Python, but the relationship between the gcurve, curve & matrix objects is a little odd when you first look at it. Here is a function that removes a row - it hasn't been tested much and it's ugly, but it works for a simple example: