|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| int32_t | node_id |
| int32_t | id_in_node |
Definition at line 648 of file DNA_node_types.h.
| int32_t bNestedNodePath::id_in_node |
Unused if the node is the final nested node, otherwise an id inside of the (group) node.
Definition at line 652 of file DNA_node_types.h.
Referenced by blender::find_side_effect_nodes_for_nested_node(), and blender::ed::space_node::update_nested_node_refs_after_ungroup().
| int32_t bNestedNodePath::node_id |
ID of the node that is or contains the nested node.
Definition at line 650 of file DNA_node_types.h.
Referenced by blender::find_side_effect_nodes_for_nested_node(), blender::ed::space_node::update_nested_node_refs_after_moving_nodes_into_group(), and blender::ed::space_node::update_nested_node_refs_after_ungroup().