Added add-primitive for Curve objects.
Shift+A, works as usual in our outside editmode.
This commit is contained in:
2009-01-26 15:23:29 +00:00
parent 14ad6ae4dc
commit 5df6f4d257
6 changed files with 107 additions and 177 deletions

View File

@@ -50,6 +50,8 @@ void free_editNurb (struct Object *obedit);
void mouse_nurb (struct bContext *C, short mval[2], int extend);
struct Nurb *addNurbprim(struct bContext *C, int type, int newname);
/* editfont.h */
void undo_push_font (struct bContext *C, char *name);
void make_editText (struct Object *obedit);