Blender Git Commit Log

Git Commits -> Revision ef0ec01

Revision ef0ec01 by Aaron Carlisle (master)
July 2, 2020, 20:28 (GMT)
UI: Dont abbriviate location & rotation

This resolves one of the last few areas where we still use inappropriate
abbreviations. Reading abbreviated words is usually slower, because
users must parse, guess and translate the words. Using abbreviations
such as 'rot' is also especially bad since it's a word in itself too.

The main advantage of abbreviations is that they are faster to *write*,
which just isn't a concern for text in the UI.

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

Commit Details:

Full Hash: ef0ec014611125c9b6a33a6d008db5fef3143107
Parent Commit: 33f36b4
Lines Changed: +31, -31

5 Modified Paths:

/release/scripts/startup/bl_ui/space_clip.py (+1, -1) (Diff)
/release/scripts/startup/keyingsets_builtins.py (+14, -14) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+11, -11) (Diff)
/source/blender/makesrna/intern/rna_particle.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021