Blender Git Loki
Git Commits -> Revision 356d624
Revision 356d624 by William Reynish (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt, ui-asset-view-template) March 3, 2021, 17:15 (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: 356d624f21a20e235bd368d948daf1ed228e4bf1
Parent Commit: f5ede4e
Committed By: Julian Eisel
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)