[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51296] trunk/blender/release/scripts/ modules/bl_i18n_utils/spell_check_utils.py: More spell check exceptions...

Bastien Montagne montagne29 at wanadoo.fr
Sat Oct 13 13:08:02 CEST 2012


Revision: 51296
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51296
Author:   mont29
Date:     2012-10-13 11:08:00 +0000 (Sat, 13 Oct 2012)
Log Message:
-----------
More spell check exceptions...

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

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-10-13 10:42:38 UTC (rev 51295)
+++ trunk/blender/release/scripts/modules/bl_i18n_utils/spell_check_utils.py	2012-10-13 11:08:00 UTC (rev 51296)
@@ -37,10 +37,12 @@
     "aren",  # aren't
     "betweens",  # yuck! in-betweens!
     "boolean", "booleans",
+    "couldn",  #couldn't
     "decrement",
     "derivate",
     "doesn",  # doesn't
     "fader",
+    "hasn",  # hasn't
     "hoc",  # ad-hoc
     "indices",
     "iridas",
@@ -290,6 +292,7 @@
     "crossfade",
     "deinterlace",
     "dropoff",
+    "dv",
     "eigenvectors",
     "equirectangular",
     "fisheye",
@@ -303,6 +306,7 @@
     "midtones",
     "mipmap", "mipmaps", "mip",
     "ngon", "ngons",
+    "ntsc",
     "nurb", "nurbs",
     "perlin",
     "phong",
@@ -347,6 +351,8 @@
     "metaelement", "metaelements",
     "metastrip", "metastrips",
     "movieclip",
+    "mpoly",
+    "mtex",
     "nabla",
     "navmesh",
     "outliner",
@@ -362,6 +368,7 @@
     "stucci",
     "sunsky",
     "subsurf",
+    "tessface", "tessfaces",
     "texface",
     "timeline", "timelines",
     "tosphere",




More information about the Bf-blender-cvs mailing list