Blender
V3.3
|
Public Attributes | |
const DupliContext * | ctx |
bool | use_rotation |
Values shared between different mesh types.
Definition at line 438 of file object_dupli.cc.
const DupliContext* VertexDupliData_Params::ctx |
It's important we use this context instead of the ctx
passed into make_child_duplis since these won't match in the case of recursion.
Definition at line 443 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_editmesh(), and make_child_duplis_verts_from_mesh().
bool VertexDupliData_Params::use_rotation |
Definition at line 445 of file object_dupli.cc.
Referenced by make_child_duplis_verts_from_editmesh(), and make_child_duplis_verts_from_mesh().