Blender Git Loki
Git Commits -> Revision fd02d7a
Revision fd02d7a by Joseph Eagar (master) January 4, 2009, 02:25 (GMT) |
The conversions functions are now operator-afied. Also tried to make the flags play nice with each other again, since that was messing things up. I'm a little confused on the design; I thought that flags from the Edit****->f variables would go in header->flag, along with the flags that live in other variables. I made the two temp flags (flag layer flag, not header->flag) be at the 15th and 16th bit, since otherwise they could probably interfere with operator flags. I also reverted the change of header->flag to a short, and the changes of the bmesh-specific flags. |
Commit Details:
Full Hash: fd02d7aabc15d67c9c2226a0e63190a726f02ecc
SVN Revision: 18305
Parent Commit: 3c76f34
Lines Changed: +98, -56
9 Modified Paths:
/bmesh/bmesh.h (+29, -35) (Diff)
/bmesh/bmesh_operators.h (+9, -5) (Diff)
/bmesh/editmesh_tools.c (+5, -2) (Diff)
/bmesh/intern/bmesh_opdefines.c (+2, -2) (Diff)
/bmesh/intern/bmesh_operators_private.h (+2, -0) (Diff)
/bmesh/intern/bmesh_structure.c (+0, -4) (Diff)
/bmesh/intern/bmesh_to_editmesh.c (+24, -3) (Diff)
/bmesh/intern/editmesh_to_bmesh.c (+25, -5) (Diff)
/bmesh/operators/subdivideop.c (+2, -0) (Diff)
/bmesh/bmesh_operators.h (+9, -5) (Diff)
/bmesh/editmesh_tools.c (+5, -2) (Diff)
/bmesh/intern/bmesh_opdefines.c (+2, -2) (Diff)
/bmesh/intern/bmesh_operators_private.h (+2, -0) (Diff)
/bmesh/intern/bmesh_structure.c (+0, -4) (Diff)
/bmesh/intern/bmesh_to_editmesh.c (+24, -3) (Diff)
/bmesh/intern/editmesh_to_bmesh.c (+25, -5) (Diff)
/bmesh/operators/subdivideop.c (+2, -0) (Diff)