Blender Git Loki
Git Commits -> Revision 3a0f199
Revision 3a0f199 by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 1, 2018, 14:42 (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: 3a0f199aa78965d5f643d2f6db64a8054830dac4
Parent Commit: b0c55d5
Committed By: Bastien Montagne
Lines Changed: +5, -0
1 Modified Path:
/release/scripts/startup/bl_operators/object_align.py (+5, -0) (Diff)