Blender Git Commit Log

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

3 Modified Paths:

/source/blender/editors/curve/editfont.c (+1, -1) (Diff)
/source/blender/editors/include/ED_object.h (+3, -4) (Diff)
/source/blender/editors/object/object_add.c (+5, -17) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021