Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

The Putty Shape plugin is the culmination of multiple sources into one plugin that allows for complex mesh generation by using primitive shapes and mathematical operations.Features:- 3D Mesh Generation -+ Create static meshes in real-time by adding PuttyShape3Ds to a PuttyContainer3D+ Over 30 shapes to use and over 20 operations to perform on them to create complex models+ Save your creations from the mesh that's outputted to the PuttyContainer3D's mesh property as a model you can use in-game as-is or modify by exporting it from Godot
PuttyShape
A set of SDF mesh generation tools for Godot 4.4+!
Table of Contents
About
What is Putty Shape?
The Putty Shape plugin is the culmination of multiple sources into one plugin that allows for complex mesh generation by using primitive shapes and mathematical operations.
Why is Putty Shape?
I watched this video by Carter Semrad and became hyperfixated on using SDF functions to create cool visuals. I was also inspired by previous SDF plugins by Zylann, Digvijaysinh Gohil, and kubaxius. About 1 and a half weeks later, the Saturday before GDC 2025, I made this project.
Features
- 3D Mesh Generation
- Create static meshes in real-time by adding PuttyShape3Ds to a PuttyContainer3D
- Over 30 shapes to use and over 20 operations to perform on them to create complex models
- Save your creations from the mesh that's outputted to the PuttyContainer3D's mesh property as a model you can use in-game as-is or modify by exporting it from Godot
Version
Putty Shape requires at least Godot 4.4.
Installation
WIP
License
This project is licensed under the MIT License.
This project utilizes Inigo Quilez's SDF tutorials. Certain portions are licensed under the MIT License.
This project utilizes the surface nets algorithm based on Mikola Lysenko's JavaScript implementation. It is licensed under the MIT License.
This project utilize portions of the Mercury Demogroup's hg_sdf file. It is licensed under the MIT License.
The Putty Shape plugin is the culmination of multiple sources into one plugin that allows for complex mesh generation by using primitive shapes and mathematical operations.
Features:
- 3D Mesh Generation -
+ Create static meshes in real-time by adding PuttyShape3Ds to a PuttyContainer3D
+ Over 30 shapes to use and over 20 operations to perform on them to create complex models
+ Save your creations from the mesh that's outputted to the PuttyContainer3D's mesh property as a model you can use in-game as-is or modify by exporting it from Godot
Reviews
Quick Information

The Putty Shape plugin is the culmination of multiple sources into one plugin that allows for complex mesh generation by using primitive shapes and mathematical operations.Features:- 3D Mesh Generation -+ Create static meshes in real-time by adding PuttyShape3Ds to a PuttyContainer3D+ Over 30 shapes to use and over 20 operations to perform on them to create complex models+ Save your creations from the mesh that's outputted to the PuttyContainer3D's mesh property as a model you can use in-game as-is or modify by exporting it from Godot