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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user