Blender
V3.3
|
Public Attributes | |
VertexDupliData_Params | params |
BMEditMesh * | em |
const float(* | vert_coords )[3] |
const float(* | vert_normals )[3] |
bool | has_orco |
Definition at line 458 of file object_dupli.cc.
BMEditMesh* VertexDupliData_EditMesh::em |
Definition at line 461 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_editmesh().
bool VertexDupliData_EditMesh::has_orco |
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 474 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_editmesh().
VertexDupliData_Params VertexDupliData_EditMesh::params |
Definition at line 459 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_editmesh(), and make_duplis_verts().
const float(* VertexDupliData_EditMesh::vert_coords)[3] |
Definition at line 464 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_editmesh().
const float(* VertexDupliData_EditMesh::vert_normals)[3] |
Definition at line 465 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_editmesh().