Blender
V3.3
|
Classes | |
class | NoiseFunction |
Functions | |
static void | sh_node_tex_noise_declare (NodeDeclarationBuilder &b) |
static void | node_shader_buts_tex_noise (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_shader_init_tex_noise (bNodeTree *UNUSED(ntree), bNode *node) |
static const char * | gpu_shader_get_name (const int dimensions) |
static int | node_shader_gpu_tex_noise (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out) |
static void | node_shader_update_tex_noise (bNodeTree *ntree, bNode *node) |
static void | sh_node_noise_build_multi_function (NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 50 of file node_shader_tex_noise.cc.
References BLI_assert.
Referenced by node_shader_gpu_tex_noise().
|
static |
Definition at line 35 of file node_shader_tex_noise.cc.
References ptr, UI_ITEM_R_SPLIT_EMPTY_NAME, and uiItemR().
Referenced by register_node_type_sh_tex_noise().
|
static |
Definition at line 60 of file node_shader_tex_noise.cc.
References NodeTexNoise::dimensions, gpu_shader_get_name(), GPU_stack_link(), node, node_shader_gpu_default_tex_coord(), node_shader_gpu_tex_mapping(), and usdtokens::out().
Referenced by register_node_type_sh_tex_noise().
|
static |
Definition at line 40 of file node_shader_tex_noise.cc.
References BKE_texture_colormapping_default(), BKE_texture_mapping_default(), node, tex, and TEXMAP_TYPE_POINT.
Referenced by register_node_type_sh_tex_noise().
|
static |
Definition at line 74 of file node_shader_tex_noise.cc.
References NodeTexNoise::dimensions, node, nodeFindSocket(), nodeSetSocketAvailability(), ntree, and SOCK_IN.
Referenced by register_node_type_sh_tex_noise().
|
static |
Definition at line 235 of file node_shader_tex_noise.cc.
References blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), NodeTexNoise::dimensions, and blender::nodes::NodeMultiFunctionBuilder::node().
Referenced by register_node_type_sh_tex_noise().
|
static |
Definition at line 15 of file node_shader_tex_noise.cc.
References usdtokens::b(), min, N_, node, and PROP_FACTOR.
Referenced by register_node_type_sh_tex_noise().