Blender Git Commit Log
Git Commits -> Revision 6d070e4
Revision 6d070e4 by Bastien Montagne (master) March 13, 2013, 15:27 (GMT) |
Fix [#34621] I18n Switch Issue When Gimbal and Rotation Manipulator On. Real issue was that transform manipulators' code was calling TRANSFORM_OT_trackball with data (PointerRNA) from VIEW3D_OT_manipulator. That op has constraints props, while trackball has not. This created some kind of "ghost" properties, that showed up in redo panel. Why this only segfaults in BLF_pgettext in 32bit builds remains a deep mystery (currently dusting out my 32 vbox to try to understand it...). BLF_pgettext is supposed to be pretty secure. :/ |
Commit Details:
Full Hash: 6d070e47c1862b76a0e0b56ee697c8828a15b866
SVN Revision: 55245
Parent Commit: 1d9b80f
Lines Changed: +9, -2
1 Modified Path:
/source/blender/editors/transform/transform_manipulator.c (+9, -2) (Diff)