Blender V2.61 - r43446
|
#include <DNA_smoke_types.h>
Public Attributes | |
struct SmokeModifierData * | smd |
struct ParticleSystem * | psys |
float | density |
float | temp |
float | velocity [2] |
float | vel_multi |
float | vgrp_heat_scale [2] |
short | vgroup_flow |
short | vgroup_density |
short | vgroup_heat |
short | type |
int | flags |
Definition at line 116 of file DNA_smoke_types.h.
Definition at line 119 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 128 of file DNA_smoke_types.h.
Referenced by do_versions(), smokeModifier_copy(), and smokeModifier_createType().
Definition at line 118 of file DNA_smoke_types.h.
Referenced by copy_object_particlesystems(), direct_link_modifiers(), object_remove_particle_system(), smokeModifier_copy(), and smokeModifier_createType().
Definition at line 117 of file DNA_smoke_types.h.
Referenced by direct_link_modifiers(), and smokeModifier_createType().
float SmokeFlowSettings::temp |
Definition at line 120 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
short SmokeFlowSettings::type |
Definition at line 127 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy().
Definition at line 122 of file DNA_smoke_types.h.
Referenced by do_versions(), smokeModifier_copy(), and smokeModifier_createType().
float SmokeFlowSettings::velocity[2] |
Definition at line 121 of file DNA_smoke_types.h.
Definition at line 125 of file DNA_smoke_types.h.
Definition at line 124 of file DNA_smoke_types.h.
Definition at line 126 of file DNA_smoke_types.h.
float SmokeFlowSettings::vgrp_heat_scale[2] |
Definition at line 123 of file DNA_smoke_types.h.