From 0ac35ca7c185f8e8f462b4ec06ad28c7f136e82e Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 24 Jan 2009 13:45:24 +0000 Subject: 2.5 - Brought back code for particle edit and fluidsim - Sanitized code from globals and bad level calls, so its ready to come back working. - Fixed cirle selecting (Ckey now) - Enabled undo for editmode curve, armature, particle and lattice (another commit following) --- source/blender/editors/include/ED_curve.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'source/blender/editors/include/ED_curve.h') diff --git a/source/blender/editors/include/ED_curve.h b/source/blender/editors/include/ED_curve.h index b725ad46124..076f82c0a70 100644 --- a/source/blender/editors/include/ED_curve.h +++ b/source/blender/editors/include/ED_curve.h @@ -36,8 +36,8 @@ struct Base; struct View3D; /* curve_ops.c */ -void ED_operatortypes_curve(void); -void ED_keymap_curve(struct wmWindowManager *wm); +void ED_operatortypes_curve(void); +void ED_keymap_curve (struct wmWindowManager *wm); /* editcurve.c */ void undo_push_curve (struct bContext *C, char *name); @@ -48,13 +48,14 @@ void make_editNurb (struct Object *obedit); void remake_editNurb (struct Object *obedit); void free_editNurb (struct Object *obedit); -void mouse_nurb(struct bContext *C, short mval[2], int extend); +void mouse_nurb (struct bContext *C, short mval[2], int extend); /* editfont.h */ -void make_editText (struct Object *obedit); -void load_editText (struct Object *obedit); -void remake_editText (struct Object *obedit); -void free_editText (struct Object *obedit); +void undo_push_font (struct bContext *C, char *name); +void make_editText (struct Object *obedit); +void load_editText (struct Object *obedit); +void remake_editText (struct Object *obedit); +void free_editText (struct Object *obedit); #endif /* ED_CURVE_H */ -- cgit v1.2.3