|
Blender V5.0
|
#include <DNA_node_types.h>
Public Attributes | |
| int32_t | id |
| char | _pad [4] |
| bNestedNodePath | path |
Definition at line 744 of file DNA_node_types.h.
| char bNestedNodeRef::_pad[4] |
Definition at line 748 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 747 of file DNA_node_types.h.
Referenced by blender::ed::space_node::find_nested_node_id_in_root(), 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 750 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().