52#include <fbsdk/fbcamera.h>
53#include <fbsdk/fblight.h>
61#include <fbsdk/fbcyclecreator.h>
68#if !defined(K_NO_RENDERER)
73#include <fbsdk/fbprofiler.h>
74#include <fbsdk/fblogger.h>
75#include <fbsdk/fbunion.h>
77#if !defined(K_NO_AUDIO)
81#if !defined(K_NO_DECK)
85#if !defined(K_NO_CHARACTER)
89 #include <fbsdk/fbcharactersolver.h>
90 #include <fbsdk/fbcycleanalysisnode.h>
93#if !defined(K_NO_FOLDER)
97#if !defined(K_NO_MANIPULATOR)
101#if !defined(K_NO_NOTE)
105#if !defined(K_NO_OPTICAL)
109#if !defined(K_NO_POSE)
112 #if !defined(K_NO_CHARACTER)
117#if !defined(K_NO_STORY)
123#if !defined(K_NO_VIDEO)
128#if !defined(K_NO_RENDERER)
132#if !defined(K_NO_CONSTRUCTION_HISTORY)
140#include <fbsdk/fbpython.h>
141#include <fbsdk/fbmotionfileimportoptions.h>
142#include <fbsdk/fbmotionfileexportoptions.h>
152 #include <fbcontrols/fbgenericmenu.h>
156#if !defined(K_NO_DECK)
160#if !defined(K_NO_MANIPULATOR)
169 inline int FBMessageBox(
const char* pBoxTitle,
const char* pMessage,
const char* pButton1Str,
const char* pButton2Str=NULL,
const char* pButton3Str=NULL,
int pDefaultButton=0,
int pScrolledMessage=0) {
return pDefaultButton; }
170 inline int FBMessageBoxWithCheck(
const char* pBoxTitle,
const char* pMessage,
const char* pButton1Str,
const char* pButton2Str,
const char* pButton3Str,
const char* pCheckBoxStr,
bool& pCheckBoxValue,
int pDefaultButton=0,
int pScrolledMessage=0) {
return pDefaultButton; }
174 #pragma warning (disable: 4702)
177#ifdef FBSDKUseNamespace
178 using namespace FBSDKNamespace;
The FBActionManager file contains the necessary declarations to interface with the underlying actions...
this file contain FBApplication class interface
Audio interface for FBSDK.
The FBCameraSwitcherAudioManager file contains the necessary declarations to interact with the Audio ...
Contains definitions for actors, characters, and marker sets In Development.
Character extension interface for FBSDK.
Contains definitions for actor faces and character faces In Development.
Contains definitions for object poses.
Declaration for the FBConfigFile class.
FBConstraint layout file.
Contains the user interface components for the SDK.
K_DLLEXPORT int FBMessageBoxWithCheck(const char *pBoxTitle, const char *pMessage, const char *pButton1Str, const char *pButton2Str, const char *pButton3Str, const char *pCheckBoxStr, bool &pCheckBoxValue, int pDefaultButton=0, int pScrolledMessage=0)
Dialog popup box with a check box.
K_DLLEXPORT int FBMessageBox(const char *pBoxTitle, const char *pMessage, const char *pButton1Str, const char *pButton2Str=NULL, const char *pButton3Str=NULL, int pDefaultButton=0, int pScrolledMessage=0)
Dialog popup box.
Contains definitions for devices, boxes and models.
Contains abstract deck class to interface with a deck.
This file contains evaluate manager interface.
FileReference interface for FBSDK.
Derive new filters using the FBFilter class.
Folders interface for FBSDK.
Groups interface for FBSDK.
Image interface for FBSDK.
Hardware input and output interfaces.
KeyingGroups interface for FBSDK.
Create new manipulators using the FBManipulator class.
FBManipulator layout file.
Contains routines for vector and matrix manipulation.
The FBModuleManager file contains the necessary declarations to interface with the underlying module ...
Motion interface for FBSDK.
Base class for the motion blend window.
Base class for motion blend edits.
Contains definitions for object poses.
Generic optical motion capture device interface.
Transport control and timing management interface.
Definition of the class FBPlug and related enums and utility functions.
FBRendererCallback layout file.
Contains information pertaining to the FBScene class, a representation of a scene in the 3D world.
The FBSerialManager file contains the necessary declarations to interface with the underlying serial ...
Declaration for the classes FBShaderManager, FBShader, FBPropertyListShader and other subclasses.
Story interface for FBSDK.
Basic system interaction.
The FBTransportAudioManager file contains the necessary declarations to interact with Audio Manager o...
Contains a few user-interface utilities.
FBVideo and derivative classes.
Video codec selector and preference manager.