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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to