|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeTexBase | base |
| int | dimensions |
| uint8_t | type |
| uint8_t | normalize |
| char | _pad [2] |
Definition at line 1522 of file DNA_node_types.h.
| char NodeTexNoise::_pad[2] |
Definition at line 1527 of file DNA_node_types.h.
| NodeTexBase NodeTexNoise::base |
Definition at line 1523 of file DNA_node_types.h.
Referenced by blo_do_versions_400(), and blender::nodes::node_shader_tex_noise_cc::node_shader_init_tex_noise().
| int NodeTexNoise::dimensions |
Definition at line 1524 of file DNA_node_types.h.
Referenced by blo_do_versions_400(), blender::nodes::node_shader_tex_noise_cc::node_shader_gpu_tex_noise(), blender::nodes::node_shader_tex_noise_cc::node_shader_init_tex_noise(), blender::nodes::node_shader_tex_noise_cc::node_shader_update_tex_noise(), blender::nodes::node_shader_tex_noise_cc::sh_node_noise_build_multi_function(), and update_noise_node_dimensions().
| uint8_t NodeTexNoise::normalize |
| uint8_t NodeTexNoise::type |
Definition at line 1525 of file DNA_node_types.h.
Referenced by blo_do_versions_400(), blender::nodes::node_shader_tex_noise_cc::node_shader_gpu_tex_noise(), blender::nodes::node_shader_tex_noise_cc::node_shader_init_tex_noise(), blender::nodes::node_shader_tex_noise_cc::node_shader_update_tex_noise(), and blender::nodes::node_shader_tex_noise_cc::sh_node_noise_build_multi_function().