Blender V2.61 - r43446
|
#include <DNA_group_types.h>
Public Attributes | |
struct GroupObject * | next |
struct GroupObject * | prev |
struct Object * | ob |
void * | lampren |
short | recalc |
char | pad [6] |
Definition at line 43 of file DNA_group_types.h.
void* GroupObject::lampren |
Definition at line 46 of file DNA_group_types.h.
Referenced by add_lightgroup(), add_render_lamp(), atm_tile(), env_rotate_scene(), ISB_create(), ISB_free(), render_lighting_halo(), renderspothalo(), shade_lamp_loop(), shade_lamp_loop_only_shadow(), shadeSunView(), and vol_get_scattering().
struct GroupObject* GroupObject::next |
Definition at line 44 of file DNA_group_types.h.
Referenced by add_collider_cache_object(), add_collision_object(), add_group_render_dupli_obs(), add_lightgroup(), add_to_group_internal(), atm_tile(), BL_ConvertBlenderObjects(), build_dag(), build_dag_object(), DAG_on_visible_update(), DAG_scene_update_flags(), dupli_render_particle_set(), KX_Scene::DupliGroupRecurse(), dynamicPaint_doStep(), env_rotate_scene(), expand_group(), face_duplilist(), get_collider_cache(), get_collisionobjects(), group_duplilist(), group_handle_recalc_and_update(), group_is_animated(), group_restrict_flag(), group_select_flag(), group_tag_recalc(), ISB_create(), ISB_free(), lib_link_group(), new_particle_duplilist(), object_in_group(), outliner_build_tree(), pdInitEffectors(), proxy_group_object_itemf(), psys_check_group_weights(), rem_from_group_internal(), render_lighting_halo(), renderspothalo(), restrictbutton_gr_restrict_flag(), scene_sort_groups(), set_scene_bg(), shade_lamp_loop(), shade_lamp_loop_only_shadow(), shadeSunView(), stats_dupli_object(), surface_getBrushFlags(), updateDepgraph(), vertex_duplilist(), vol_get_scattering(), write_groups(), and write_particlesettings().
struct Object* GroupObject::ob |
Definition at line 45 of file DNA_group_types.h.
Referenced by add_collider_cache_object(), add_collision_object(), add_group_render_dupli_obs(), add_lightgroup(), add_render_lamp(), add_to_group_internal(), atm_tile(), BL_ConvertBlenderObjects(), build_dag(), build_dag_object(), DAG_on_visible_update(), DAG_scene_update_flags(), dupli_render_particle_set(), KX_Scene::DupliGroupRecurse(), dynamicPaint_doStep(), expand_group(), face_duplilist(), get_collider_cache(), get_collisionobjects(), group_duplilist(), group_handle_recalc_and_update(), group_is_animated(), group_restrict_flag(), group_select_flag(), group_tag_recalc(), lib_link_group(), lib_link_particlesettings(), make_proxy_exec(), new_particle_duplilist(), object_in_group(), outliner_build_tree(), pdInitEffectors(), proxy_group_object_itemf(), psys_check_group_weights(), rem_from_group_internal(), restrictbutton_gr_restrict_flag(), scene_sort_groups(), set_scene_bg(), stats_dupli_object(), surface_getBrushFlags(), updateDepgraph(), vertex_duplilist(), and write_particlesettings().
char GroupObject::pad[6] |
Definition at line 48 of file DNA_group_types.h.
struct GroupObject * GroupObject::prev |
Definition at line 44 of file DNA_group_types.h.
short GroupObject::recalc |
Definition at line 47 of file DNA_group_types.h.
Referenced by DAG_scene_update_flags(), group_handle_recalc_and_update(), and group_tag_recalc().