Skip to content

vendor_connectors.meshy.animations

Meshy Animation Library - Auto-generated from API docs.

AnimationMetaMetadata for a Meshy animation.
AnimationCategoryAnimation categories.
AnimationSubcategoryAnimation subcategories.
GameAnimationSetPre-defined animation sets for common game scenarios.
_populate_animation_setsPopulate animation sets based on available animations.
get_animations_by_categoryGet all animations in a category.
get_animations_by_subcategoryGet all animations in a subcategory.
get_animationGet animation by ID.
ANIMATIONS

class vendor_connectors.meshy.animations.AnimationMeta

Section titled “class vendor_connectors.meshy.animations.AnimationMeta”

Metadata for a Meshy animation.

None

None

None

None

None

class vendor_connectors.meshy.animations.AnimationCategory

Section titled “class vendor_connectors.meshy.animations.AnimationCategory”

Bases: str, enum.Enum

Animation categories.

Initialize self. See help(type(self)) for accurate signature.

‘BodyMovements’

‘DailyActions’

‘Dancing’

‘Fighting’

‘WalkAndRun’

class vendor_connectors.meshy.animations.AnimationSubcategory

Section titled “class vendor_connectors.meshy.animations.AnimationSubcategory”

Bases: str, enum.Enum

Animation subcategories.

Initialize self. See help(type(self)) for accurate signature.

‘Acting’

‘AttackingwithWeapon’

‘Blocking’

‘CastingSpell’

‘Climbing’

‘CrouchWalking’

‘Dancing’

‘Drinking’

‘Dying’

‘FallingFreely’

‘GettingHit’

‘HangingfromLedge’

‘Idle’

‘Interacting’

‘Jumping’

‘LookingAround’

‘PerformingStunt’

‘PickingUpItem’

‘Punching’

‘Pushing’

‘Running’

‘Sleeping’

‘Swimming’

‘Transitioning’

‘TurningAround’

‘VaultingOverObstacle’

‘Walking’

‘WorkingOut’

None

class vendor_connectors.meshy.animations.GameAnimationSet

Section titled “class vendor_connectors.meshy.animations.GameAnimationSet”

Pre-defined animation sets for common game scenarios.

[]

[]

[]

[]

[]

vendor_connectors.meshy.animations._populate_animation_sets() → None

Section titled “vendor_connectors.meshy.animations._populate_animation_sets() → None”

Populate animation sets based on available animations.

Get all animations in a category.

Get all animations in a subcategory.

Get animation by ID.