Blender V4.3
MeshCoordsCache Struct Reference

Public Attributes

bool is_init
 
Array< float3allocated_vert_positions
 
Span< float3vert_positions
 

Detailed Description

Definition at line 55 of file editmesh_loopcut.cc.

Member Data Documentation

◆ allocated_vert_positions

Array<float3> MeshCoordsCache::allocated_vert_positions

Definition at line 57 of file editmesh_loopcut.cc.

Referenced by ringsel_find_edge().

◆ is_init

bool MeshCoordsCache::is_init

Definition at line 56 of file editmesh_loopcut.cc.

Referenced by ringsel_find_edge().

◆ vert_positions

Span<float3> MeshCoordsCache::vert_positions

Definition at line 58 of file editmesh_loopcut.cc.

Referenced by ringsel_find_edge().


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