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:
authorCampbell Barton <ideasman42@gmail.com>2008-02-04 00:24:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-04 00:24:48 +0300
commit9276a6f9fabcf4a3810e0bd57e15d807b41880d0 (patch)
treeecbd1b99ecd2d3fb480bc3d5971b366714c51012 /source/blender/include/BDR_editobject.h
parent33a23853e125ac586fbef8c8e86b9c7a4144c7eb (diff)
Added single user ipos option - useful when you make linked duplicates with many objects and want them a unique ipo.
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 9e65a049bfc..df7c41a6b12 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -97,6 +97,7 @@ void single_object_users(int flag);
void new_id_matar(struct Material **matar, int totcol);
void single_obdata_users(int flag);
void single_mat_users(int flag);
+void single_ipo_users(int flag);
void do_single_tex_user(struct Tex **from);
void single_tex_users_expand(void);
void single_mat_users_expand(void);