Blender
V3.3
|
Public Member Functions | |
IndexMask | mask () const |
operator bool () const | |
Public Attributes | |
const MFInstruction * | instruction = nullptr |
InstructionIndices | indices |
Contains information about the next instruction that should be executed.
Definition at line 1104 of file multi_function_procedure_executor.cc.
|
inline |
Definition at line 1108 of file multi_function_procedure_executor.cc.
References blender::fn::InstructionIndices::mask().
Referenced by blender::fn::MFProcedureExecutor::call().
|
inline |
Definition at line 1113 of file multi_function_procedure_executor.cc.
InstructionIndices blender::fn::NextInstructionInfo::indices |
Definition at line 1106 of file multi_function_procedure_executor.cc.
const MFInstruction* blender::fn::NextInstructionInfo::instruction = nullptr |
Definition at line 1105 of file multi_function_procedure_executor.cc.
Referenced by blender::fn::MFProcedureExecutor::call().