#include <mobu-python-api.h>
DEPRICATED use ParallelEvaluation on FBEvaluateManager insteadAvailable DAG parallel schedule algorithm
Public Attributes | |
object | kFBParallelScheduleSerial |
No parallel schedule, use sequential evaluation order instead. More... | |
object | kFBParallelScheduleSimple |
Simple parallel schedule, mainly analyze the task dependency based on Motion Hierarchy (scene graph), but don't across active constraint. More... | |
object | kFBParallelScheduleAdvanced |
Advanced parallel schedule, task dependency analyzation will be able to across ative constraint, and plus motion hierarchy. More... | |
object kFBParallelScheduleAdvanced |
Advanced parallel schedule, task dependency analyzation will be able to across ative constraint, and plus motion hierarchy.
object kFBParallelScheduleSerial |
No parallel schedule, use sequential evaluation order instead.
object kFBParallelScheduleSimple |
Simple parallel schedule, mainly analyze the task dependency based on Motion Hierarchy (scene graph), but don't across active constraint.