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>2006-01-03 02:26:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-01-03 02:26:54 +0300
commit80f903ed73878c42b005069c2453c2737275a845 (patch)
tree43949e5d5cb873e9599eb7908cd73ecaf9534ec6 /source/blender/include/BDR_editobject.h
parent8b0c3de7d9791646c09a002b14afc21d6b3da5ae (diff)
Small commit, hopefully the last Duplicate change.
Made pythons duplicate not redraw, documented adduplicate()
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 27c23b22ca3..a3f2a1061f1 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -92,7 +92,7 @@ void single_tex_users_expand(void);
void single_mat_users_expand(void);
void single_user(void);
void make_local(void);
-void adduplicate(int noTrans, int dupflag); /* when the dupflag is 0 no data is duplicated */
+void adduplicate(int mode, int dupflag); /* when the dupflag is 0 no data is duplicated */
void selectlinks_menu(void);
void selectlinks(int nr);
void image_aspect(void);