Page MenuHome

Fix Empty "Only Axis Aligned" viewing angle depends on object scale
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Apr 5 2022, 5:21 PM.

Details

Summary

This was projecting the unnormalized z scale axis onto the plane defined
by the view vector. If object scale was very small, this made the empty
still visible at viewing angles far from the object axis.

Now use the normalized z scale axis to make this work the same at all
object scales.

Fixes T97004.

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Apr 5 2022, 5:21 PM
Philipp Oeser (lichtwerk) created this revision.
This revision is now accepted and ready to land.Apr 21 2022, 10:11 AM