Blender V4.3
node_common.h File Reference
#include "DNA_listBase.h"

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)
 

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)

◆ ntree_update_reroute_nodes()