[Bf-blender-cvs] [803636f888c] master: Fluid: Fix typo in fluid RNA

Sebastián Barschkis noreply at git.blender.org
Fri Feb 21 15:32:57 CET 2020


Commit: 803636f888c1f74d73bf4f09ed396647c869a4a3
Author: Sebastián Barschkis
Date:   Fri Feb 21 15:32:24 2020 +0100
Branches: master
https://developer.blender.org/rB803636f888c1f74d73bf4f09ed396647c869a4a3

Fluid: Fix typo in fluid RNA

Fix typo in fluid RNA.

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

M	source/blender/makesrna/intern/rna_fluid.c

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

diff --git a/source/blender/makesrna/intern/rna_fluid.c b/source/blender/makesrna/intern/rna_fluid.c
index a87a091f15e..d4bc02bbf3e 100644
--- a/source/blender/makesrna/intern/rna_fluid.c
+++ b/source/blender/makesrna/intern/rna_fluid.c
@@ -1711,7 +1711,7 @@ static void rna_def_fluid_domain_settings(BlenderRNA *brna)
   RNA_def_property_ui_text(prop,
                            "Maximum Trapped Air Potential",
                            "Upper clamping threshold for marking fluid cells where air is trapped "
-                           "(highe value results in less marked cells)");
+                           "(higher value results in less marked cells)");
   RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_Fluid_resetCache");
 
   prop = RNA_def_property(srna, "sndparticle_potential_min_energy", PROP_FLOAT, PROP_NONE);



More information about the Bf-blender-cvs mailing list