|
Blender V5.0
|
#include "NOD_composite.hh"#include "NOD_geometry.hh"#include "NOD_register.hh"#include "NOD_socket.hh"#include "BKE_node.hh"#include "BKE_node_legacy_types.hh"#include "BLT_translation.hh"#include "UI_resources.hh"Go to the source code of this file.
Classes | |
| class | SimulationZoneType |
| class | RepeatZoneType |
| class | ForeachGeometryElementZoneType |
| class | ClosureZoneType |
Functions | |
| static bool | node_undefined_poll (const blender::bke::bNodeType *, const bNodeTree *, const char **) |
| static void | register_undefined_types () |
| static void | register_zone_types () |
| void | register_nodes () |
|
static |
Definition at line 17 of file node_register.cc.
Referenced by register_undefined_types().
| void register_nodes | ( | ) |
Definition at line 136 of file node_register.cc.
References register_compositor_nodes(), register_function_nodes(), register_geometry_nodes(), register_node_tree_type_cmp(), register_node_tree_type_geo(), register_node_type_frame(), register_node_type_group_input(), register_node_type_group_output(), register_node_type_reroute(), register_shader_nodes(), register_standard_node_socket_types(), register_texture_nodes(), register_undefined_types(), and register_zone_types().
Referenced by blender::bke::node_system_init().
|
static |
Definition at line 26 of file node_register.cc.
References N_, blender::bke::node_type_base_custom(), node_undefined_poll(), blender::bke::NodeSocketTypeUndefined, blender::bke::NodeTreeTypeUndefined, blender::bke::NodeTypeUndefined, NTREE_UNDEFINED, PROP_NONE, and SOCK_CUSTOM.
Referenced by register_nodes().
|
static |
Definition at line 124 of file node_register.cc.
References blender::bke::register_node_zone_type().
Referenced by register_nodes().