Blender V4.3
DupliObject Struct Reference

#include <BKE_duplilist.hh>

Public Attributes

DupliObjectnext
 
DupliObjectprev
 
Objectob
 
IDob_data
 
float mat [4][4]
 
float orco [3]
 
float uv [2]
 
short type
 
char no_draw
 
const blender::bke::GeometrySetpreview_base_geometry
 
int preview_instance_index
 
int persistent_id [8]
 
ParticleSystemparticle_system
 
int instance_idx [4]
 
const blender::bke::GeometrySetinstance_data [4]
 
unsigned int random_id
 

Detailed Description

Definition at line 39 of file BKE_duplilist.hh.

Member Data Documentation

◆ instance_data

const blender::bke::GeometrySet* DupliObject::instance_data[4]

Definition at line 71 of file BKE_duplilist.hh.

Referenced by find_geonode_attribute_rgba(), and make_dupli().

◆ instance_idx

int DupliObject::instance_idx[4]

Definition at line 70 of file BKE_duplilist.hh.

Referenced by find_geonode_attribute_rgba(), and make_dupli().

◆ mat

float DupliObject::mat[4][4]

◆ next

DupliObject* DupliObject::next

Definition at line 40 of file BKE_duplilist.hh.

Referenced by BKE_scene_base_iter_next().

◆ no_draw

char DupliObject::no_draw

◆ ob

◆ ob_data

ID* DupliObject::ob_data

Definition at line 44 of file BKE_duplilist.hh.

Referenced by drw_duplidata_load(), and make_dupli().

◆ orco

◆ particle_system

ParticleSystem* DupliObject::particle_system

◆ persistent_id

◆ prev

DupliObject * DupliObject::prev

Definition at line 40 of file BKE_duplilist.hh.

◆ preview_base_geometry

◆ preview_instance_index

◆ random_id

unsigned int DupliObject::random_id

Definition at line 74 of file BKE_duplilist.hh.

Referenced by drw_call_obinfos_init(), and make_dupli().

◆ type

◆ uv


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