[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37367] branches/soc-2011-pepper/source/ blender/editors/animation/keyingsets.c: Adding properties to Keying Sets via the Scene properties will now set

Joshua Leung aligorith at gmail.com
Fri Jun 10 14:51:07 CEST 2011


Revision: 37367
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37367
Author:   aligorith
Date:     2011-06-10 12:51:07 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
Adding properties to Keying Sets via the Scene properties will now set
"entire array" property on by default, making it easier to add
transforms to Keying Sets.

This doesn't affect Keying Set paths added via Python or any other
means.

Modified Paths:
--------------
    branches/soc-2011-pepper/source/blender/editors/animation/keyingsets.c

Modified: branches/soc-2011-pepper/source/blender/editors/animation/keyingsets.c
===================================================================
--- branches/soc-2011-pepper/source/blender/editors/animation/keyingsets.c	2011-06-10 12:45:11 UTC (rev 37366)
+++ branches/soc-2011-pepper/source/blender/editors/animation/keyingsets.c	2011-06-10 12:51:07 UTC (rev 37367)
@@ -224,6 +224,7 @@
 	
 	ksp->groupmode= KSP_GROUP_KSNAME; // XXX?
 	ksp->idtype= ID_OB;
+	ksp->flag= KSP_FLAG_WHOLE_ARRAY;
 	
 	return OPERATOR_FINISHED;
 }




More information about the Bf-blender-cvs mailing list