Blender Git Loki
Git Commits -> Revision c4542ac
Revision c4542ac by Sergey Sharybin (master) February 7, 2012, 12:47 (GMT) |
Fix #30091: Shift-Ctrl-Alt-RMB problem in face mode Select Edge Rings with extension policy wasn't working properly in face selection mode because it's used to call Select Loop operator because edge rings can be selected only in verts/edges mode. On this call of another operator extension policy wasn't set to newly calling operator. Now Select Edge Rings still calls Select Loops (which is a bit nasty) but properly sets extension flag. |
Commit Details:
Full Hash: c4542acc8b690a4a3dc558f3c19d4a42f9353400
SVN Revision: 43949
Parent Commit: 77ab18e
Lines Changed: +9, -1
1 Modified Path:
/source/blender/editors/mesh/loopcut.c (+9, -1) (Diff)