Blender Git Loki
Git Commits -> Revision f783efd
Revision f783efd by Bastien Montagne (master) May 31, 2017, 19:14 (GMT) |
Fix T51680: 'Delete Group' from Group view of Outliner does not work. Do not call invoke ops from outliner's operations menus. Invoke op would search again for item under mouse coordinates... when it is invoked! Means often entry menu you would have clicked would not be over target item, leading to either nothing or operation being applied to wrong item. Note: about groups, there is another minor annoyance leading to some assert - groups have an annoying virtual fake user which breaks usercount, will see whether this is easily fixable. :| |
Commit Details:
Full Hash: f783efd1279ae6c0e334e4fa86666e4f1234f85d
Parent Commit: a481908
Lines Changed: +4, -4
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tools.c (+4, -4) (Diff)