[Bf-blender-cvs] [2fb3fa1] master: Usual fixes and tweaks for UI messages.

Bastien Montagne noreply at git.blender.org
Thu Jan 14 17:00:29 CET 2016


Commit: 2fb3fa1bf11dda4648ad3971fb7f9fe5f6c3c0c8
Author: Bastien Montagne
Date:   Thu Jan 14 16:37:06 2016 +0100
Branches: master
https://developer.blender.org/rB2fb3fa1bf11dda4648ad3971fb7f9fe5f6c3c0c8

Usual fixes and tweaks for UI messages.

===================================================================

M	intern/cycles/blender/addon/properties.py
M	release/scripts/modules/bl_i18n_utils/utils_spell_check.py

===================================================================

diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 0d96dab..ed6cea2 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -583,7 +583,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
                 ('DEFAULT', "Default", ""),
                 ('CPU', "CPU", ""),
                 ('GPU', "GPU", ""),
-                ('ACCELLERATOR', "Accellerator", ""),
+                ('ACCELERATOR', "Accelerator", ""),
                 ),
             update=devices_update_callback
             )
diff --git a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
index a7f1382..4d32697 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -502,6 +502,7 @@ class SpellChecker:
         "asc", "cdl",
         "ascii",
         "atrac",
+        "avx",
         "bsdf",
         "bssrdf",
         "bw",




More information about the Bf-blender-cvs mailing list