Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/operators/bmo_inset.c
| 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. | |||||