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>2005-05-04 04:37:11 +0400
committerMartin Poirier <theeth@yahoo.com>2005-05-04 04:37:11 +0400
commite05e85523f37577f4ce7b08709e9535aec569d86 (patch)
treef3c06901543c115ddebef371bb5c893d28345b4f /source/blender/include/BDR_editobject.h
parenta1f70b516e6cc2f3265fb6cf0b0c0c8be16ca93f (diff)
Mirror function reuses new Transform (basicly calls the split off ElementResize function on the data).
Updated the menus to work with that too. Of course, this doesn't work in object mode right now, because resize I haven't fixed negative resize (yet). Again, this would have easily benefited of a stand alone init and post Transform functions. When I have time... :|
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 3b769e100f4..45ebaff1d62 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -117,8 +117,7 @@ void first_base(void);
void make_displists_by_obdata(void *obdata);
void flip_subdivison(struct Object *ob, int);
void mirrormenu(void);
-void mirror_edit(short mode);
-void mirror_object(short mode);
+void Mirror(short mode);
void flag_edge_crease(void);
void add_hook(void);