tuatec / TTToolbox

TTToolbox provides useful helper scripts to automate your character integration workflows in Unreal Engine
MIT License
107 stars 30 forks source link

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

Open AchimTuran opened 1 year ago

AchimTuran commented 1 year ago

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>);