|
Blender V4.5
|
#include <NOD_node_declaration.hh>
Public Attributes | |
| Vector< PropagateRelation > | propagate_relations |
| Vector< ReferenceRelation > | reference_relations |
| Vector< EvalRelation > | eval_relations |
| Vector< AvailableRelation > | available_relations |
| Vector< int > | available_on_none |
Definition at line 147 of file NOD_node_declaration.hh.
| Vector<int> blender::nodes::anonymous_attribute_lifetime::RelationsInNode::available_on_none |
Definition at line 152 of file NOD_node_declaration.hh.
Referenced by blender::nodes::anonymous_attribute_lifetime::operator<<().
| Vector<AvailableRelation> blender::nodes::anonymous_attribute_lifetime::RelationsInNode::available_relations |
Definition at line 151 of file NOD_node_declaration.hh.
Referenced by blender::nodes::anonymous_attribute_lifetime::operator<<().
| Vector<EvalRelation> blender::nodes::anonymous_attribute_lifetime::RelationsInNode::eval_relations |
Definition at line 150 of file NOD_node_declaration.hh.
Referenced by blender::nodes::anonymous_attribute_lifetime::operator<<().
| Vector<PropagateRelation> blender::nodes::anonymous_attribute_lifetime::RelationsInNode::propagate_relations |
Definition at line 148 of file NOD_node_declaration.hh.
Referenced by blender::nodes::anonymous_attribute_lifetime::operator<<().
| Vector<ReferenceRelation> blender::nodes::anonymous_attribute_lifetime::RelationsInNode::reference_relations |
Definition at line 149 of file NOD_node_declaration.hh.
Referenced by blender::nodes::anonymous_attribute_lifetime::operator<<().