Blender  V3.3
node_common.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2007 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #include "DNA_listBase.h"
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 struct bNodeTree;
17 
19 void node_group_label(const struct bNodeTree *ntree,
20  const struct bNode *node,
21  char *label,
22  int maxlen);
24  struct bNodeTree *nodetree,
25  const char **r_disabled_hint);
26 
32 
33 #ifdef __cplusplus
34 }
35 #endif
These structs are the foundation for all linked lists in the library system.
OperationNode * node
const char * label
bNodeTree * ntree
void ntree_update_reroute_nodes(struct bNodeTree *ntree)
Definition: node_common.cc:321
bool node_group_poll_instance(struct bNode *node, struct bNodeTree *nodetree, const char **r_disabled_hint)
Definition: node_common.cc:71
void node_group_label(const struct bNodeTree *ntree, const struct bNode *node, char *label, int maxlen)