[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60305] branches/soc-2013-rigid_body_sim/ source/blender/makesrna/intern/rna_rigidbody.c: rigidbody: Allow deformation option to be animated

Sergej Reich sergej.reich at googlemail.com
Sun Sep 22 08:48:58 CEST 2013


Revision: 60305
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60305
Author:   sergof
Date:     2013-09-22 06:48:57 +0000 (Sun, 22 Sep 2013)
Log Message:
-----------
rigidbody: Allow deformation option to be animated

Modified Paths:
--------------
    branches/soc-2013-rigid_body_sim/source/blender/makesrna/intern/rna_rigidbody.c

Modified: branches/soc-2013-rigid_body_sim/source/blender/makesrna/intern/rna_rigidbody.c
===================================================================
--- branches/soc-2013-rigid_body_sim/source/blender/makesrna/intern/rna_rigidbody.c	2013-09-22 05:46:05 UTC (rev 60304)
+++ branches/soc-2013-rigid_body_sim/source/blender/makesrna/intern/rna_rigidbody.c	2013-09-22 06:48:57 UTC (rev 60305)
@@ -825,7 +825,6 @@
 	prop = RNA_def_property(srna, "use_deform", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "flag", RBO_FLAG_USE_DEFORM);
 	RNA_def_property_ui_text(prop, "Deforming", "Rigid body deforms during simulation");
-	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 	RNA_def_property_update(prop, NC_OBJECT | ND_POINTCACHE, "rna_RigidBodyOb_reset");
 
 	/* Physics Parameters */




More information about the Bf-blender-cvs mailing list