Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/operators/bmo_inset.c
| Context not available. | |||||
| BM_ELEM_CD_GET_VOID_P(l_a_outer, offset), | BM_ELEM_CD_GET_VOID_P(l_a_outer, offset), | ||||
| BM_ELEM_CD_GET_VOID_P(l_b_outer, offset)) == true) | BM_ELEM_CD_GET_VOID_P(l_b_outer, offset)) == true) | ||||
| /* epsilon for comparing UV's is too big, gives noticable problems */ | /* epsilon for comparing UV's is too big, gives noticeable problems */ | ||||
| #if 0 | #if 0 | ||||
| && | && | ||||
| /* check if the data ends up diverged */ | /* check if the data ends up diverged */ | ||||
| Context not available. | |||||
| SplitEdgeInfo *es; | SplitEdgeInfo *es; | ||||
| /* Interpolation Vars */ | /* Interpolation Vars */ | ||||
| /* an array alligned with faces but only fill items which are used. */ | /* an array aligned with faces but only fill items which are used. */ | ||||
| InterpFace **iface_array = NULL; | InterpFace **iface_array = NULL; | ||||
| int iface_array_len; | int iface_array_len; | ||||
| MemArena *interp_arena = NULL; | MemArena *interp_arena = NULL; | ||||
| Context not available. | |||||