Blender Git Loki
Git Commits -> Revision 76e7c03
Revision 76e7c03 by Sergey Sharybin (master) September 13, 2017, 12:40 (GMT) |
Fix T52140: Align objects centers using origin for text The issue was caused by operator redo which frees all object's evaluated data, including bounding box. This bounding box can not be reconstructed properly without full curve evaluation (need to at least convert font to nurbs, which is not cheap already). |
Commit Details:
Full Hash: 76e7c039ec501e64f55b293a17aee1968cdb7aeb
Parent Commit: 43858c4
Lines Changed: +5, -0
1 Modified Path:
/release/scripts/startup/bl_operators/object_align.py (+5, -0) (Diff)