Blender Git Loki
Git Commits -> Revision c08896e
Revision c08896e by Bastien Montagne (blender-v2.76-release, blender-v2.76a-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) September 23, 2015, 14:02 (GMT) |
Fix T46161: Rotate around selection changes bezier curve handle type. Issue is, when 'Rotate Aroud Selection' is set, in Edit mode we do a fake transform operation to get center point around which to rotate. For curves, most transform operations involve a check of handle types. For now, added 'TFM_DUMMY' as an exception here. Think it would be best to actually undo those changes in case of cancelled operation, but this is much more involved, while this fix is safe enough to be included in final 2.76. |
Commit Details:
Full Hash: c08896e2c40d57c4a5bde224ec67609b80647174
Parent Commit: aabb8db
Committed By: Sergey Sharybin
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)