Python Reference Guide
 
Loading...
Searching...
No Matches
FBApplicationState Class Reference

Application state the MotionBuilder application has been started in. More...

#include <pyfbsdk.h>

Inheritance diagram for FBApplicationState:

Public Attributes

 kFBInteractive
 Running in an interactive mode with the UI. Default mode.

 
 kFBBatch
 Running in a batch mode, without the UI, i.e.: when starting MotionBuilder from the command line with the -batch command flag.

 
 kFBMobuPy
 Running via the mobupy executable.

 

Detailed Description

Application state the MotionBuilder application has been started in.


Member Data Documentation

◆ kFBBatch

kFBBatch

Running in a batch mode, without the UI, i.e.: when starting MotionBuilder from the command line with the -batch command flag.

◆ kFBInteractive

kFBInteractive

Running in an interactive mode with the UI. Default mode.

◆ kFBMobuPy

kFBMobuPy

Running via the mobupy executable.