rename internal matrix struct member vars to avoid confusion
Matrix.contigPtr --> matrix Matrix.row_size --> num_col Matrix.col_size --> num_row
This commit is contained in:
		| @@ -327,7 +327,7 @@ static PyObject *Euler_str(EulerObject * self) | ||||
|  | ||||
| 	ds= BLI_dynstr_new(); | ||||
|  | ||||
| 	BLI_dynstr_appendf(ds, "<Euler (x=%.4f, y=%.4f, z=%.4f), order='%s' >", | ||||
| 	BLI_dynstr_appendf(ds, "<Euler (x=%.4f, y=%.4f, z=%.4f), order='%s'>", | ||||
| 	                   self->eul[0], self->eul[1], self->eul[2], euler_order_str(self)); | ||||
|  | ||||
| 	return mathutils_dynstr_to_py(ds); /* frees ds */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user