Blender
V3.3
|
Public Attributes | |
const DupliContext * | ctx |
bool | use_scale |
Values shared between different mesh types.
Definition at line 913 of file object_dupli.cc.
const DupliContext* FaceDupliData_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 918 of file object_dupli.cc.
Referenced by make_child_duplis_faces_from_editmesh(), and make_child_duplis_faces_from_mesh().
bool FaceDupliData_Params::use_scale |
Definition at line 920 of file object_dupli.cc.
Referenced by make_child_duplis_faces_from_editmesh(), and make_child_duplis_faces_from_mesh().