|
Blender V5.0
|
#include "node_shader_util.hh"#include "node_util.hh"#include "NOD_multi_function.hh"#include "RNA_access.hh"#include "UI_interface_layout.hh"#include "UI_resources.hh"#include "BLI_radial_tiling.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_shader_radial_tiling_cc::RoundedPolygonFunction |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_shader_radial_tiling_cc |
Functions | |
| static void | blender::nodes::node_shader_radial_tiling_cc::sh_node_radial_tiling_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_shader_radial_tiling_cc::node_shader_buts_radial_tiling (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | blender::nodes::node_shader_radial_tiling_cc::node_shader_init_radial_tiling (bNodeTree *, bNode *node) |
| static const char * | blender::nodes::node_shader_radial_tiling_cc::gpu_shader_get_name () |
| static int | blender::nodes::node_shader_radial_tiling_cc::node_shader_gpu_radial_tiling (GPUMaterial *mat, bNode *node, bNodeExecData *, GPUNodeStack *in, GPUNodeStack *out) |
| static void | blender::nodes::node_shader_radial_tiling_cc::sh_node_radial_tiling_build_multi_function (NodeMultiFunctionBuilder &builder) |
| void | register_node_type_sh_radial_tiling () |
| void register_node_type_sh_radial_tiling | ( | ) |
Definition at line 206 of file node_shader_radial_tiling.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gpu_fn, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_OP_VECTOR, node_copy_standard_storage(), node_free_standard_storage(), blender::bke::node_register_type(), blender::bke::node_type_storage(), sh_geo_node_type_base(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by register_shader_nodes().