[Bf-blender-cvs] [c9a8de1d704] master: Fluid: Correct Tooltip

Aaron Carlisle noreply at git.blender.org
Tue Mar 17 21:33:01 CET 2020


Commit: c9a8de1d704b807460a7a6838db28f7ae2472200
Author: Aaron Carlisle
Date:   Tue Mar 17 16:32:56 2020 -0400
Branches: master
https://developer.blender.org/rBc9a8de1d704b807460a7a6838db28f7ae2472200

Fluid: Correct Tooltip

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

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 b4543ea4b38..cf992a2533e 100644
--- a/source/blender/makesrna/intern/rna_fluid.c
+++ b/source/blender/makesrna/intern/rna_fluid.c
@@ -1263,7 +1263,7 @@ static void rna_def_fluid_domain_settings(BlenderRNA *brna)
   RNA_def_property_ui_text(
       prop,
       "Threshold",
-      "Maximum amount of fluid a cell can contain before it is considered empty");
+      "Minimum amount of fluid a cell can contain before it is considered empty");
   RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_Fluid_resetCache");
 
   prop = RNA_def_property(srna, "use_adaptive_domain", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list