kfbxcharacter.h

Detailed Description

Definition in filekfbxcharacter.h.

#include<kaydaradef.h>
#include<kaydara.h>
#include<kfbxmath/kfbxvector4.h>
#include<klib/kstring.h>
#include<klib/kerror.h>
#include<kcharacterdef/kfiltersetenum.h>
#include<kfbxplugins/kfbxconstraint.h>
#include<kfbxplugins/kfbxnodelimits.h>
#include<kfbxplugins/kfbxgroupname.h>
#include<fbxfilesdk_nsbegin.h>
#include<fbxfilesdk_nsend.h>

Include dependency graph for kfbxcharacter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class KFbxCharacterLink
 This class represents a link between a given character's node and the associated node in the hierarchy.More...
class KFbxCharacter
 This class contains all methods to setup an exported character or query information on an imported character.More...

Enumerations

enum ECharacterInputType
 Character input type.More...

Enumeration Type Documentation

Character input type.

  • eCharacterInputActorNot supported.
  • eCharacterInputCharacterThe character's input is another character.
  • eCharacterInputMarkerSetThe character's input is a control rig.
  • eCharacterOutputMarkerSetNot supported.
  • eCharacterInputStanceThe character's input is the stance pose.

Definition at line75of filekfbxcharacter.h.