|
Blender V4.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| struct Tex * | texture |
| struct Object * | texture_map_object |
| int | texture_map_mode |
| float | strength |
| float | texture_mid_level [3] |
| float | texture_sample_radius |
Definition at line 2568 of file DNA_modifier_types.h.
| ModifierData VolumeDisplaceModifierData::modifier |
Definition at line 2569 of file DNA_modifier_types.h.
| float VolumeDisplaceModifierData::strength |
Definition at line 2575 of file DNA_modifier_types.h.
Referenced by init_data().
| struct Tex* VolumeDisplaceModifierData::texture |
Definition at line 2571 of file DNA_modifier_types.h.
Referenced by depends_on_time(), foreach_ID_link(), init_data(), and update_depsgraph().
| int VolumeDisplaceModifierData::texture_map_mode |
Definition at line 2573 of file DNA_modifier_types.h.
Referenced by panel_draw(), and update_depsgraph().
| struct Object* VolumeDisplaceModifierData::texture_map_object |
Definition at line 2572 of file DNA_modifier_types.h.
Referenced by foreach_ID_link(), and update_depsgraph().
| float VolumeDisplaceModifierData::texture_mid_level[3] |
Definition at line 2576 of file DNA_modifier_types.h.
Referenced by init_data().
| float VolumeDisplaceModifierData::texture_sample_radius |
Definition at line 2577 of file DNA_modifier_types.h.
Referenced by init_data().