Blast Code Plugin For Maya 2013 Exclusive

This plugin will not work in Maya 2014 or later. The MPxNode::postEvaluation hook I’m abusing got deprecated. And it only works on polygonal meshes with no history beyond the blast frame. Also, 32-bit only. Sorry, not sorry.

This report provides a technical overview of Blast Code, a specialized plugin designed for Autodesk Maya 2013. Blast Code is a dynamics simulation tool focused on the destruction of rigid bodies. It distinguishes itself from native Maya dynamics by utilizing a "slab" based methodology, allowing for the procedural generation of cracks, fractures, and debris without the heavy pre-calculation times associated with traditional rigid body simulations.

Note: This report focuses on the specific version compatible with Maya 2013, which is often considered the last stable legacy release before significant architecture changes in later Maya versions. blast code plugin for maya 2013 exclusive


Imagine you have a destruction sequence—fractured geometry flying everywhere. Now imagine that every chunk’s transformation, every vertex velocity, and every material ID gets hashed into a compact 64-bit integer at the exact moment of impact. That’s blast code. It’s part cryptographic signature, part animation footprint.

Blast Code was developed to address the difficulty of creating realistic destruction effects in the early 2010s. Before tools like Houdini became industry standard for destruction, Blast Code provided a vital solution inside the Maya environment. This plugin will not work in Maya 2014 or later

It allows users to take standard geometry and convert it into "Blast Surfaces." These surfaces can then be subjected to virtual explosions, impacts, and stress forces. The plugin calculates fragmentation on the fly, creating jagged, realistic debris rather than the Voronoi-cell "glass-like" shatter patterns common in other fracturing tools of that era.

Why still use this 2013 relic? Here’s a comparison: every vertex velocity

| Feature | Blast Code (2013 Exclusive) | Native Maya 2023+ | Paid plugins (RayFire, Pulldownit) | |--------|-------------------------------|--------------------|--------------------------------------| | Non-destructive fracturing | Yes | No (destructive) | Yes | | Glue mesh solver | Exclusive, fast | Bullet constraints only | Advanced but slower | | Memory usage | ~200MB for 5000 pieces | ~1.2GB for same | ~800MB | | Learning curve | 2 hours | 10 hours (MASH/FX) | 4 hours | | Cost | Abandonware (free if found) | Included in subscription | $150–$300 | | Stability with large scenes | Excellent | Moderate | Good |

For indie developers on a budget who refuse to leave Maya 2013, the exclusive Blast Code plugin remains a powerhouse.