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:
authorTon Roosendaal <ton@blender.org>2009-01-26 18:23:29 +0300
committerTon Roosendaal <ton@blender.org>2009-01-26 18:23:29 +0300
commit5df6f4d2571b65bf126dc6c99db09a3b5e343d0a (patch)
tree96f2a12701563634196203c2f8f168ce5af49d85 /source/blender/editors/include/ED_curve.h
parent14ad6ae4dc4796f929853fc537fd5130bde6fd6c (diff)
2.5
Added add-primitive for Curve objects. Shift+A, works as usual in our outside editmode.
Diffstat (limited to 'source/blender/editors/include/ED_curve.h')
-rw-r--r--source/blender/editors/include/ED_curve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_curve.h b/source/blender/editors/include/ED_curve.h
index 076f82c0a70..29411e2cc91 100644
--- a/source/blender/editors/include/ED_curve.h
+++ b/source/blender/editors/include/ED_curve.h
@@ -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);