How to Convert Geometry Nodes to Mesh in Blender
Blender’s Geometry Nodes system offers a powerful, non-destructive workflow for creating complex procedural models. However, exporting your work to other software, sculpting, or preparing a model for 3D printing requires converting these procedural setups into a standard, static mesh. This article provides a direct, step-by-step guide on how to freeze your Geometry Nodes modifier and convert your procedural creation into edit-ready polygons.
Method 1: Applying the Modifier
The most common way to convert your Geometry Nodes setup into a static mesh is by applying the modifier directly in the Modifier Properties tab.
- Select the object in your viewport that has the Geometry Nodes modifier applied to it.
- Navigate to the Modifier Properties tab (represented by a blue wrench icon) in the Properties panel on the right side of the screen.
- Locate your Geometry Nodes modifier in the stack.
- Click the downward arrow icon next to the modifier’s name to open the dropdown menu, then click Apply. Alternatively, you can hover your mouse cursor over the modifier and press Ctrl + A.
Once applied, the modifier will disappear from the stack, and the procedural geometry is baked into a permanent, static mesh that you can edit in Edit Mode.
Method 2: Using the Convert To Menu
If your object has multiple modifiers or if you want a quick shortcut, you can convert the entire object to a mesh using the viewport menu.
- Select the object containing the Geometry Nodes setup in Object Mode.
- Click on the Object menu in the top-left corner of the 3D Viewport.
- Hover over Convert and select Mesh from the sub-menu.
This action instantly applies all active modifiers in the stack, including your Geometry Nodes, and converts the final output into a single static mesh.
Important Considerations
- Keep a Backup: Converting to a static mesh is a
destructive process. It is highly recommended to duplicate your original
procedural object (
Shift + D) and hide it in a backup collection before applying the modifiers. - Realize Instances: If your Geometry Nodes setup uses an “Instance on Points” node, the instances may disappear or fail to convert properly. To fix this, place a Realize Instances node right before the final Group Output node inside your Geometry Nodes editor before converting the object to a mesh.