Blender
V3.3
|
Public Attributes | |
VertexDupliData_Params | params |
int | totvert |
const MVert * | mvert |
const float(* | vert_normals )[3] |
const float(* | orco )[3] |
Definition at line 448 of file object_dupli.cc.
const MVert* VertexDupliData_Mesh::mvert |
Definition at line 452 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_mesh().
const float(* VertexDupliData_Mesh::orco)[3] |
Definition at line 455 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_mesh().
VertexDupliData_Params VertexDupliData_Mesh::params |
Definition at line 449 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_mesh(), and make_duplis_verts().
int VertexDupliData_Mesh::totvert |
Definition at line 451 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_mesh().
const float(* VertexDupliData_Mesh::vert_normals)[3] |
Definition at line 453 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_mesh().