On 27 February 2012 11:19, Antony Riakiotakis <[email protected]> wrote: > One way to do it is make sure that we pass BMO_op_initf(bm, &findop, > "finddoubles verts=%hv keepverts=%fv", VERT_KEEP); instead of > BMO_op_initf(bm, &findop, "finddoubles verts=%av keepverts=%fv", > VERT_KEEP); in bmesh_automerge_exec. Do we usually automerge with > hidden vertices?
This won't work correctly, it needs an extra flag for the verts slot if "hv" is used. _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
