Blender V5.0
node_register.cc File Reference
#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 ()

Function Documentation

◆ node_undefined_poll()

bool node_undefined_poll ( const blender::bke::bNodeType * ,
const bNodeTree * ,
const char **  )
static

Definition at line 17 of file node_register.cc.

Referenced by register_undefined_types().

◆ register_nodes()

◆ register_undefined_types()

◆ register_zone_types()

void register_zone_types ( )
static

Definition at line 124 of file node_register.cc.

References blender::bke::register_node_zone_type().

Referenced by register_nodes().