Blender Git Commit Log
Git Commits -> Revision 6471cf6
Revision 6471cf6 by William Reynish (master) March 2, 2021, 17:58 (GMT) |
UI: Clean up labels and descriptions: "Draw" to "Display" In Blender, we used to use the term 'draw' to refer to information displayed to the user. For version 2.80, it was decided to change these instances to 'display' instead. This was to avoid the ambiguity between end-user drawing tools and display options. From the Oxford English Dictionary: - Draw: produce (a picture or diagram) by making lines and marks on paper with a pencil, pen, etc. - Display: show (data or an image) on a computer, television, or other screen. Therefore, we should use draw when referring to drawing tools for making marks, but use display when referring to information shown/displayed to the user. From a user POV, the computer displays certain information, whereas the user draws a mark. Apparently this change was not implemented consistently, so this patch changes all remaining relevant instances of "draw". Differential Revision: https://developer.blender.org/D10551 |
Commit Details:
Full Hash: 6471cf6bc8153eefc2cafe049033e5f3d0952a8a
Parent Commit: 1a8aee0
Committed By: Hans Goudey
Lines Changed: +72, -72
24 Modified Paths:
/source/blender/editors/gpencil/gpencil_data.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_color.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_fluid.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_lattice.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_light.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_material.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+8, -8) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+22, -22) (Diff)
/source/blender/makesrna/intern/rna_ui.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+10, -10) (Diff)
/source/blender/makesrna/intern/rna_volume.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_gizmo.c (+4, -4) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -3) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_color.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_fluid.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_lattice.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_light.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_material.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+8, -8) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+22, -22) (Diff)
/source/blender/makesrna/intern/rna_ui.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+10, -10) (Diff)
/source/blender/makesrna/intern/rna_volume.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_gizmo.c (+4, -4) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -3) (Diff)