Blender Git Loki
Git Commits -> Revision ab3de09
Revision ab3de09 by Sergey Sharybin (master) August 2, 2019, 13:15 (GMT) |
Fix T68112: Align View on object add is broken No need to use BKE_object_where_is_calc() in this case: there is no parenting or constraint system involved on object add. So simply use direct object matrix calculation from it's local transform. No need in dependency graph either in this case. |
Commit Details:
Full Hash: ab3de09591c74fe43b6f3f81bfc666a7beb9cc70
Parent Commit: 5cf6d7e
Lines Changed: +9, -22