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>2008-09-24 15:52:31 +0400
committerJoshua Leung <aligorith@gmail.com>2008-09-24 15:52:31 +0400
commit48bc5b2ac654229832752e7f8593f0dda2ccf80c (patch)
tree8dc6a2dcbdffea876e5e5a5d0bb8d386d5a1aa7b /source/blender/src/drawaction.c
parent3b09c0b0d5a5bea78f0832532f8c206280ae6456 (diff)
Made Object-level copy constraints work the same as for bones now too
Diffstat (limited to 'source/blender/src/drawaction.c')
-rw-r--r--source/blender/src/drawaction.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c
index dfbe17179a4..64e85bfcd4e 100644
--- a/source/blender/src/drawaction.c
+++ b/source/blender/src/drawaction.c
@@ -1459,6 +1459,10 @@ static void add_bezt_to_keyblockslist(ListBase *blocks, IpoCurve *icu, int index
* Note: we can't search from end to try to optimise this as it causes errors there's
* an A ___ B |---| B situation
*/
+ // FIXME: here there is a bug where we are trying to get the summary for the following channels
+ // A|--------------|A ______________ B|--------------|B
+ // A|------------------------------------------------|A
+ // A|----|A|---|A|-----------------------------------|A
for (ab= blocks->first; ab; ab= ab->next) {
/* check if alter existing block or add new block */
if (ab->start == prev->vec[1][0]) {