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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-05-07 23:27:29 +0400
committerRob Haarsma <phaseIV@zonnet.nl>2003-05-07 23:27:29 +0400
commitf28516e7b02062fb8a875d87346366a896863300 (patch)
treece3deaff75a9db455ce19311aca0abf5d08cae61 /source/blender/include/BDR_editobject.h
parentcb2d8c7225d531070072feca09513f6c71e261e7 (diff)
hotkey for changing a mesh to a subsurface and back again: shift+o
hotkey for changing display resolution for subdiv: ctrl+1 or 2 or 3 or 4 written by Green
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 8eab5c3cb16..31674372466 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -113,6 +113,7 @@ void auto_timeoffs(void);
void texspace_edit(void);
void first_base(void);
void make_displists_by_obdata(void *obdata);
+void flip_subdivison(struct Object *ob, int);
#endif /* BDR_EDITOBJECT_H */