Blender Git Commit Log
Git Commits -> Revision aad46dd
Revision aad46dd by Campbell Barton (master) October 31, 2016, 12:00 (GMT) |
BMesh: radial loop (internal API symmetry) Radial append/remove had swapped args and *slightly* different behavior. - bmesh_radial_append(edge, loop) - bmesh_radial_loop_remove(loop, edge) Match logic for append/remove, Logic for the one case where the edge needs to be left untouched has been moved to: `bmesh_radial_loop_unlink`. |
Commit Details:
Full Hash: aad46dd175ff1901def6086e3188dda07d6a4667
Parent Commit: 6488ce7
Lines Changed: +72, -56