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

3 Modified Paths:

/source/blender/bmesh/intern/bmesh_core.c (+19, -19) (Diff)
/source/blender/bmesh/intern/bmesh_structure.c (+50, -35) (Diff)
/source/blender/bmesh/intern/bmesh_structure.h (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021