[Bf-blender-cvs] [9cc795e1df0] master: Revert "Fix T64876: Checking Animated checkbox does not do what is documented."

Bastien Montagne noreply at git.blender.org
Mon May 20 16:02:39 CEST 2019


Commit: 9cc795e1df0e04d05eea900829511255d96d6f90
Author: Bastien Montagne
Date:   Mon May 20 16:02:00 2019 +0200
Branches: master
https://developer.blender.org/rB9cc795e1df0e04d05eea900829511255d96d6f90

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.

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

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

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

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);



More information about the Bf-blender-cvs mailing list