To reproduce: ``` print(node.transformation_matrix) node.position += [0, 10, 0] print(node.transformation_matrix) ``` The transformation matrix should change, but doesn't