Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-01-27 22:14:24 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-01-27 22:14:24 +0400
commita2e55171fee184c6fb908f2775cf3a09404acc7b (patch)
tree3768c354399d233389da080abf10b78550924bb5 /release/scripts/modules
parent2545e832e2ada24001f1c8205988b01ab54f205f (diff)
Bunch of fixes for UI messages.
Also generate rigid body constraint types in py bullet code from RNA enum values (simpler than having to sync the code when something is changed here!). Side note: RNA API about icons still needs to expose icons for enum values, and conversion funcs between icon_name and icon_value!
Diffstat (limited to 'release/scripts/modules')
-rw-r--r--release/scripts/modules/bl_i18n_utils/spell_check_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
index 1dcba6a62d1..2aa3598e4a1 100644
--- a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
+++ b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
@@ -246,6 +246,7 @@ dict_uimsgs = {
"tri", "tris",
"uv", "uvs", "uvw", "uw", "uvmap",
"vec",
+ "vel", # velocity!
"vert", "verts",
"vis",
"xyz", "xzy", "yxz", "yzx", "zxy", "zyx",
@@ -311,6 +312,7 @@ dict_uimsgs = {
"inpaint",
"lightmap",
"lossless", "lossy",
+ "matcap",
"midtones",
"mipmap", "mipmaps", "mip",
"ngon", "ngons",