Blender Git Loki
Git Commits -> Revision 63a6268
Revision 63a6268 by Yevgeny Makarov (master) March 26, 2021, 16:07 (GMT) |
UI: Use unified format for "Warning" in descriptions Warnings in tooltips were using inconsistent formatting, some in parantheses, some not, some in caps, others not, some on new lines, some not, etc. This patch uses a consistent new line and no capitals for these cases. Differential Revision: https://developer.blender.org/D9904 |
Commit Details:
Full Hash: 63a6268e83a7137b0ee5574a783fed29aeae12fd
Parent Commit: 3d25669
Committed By: Hans Goudey
Lines Changed: +28, -21
11 Modified Paths:
/release/scripts/startup/bl_operators/anim.py (+2, -1) (Diff)
/source/blender/editors/armature/armature_naming.c (+2, -2) (Diff)
/source/blender/editors/armature/pose_edit.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+2, -2) (Diff)
/source/blender/editors/object/object_data_transfer.c (+2, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_object.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+2, -1) (Diff)
/source/blender/editors/armature/armature_naming.c (+2, -2) (Diff)
/source/blender/editors/armature/pose_edit.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+2, -2) (Diff)
/source/blender/editors/object/object_data_transfer.c (+2, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_object.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+2, -1) (Diff)