![]() |
Blender V2.61 - r43446
|
#include <DNA_smoke_types.h>
Public Attributes | |
| struct SmokeModifierData * | smd |
| struct FLUID_3D * | fluid |
| struct Group * | fluid_group |
| struct Group * | eff_group |
| struct Group * | coll_group |
| struct WTURBULENCE * | wt |
| struct GPUTexture * | tex |
| struct GPUTexture * | tex_wt |
| struct GPUTexture * | tex_shadow |
| float * | shadow |
| float | p0 [3] |
| float | p1 [3] |
| float | dx |
| float | omega |
| float | temp |
| float | tempAmb |
| float | alpha |
| float | beta |
| int | res [3] |
| int | amplify |
| int | maxres |
| int | flags |
| int | pad |
| int | viewsettings |
| short | noise |
| short | diss_percent |
| int | diss_speed |
| float | strength |
| int | res_wt [3] |
| float | dx_wt |
| int | v3dnum |
| int | cache_comp |
| int | cache_high_comp |
| struct PointCache * | point_cache [2] |
| struct ListBase | ptcaches [2] |
| struct EffectorWeights * | effector_weights |
| int | border_collisions |
| float | time_scale |
| float | vorticity |
| int | pad2 |
Definition at line 59 of file DNA_smoke_types.h.
Definition at line 76 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 79 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 77 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 98 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 91 of file DNA_smoke_types.h.
Definition at line 92 of file DNA_smoke_types.h.
| struct Group* SmokeDomainSettings::coll_group |
Definition at line 64 of file DNA_smoke_types.h.
Referenced by foreachIDLink(), smokeModifier_copy(), and smokeModifier_createType().
Definition at line 85 of file DNA_smoke_types.h.
Definition at line 86 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
| float SmokeDomainSettings::dx |
Definition at line 72 of file DNA_smoke_types.h.
Referenced by draw_object().
Definition at line 89 of file DNA_smoke_types.h.
Referenced by draw_object().
| struct Group* SmokeDomainSettings::eff_group |
Definition at line 63 of file DNA_smoke_types.h.
Referenced by foreachIDLink(), and smokeModifier_createType().
Definition at line 97 of file DNA_smoke_types.h.
Referenced by direct_link_modifiers(), foreachIDLink(), smokeModifier_copy(), smokeModifier_createType(), smokeModifier_freeDomain(), and write_modifiers().
Definition at line 81 of file DNA_smoke_types.h.
Referenced by do_versions(), init_frame_smoke(), lib_link_object(), smokeModifier_copy(), and smokeModifier_createType().
| struct FLUID_3D* SmokeDomainSettings::fluid |
Definition at line 61 of file DNA_smoke_types.h.
Referenced by BKE_ptcache_id_from_smoke(), direct_link_modifiers(), draw_object(), GPU_create_smoke(), init_frame_smoke(), smokeModifier_createType(), smokeModifier_freeDomain(), and smokeModifier_reset().
Definition at line 62 of file DNA_smoke_types.h.
Referenced by foreachIDLink(), smokeModifier_copy(), smokeModifier_createType(), and updateDepgraph().
Definition at line 80 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 84 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 73 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
| float SmokeDomainSettings::p0[3] |
Definition at line 70 of file DNA_smoke_types.h.
Referenced by draw_object().
| float SmokeDomainSettings::p1[3] |
Definition at line 71 of file DNA_smoke_types.h.
Referenced by draw_object().
Definition at line 82 of file DNA_smoke_types.h.
Definition at line 101 of file DNA_smoke_types.h.
| struct PointCache* SmokeDomainSettings::point_cache[2] |
Definition at line 95 of file DNA_smoke_types.h.
Referenced by BKE_ptcache_id_from_smoke(), direct_link_modifiers(), smokeModifier_createType(), smokeModifier_freeDomain(), and write_modifiers().
| struct ListBase SmokeDomainSettings::ptcaches[2] |
Definition at line 96 of file DNA_smoke_types.h.
Referenced by BKE_ptcache_id_from_smoke(), bpath_traverse_id(), direct_link_modifiers(), smokeModifier_createType(), smokeModifier_freeDomain(), and write_modifiers().
| int SmokeDomainSettings::res[3] |
Definition at line 78 of file DNA_smoke_types.h.
Referenced by draw_object(), GPU_create_smoke(), and init_frame_smoke().
| int SmokeDomainSettings::res_wt[3] |
Definition at line 88 of file DNA_smoke_types.h.
Referenced by draw_object(), and GPU_create_smoke().
| float* SmokeDomainSettings::shadow |
Definition at line 69 of file DNA_smoke_types.h.
Referenced by direct_link_modifiers(), GPU_create_smoke(), smokeModifier_freeDomain(), and smokeModifier_reset().
Definition at line 60 of file DNA_smoke_types.h.
Referenced by direct_link_modifiers(), and smokeModifier_createType().
Definition at line 87 of file DNA_smoke_types.h.
Referenced by smokeModifier_copy(), and smokeModifier_createType().
Definition at line 74 of file DNA_smoke_types.h.
Definition at line 75 of file DNA_smoke_types.h.
| struct GPUTexture* SmokeDomainSettings::tex |
Definition at line 66 of file DNA_smoke_types.h.
Referenced by direct_link_modifiers(), draw_object(), GPU_create_smoke(), and GPU_free_smoke().
Definition at line 68 of file DNA_smoke_types.h.
Referenced by direct_link_modifiers(), draw_object(), GPU_create_smoke(), and GPU_free_smoke().
Definition at line 67 of file DNA_smoke_types.h.
Referenced by direct_link_modifiers().
Definition at line 99 of file DNA_smoke_types.h.
Referenced by do_versions(), smokeModifier_copy(), and smokeModifier_createType().
Definition at line 90 of file DNA_smoke_types.h.
Definition at line 83 of file DNA_smoke_types.h.
Referenced by draw_object(), smokeModifier_copy(), and smokeModifier_createType().
Definition at line 100 of file DNA_smoke_types.h.
Referenced by do_versions(), smokeModifier_copy(), and smokeModifier_createType().
| struct WTURBULENCE* SmokeDomainSettings::wt |
Definition at line 65 of file DNA_smoke_types.h.
Referenced by BKE_ptcache_id_from_smoke(), direct_link_modifiers(), draw_object(), GPU_create_smoke(), init_frame_smoke(), smokeModifier_createType(), smokeModifier_freeDomain(), and smokeModifier_reset_turbulence().