Safety-first Blender tooling for turning Unreal Engine bone hierarchies into reviewable, physics-ready chains for BoneX and Wiggle.
- Choose one of three panel-top automatic actions: the original UEFormat-compatible conversion, link-only rebuilding for already well-oriented rigs, or the experimental multi-feature conversion with automatic per-bone UEFormat fallback.
- Inspect parent, root, descendant, branch, and semantic secondary-chain scopes before changing selection or rest geometry.
- Build an immutable Physics Graph from bone heads and hierarchy, with explicit terminal-tip evidence and branch continuation.
- Preview proposed tails, roll, connectivity, warnings, and blockers before Apply.
- Use conservative presets for BoneX rotation chains, Wiggle rotation/stretch chains, or opt-in visual chain cleanup.
- Export only after transaction, digest, topology, mutation-ledger, and neutral evaluated-mesh validation succeeds.
Analyze, hierarchy inspection, and semantic discovery are read-only. Apply and
the three panel-top automatic actions may change only EditBone tail, roll, and
use_connect. They do
not rebind meshes, recalculate weights, apply pose as rest pose, recreate
Armature modifiers, or create production proxy bones.
Scoped Apply consumes an exact frozen plan and keeps its strict validation contract. All three automatic actions use force-complete mode: Action, NLA, Driver, Constraint, Pose, B-Bone, parenting, envelope, modifier, and mesh diagnostics are advisory and never block conversion. It still writes a persistent Snapshot; Blender editing exceptions roll back, and Restore refuses to overwrite later manual edits. See the full safety contract.
- Blender 4.2 or newer
- An imported Unreal-style Armature; associated weighted meshes are recommended
- No external Python packages
BoneX, Wiggle, Auto-Rig Pro, and UEFormat are optional workflow integrations, not bundled dependencies.
Install dist/boneweaver-0.4.0.zip. In Blender, open
Edit > Preferences > Extensions > Install from Disk, select the ZIP, and
enable BoneWeaver.
- Import the UE model and preserve its original weights.
- Select its Armature and open 3D Viewport > Sidebar > BoneWeaver.
- Choose one of the three top-level buttons:
- Original applies the v0.3.1 UEFormat-compatible conversion.
- Links only keeps the current orientation and rebuilds native connected linear chains.
- Experimental hybrid uses confident multi-feature results per bone and automatically falls back to the original UEFormat-compatible result for every unresolved bone.
- The selected action starts immediately, processes the complete eligible Armature, validates the result, and stores a persistent Snapshot.
- In Edit Mode, hover a converted segment and press
Lto select the linked native chain. Branch boundaries remain separate by design. - Use Restore Pre-conversion State if the result is not wanted. Restore refuses to overwrite later manual edits.
The existing scoped Physics Graph workflow remains available below the one-click box for selective BoneX/Wiggle preparation and detailed preview.
Hierarchy inspection shows cached Parent/Root/Descendant overlays without changing selection. Named Select actions change only temporary bone selection; Use for Conversion explicitly freezes that result as the next Analyze scope.
Semantic discovery scans the Armature for hair, ribbon, skirt, tail, and accessory candidates. Candidates require confirmation and never flow into Apply automatically. Ambiguous branches require an explicit continuation choice.
The scoped Physics Graph Apply blocks when Actions, NLA, drivers, constraints, pose state, connected external children, branch ambiguity, low-confidence terminals, or mesh/modifier drift make the conversion unsafe. A successful Apply records a field-level mutation ledger. Export also performs an independent second-process reopen validation before reporting success.
These blockers do not apply to the three panel-top automatic actions in v0.4.0. Hybrid recognition blockers are converted to advisory diagnostics and trigger per-bone fallback instead of stopping the operation.
BoneWeaver v0.4.0 was validated locally with Blender 5.2.0 LTS build
fbe6228777e7:
- 230 Blender-hosted automated tests passed with zero failures or errors.
- A combined force-complete fixture containing Action, NLA, Driver, non-identity Pose, bone/object Constraints, B-Bone segments, Bone parenting, envelopes, duplicate Armature modifiers, and shared Armature data completed in one click with zero blockers and exact Restore.
- A fixed UEFormat 1.0.0 comparison covered 154 eligible bones: maximum direction
error
0.033878°, maximum length error1.164412e-7, with unchanged heads, parents, and sockets. - All three modes passed independently on a raw 157-bone
.uemodeland the existingx1.blend. NativeLselection worked on finger, hair, ribbon, and spine chains; every second run made zero additional mutations; exact Restore passed; both source hashes remained unchanged. Hybrid selected 94 confident multi-feature results and automatically fell back on 61 bones. - The release ZIP passed an isolated install and repeated registration cycle.
- Archive:
boneweaver-0.4.0.zip - Size:
190353bytes - SHA-256:
A68C65050DAFE9DC91A53C0F9DA91C4610EBC343F153D0F21DC540C0A1E4E709
- The original and hybrid tools reorient rest-bone display geometry; they do not rewrite
UEFormat
post_quatanimation metadata or retarget animation bases. - Link-only mode performs no orientation inference. To create native connected edges without moving child heads, a linear parent's tail is normalized to its existing child head when those points differ.
- Hybrid mode is experimental; its confidence gate deliberately prefers the UEFormat-compatible fallback whenever the multi-feature result is unresolved.
- Blender 4.2 is the manifest minimum, but this release's local executable validation was performed on the Blender 5.2 build above.
- BoneX/Wiggle runtime behavior still requires project-specific manual tuning.
- Existing Actions, NLA, drivers, non-identity pose, related constraints, and unsafe branch/terminal evidence intentionally block only the separate scoped Physics Graph Apply; they do not block one-click Quick Reorient.
- User workflow
- One-click Quick Reorient
- Native linked selection
- Architecture
- Algorithms
- Hierarchy selection
- Semantic discovery
- Validation and export contract
- Compatibility
- Changelog
See CONTRIBUTING.md for the Blender-hosted verification and packaging gates. Security issues must follow SECURITY.md.
BoneWeaver is licensed under the GNU General Public License v3.0 or later. See LICENSE.