Blender Git Commit Log

Git Commits -> Revision ef8ea14

Revision ef8ea14 by Campbell Barton (master)
August 16, 2013, 14:18 (GMT)
rewrite edgenet fill bmesh operator.

previous code created faces with mixed face-flipping and could get very slow,
test with ~60,000 edges here hung my system for over 2min (didnt wait for it to finish), new code executes in about 1 second.

new code doesn't attempt to flip faces correctly, its quite involved to do so, especially when the new faces are not created adjacent to eachother.
so simpler to calculate normals afterwards.

Commit Details:

Full Hash: ef8ea14f459e0e765e07fc48858c18dc11cfdfb5
SVN Revision: 59193
Parent Commit: 36c530d
Lines Changed: +563, -994

2 Added Paths:

/source/blender/bmesh/tools/bmesh_edgenet.c (+511, -0) (View)
/source/blender/bmesh/tools/bmesh_edgenet.h (+32, -0) (View)

5 Modified Paths:

/source/blender/bmesh/bmesh.h (+1, -0) (Diff)
/source/blender/bmesh/CMakeLists.txt (+2, -0) (Diff)
/source/blender/bmesh/operators/bmo_create.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_edgenet.c (+15, -994) (Diff)
/source/blender/bmesh/operators/bmo_normals.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021