https://github.com/csprance/explosivo
A modo kit for toggling morph maps on meshes to bake normal maps
https://github.com/csprance/explosivo
Last synced: 9 months ago
JSON representation
A modo kit for toggling morph maps on meshes to bake normal maps
- Host: GitHub
- URL: https://github.com/csprance/explosivo
- Owner: csprance
- License: gpl-3.0
- Created: 2016-05-06T03:14:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T17:09:07.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T05:31:04.756Z (over 1 year ago)
- Language: Python
- Homepage: http://csprance.github.io/Explosivo/
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Explosivo!!
A modo kit by @csprance to toggle morphs on and off for baking things wth Explode morph maps.
## Installation
This is a modo kit so install it like normal. I've only tested this on Modo 10, but I don't think it's doing anything
fancy. Let me know if you run into any issues and if it works on other versions of modo!
* Extract/Clone into `%appdata%/Luxology/Kits`
* Restart modo
## How to use
* `Click` the Explosivo button to toggle the morph
* `Alt + Click` the Explosivo button to reset all selected meshes to unexploded
## Video Guide
[](https://youtu.be/rXcz94eqZy4 "Video Guide")
## Whats going on
The actual command being fired is either `Explosivo.toggle` or `Explosivo.toggle other_morph_to_toggle` firing this
command with meshes selected will apply a previously defined morph to the mesh and set a tag on the mesh
indicating that the mesh is currently exploded. This way you can toggle explodes per mesh or all at once.
The other command that gets run is `Explosivo.delete` or `Explosivo.delete other_morph_to_toggle` which will remove any
applied morph maps from any selected meshes instead of toggling them. This is handy if you have some toggled on and some
off you can quickly get them all to off and then on again.
## Uninstallation process
* Delete `csprance_explosivo` from `%appdata%/Luxology/Kits`
## Credits
* Chris Sprance - All the Things
* Thanks to the guys in the modo Developers Channel. Super friendly bunch of dudes helped me a lot.