Commit: 38d4ef5ab387396fb396014bf6a941066f5261bc
Author: mattoverby
Date:   Thu Aug 13 10:39:59 2020 -0500
Branches: soc-2020-soft-body
https://developer.blender.org/rB38d4ef5ab387396fb396014bf6a941066f5261bc

linear solver animatable

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

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

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

diff --git a/source/blender/makesrna/intern/rna_object_force.c 
b/source/blender/makesrna/intern/rna_object_force.c
index 1aa9de61bf8..25416cf0690 100644
--- a/source/blender/makesrna/intern/rna_object_force.c
+++ b/source/blender/makesrna/intern/rna_object_force.c
@@ -1924,7 +1924,6 @@ static void rna_def_softbody(BlenderRNA *brna)
   RNA_def_property_enum_sdna(prop, NULL, "admmpd_linsolver");
   RNA_def_property_enum_items(prop, admmpd_linsolver_items);
   RNA_def_property_ui_text(prop, "Linear Solver", "Solver used for global 
step");
-  RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
   RNA_def_property_update(prop, 0, "rna_softbody_update");
 
   prop = RNA_def_property(srna, "admmpd_embed_res", PROP_INT, PROP_NONE);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to