From e36003e8e73e42e7b559d4cec19b9004d14fefa6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Oct 2009 12:54:08 +0000 Subject: macro's can set options for the operators they execute changed extrude, rip and duplicate to disable proportional editing however this gives a different problem now. Commented in transform.c // XXX If modal, save settings back in scene this changes disables the option whenever the macro used used. --- source/blender/editors/include/ED_mesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/ED_mesh.h') diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h index cf0e6eb01c3..3bceeb9340e 100644 --- a/source/blender/editors/include/ED_mesh.h +++ b/source/blender/editors/include/ED_mesh.h @@ -85,6 +85,7 @@ int join_mesh_exec(struct bContext *C, struct wmOperator *op); /* mesh_ops.c */ void ED_operatortypes_mesh(void); +void ED_operatormacros_mesh(void); void ED_keymap_mesh(struct wmKeyConfig *keyconf); -- cgit v1.2.3