simulate icon indicating copy to clipboard operation
simulate copied to clipboard

Transformation matrix not updating correctly

Open dylanebert opened this issue 3 years ago • 0 comments

To reproduce:

print(node.transformation_matrix)
node.position += [0, 10, 0]
print(node.transformation_matrix)

The transformation matrix should change, but doesn't

dylanebert avatar Nov 07 '22 18:11 dylanebert