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>2006-11-14 21:13:34 +0300
committerTon Roosendaal <ton@blender.org>2006-11-14 21:13:34 +0300
commitba04e4bceb6e54bc55e1c9257ce3c5c4c2ce58f0 (patch)
treeb6f21012f52fe320f61ca04e8363dbf7c397fabe /source/blender/include/BDR_editobject.h
parent9ab91ab3616f667f39610c4e076644615d2fe632 (diff)
New behaviour for SHIFT+O (set subsurf on/off) or CTRL+0/1/2/3/4 for level.
- Now works on selection of Objects (as do allmost all hotkeys) - If multiple selected have different settings, it sets all the same - Also does subsurf settings within a dupli-group
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 4a175728d99..f3af74d1c24 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -108,7 +108,7 @@ void select_select_keys(void);
int vergbaseco(const void *a1, const void *a2);
void auto_timeoffs(void);
void texspace_edit(void);
-void flip_subdivison(struct Object *ob, int);
+void flip_subdivison(int);
void mirrormenu(void);