|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_shader_buts_tex_pointdensity (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_shader_init_tex_pointdensity (bNodeTree *, bNode *node) |
| static void | node_shader_free_tex_pointdensity (bNode *node) |
| static void | node_shader_copy_tex_pointdensity (bNodeTree *, bNode *dest_node, const bNode *src_node) |
|
static |
Definition at line 18 of file node_shader_tex_pointdensity.cc.
References b.
|
static |
Definition at line 25 of file node_shader_tex_pointdensity.cc.
References Object::data, PointerRNA::data, Object::id, NodeShaderTexPointDensity::ob_color_source, NodeShaderTexPointDensity::point_source, ptr, RNA_id_pointer_create(), SHD_POINTDENSITY_COLOR_VERTCOL, SHD_POINTDENSITY_COLOR_VERTWEIGHT, SHD_POINTDENSITY_SOURCE_PSYS, UI_ITEM_R_EXPAND, UI_ITEM_R_SPLIT_EMPTY_NAME, uiItemPointerR(), and uiItemR().
|
static |
Definition at line 88 of file node_shader_tex_pointdensity.cc.
References MEM_dupallocN, NodeShaderTexPointDensity::pd, and bNode::storage.
|
static |
Definition at line 78 of file node_shader_tex_pointdensity.cc.
References BKE_texture_pointdensity_free_data(), MEM_freeN(), NodeShaderTexPointDensity::pd, and RE_point_density_free().
|
static |
Definition at line 67 of file node_shader_tex_pointdensity.cc.
References NodeShaderTexPointDensity::color_source, MEM_callocN, NodeShaderTexPointDensity::radius, NodeShaderTexPointDensity::resolution, SHD_POINTDENSITY_COLOR_PARTAGE, SHD_POINTDENSITY_SPACE_OBJECT, and NodeShaderTexPointDensity::space.