Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/
H A Dadd_mesh_teapot.py76 faces_copy = []
82 faces_copy.append(f_copy)
83 faces[:] = faces_copy
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_mesh.c2587 BMFace **faces_pool, *faces_copy, **fap; in BM_mesh_remap() local
2599 faces_copy = MEM_mallocN(sizeof(BMFace) * totface, "BM_mesh_remap faces copy"); in BM_mesh_remap()
2601 for (i = totface, fa = faces_copy + totface - 1, fap = faces_pool + totface - 1; i--; in BM_mesh_remap()
2612 fa = faces_copy + totface - 1; in BM_mesh_remap()
2627 MEM_freeN(faces_copy); in BM_mesh_remap()