Revert part of own r51193 (now I know where Courant comes from...), and add another exception to UI messages spellchecker! Thanks to Lockal for pointing this.

This commit is contained in:
2012-10-11 18:41:07 +00:00
parent 38e5562447
commit 0e6e171cdd
2 changed files with 2 additions and 1 deletions

View File

@@ -376,6 +376,7 @@ dict_uimsgs = {
"catmull",
"catrom",
"chebychev",
"courant",
"kutta",
"lennard",
"minkowski",

View File

@@ -2135,7 +2135,7 @@ static void rna_def_particle_settings(BlenderRNA *brna)
RNA_def_property_float_default(prop, 0.2);
RNA_def_property_ui_text(prop, "Adaptive Subframe Threshold",
"The relative distance a particle can move before requiring more subframes "
"(target current number); 0.1-0.3 is the recommended range");
"(target Courant number); 0.1-0.3 is the recommended range");
RNA_def_property_update(prop, 0, "rna_Particle_reset");
prop = RNA_def_property(srna, "jitter_factor", PROP_FLOAT, PROP_NONE);