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:
authorMartin Poirier <theeth@yahoo.com>2003-10-28 02:55:38 +0300
committerMartin Poirier <theeth@yahoo.com>2003-10-28 02:55:38 +0300
commitbfef1d0d92a8a3e9e75ab337b7e9add9fae4e08b (patch)
tree7dfda9bb79ca267646d7a67e222a83ae1dae0f29 /source/blender/include
parent9c54e9507a0a305e5702f392e119ebec32c3f102 (diff)
Hotkey fixes for space.c
renaming mirrormesh to mirrormenu and added to the hotkey M in editmode (Layer move no longer works in edit mode)
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_editobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 31674372466..dae892a841b 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -114,6 +114,7 @@ void texspace_edit(void);
void first_base(void);
void make_displists_by_obdata(void *obdata);
void flip_subdivison(struct Object *ob, int);
+void mirrormenu(void);
#endif /* BDR_EDITOBJECT_H */