Home
last modified time | relevance | path

Searched refs:origEdgeIndices (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_unwrap_ops.c495 const int *origVertIndices, *origEdgeIndices, *origPolyIndices; in construct_param_handle_subsurfed() local
548 origEdgeIndices = derivedMesh->getEdgeDataArray(derivedMesh, CD_ORIGINDEX); in construct_param_handle_subsurfed()
569 edgeMap[i] = (origEdgeIndices[i] != ORIGINDEX_NONE) ? in construct_param_handle_subsurfed()
570 BM_edge_at_index(em->bm, origEdgeIndices[i]) : in construct_param_handle_subsurfed()