Revision: 48558
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48558
Author:   mont29
Date:     2012-07-03 19:06:43 +0000 (Tue, 03 Jul 2012)
Log Message:
-----------
Minor updates.

Modified Paths:
--------------
    trunk/blender/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
    trunk/blender/release/scripts/modules/bl_i18n_utils/spell_check_utils.py

Modified: trunk/blender/release/scripts/modules/bl_i18n_utils/bl_process_msg.py
===================================================================
--- trunk/blender/release/scripts/modules/bl_i18n_utils/bl_process_msg.py       
2012-07-03 19:03:52 UTC (rev 48557)
+++ trunk/blender/release/scripts/modules/bl_i18n_utils/bl_process_msg.py       
2012-07-03 19:06:43 UTC (rev 48558)
@@ -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
 
 

Modified: 
trunk/blender/release/scripts/modules/bl_i18n_utils/spell_check_utils.py
===================================================================
--- trunk/blender/release/scripts/modules/bl_i18n_utils/spell_check_utils.py    
2012-07-03 19:03:52 UTC (rev 48557)
+++ trunk/blender/release/scripts/modules/bl_i18n_utils/spell_check_utils.py    
2012-07-03 19:06:43 UTC (rev 48558)
@@ -165,6 +165,7 @@
     "workflow",
 
     # Neologisms, slangs
+    "affectable",
     "automagic", "automagically",
     "blobby",
     "blockiness", "blocky",
@@ -330,6 +331,7 @@
     "dupliobject", "dupliob",
     "dupligroup",
     "duplivert",
+    "editbone",
     "fcurve", "fcurves",
     "fluidsim",
     "frameserver",

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to