[Bf-committers] bmesh BMO_ITER on edges usage?

Wael EL ORAIBY wael.eloraiby at gmail.com
Sun Aug 23 20:15:39 CEST 2009


Hi,

So now that similar face selection is working, I started working on
similar edges selection, however, there is a problem, using the
following makes the bmesh blender branch crash with a segmentation
fault:
	
BMOIter		*e_iter;
BMEdge		*e;

BMO_ITER(e, &e_iter, bm, op, "edges", BM_EDGE) {

}

this code should iterate through all the edges in the slot "edges",
the similar one worked well on faces, what is wrong using it with
edges ?

-- 
Wael El Oraiby
Laboratoire MIA
Université de Haute Alsace


More information about the Bf-committers mailing list