FBParallelScheduleType Class Reference

FBParallelScheduleType Class Reference

#include <mobu-python-api.h>

Class Description

DEPRICATED use ParallelEvaluation on FBEvaluateManager insteadAvailable DAG parallel schedule algorithm

+ Inheritance diagram for FBParallelScheduleType:

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...
 

Member Data Documentation

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.