Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
BodyBlend
A modding API for controlling blend shapes.
| Date uploaded | 2 years ago |
| Version | 0.3.4 |
| Download link | Maiesen-BodyBlend-0.3.4.zip |
| Downloads | 39452 |
| Dependency string | Maiesen-BodyBlend-0.3.4 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2121Rune580-Risk_Of_Options
A convenient API for adding BepInEx ConfigEntry's to a option menu
Preferred version: 2.8.4README
BodyBlend - an API for controlling character's blend shapes
This mod provide utilities for setting up Unity blend shapes for a character skin and provides APIs for setting the blend shapes values. Mostly used for NSFW purposes (but I won't stop you from using it for SFW mods.)
If you are a (skin) mod developer, you can check out the guide to using this here: https://github.com/maiesen/BodyBlend/wiki/BodyBlend-v0.3-Implementation-Guide
CHANGELOG
v0.4.1
- Fixed mod crashing when loaded with certain mods
v0.4.0
- Fixed for Alloyed Collective update
v0.3.5
- Update backend and config file format. (backwards compatible)
v0.3.4
- Hotfix for BodyBlend failing to load without suspicious tentacle.
v0.3.3
- Moved Suspicious Tentacle compatibility config out of BodyBlend settings.
- Made Suspicious Tentacle config easier to use.
- Suspicious Tentacle now animates BodyBlend more smoothly.
- Added API for other mods to access all the loaded parts names. Mostly used for setting up configuration file.
v0.3.2
- Added config for setting minimum size.
v0.3.1
- Fix issue with dynamic bone values config.
v0.3.0
- Rework internal systems to be easier to use with skin mods.
- Please refer to the new tutorial on the wiki.
- Automatically create max size configs for each skin.
- The size changes from each source now stack additively.
- Added config options for Suspicious Tentacle.
- Configs can now be adjusted in game with Risk Of Options.
v0.2.1
- Fixed for SotV update
v0.2.0
- Initial release