From 9cc795e1df0e04d05eea900829511255d96d6f90 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 20 May 2019 16:02:00 +0200 Subject: Revert "Fix T64876: Checking Animated checkbox does not do what is documented." Bad understanding of intents behind that setting, my mistake. This reverts commit 49f530c7da6bd117c4b373307eb646d513538526. --- source/blender/makesrna/intern/rna_rigidbody.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source') diff --git a/source/blender/makesrna/intern/rna_rigidbody.c b/source/blender/makesrna/intern/rna_rigidbody.c index c489310124b..799705df2b4 100644 --- a/source/blender/makesrna/intern/rna_rigidbody.c +++ b/source/blender/makesrna/intern/rna_rigidbody.c @@ -1044,7 +1044,6 @@ static void rna_def_rigidbody_object(BlenderRNA *brna) RNA_def_property_boolean_funcs(prop, NULL, "rna_RigidBodyOb_kinematic_state_set"); RNA_def_property_ui_text( prop, "Kinematic", "Allow rigid body to be controlled by the animation system"); - RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); RNA_def_property_update(prop, NC_OBJECT | ND_POINTCACHE, "rna_RigidBodyOb_reset"); prop = RNA_def_property(srna, "use_deform", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3