Skip to content

[Paid][Feature Request] Constraint IK bones during import #34

Description

@AchimTuran

As a Unreal Engine user
, I want to constraint ik bones during import of fbx animation sequences and virtual bones as well if they exist
, so that I do not have to think about if the bones are constrainted or how to do it in a 3d animation software like Cascadur, Maya, Blender ...

Additional context
Callbacks can be registered via the UImportSubsystem of the Unreal Engine Editor, https://docs.unrealengine.com/4.27/en-US/API/Editor/UnrealEd/FEditorDelegates/OnAssetPostImport/

GEditor->GetEditorSubsystem<UImportSubsystem>()->OnAssetPostImport.AddRaw(this, &<yourClass>::<yourMethod>);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions