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>2012-07-03 23:06:43 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-03 23:06:43 +0400
commit14b2c348c81a1219e64499eb89f399baebca529a (patch)
treea8ea9b6486b251fce116d79731461d3cc32c3cb2
parent37dc4006c7876701842244d52ed33b35649370dd (diff)
Minor updates.
-rw-r--r--release/scripts/modules/bl_i18n_utils/bl_process_msg.py5
-rw-r--r--release/scripts/modules/bl_i18n_utils/spell_check_utils.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/bl_process_msg.py b/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
index df3a132b91c..353b911ab2c 100644
--- a/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
+++ b/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
@@ -24,9 +24,8 @@
import os
-# Quite an ugly hackā€¦ But the simplest solution for now!
-#import sys
-#sys.path.append(os.path.abspath(os.path.dirname(__file__)))
+# XXX Relative import does not work here when used from Blender...
+#from . import settings
import bl_i18n_utils.settings as settings
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 6c60bc1afc0..8e305122487 100644
--- a/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
+++ b/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
@@ -165,6 +165,7 @@ dict_uimsgs = {
"workflow",
# Neologisms, slangs
+ "affectable",
"automagic", "automagically",
"blobby",
"blockiness", "blocky",
@@ -330,6 +331,7 @@ dict_uimsgs = {
"dupliobject", "dupliob",
"dupligroup",
"duplivert",
+ "editbone",
"fcurve", "fcurves",
"fluidsim",
"frameserver",