|
Blender V5.0
|
Classes | |
| class | RoundedPolygonFunction |
Functions | |
| static void | sh_node_radial_tiling_declare (NodeDeclarationBuilder &b) |
| static void | node_shader_buts_radial_tiling (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_shader_init_radial_tiling (bNodeTree *, bNode *node) |
| static const char * | gpu_shader_get_name () |
| static int | node_shader_gpu_radial_tiling (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | sh_node_radial_tiling_build_multi_function (NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 72 of file node_shader_radial_tiling.cc.
Referenced by node_shader_gpu_radial_tiling().
|
static |
Definition at line 59 of file node_shader_radial_tiling.cc.
References uiLayout::prop(), ptr, and UI_ITEM_R_SPLIT_EMPTY_NAME.
|
static |
Definition at line 77 of file node_shader_radial_tiling.cc.
References GPU_constant(), gpu_shader_get_name(), GPU_stack_link(), in, name, NodeRadialTiling::normalize, and out.
|
static |
Definition at line 64 of file node_shader_radial_tiling.cc.
References MEM_callocN(), NodeRadialTiling::normalize, and bNode::storage.
|
static |
Definition at line 198 of file node_shader_radial_tiling.cc.
References blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), blender::nodes::NodeMultiFunctionBuilder::node(), and NodeRadialTiling::normalize.
|
static |
Definition at line 21 of file node_shader_radial_tiling.cc.
References b, blender::nodes::decl::Vector::dimensions, max, PROP_FACTOR, and sh_node_radial_tiling_declare().
Referenced by sh_node_radial_tiling_declare().