Blender V5.0
VertexDupliData_EditMesh Struct Reference

Public Attributes

VertexDupliData_Params params
BMEditMeshem
Span< float3vert_positions_deform
Span< float3vert_normals_deform
bool has_orco

Detailed Description

Definition at line 606 of file object_dupli.cc.

Member Data Documentation

◆ em

BMEditMesh* VertexDupliData_EditMesh::em

Definition at line 609 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_editmesh(), and make_duplis_verts().

◆ has_orco

bool VertexDupliData_EditMesh::has_orco
Note
The edit-mesh may assign DupliObject.orco in cases when a regular mesh wouldn't. For edit-meshes we only check for deformation, for regular meshes we check if CD_ORCO exists.

At the moment this isn't a meaningful difference since requesting CD_ORCO causes the edit-mesh to be converted into a mesh.

Definition at line 622 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_editmesh(), and make_duplis_verts().

◆ params

VertexDupliData_Params VertexDupliData_EditMesh::params

Definition at line 607 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_editmesh(), and make_duplis_verts().

◆ vert_normals_deform

Span<float3> VertexDupliData_EditMesh::vert_normals_deform

Definition at line 613 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_editmesh(), and make_duplis_verts().

◆ vert_positions_deform

Span<float3> VertexDupliData_EditMesh::vert_positions_deform

Definition at line 612 of file object_dupli.cc.

Referenced by make_child_duplis_verts_from_editmesh(), and make_duplis_verts().


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