Blender V5.0
node_common.h File Reference
#include <string>

Go to the source code of this file.

Functions

void node_group_label (const struct bNodeTree *ntree, const struct bNode *node, char *label, int label_maxncpy)
bool node_group_poll_instance (const struct bNode *node, const struct bNodeTree *nodetree, const char **r_disabled_hint)
int node_group_ui_class (const struct bNode *node)
void ntree_update_reroute_nodes (struct bNodeTree *ntree)
std::string node_group_ui_description (const bNode &node)

Function Documentation

◆ node_group_label()

void node_group_label ( const struct bNodeTree * ntree,
const struct bNode * node,
char * label,
int label_maxncpy )

Groups display their internal tree name as label.

◆ node_group_poll_instance()

bool node_group_poll_instance ( const struct bNode * node,
const struct bNodeTree * nodetree,
const char ** r_disabled_hint )

◆ node_group_ui_class()

int node_group_ui_class ( const struct bNode * node)

◆ node_group_ui_description()

◆ ntree_update_reroute_nodes()