Blender 5.2 LTS lands with node physics

The LTS release brings XPBD hair and cloth, texture-aware Cycles rendering, new Geometry Nodes tools and EEVEE cleanup.
A transparent glass sphere sits atop a sleek chrome base, with five slender chrome tubes gracefully curving outward. The sphere is illuminated by soft lighting, enhancing its clarity and reflections against a subtle grid background, creating a modern, futuristic aesthetic.

For those who don’t know the tool: Blender is a free, open-source 3D DCC covering modeling, animation, simulation, rendering, compositing and editing. Its pipeline includes Cycles for path tracing and EEVEE for realtime viewport and final renders, as well as pretty much everything else you need for 3D Graphics from start to finish.

What changed in 5.2 LTS

5.2 LTS was released on 14 July 2026 as the current long-term support release and receives fixes until July 2028. The application remains free and open source. This is not a quiet maintenance branch, which is handy if your idea of long-term support includes moving half the furniture.

Physics moves into nodes

The release adds experimental hair and cloth physics based on Geometry Nodes. The system uses a built-in XPBD Solver node. Built-in cloth and hair dynamics assets sit around that node, while technical users can edit constraints or build their own systems. A good day for proceduralists, a slightly worse day for anyone who dislikes node spaghetti.

Procedural work gets tidier

Mesh Bevel gives procedural control over beveled edges and vertices. Get Geometry Bundle and Set Geometry Bundle let geometry carry bundle data across modifier and object boundaries. Geometry Nodes modifiers can also be applied to empties, useful for custom effectors and procedural setups with no source geometry.

https://developer.blender.org/docs/release_notes/5.2/images/capture_attribute_selection.png

Rendering and materials

https://developer.blender.org/docs/release_notes/5.2/images/thin-subsurface.webp

Texture Cache targets scenes with many image textures. The cache generates optimized .tx files and loads only the needed tiles and resolutions, reducing memory use and startup time. The tradeoff is extra disk use and a small rendering performance cost, because reality enjoys invoices.

The Principled BSDF node adds Thin Wall, treating a surface as a thin sheet for materials such as paper, leaves and window sheets. That should make a few shader networks less tragic.

Realtime and 2D cleanup

EEVEE gets a Screen Space Raytracing overhaul and a new Backface option in the Screen Tracing panel. Grease Pencil adds a Delaunay solver that creates exact geometry from boundary strokes, with automatic gap detection, inverse filling and zoom-independent operation.

Assets and rollout

Online asset libraries can be registered remotely, browsed inside the application and downloaded as needed. Custom tools need testing because the Python API for accessing Geometry Nodes modifier properties has changed. Test 5.2 LTS on copied production files, add-ons, custom Python tools and render farm jobs before using it on active work. And then don’t touch the system for 3 years!

https://www.blender.org/

https://www.blender.org/download/lts/5-2/

https://developer.blender.org/docs/release_notes/5.2/