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.

  1. Select the object in your viewport that has the Geometry Nodes modifier applied to it.
  2. Navigate to the Modifier Properties tab (represented by a blue wrench icon) in the Properties panel on the right side of the screen.
  3. Locate your Geometry Nodes modifier in the stack.
  4. 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.

  1. Select the object containing the Geometry Nodes setup in Object Mode.
  2. Click on the Object menu in the top-left corner of the 3D Viewport.
  3. 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