Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-04-16 04:53:22 +0400
committerJoshua Leung <aligorith@gmail.com>2009-04-16 04:53:22 +0400
commita7916f4a3d29c02119cf2fcdb74106384b74f9fd (patch)
treefdcdb40aa104ab94bac2419ef60f72da0ed67555 /source/blender/blenkernel
parentf2e40f7234b4f076114d03c7f9c61aced135c742 (diff)
PoseLib: Fixed up RNA-properties for this operator so that it can be repeated using the exec() callback added in previous commit.
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/constraint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c
index c33149397e2..9fc907a3931 100644
--- a/source/blender/blenkernel/intern/constraint.c
+++ b/source/blender/blenkernel/intern/constraint.c
@@ -1889,7 +1889,6 @@ static void actcon_get_tarmat (bConstraint *con, bConstraintOb *cob, bConstraint
printf("do Action Constraint %s - Ob %s Pchan %s \n", con->name, cob->ob->id.name+2, (cob->pchan)?cob->pchan->name:NULL);
/* Get the appropriate information from the action */
- // XXX probably we might need some special filtering methods to make this more efficient
if (cob->type == CONSTRAINT_OBTYPE_BONE) {
Object workob;
bPose *pose;