Blender Git Loki
Git Commits -> Revision 7454d93
Revision 7454d93 by Nicholas Bishop (master) March 14, 2012, 06:32 (GMT) |
Add partial visibility operator including keymaps and menu items. Uses HKEY for border hide, CTRL+HKEY for border show, and ALT+HKEY for show all. Documentation: http://wiki.blender.org/index.php/User:Nicholasbishop/PartialVisibility Code review: http://codereview.appspot.com/5695043 |
Commit Details:
Full Hash: 7454d939c5ac94b114b1754e899e1395d2473dc9
SVN Revision: 44872
Parent Commit: 68b8f3b
Lines Changed: +644, -40
1 Added Path:
/source/blender/editors/sculpt_paint/paint_hide.c (+392, -0) (View)
8 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+21, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+15, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+22, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+10, -10) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+12, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+170, -28) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+15, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+22, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+10, -10) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+12, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+170, -28) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)