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>2004-10-11 22:42:18 +0400
committerMartin Poirier <theeth@yahoo.com>2004-10-11 22:42:18 +0400
commitdbf5076b987155a9f6368e6da8166c785a655b77 (patch)
treeae557658b0fdf0f54eb582afb0bc0b965b32f6e5 /source/blender/include/BIF_screen.h
parentf03725037a3b410fe92d6b5cd7a59b4e8079ec66 (diff)
Moved headerprint to editscreen (for logical placement and reusability).
Made extrude along normals more sane. Now behave like a move along an arbitrary axis (including Ctrl/Shift applications and typemode). Also prints "Along faces normal" in the header, to tell the user what's happening.
Diffstat (limited to 'source/blender/include/BIF_screen.h')
-rw-r--r--source/blender/include/BIF_screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_screen.h b/source/blender/include/BIF_screen.h
index 021ce12dea5..b211c333fad 100644
--- a/source/blender/include/BIF_screen.h
+++ b/source/blender/include/BIF_screen.h
@@ -116,6 +116,8 @@ void reset_autosave(void);
int area_is_active_area(struct ScrArea *area);
void draw_area_emboss(struct ScrArea *sa);
+void headerprint(char *str);
+
/***/
/**