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:
authorCampbell Barton <ideasman42@gmail.com>2012-02-18 01:37:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-18 01:37:16 +0400
commit3e78832dea8194bf5906495cd4b0d97145e9d5a0 (patch)
tree16b93acb1833b197f519ba5714a688c3cb909a78 /source/blender/editors/mesh/mesh_ops.c
parent588b26f18bb8946ffae685d67c365467f973e397 (diff)
remove OBJ export, better rely on the python exporter.
Diffstat (limited to 'source/blender/editors/mesh/mesh_ops.c')
-rw-r--r--source/blender/editors/mesh/mesh_ops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index ce9d9e37ce0..d26fc5c6492 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -57,7 +57,6 @@
/**************************** registration **********************************/
-void EXPORT_MESH_OT_wavefront(wmOperatorType *ot);
void ED_operatortypes_mesh(void)
{
WM_operatortype_append(MESH_OT_select_all);
@@ -159,8 +158,7 @@ void ED_operatortypes_mesh(void)
WM_operatortype_append(MESH_OT_bevel);
WM_operatortype_append(MESH_OT_select_next_loop);
-
- WM_operatortype_append(EXPORT_MESH_OT_wavefront);
+
WM_operatortype_append(MESH_OT_bridge_edge_loops);
#ifdef WITH_GAMEENGINE