Blender Git Commit Log
Git Commits -> Revision 32e95b5
Revision 32e95b5 by Joseph Eagar (master) January 2, 2009, 10:59 (GMT) |
cleaned up bmesh flags. current design is the first 16 bits of BMHeader->flag are reserved for the originial element flags; the next 5 are used by various flags that replace single-variable flags, with the temporary flags coming after this. further work may be warranted. also, renamed all BMESH_ macros to BM_ ones, since this inconsistency was kindof confusing. |
Commit Details:
Full Hash: 32e95b542d8712c94ba90f2ac8b23f57fd8b6fea
SVN Revision: 18259
Parent Commit: 828da4d
Lines Changed: +143, -142
19 Modified Paths:
/bmesh/bmesh.h (+35, -34) (Diff)
/bmesh/bmesh_filters.h (+2, -2) (Diff)
/bmesh/bmesh_iterators.h (+2, -2) (Diff)
/bmesh/bmesh_marking.h (+2, -2) (Diff)
/bmesh/bmesh_operators.h (+2, -2) (Diff)
/bmesh/bmesh_walkers.h (+7, -7) (Diff)
/bmesh/intern/bmesh_construct.c (+11, -11) (Diff)
/bmesh/intern/bmesh_marking.c (+34, -34) (Diff)
/bmesh/intern/bmesh_mesh.c (+4, -4) (Diff)
/bmesh/intern/bmesh_mods.c (+3, -3) (Diff)
/bmesh/intern/bmesh_operators.c (+6, -6) (Diff)
/bmesh/intern/bmesh_operators_private.h (+2, -2) (Diff)
/bmesh/intern/bmesh_queries.c (+7, -7) (Diff)
/bmesh/intern/bmesh_structure.c (+8, -8) (Diff)
/bmesh/intern/bmesh_structure.h (+2, -2) (Diff)
/bmesh/intern/bmesh_to_editmesh.c (+3, -3) (Diff)
/bmesh/intern/bmesh_walkers.c (+7, -7) (Diff)
/bmesh/intern/editmesh_to_bmesh.c (+3, -3) (Diff)
/bmesh/operators/bmesh_dupeops.c (+3, -3) (Diff)
/bmesh/bmesh_filters.h (+2, -2) (Diff)
/bmesh/bmesh_iterators.h (+2, -2) (Diff)
/bmesh/bmesh_marking.h (+2, -2) (Diff)
/bmesh/bmesh_operators.h (+2, -2) (Diff)
/bmesh/bmesh_walkers.h (+7, -7) (Diff)
/bmesh/intern/bmesh_construct.c (+11, -11) (Diff)
/bmesh/intern/bmesh_marking.c (+34, -34) (Diff)
/bmesh/intern/bmesh_mesh.c (+4, -4) (Diff)
/bmesh/intern/bmesh_mods.c (+3, -3) (Diff)
/bmesh/intern/bmesh_operators.c (+6, -6) (Diff)
/bmesh/intern/bmesh_operators_private.h (+2, -2) (Diff)
/bmesh/intern/bmesh_queries.c (+7, -7) (Diff)
/bmesh/intern/bmesh_structure.c (+8, -8) (Diff)
/bmesh/intern/bmesh_structure.h (+2, -2) (Diff)
/bmesh/intern/bmesh_to_editmesh.c (+3, -3) (Diff)
/bmesh/intern/bmesh_walkers.c (+7, -7) (Diff)
/bmesh/intern/editmesh_to_bmesh.c (+3, -3) (Diff)
/bmesh/operators/bmesh_dupeops.c (+3, -3) (Diff)