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:
authorTon Roosendaal <ton@blender.org>2007-03-11 15:14:50 +0300
committerTon Roosendaal <ton@blender.org>2007-03-11 15:14:50 +0300
commitd0d9899e7615d71e1cb1036d2a9c0a15fdb41f54 (patch)
tree032f65f732c2be6ec3113b59de34ca7caf68db88 /source/blender/blenkernel/BKE_ipo.h
parent64f7994454e5a097b7b04de770ffc62f44e25e92 (diff)
Bugfix #6201
Shape key drivers were not copied correctly, when choosing the option "ADD NEW Scene -> Full copy".
Diffstat (limited to 'source/blender/blenkernel/BKE_ipo.h')
-rw-r--r--source/blender/blenkernel/BKE_ipo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_ipo.h b/source/blender/blenkernel/BKE_ipo.h
index 7c8c0186397..2a6065eb4f1 100644
--- a/source/blender/blenkernel/BKE_ipo.h
+++ b/source/blender/blenkernel/BKE_ipo.h
@@ -60,6 +60,7 @@ void free_ipo(struct Ipo *ipo);
void ipo_default_v2d_cur(int blocktype, struct rctf *cur);
struct Ipo *add_ipo(char *name, int idcode);
struct Ipo *copy_ipo(struct Ipo *ipo);
+void ipo_idnew(struct Ipo *ipo);
void make_local_obipo(struct Ipo *ipo);
void make_local_matipo(struct Ipo *ipo);
void make_local_keyipo(struct Ipo *ipo);