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:
authorMatt Ebb <matt@mke3.net>2006-06-01 13:03:43 +0400
committerMatt Ebb <matt@mke3.net>2006-06-01 13:03:43 +0400
commit46927c0a572288d182d2c106be0c5443157d8adc (patch)
treec5aa4547d2bc37067afa78139fb2b34ef92d9325 /source/blender/include/BDR_editobject.h
parentfd79bd260820225ea46dde6e2bb2206482ee172b (diff)
* Whoops, committed something I shouldn't have in the last one. Reverting.
* Added 'Make Local' to the menus. Also a minor capitalisation tweak.
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index a3f2a1061f1..af965117653 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -91,7 +91,8 @@ void do_single_tex_user(struct Tex **from);
void single_tex_users_expand(void);
void single_mat_users_expand(void);
void single_user(void);
-void make_local(void);
+void make_local_menu(void);
+void make_local(int mode);
void adduplicate(int mode, int dupflag); /* when the dupflag is 0 no data is duplicated */
void selectlinks_menu(void);
void selectlinks(int nr);