|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeTexBase | base |
| short | point_source |
| char | _pad [2] |
| int | particle_system |
| float | radius |
| int | resolution |
| short | space |
| short | interpolation |
| short | color_source |
| short | ob_color_source |
| PointDensity | pd |
| int | cached_resolution |
| char | vertex_attribute_name [68] |
Definition at line 1397 of file DNA_node_types.h.
| char NodeShaderTexPointDensity::_pad[2] |
Definition at line 1400 of file DNA_node_types.h.
| NodeTexBase NodeShaderTexPointDensity::base |
Definition at line 1398 of file DNA_node_types.h.
| int NodeShaderTexPointDensity::cached_resolution |
Definition at line 1410 of file DNA_node_types.h.
| short NodeShaderTexPointDensity::color_source |
Definition at line 1406 of file DNA_node_types.h.
Referenced by blender::nodes::node_shader_tex_pointdensity_cc::node_shader_init_tex_pointdensity().
| short NodeShaderTexPointDensity::interpolation |
Definition at line 1405 of file DNA_node_types.h.
| short NodeShaderTexPointDensity::ob_color_source |
Definition at line 1407 of file DNA_node_types.h.
Referenced by blender::nodes::node_shader_tex_pointdensity_cc::node_shader_buts_tex_pointdensity().
| int NodeShaderTexPointDensity::particle_system |
Definition at line 1401 of file DNA_node_types.h.
| PointDensity NodeShaderTexPointDensity::pd |
Used at runtime only by sampling RNA API.
Definition at line 1409 of file DNA_node_types.h.
Referenced by blender::nodes::node_shader_tex_pointdensity_cc::node_shader_copy_tex_pointdensity(), blender::nodes::node_shader_tex_pointdensity_cc::node_shader_free_tex_pointdensity(), and blender::bke::node_tree_blend_read_data().
| short NodeShaderTexPointDensity::point_source |
Definition at line 1399 of file DNA_node_types.h.
Referenced by blender::nodes::node_shader_tex_pointdensity_cc::node_shader_buts_tex_pointdensity().
| float NodeShaderTexPointDensity::radius |
Definition at line 1402 of file DNA_node_types.h.
Referenced by blender::nodes::node_shader_tex_pointdensity_cc::node_shader_init_tex_pointdensity().
| int NodeShaderTexPointDensity::resolution |
Definition at line 1403 of file DNA_node_types.h.
Referenced by blender::nodes::node_shader_tex_pointdensity_cc::node_shader_init_tex_pointdensity().
| short NodeShaderTexPointDensity::space |
Definition at line 1404 of file DNA_node_types.h.
Referenced by blender::nodes::node_shader_tex_pointdensity_cc::node_shader_init_tex_pointdensity().
| char NodeShaderTexPointDensity::vertex_attribute_name[68] |
Vertex attribute layer for color source, MAX_CUSTOMDATA_LAYER_NAME.
Definition at line 1412 of file DNA_node_types.h.