|
Blender V5.0
|
#include <NOD_nested_node_id.hh>
Public Attributes | |
| int | id |
| bool | is_in_simulation = false |
| bool | is_in_loop = false |
| bool | is_in_closure = false |
Utility struct to store information about a nested node id. Also see bNestedNodeRef. Sometimes these IDs can only be used when they are at the top level and not within zones.
Definition at line 13 of file NOD_nested_node_id.hh.
| int blender::nodes::FoundNestedNodeID::id |
Definition at line 14 of file NOD_nested_node_id.hh.
Referenced by blender::ed::space_node::find_nested_node_id_in_root().
| bool blender::nodes::FoundNestedNodeID::is_in_closure = false |
Definition at line 17 of file NOD_nested_node_id.hh.
Referenced by blender::ed::space_node::find_nested_node_id_in_root().
| bool blender::nodes::FoundNestedNodeID::is_in_loop = false |
Definition at line 16 of file NOD_nested_node_id.hh.
Referenced by blender::ed::space_node::find_nested_node_id_in_root().
| bool blender::nodes::FoundNestedNodeID::is_in_simulation = false |
Definition at line 15 of file NOD_nested_node_id.hh.
Referenced by blender::ed::space_node::find_nested_node_id_in_root().