Blender Git Loki
Git Commits -> Revision fe58f86
Revision fe58f86 by Joseph Eagar (master) January 3, 2009, 07:38 (GMT) |
Refactored the way operators are defined, to make it less messy, confusing and easier to maintain. Also added a function to build a pointer array from elements that share a certain flag (like selection), and another function that counts the number of elements with that flag. Still need to make use of them properly though. |
Commit Details:
Full Hash: fe58f86f542b9fee865808e19b50aad10e5749db
SVN Revision: 18286
Parent Commit: 1152117
Lines Changed: +184, -90
1 Added Path:
/bmesh/intern/bmesh_opdefines.c (+57, -0) (View)
7 Modified Paths:
/bmesh/bmesh_marking.h (+3, -0) (Diff)
/bmesh/bmesh_operators.h (+32, -63) (Diff)
/bmesh/intern/bmesh_marking.c (+25, -0) (Diff)
/bmesh/intern/bmesh_mods.c (+10, -1) (Diff)
/bmesh/intern/bmesh_operators.c (+50, -18) (Diff)
/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/bmesh/operators/bmesh_dupeops.c (+6, -8) (Diff)
/bmesh/bmesh_operators.h (+32, -63) (Diff)
/bmesh/intern/bmesh_marking.c (+25, -0) (Diff)
/bmesh/intern/bmesh_mods.c (+10, -1) (Diff)
/bmesh/intern/bmesh_operators.c (+50, -18) (Diff)
/bmesh/intern/bmesh_operators_private.h (+1, -0) (Diff)
/bmesh/operators/bmesh_dupeops.c (+6, -8) (Diff)