Blender  V3.3
Public Attributes | List of all members
FaceDupliData_Mesh Struct Reference

Public Attributes

FaceDupliData_Params params
 
int totface
 
const MPolympoly
 
const MLoopmloop
 
const MVertmvert
 
const float(* orco )[3]
 
const MLoopUVmloopuv
 

Detailed Description

Definition at line 923 of file object_dupli.cc.

Member Data Documentation

◆ mloop

const MLoop* FaceDupliData_Mesh::mloop

Definition at line 928 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ mloopuv

const MLoopUV* FaceDupliData_Mesh::mloopuv

Definition at line 931 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ mpoly

const MPoly* FaceDupliData_Mesh::mpoly

Definition at line 927 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ mvert

const MVert* FaceDupliData_Mesh::mvert

Definition at line 929 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ orco

const float(* FaceDupliData_Mesh::orco)[3]

Definition at line 930 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().

◆ params

FaceDupliData_Params FaceDupliData_Mesh::params

Definition at line 924 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh(), and make_duplis_faces().

◆ totface

int FaceDupliData_Mesh::totface

Definition at line 926 of file object_dupli.cc.

Referenced by make_child_duplis_faces_from_mesh().


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