Blender Git Loki
Git Commits -> Revision 4b33dee
Revision 4b33dee by Nathan Letwory (master) September 27, 2010, 21:22 (GMT) |
Fix [#23977] toggle back to object mode not working (outliner issue) Reported by Roland Kramer There was already code to prevent visibility toggle through restrict column from working when in edit mode. Reshuffled code somewhat so it works also for object operations in outliner. Also ensure operator poll for visibility and selectability toggle checks object is not in edit mode. So this also works for selectability toggling, so no more toggling when in edit mode - it's confusing otherwise. Added notifier and handling for it for renderability toggle in outliner. No edit mode restriction here. |
Commit Details:
Full Hash: 4b33deeb02ffce4e1e2c0adb5a709f94eb214e8a
SVN Revision: 32159
Parent Commit: bbfbbe8
Lines Changed: +75, -33
7 Modified Paths:
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/object/object_select.c (+2, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+13, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+35, -13) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+20, -19) (Diff)
/source/blender/editors/object/object_select.c (+2, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+13, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+35, -13) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+20, -19) (Diff)