KospY / BasSDK

Official SDK for the VR game "Blade & Sorcery"
https://store.steampowered.com/app/629730/Blade_and_Sorcery
114 stars 67 forks source link

feat(manikin-tools): add manikin tools #67

Closed HuJohner closed 1 month ago

HuJohner commented 7 months ago

Adds an improved version of the SkinnedMeshHelper known from the ManikinTools to the editor of ManikinSmrPart:

SetSmrBonesFromHashes: Useful if you have a correctly set up part but somehow lost the bones in the SkinnedMeshRenderer. This will restore the bones

Single bone: This allows you to set up a mesh to follow a single bone. This is the simplest way to get simple stuff like helmets to work.

Transfer Bones: This is where it gets more complex but is powerful. This allows you to copy the bones from one or more reference SkinnedMeshRenderers.

image