Blender V2.61 - r43446
|
#include <DNA_texture_types.h>
Public Attributes | |
int | resol [3] |
int | interp_type |
short | file_format |
short | flag |
short | extend |
short | smoked_type |
struct Object * | object |
float | int_multiplier |
int | still_frame |
char | source_path [240] |
float * | dataset |
int | cachedframe |
int | ok |
Definition at line 192 of file DNA_texture_types.h.
Definition at line 207 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), cache_voxeldata(), load_frame_blendervoxel(), and load_frame_raw8().
float* VoxelData::dataset |
Definition at line 206 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), BKE_copy_voxeldata(), BKE_free_voxeldatadata(), cache_voxeldata(), direct_link_texture(), init_frame_smoke(), load_frame_blendervoxel(), load_frame_image_sequence(), load_frame_raw8(), localize_texture(), and voxeldatatex().
short VoxelData::extend |
Definition at line 197 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), do_versions(), and voxeldatatex().
short VoxelData::file_format |
Definition at line 195 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), bpath_traverse_id(), cache_voxeldata(), and default_tex().
short VoxelData::flag |
Definition at line 196 of file DNA_texture_types.h.
Referenced by cache_voxeldata(), and load_frame_image_sequence().
Definition at line 201 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), and voxeldatatex().
Definition at line 194 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), default_tex(), and voxeldatatex().
struct Object* VoxelData::object |
Definition at line 200 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), init_frame_smoke(), lib_link_texture(), and unlink_object().
int VoxelData::ok |
Definition at line 208 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), cache_voxeldata(), direct_link_texture(), init_frame_smoke(), load_frame_blendervoxel(), load_frame_image_sequence(), and load_frame_raw8().
int VoxelData::resol[3] |
Definition at line 193 of file DNA_texture_types.h.
Referenced by BKE_add_voxeldata(), default_tex(), init_frame_smoke(), is_vd_res_ok(), load_frame_image_sequence(), read_voxeldata_header(), vd_resol_size(), and voxeldatatex().
short VoxelData::smoked_type |
Definition at line 198 of file DNA_texture_types.h.
Referenced by init_frame_smoke().
char VoxelData::source_path[240] |
Definition at line 203 of file DNA_texture_types.h.
Referenced by bpath_traverse_id(), and cache_voxeldata().
Definition at line 202 of file DNA_texture_types.h.
Referenced by cache_voxeldata().