Blender Studio
  • Films
  • Projects
  • Training
  • Characters
  • Tools
  • Blog
  • Join
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    DEVELOPMENT

    • Developers Blog

      Latest development updates, by Blender developers.

    • Documentation

      Guidelines, release notes and development docs.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

Training Highlights
Stylized Rendering with Brushstrokes
Geometry Nodes from Scratch
Procedural Shading Fundamentals
Stylized Character Workflow

Training types
Course Documentation Production Lesson Workshop

Training categories
Animation Geometry Nodes Lighting Rendering Rigging Shading
Film Highlights
Singularity
In production
Wing It!
2023
Charge
2022
Sprite Fright
2021
Project Highlights
Project DogWalk
Interactive
Gold
Showcase
BCON24 Identity
Showcase
Fighting with Grease Pencil
Article
  • Project Gold

Using Our Shattering Tools

Find out how we created a fully animation-ready shattered character in Project Gold.
  • Article
  • 3 Dec 2024
  • 8 min read
  • 6 min watch time
Julien Kaspar
Julien Kaspar 3D Artist

Other Authors

Simon Thommes
Simon Thommes Technical Artist
Report Problem

For those who want to learn how to apply the shattered look and animation to a character, this article is for you. Download the example character file and follow along as we explain the workflow and techniques we used to bring this animation to life.

At the end of this article we'll also go into how you can apply this to your own character and production.

Check out the previous article for more context and design lessons for the shattered character Mikassa in Project Gold.

A clip from the showcase where Mikassa's shards are created.

Demo File

In this file you will find our main character Mikassa with a pre-made setup to immediately start working.

mikassa-shards_design-demo_file.blend
Blender File · 16.2 MB · CC-BY mikassa-shards_design-demo_file.blend
Download File

Use this to experiment and try out the tools yourself as you read the following chapters in this article.

In case you'd like to start making the shards from scratch, you can delete objects in the 'Cracks' collection and delete all geometry inside the 'HLP-fracture_origins' object.

A screenshot of the demo file when first opening it.
A screenshot of the demo file when first opening it.

When you open the file, you will see two viewports that are synced together for convenience. This way, you can work on the shards (left) and see it applied on an animation (right) at the same time. If you don't want them to be synced you can exit the camera view on each viewport.

Placing Cracks

The cracks are defined by drawing curves onto the T-Posed body GEO-mika-body.local-t_pose (left viewport). All curve objects are placed in a collection called 'Cracks', which is used as an input for the Geometry Nodes modifiers that generates the shards.

The curves don't need to be placed with perfect precision. There is additional logic in the modifiers to weld curves that are nearby and remove overlapping ends. Just be careful to not draw shards that are smaller than the faces of the topology. In both of these cases there is more settings explained at the bottom of the article to fix any issues that are causes by this.

Example clip of drawing curves and creating the objects

The Draw Tool was primarily used for this in Curve Edit Mode. For creating the shards step-by-step, we'd first split all the broad limbs and body parts up, so the character can roughly move and be posed. Then more cracks and adjustments can be iteratively applied to define smaller and smaller shards.

All curves are created as poly-curves so it's easier to draw & snap the entire curve on the geometry of the body.

It's best to use separate curve objects for individual body parts and especially the face. Consider also using separate objects for broad and detailed fractures. The advantage in this is less visual noise. At the time of writing, poly-curves are always shown through other geometry in edit mode, making it difficult to see and select specific curves. It also allows to make multiple versions via separate objects. If you want to have some design iteration on the placement and density of the shards, that's vital.

Just keep in mind that every object in the collection will be used for generating shards. If you want some objects to be excluded, move them to a new collections to organize your versions. Move the objects/collections in and out of the 'Cracks' collection when they are needed.

Moving curve objects into the "Cracks" collection.

To save time and make the shards symmetrical at first, you can add a mirror modifier to the curve objects. Just make sure the origin location and rotation is reset/applied so the mirroring is aligned with the character.

The mirror modifier cannot be applied on curve objects and just serves as a temporary preview. To apply the mirroring you need to later remove the modifier and instead duplicate and mirror the curves manually in edit mode. You can also optionally use the new 'Curves' type object that is typically used for hair and Geometry Nodes, but this has limited editing features at the time of writing this.

Using Test Animations

The rigged character (right side) that is used to previz the shards is not just something you can pose. It's ideal to link in multiple test animations to stress test the shard deformations. These 'Actions' can then be switched out in the action editor (at the bottom) while the rig is selected. Now you can inspect the deformation by scrubbing through the timeline.

The demo file comes with 4 actions that you can switch between in the action editor at the bottom.

Due to the heavy computation of the modifiers, you might have a very slow framerate. If you want to play the animation in real-time, it's best to use 'Viewport Render Animation (commonly called "playblasting").

The shards might be hard to see when they are not spread apart on the model. You can enable the 'Instance Shards' toggle in the GN-shard_surface_deform modifier of the deformed mesh (right side) to see outlines for each shard that is generated. Be mindful that this is at the cost of performance.

To optimize the framerate you can also use the Bake node in the GN-shard_fracture_cut modifier to stop the modifier from recalculating the shards. This node can be found in the bottom-left corner of the demo file UI.

This will essentially freeze the modifier - so make sure to disable this once you want to create new shards again.

Setting Custom Pivot Points & Rigidity

The more shards you create and test on animations, you'll notice that their rotation can be unpredictable. An additional object called HLP-fracture_origins in the 'Helpers' collection is used to set optional custom pivot points to shards.

Adding custom origin points for shards to align their rotation better.

These pivot points anchor the shards to that point on the original rigged character body. It doesn't give full control over the rotation but enough to fix some nasty intersections and random rotations.

To use this, select the object and switch to edit mode. Now you can create, duplicate and snap vertices to the surface of the body. The effect can be seen live. Each shard will use the vertex that is in contact with it.

Just be careful to not use more than once vertex on a single shard. This is why placing these pivots extensively is best done once the shards are closer to their final design. Or at least be prepared to rework the pivots.

Some areas deform so much that huge gaps can appear. Lowering the rigidity attribute on origin points can fix that.

To avoid some intersections or extremely wide gaps, you can also change the rigidity attribute on each vertex. This will change how flexible the shard is that is using this pivot point.
To change the value on the selected vertices, use Set Attribute in the Header under the menu 'Mesh'. To make this more accessible you can add a shortcut to the menu operator (via Right Click) or add it to the Quick Favorites.

Resting Pose & Shard Quality

To define the body pose for generating the shards, we alter the CH-mikassa.rest version of the Mikassa rig, behind the main body we draw the shards on (left viewport).

Like showcased in the previous article, optimize the resting pose to give each pose/deformation enough shard-surface to avoid big gaps.

The rig in the back is used as the pose that the shards are created from. This can give deforming joints and areas more surface area.

More Settings

The hidden GEO-shards object is using that Mikassa rigged body as a basis. On the GN-shard_fracture_cut modifier of this object are also helpful settings:

  • Debug Tubes Shows where the cuts are actually created. If the drawn curves are not doing exactly what you expect, this is very userful to see where it is really being cut.
  • 'Subdivision Level' Used to improve the detail level and quality of the shards. Especially useful if you create shards that are smaller than the faces you draw on.
  • 'Weld Ends' Merge short curves into unified longer curves. Helps to simplify the shards and reduce tiny fractures.
  • 'Intersection Depth' Trouble shoot some failed cuts into the surface, or cuts that are too deep and also affect nearby surfaces (Very common on the fingers and face where the cuts could go too deep and cut the other side or inner mouth).

The hidden object that is used to create the shards with various settings to inspect and improve the shard cutting.

Epilogue

There's more to come: technical insight into how the Geometry Nodes setup works, and how the shards were integrated into our rigging and animation in the production. Stay tuned for more!

If you have questions or something seems confusing, feel free to comment below. Thanks for reading!

Join to leave a comment.

Films Projects Training Blog Blender Studio for Teams
Pipeline and Tools
  • CloudRig
  • Blender Kitsu
  • Brushstroke Tools Add-on
  • Blender Studio Extensions
Characters
  • Mikassa
  • Whale
  • Ballan Wrasse
  • Snow
Studio
  • Terms & Conditions
  • Privacy Policy
  • Contact
  • Remixing Music
Blender Studio

The creators who share.

Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite