Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-05-20 17:02:00 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-05-20 17:02:30 +0300
commit9cc795e1df0e04d05eea900829511255d96d6f90 (patch)
treee1a6c369157ca1d209d93f55d348788ffec485cc /source
parent7a2b20349ae28c8dd8a096208a4456a2f7127ea4 (diff)
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.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_rigidbody.c1
1 files changed, 0 insertions, 1 deletions
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);