|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| int32_t | id |
| char | _pad [4] |
| bNestedNodePath | path |
Definition at line 660 of file DNA_node_types.h.
| char bNestedNodeRef::_pad[4] |
Definition at line 664 of file DNA_node_types.h.
| int32_t bNestedNodeRef::id |
Identifies a potentially nested node. This ID remains stable even if the node is moved into and out of node groups.
Definition at line 663 of file DNA_node_types.h.
Referenced by blender::nodes::find_nested_node_id(), and blender::ed::space_node::update_nested_node_refs_after_moving_nodes_into_group().
| bNestedNodePath bNestedNodeRef::path |
Where to find the nested node in the current node tree.
Definition at line 666 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().