https://github.com/zenithval/zeni-blender-tools
Zeni's Blender Tools
https://github.com/zenithval/zeni-blender-tools
Last synced: about 1 year ago
JSON representation
Zeni's Blender Tools
- Host: GitHub
- URL: https://github.com/zenithval/zeni-blender-tools
- Owner: ZenithVal
- License: gpl-3.0
- Created: 2025-01-06T15:59:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T15:57:45.000Z (over 1 year ago)
- Last Synced: 2025-03-12T22:25:46.636Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeni's Blender Tools
Zeni's blender tools. I didn't want a million split up tabs.
## Transfer Shape Keys
Uses Surface Deform to batch transfer all shapekeys from one mesh to another. Supports a mask on the target mesh and transferring to more than one selected mesh at a time.
## Where Download?
Click green `Code` button at the top of the page then select `Download ZIP` (Or just [click here](https://codeload.github.com/ZenithVal/Zeni-Blender-Tools/zip/refs/heads/main))
## Plans
- Port over various functions that I care for from [CATs](https://github.com/ZenithVal/cats-blender-plugin)
- Low Poly subsurf generator for easy outfit fitting via mesh deform.
- Think of more useful things.
- Explode, I guess.
# Thanks & Sources
- Structure for this plugin based on [VVTools](https://github.com/Vianvolaeus/VVtools) by Vianvolaeus.
- Reference Shape Key transfer tool [ShapeKeys Batch Tranfer](https://cgxenon.gumroad.com/l/xxgto) by Ksenia Lauróva.