Blender  V3.3
Public Attributes | List of all members
UnorderedLoopPair Struct Reference

Public Attributes

BMLoopl_pair [2]
 
char flag
 

Detailed Description

return an un-ordered array of loop pairs use for rebuilding face-fill

Note
the method currently used fails for edges with 3+ face users and gives nasty holes in the mesh, there isn't a good way of knowing ahead of time which loops will be split apart (its possible to figure out but quite involved). So for now this is a known limitation of current rip-fill option.

Definition at line 378 of file editmesh_rip.c.

Member Data Documentation

◆ flag

char UnorderedLoopPair::flag

◆ l_pair

BMLoop* UnorderedLoopPair::l_pair[2]

The documentation for this struct was generated from the following file: