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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-02-24 22:22:31 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2005-02-24 22:22:31 +0300
commit5519157c86df8de08e31fe0ccf588b402ec11f30 (patch)
treea84ca790d269f4d70ba4b056225e4fd607687076 /source/blender/include/BSE_headerbuttons.h
parent386f390ab8ae9a13b1b31fa4cd5a0f01546415eb (diff)
This is an initial commit for inserting a text file as one 3d text object per line. The function for making the objects aligned to the screen needs to be added, since right now it is aligning rotation to the screen but translation is not right since I am adding an offset to the non-viewport location of the objects. That offset just needs to be translated to screen first.
Diffstat (limited to 'source/blender/include/BSE_headerbuttons.h')
-rw-r--r--source/blender/include/BSE_headerbuttons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BSE_headerbuttons.h b/source/blender/include/BSE_headerbuttons.h
index b843fde5307..8642f2b7635 100644
--- a/source/blender/include/BSE_headerbuttons.h
+++ b/source/blender/include/BSE_headerbuttons.h
@@ -108,6 +108,9 @@ void do_view3d_buttons(short event);
void do_headerbuttons(short event);
+/* header_text.c */
+void do_text_editmenu_to3dmenu(void *arg, int event);
+
/* header_info.c */
void do_info_add_meshmenu(void *arg, int event);
void do_info_add_curvemenu(void *arg, int event);