Blender V2.61 - r43446
|
#include <DNA_object_types.h>
Public Attributes | |
struct DupliObject * | next |
struct DupliObject * | prev |
struct Object * | ob |
unsigned int | origlay |
int | index |
float | mat [4][4] |
float | omat [4][4] |
float | orco [3] |
float | uv [2] |
short | type |
char | no_draw |
char | animated |
Definition at line 285 of file DNA_object_types.h.
Definition at line 294 of file DNA_object_types.h.
Referenced by add_render_object(), allow_render_dupli_instance(), and new_dupli_object().
Definition at line 289 of file DNA_object_types.h.
Referenced by add_render_object(), database_init_objects(), make_object_duplilist_real(), and new_dupli_object().
float DupliObject::mat[4][4] |
Definition at line 290 of file DNA_object_types.h.
Referenced by BKE_scene_foreach_display_point(), database_init_objects(), gpu_update_lamps_shadows(), group_duplilist(), make_object_duplilist_real(), material_lights(), minmax_object_duplis(), new_dupli_object(), next_object(), object_duplilist_recursive(), set_dupli_tex_mat(), snapObjects(), and view3d_opengl_select().
struct DupliObject* DupliObject::next |
Definition at line 286 of file DNA_object_types.h.
Referenced by BKE_ptcache_ids_from_object(), BKE_scene_foreach_display_point(), database_init_objects(), dupli_step(), gpu_update_lamps_shadows(), make_object_duplilist_real(), material_lights(), minmax_object_duplis(), next_object(), object_duplilist_recursive(), peelObjects(), snapObjects(), and view3d_opengl_select().
char DupliObject::no_draw |
Definition at line 294 of file DNA_object_types.h.
Referenced by BKE_scene_foreach_display_point(), database_init_objects(), dupli_step(), group_duplilist(), and minmax_object_duplis().
struct Object* DupliObject::ob |
Definition at line 287 of file DNA_object_types.h.
Referenced by BKE_ptcache_ids_from_object(), BKE_scene_foreach_display_point(), database_init_objects(), draw_dupli_objects_color(), free_object_duplilist(), gpu_update_lamps_shadows(), group_duplilist(), make_object_duplilist_real(), material_lights(), minmax_object_duplis(), new_dupli_object(), next_object(), object_duplilist_recursive(), peelObjects(), set_dupli_tex_mat(), snapObjects(), and view3d_opengl_select().
float DupliObject::omat[4][4] |
Definition at line 290 of file DNA_object_types.h.
Referenced by frames_duplilist(), free_object_duplilist(), group_duplilist(), new_dupli_object(), new_particle_duplilist(), next_object(), set_dupli_tex_mat(), and view3d_opengl_select().
float DupliObject::orco[3] |
Definition at line 291 of file DNA_object_types.h.
Referenced by database_init_objects(), face_duplilist(), new_particle_duplilist(), and vertex_dupli__mapFunc().
unsigned int DupliObject::origlay |
Definition at line 288 of file DNA_object_types.h.
Referenced by free_object_duplilist(), group_duplilist(), and new_dupli_object().
struct DupliObject * DupliObject::prev |
Definition at line 286 of file DNA_object_types.h.
Referenced by free_object_duplilist().
short DupliObject::type |
Definition at line 293 of file DNA_object_types.h.
Referenced by allow_render_dupli_instance(), database_init_objects(), new_dupli_object(), and object_duplilist_recursive().
float DupliObject::uv[2] |
Definition at line 291 of file DNA_object_types.h.
Referenced by database_init_objects(), face_duplilist(), and new_particle_duplilist().