Blender Git Loki

Git Commits -> Revision af316d2

Revision af316d2 by Yevgeny Makarov (master)
December 24, 2020, 19:11 (GMT)
UI: Cleanup spelling of compound words

Approximately 138 changes in the spelling of compound words
and proper names like "Light Probe", "Shrink/Fatten", "Face Map".
In many cases, hyphens were used where they aren't correct, like
"re-fit". Other common changes include:
- "Datablock" -> "data-block"
- "Floating point" -> "floating-point"
- "Ngons" -> "n-gons"

These changes help give the language used in the interface
a consistent, more professional feel.

Differential Revision: https://developer.blender.org/D9923

Commit Details:

Full Hash: af316d276144b905cf6cf5a1b1d7ae727d545e2f
Parent Commit: 2917f55
Committed By: Hans Goudey
Lines Changed: +138, -138

68 Modified Paths:

/release/scripts/presets/keyconfig/blender.py (+1, -1) (Diff)
/release/scripts/startup/bl_operators/anim.py (+1, -1) (Diff)
/release/scripts/startup/bl_operators/sequencer.py (+1, -1) (Diff)
/release/scripts/startup/bl_operators/userpref.py (+1, -1) (Diff)
/release/scripts/startup/bl_operators/uvcalc_lightmap.py (+1, -1) (Diff)
/release/scripts/startup/bl_operators/wm.py (+4, -4) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+4, -4) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_add.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_edit.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_relations.c (+2, -2) (Diff)
/source/blender/editors/curve/editfont.c (+3, -3) (Diff)
/source/blender/editors/io/io_alembic.c (+1, -1) (Diff)
/source/blender/editors/io/io_collada.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+2, -2) (Diff)
/source/blender/editors/mesh/editmesh_select_similar.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+5, -5) (Diff)
/source/blender/editors/mesh/mesh_data.c (+1, -1) (Diff)
/source/blender/editors/object/object_add.c (+1, -1) (Diff)
/source/blender/editors/object/object_constraint.c (+4, -4) (Diff)
/source/blender/editors/object/object_edit.c (+2, -2) (Diff)
/source/blender/editors/object/object_transform.c (+1, -1) (Diff)
/source/blender/editors/render/render_shading.c (+2, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+1, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+2, -2) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+1, -1) (Diff)
/source/blender/editors/space_node/node_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_view.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_ops.c (+9, -9) (Diff)
/source/blender/makesrna/intern/rna_action.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_depsgraph.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_image.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_image_api.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_main.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_main_api.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+10, -10) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+7, -7) (Diff)
/source/blender/makesrna/intern/rna_object.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_render.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_rna.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_scene_api.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_ui.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm_gizmo.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_workspace.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -1) (Diff)
/source/creator/creator_args.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021