Blender Git Commit Log

Git Commits -> Revision 89e0d98

Revision 89e0d98 by Brecht Van Lommel (master)
June 28, 2018, 11:04 (GMT)
UI: keep some operator text in headers.

Key shortcuts and explanation about how to use the tool should go to the
status bar, but other info can in the header so it's near where the user
is working. This distinction has not been made yet for all operators.

Commit Details:

Full Hash: 89e0d9848a0660c81e57f1e5e9778a2b920bd54a
Parent Commit: af9fcb6
Lines Changed: +149, -91

21 Modified Paths:

/release/scripts/startup/bl_operators/wm.py (+3, -3) (Diff)
/release/scripts/templates_py/manipulator_custom_geometry.py (+2, -2) (Diff)
/release/scripts/templates_py/operator_modal_view3d.py (+3, -3) (Diff)
/source/blender/blenkernel/intern/screen.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_markers.c (+2, -2) (Diff)
/source/blender/editors/armature/pose_lib.c (+9, -10) (Diff)
/source/blender/editors/armature/pose_slide.c (+6, -6) (Diff)
/source/blender/editors/gpencil/gpencil_interpolate.c (+8, -4) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_inset.c (+2, -2) (Diff)
/source/blender/editors/screen/area.c (+33, -1) (Diff)
/source/blender/editors/screen/screen_edit.c (+7, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+22, -14) (Diff)
/source/blender/editors/transform/transform.c (+31, -31) (Diff)
/source/blender/editors/uvedit/uvedit_unwrap_ops.c (+6, -5) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_workspace_api.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021