Commit: 14278cd932bc298fc963cbb3ce64b5ea09ab2b9a
Author: Jacques Lucke
Date:   Tue May 19 15:12:07 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB14278cd932bc298fc963cbb3ce64b5ea09ab2b9a

Fix T76694: Fluid cache is deleted when changing Upres Factor

Reviewers: sebbas

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

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 7ffba1caaa9..db34f9d7e71 100644
--- a/source/blender/makesrna/intern/rna_fluid.c
+++ b/source/blender/makesrna/intern/rna_fluid.c
@@ -1725,7 +1725,7 @@ static void rna_def_fluid_domain_settings(BlenderRNA 
*brna)
                            "resolution of the domain). For best meshing, it is 
recommended to "
                            "adjust the mesh particle radius alongside this 
value");
   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
-  RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, 
"rna_Fluid_domain_reset");
+  RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, 
"rna_Fluid_meshcache_reset");
 
   prop = RNA_def_property(srna, "mesh_generator", PROP_ENUM, PROP_NONE);
   RNA_def_property_enum_sdna(prop, NULL, "mesh_generator");

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to