small subdivide fix, and a compile fix

This commit is contained in:
Joseph Eagar
2009-07-22 03:41:24 +00:00
parent 69327f2ebd
commit be5cd6a4e9
2 changed files with 2 additions and 3 deletions

View File

@@ -594,10 +594,10 @@ subdpattern q_4edge = {
subdpattern *patterns[] = {
//&q_1edge,
&q_2edge_op,
//&q_2edge_op,
&q_4edge,
&q_3edge,
&q_2edge,
//&q_2edge,
//&t_1edge,
&t_2edge,
&t_3edge,

View File

@@ -74,7 +74,6 @@ int EDBM_FinishOp(struct BMEditMesh *em, struct BMOperator *bmop,
struct wmOperator *op, int report);
void EDBM_clear_flag_all(struct BMEditMesh *em, int flag);
void EDBM_set_actFace(struct BMEditMesh *em, struct BMFace *efa);
void EDBM_store_selection(struct BMEditMesh *em, void *data);
void EDBM_validate_selections(struct BMEditMesh *em);
void EDBM_remove_selection(struct BMEditMesh *em, void *data);