|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| static void | node_shader_init_tex_pointdensity (bNodeTree *UNUSED(ntree), bNode *node) |
| static void | node_shader_free_tex_pointdensity (bNode *node) |
| static void | node_shader_copy_tex_pointdensity (bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node) |
| void | register_node_type_sh_tex_pointdensity (void) |
Variables | |
| static bNodeSocketTemplate | sh_node_tex_pointdensity_in [] |
| static bNodeSocketTemplate | sh_node_tex_pointdensity_out [] |
|
static |
Definition at line 58 of file node_shader_tex_pointdensity.c.
References MEM_dupallocN, NodeShaderTexPointDensity::pd, and bNode::storage.
Referenced by register_node_type_sh_tex_pointdensity().
|
static |
Definition at line 48 of file node_shader_tex_pointdensity.c.
References BKE_texture_pointdensity_free_data(), MEM_freeN, node, NodeShaderTexPointDensity::pd, and RE_point_density_free().
Referenced by register_node_type_sh_tex_pointdensity().
Definition at line 37 of file node_shader_tex_pointdensity.c.
References NodeShaderTexPointDensity::color_source, MEM_callocN, node, NodeShaderTexPointDensity::radius, NodeShaderTexPointDensity::resolution, SHD_POINTDENSITY_COLOR_PARTAGE, SHD_POINTDENSITY_SPACE_OBJECT, and NodeShaderTexPointDensity::space.
Referenced by register_node_type_sh_tex_pointdensity().
| void register_node_type_sh_tex_pointdensity | ( | void | ) |
Definition at line 69 of file node_shader_tex_pointdensity.c.
References NODE_CLASS_TEXTURE, node_shader_copy_tex_pointdensity(), node_shader_free_tex_pointdensity(), node_shader_init_tex_pointdensity(), node_type_init(), node_type_socket_templates(), node_type_storage(), nodeRegisterType(), SH_NODE_TEX_POINTDENSITY, sh_node_tex_pointdensity_in, sh_node_tex_pointdensity_out, and sh_node_type_base().
Referenced by registerShaderNodes().
|
static |
Definition at line 26 of file node_shader_tex_pointdensity.c.
Referenced by register_node_type_sh_tex_pointdensity().
|
static |
Definition at line 31 of file node_shader_tex_pointdensity.c.
Referenced by register_node_type_sh_tex_pointdensity().