Blender V4.3
node_register.cc File Reference
#include "BLI_string.h"
#include "NOD_geometry.hh"
#include "NOD_register.hh"
#include "NOD_socket.hh"
#include "BKE_node.hh"
#include "BLT_translation.hh"
#include "UI_resources.hh"

Go to the source code of this file.

Classes

class  SimulationZoneType
 
class  RepeatZoneType
 
class  ForeachGeometryElementZoneType
 

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()

static 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()

static void register_zone_types ( )
static

Definition at line 106 of file node_register.cc.

References blender::bke::register_node_zone_type().

Referenced by register_nodes().