[Bf-blender-cvs] [ad22d29dac5] master: Some UI/messages fixes.

Bastien Montagne noreply at git.blender.org
Tue Oct 3 21:32:59 CEST 2017


Commit: ad22d29dac522923821faf553404c06b7cf208ad
Author: Bastien Montagne
Date:   Tue Oct 3 21:32:31 2017 +0200
Branches: master
https://developer.blender.org/rBad22d29dac522923821faf553404c06b7cf208ad

Some UI/messages fixes.

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

M	release/scripts/modules/bl_i18n_utils/utils_spell_check.py
M	source/blender/makesrna/intern/rna_space.c

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

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 b33588c903b..2ce8385f714 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -107,6 +107,7 @@ class SpellChecker:
         "fulldome", "fulldomes",
         "fullscreen",
         "gridline",
+        "hardlight",
         "hemi",
         "inbetween",
         "inscatter", "inscattering",
@@ -447,6 +448,7 @@ class SpellChecker:
         "gpencil",
         "idcol",
         "keyframe", "keyframes", "keyframing", "keyframed",
+        "luminocity",
         "mathvis",
         "metaball", "metaballs", "mball",
         "metaelement", "metaelements",
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index ed28b0d399b..724eeccd108 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -2846,7 +2846,7 @@ static void rna_def_space_view3d(BlenderRNA *brna)
 	prop = RNA_def_property(srna, "clip_planes", PROP_FLOAT, PROP_NONE);
 	RNA_def_property_float_sdna(prop, NULL, "clip");
 	RNA_def_property_multi_array(prop, 2, (int[]){6, 4});
-	RNA_def_property_ui_text(prop, "Clipe Planes", "");
+	RNA_def_property_ui_text(prop, "Clip Planes", "");
 
 	prop = RNA_def_property(srna, "view_location", PROP_FLOAT, PROP_TRANSLATION);
 #if 0



More information about the Bf-blender-cvs mailing list