Blender
V4.5
source
blender
nodes
intern
node_common.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2007 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include <string>
12
13
struct
bNodeTree
;
14
16
void
node_group_label
(
const
struct
bNodeTree
*ntree,
17
const
struct
bNode
*
node
,
18
char
*
label
,
19
int
label_maxncpy);
20
bool
node_group_poll_instance
(
const
struct
bNode
*
node
,
21
const
struct
bNodeTree
*nodetree,
22
const
char
**r_disabled_hint);
23
int
node_group_ui_class
(
const
struct
bNode
*
node
);
24
29
void
ntree_update_reroute_nodes
(
struct
bNodeTree
*ntree);
30
31
std::string
node_group_ui_description
(
const
bNode
&
node
);
node
OperationNode * node
Definition
deg_builder_cycle.cc:38
label
const char * label
Definition
deg_debug_stats_gnuplot.cc:32
node_group_label
void node_group_label(const struct bNodeTree *ntree, const struct bNode *node, char *label, int label_maxncpy)
node_group_poll_instance
bool node_group_poll_instance(const struct bNode *node, const struct bNodeTree *nodetree, const char **r_disabled_hint)
ntree_update_reroute_nodes
void ntree_update_reroute_nodes(struct bNodeTree *ntree)
Definition
node_common.cc:619
node_group_ui_class
int node_group_ui_class(const struct bNode *node)
node_group_ui_description
std::string node_group_ui_description(const bNode &node)
Definition
node_common.cc:149
bNodeTree
Definition
DNA_node_types.h:752
bNode
Definition
DNA_node_types.h:415
Generated on Fri Apr 3 2026 06:33:18 for Blender by
doxygen
1.11.0