See #3501. Minor matrix math fix that caused annotations to not appear in global coordinates.

This commit is contained in:
Dion Moult
2023-08-11 22:36:23 +10:00
parent 444a728e7a
commit 2bb25cb874
@@ -166,6 +166,7 @@ class Annotator:
center = camera.matrix_world.inverted() @ bpy.context.scene.cursor.location
center.z = 0
center = camera.matrix_world @ center
return (
center + z_offset,