Blender
V3.3
|
Public Member Functions | |
VariableValue (ValueType type) | |
Public Attributes | |
ValueType | type |
During evaluation, a variable may be stored in various different forms, depending on what instructions do with the variables.
Definition at line 39 of file multi_function_procedure_executor.cc.
|
inline |
Definition at line 42 of file multi_function_procedure_executor.cc.
ValueType blender::fn::VariableValue::type |
Definition at line 40 of file multi_function_procedure_executor.cc.
Referenced by blender::fn::VariableState::add_as_input(), blender::fn::VariableState::add_as_input__one(), blender::fn::VariableState::add_as_mutable(), blender::fn::VariableState::add_as_mutable__one(), blender::fn::VariableState::add_as_output(), blender::fn::VariableState::add_as_output__one(), blender::fn::VariableState::destruct(), blender::fn::VariableState::ensure_is_mutable(), blender::fn::VariableState::ensure_is_mutable__one(), blender::fn::VariableState::indices_split(), blender::fn::VariableState::is_one(), blender::fn::ValueAllocator::release_value(), and blender::fn::VariableState::value_as().