Blender V4.3
node_shader_tex_pointdensity.cc File Reference
#include "node_shader_util.hh"
#include "BKE_texture.h"
#include "RE_texture.h"
#include "RNA_access.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_shader_tex_pointdensity_cc
 

Functions

static void blender::nodes::node_shader_tex_pointdensity_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_shader_tex_pointdensity_cc::node_shader_buts_tex_pointdensity (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_shader_tex_pointdensity_cc::node_shader_init_tex_pointdensity (bNodeTree *, bNode *node)
 
static void blender::nodes::node_shader_tex_pointdensity_cc::node_shader_free_tex_pointdensity (bNode *node)
 
static void blender::nodes::node_shader_tex_pointdensity_cc::node_shader_copy_tex_pointdensity (bNodeTree *, bNode *dest_node, const bNode *src_node)
 
void register_node_type_sh_tex_pointdensity ()
 

Function Documentation

◆ register_node_type_sh_tex_pointdensity()