Hi folks,
How does one assign values to individual elements of a matrix?
I had a script that worked for 2.4x, but is broken in 2.59:
matrix[3][0] = Points[i][0]
matrix[3][1] = Points[i][1]
matrix[3][2] = Points[i][2]
matrix[3][3] = 1
It fails with the error:
TypeError: ‘NoneType’ object is not callable
If anyone can help with this, I would appreciate it.
Thanks!