[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18739] branches/blender2.5/blender/source /blender/blenkernel/intern/constraint.c: Just a minor change to a comment in constraints code.

Joshua Leung aligorith at gmail.com
Thu Jan 29 23:24:20 CET 2009


Revision: 18739
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18739
Author:   aligorith
Date:     2009-01-29 23:24:16 +0100 (Thu, 29 Jan 2009)

Log Message:
-----------
Just a minor change to a comment in constraints code. It appears that Action Constraints are in fact working now (I was probably testing old code last night).

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/blenkernel/intern/constraint.c

Modified: branches/blender2.5/blender/source/blender/blenkernel/intern/constraint.c
===================================================================
--- branches/blender2.5/blender/source/blender/blenkernel/intern/constraint.c	2009-01-29 21:41:43 UTC (rev 18738)
+++ branches/blender2.5/blender/source/blender/blenkernel/intern/constraint.c	2009-01-29 22:24:16 UTC (rev 18739)
@@ -1894,7 +1894,7 @@
 			/* make a temporary pose and evaluate using that */
 			pose = MEM_callocN(sizeof(bPose), "pose");
 			
-			/* make a copy of the bone of interest in the temp pose */
+			/* make a copy of the bone of interest in the temp pose before evaluating action, so that it can get set */
 			pchan = cob->pchan;
 			tchan= verify_pose_channel(pose, pchan->name);
 			





More information about the Bf-blender-cvs mailing list