Some UI/messages fixes.

This commit is contained in:
Bastien Montagne 2017-10-03 21:32:31 +02:00
parent 239b38cd64
commit ad22d29dac
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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