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-11-26 04:59:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-26 04:59:11 +0400
commit7ef78723b7d43cee5897da2c43f5038e56ccd3d6 (patch)
treebb70be841151b63eec0d52d46ef15324ef0ff1b7 /source/blender/bmesh/intern/bmesh_operators.h
parent97b8a1f752fbe729c20c8398dfa9fdbc2e2e4ff3 (diff)
code cleanup: doxy comment corrections and correct own typo animation player docs.
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operators.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operators.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h
index b74d97c9bb5..8c478a3517f 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -83,11 +83,6 @@ enum {
SIMVERT_EDGE
};
-enum {
- OPUVC_AXIS_X = 1,
- OPUVC_AXIS_Y
-};
-
/* vertex path selection values */
enum {
VPATH_SELECT_EDGE_LENGTH = 0,
@@ -98,9 +93,6 @@ extern BMOpDefine *opdefines[];
extern int bmesh_total_ops;
/*------specific operator helper functions-------*/
-
-struct Object;
-
void BM_mesh_esubdivide(BMesh *bm, const char edge_hflag,
float smooth, float fractal, float along_normal,
int numcuts,