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:
authorMartin Poirier <theeth@yahoo.com>2009-07-16 07:16:03 +0400
committerMartin Poirier <theeth@yahoo.com>2009-07-16 07:16:03 +0400
commit111be5ea2aa227cc93c9fc57750e463c55056673 (patch)
tree8c2c4579544cf9dd86e525ad0187b1986d99fb97 /source/blender/editors/include/ED_transform.h
parent2b99cdd5cab1c833ac79a2e96db70d6fe79aed13 (diff)
Extrude along normals.
Note that this is on in all cases now, it needs to be restricted to face extrude only. Some slight transform operator cleanup too.
Diffstat (limited to 'source/blender/editors/include/ED_transform.h')
-rw-r--r--source/blender/editors/include/ED_transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index 5719aa63234..de1294c9b2b 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -40,6 +40,7 @@ struct bContext;
struct Object;
struct uiLayout;
struct EnumPropertyItem;
+struct wmOperatorType;
void transform_keymap_for_space(struct wmWindowManager *wm, struct ListBase *keymap, int spaceid);
void transform_operatortypes(void);