Humanoid Retargeter - Version 307486

Created
Total Size3.2 MB (3,394,274 bytes)
Modified Size806.7 KB (826,032 bytes)
File Count114
Engine Version26
Changes
Changes on 2026-07-07
Meta
{ "Summary": "Retarget any humanoid animation (Mixamo, ActorCore, UE Mannequin, BVH mocap, glTF) onto s&box characters or any custom humanoid model - entirely in-editor, pure C#.", "Description": "Humanoid Retargeter converts skeletal animations from basically any humanoid rig onto the s&box characters (or any custom humanoid model) entirely inside the editor. No Blender, no Python, no native DLLs - pure C#.\n\nFEATURES\n- Drop in Mixamo, ActorCore / Character Creator, UE Mannequin, BVH mocap, or glTF/GLB files - profiles are detected automatically, and unknown rigs get auto-mapped (even skeletons with meaningless bone names, from topology alone).\n- Live preview on the actual skinned model before anything is written. Confirm a mapping once and that rig is recognized forever.\n- Multi-animation FBX files unpack into individual clips; batches can mix sources freely.\n- Outputs compiled, animgraph-ready sequences: a new animation vmdl (Base Model), or splices into your existing vmdl non-destructively (with backup + collision guards).\n- The s&box IK helper bones (root_IK, IK targets, ikrule) are baked exactly the way the official citizen clips drive them, so the default animgraph just works.\n- Foot-skate cleanup, root-motion extract/in-place, natural shoulder/neck carriage, hip-height scaling, finger curl transfer - quality options exposed as checkboxes.\n- Targets: s&box Human (default), classic Citizen, or any custom humanoid model/vmdl/FBX.\n- Experimental deep-learning fallback (a pure-C# port of SAME, SIGGRAPH Asia 2023) for rigs nothing else can map - it can even derive a reusable profile from its output.\n\nHOW TO USE\n1. Install this library into your project\n2. View -> Humanoid Retargeter (or right-click animation files -> Retarget Animation)\n3. Add files -> check the profile chips -> Convert All\n\nSource & issues: https://github.com/zeljkovranjes/humanoid-retargeter\n\nFree & non-commercial. The optional DL model derives from SAME (Lee et al., SIGGRAPH Asia 2023, CC BY-NC 4.0) - attribution included.", "WebsiteUrl": "https://github.com/zeljkovranjes/humanoid-retargeter", "Resources": "", "CodePackageReferences": [] }
{
  "Summary": "Retarget any humanoid animation (Mixamo, ActorCore, UE Mannequin, BVH mocap, glTF) onto s\u0026box characters or any custom humanoid model - entirely in-editor, pure C#.",
  "Description": "Humanoid Retargeter converts skeletal animations from basically any humanoid rig onto the s\u0026box characters (or any custom humanoid model) entirely inside the editor. No Blender, no Python, no native DLLs - pure C#.\n\nFEATURES\n- Drop in Mixamo, ActorCore / Character Creator, UE Mannequin, BVH mocap, or glTF/GLB files - profiles are detected automatically, and unknown rigs get auto-mapped (even skeletons with meaningless bone names, from topology alone).\n- Live preview on the actual skinned model before anything is written. Confirm a mapping once and that rig is recognized forever.\n- Multi-animation FBX files unpack into individual clips; batches can mix sources freely.\n- Outputs compiled, animgraph-ready sequences: a new animation vmdl (Base Model), or splices into your existing vmdl non-destructively (with backup \u002B collision guards).\n- The s\u0026box IK helper bones (root_IK, IK targets, ikrule) are baked exactly the way the official citizen clips drive them, so the default animgraph just works.\n- Foot-skate cleanup, root-motion extract/in-place, natural shoulder/neck carriage, hip-height scaling, finger curl transfer - quality options exposed as checkboxes.\n- Targets: s\u0026box Human (default), classic Citizen, or any custom humanoid model/vmdl/FBX.\n- Experimental deep-learning fallback (a pure-C# port of SAME, SIGGRAPH Asia 2023) for rigs nothing else can map - it can even derive a reusable profile from its output.\n\nHOW TO USE\n1. Install this library into your project\n2. View -\u003E Humanoid Retargeter (or right-click animation files -\u003E Retarget Animation)\n3. Add files -\u003E check the profile chips -\u003E Convert All\n\nSource \u0026 issues: https://github.com/zeljkovranjes/humanoid-retargeter\n\nFree \u0026 non-commercial. The optional DL model derives from SAME (Lee et al., SIGGRAPH Asia 2023, CC BY-NC 4.0) - attribution included.",
  "WebsiteUrl": "https://github.com/zeljkovranjes/humanoid-retargeter",
  "Resources": "",
  "CodePackageReferences": []
}

Diff (806.7 KB modified)

~5
  • .bin/package.notpointless.chomnr_humanoid_retargeter.cll (242.7 KB -> 244 KB)
  • .bin/package.notpointless.chomnr_humanoid_retargeter.xml (442.1 KB -> 443.9 KB)
  • Code/HumanoidRetargeter/Formats/Fbx/FbxImporter.cs (27.2 KB -> 27.6 KB)
  • Code/HumanoidRetargeter/Retargeter.cs (82.9 KB -> 85.8 KB)
  • Code/HumanoidRetargeter/Skeleton/SourceScene.cs (4.6 KB -> 5.3 KB)