code cleanup: bmesh subdivide code - BM_mesh_esubdivideflag() & "esubd" bmesh operator was passing a flag about in a fairly confusing way.

since we will eventually have python bmesh operator access better expose this as multiple booleans.

remove remaining editbutflag's
This commit is contained in:
2012-04-23 03:43:02 +00:00
parent 4c4389f6a4
commit b51590d55d
10 changed files with 71 additions and 65 deletions

View File

@@ -49,7 +49,7 @@ struct wmKeyMap;
struct wmOperator;
struct wmOperatorType;
/* ******************** bmeshutils.c */
/* ******************** editmesh_utils.c */
/*
* ok: the EDBM module is for editmode bmesh stuff. in contrast, the