<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/blender-5-2-lts-lands-with-cloth-sim-sculpt-tools-and-a-2x-eevee-speedup-ev8qtlbf7" -->

---
title: Blender 5.2 LTS lands with cloth sim, sculpt tools, and...
description: Blender 5.2 is out as an LTS release with several notable improvements. EEVEE gets up to 2x faster rendering for instancing-heavy scenes and a Screen Space...
canonical: https://daily.dev/posts/blender-5-2-lts-lands-with-cloth-sim-sculpt-tools-and-a-2x-eevee-speedup-ev8qtlbf7
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Blender 5.2 LTS lands with cloth sim, sculpt tools, and a 2x EEVEE speedup | daily.dev
og:description: Blender 5.2 is out as an LTS release with several notable improvements. EEVEE gets up to 2x faster rendering for instancing-heavy scenes and a Screen Space...
og:url: https://daily.dev/posts/blender-5-2-lts-lands-with-cloth-sim-sculpt-tools-and-a-2x-eevee-speedup-ev8qtlbf7
og:image: https://api.daily.dev/og/posts/eV8Qtlbf7.png
og:image:alt: Blender 5.2 LTS lands with cloth sim, sculpt tools, and a 2x EEVEE speedup
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Blender 5.2 LTS lands with cloth sim, sculpt tools, and a 2x EEVEE speedup

**[Trends](https://daily.dev/sources/trends)** · 3 min read · 1 upvotes · 0 comments

## Summary

Blender 5.2 is out as an LTS release with several notable improvements. EEVEE gets up to 2x faster rendering for instancing-heavy scenes and a Screen Space Raytracing overhaul. Sculpting gains a scene projection brush (live shrinkwrap-style tool), in-sculpt shape primitives, and three loop tools ported to native C++. A new geometry-nodes-driven cloth simulation system uses XPBD dynamics. Grease Pencil adds a Delaunay fill solver for non-closed shapes, and the online asset library now supports remote browsing with on-demand downloads.

## Content

Blender 5.2 dropped on July 14, 2026, and it's a substantial one. Two years of long-term support until July 2028, which means studios and solo artists can actually commit to it without worrying about the rug getting pulled.

## The headline features

The biggest addition is node-based physics for hair and cloth via a new XPBD Solver node in Geometry Nodes. It's experimental, but it's the kind of thing that's been on the wishlist for years — a proper simulation system that lives inside the node graph rather than bolted on as a separate modifier stack. You can now drive hair and cloth physics procedurally, which opens up a lot of non-destructive workflows that weren't really possible before.

The Compositor got a serious overhaul: 35 new nodes and six new socket types. More practically, compositor effect strips now live directly inside the Video Sequence Editor with CPU and GPU acceleration, so you don't have to bounce between editors to do basic compositing on a cut.

Cycles gets a Texture Cache system that reduces memory usage and improves startup times on heavy scenes. Not glamorous, but if you've ever waited two minutes for Cycles to load textures before a render starts, you'll appreciate it.

## Sculpting and shading

Sculpt mode picks up two genuinely useful tools. The Scene Project brush works like a shrinkwrap modifier but interactive — you project one surface onto another while sculpting, which is handy for fitting clothing or accessories to a base mesh. The Add Primitive tool lets you drop basic shapes directly into a sculpt session for faster compound sculpting without switching modes.

The Principled BSDF shader now has a Thin Wall mode for rendering thin materials — paper, leaves, single-pane glass — more accurately. It requires proper lighting setup to work correctly, but it closes a gap that previously needed workarounds or separate shaders.

## EEVEE and rendering

EEVEE gets a 2x speed-up in instance-heavy scenes (CPU-bottlenecked ones specifically), a screen-space raytracing pipeline overhaul, and camera ray visibility support for lights. The instance speed-up is the kind of thing that matters a lot for architectural visualization and motion graphics work where you're scattering thousands of objects.

New input color spaces for cameras from Apple, ARRI, Blackmagic Design, Canon, and Sony round out the rendering side — useful if you're doing any kind of VFX work that involves real footage.

## Smaller things worth knowing

Three loop tools — circle, space evenly, flatten — are now native C++ operations instead of Python plugins. They were available before via an addon, but native implementations are faster and more reliable. Geometry Nodes can now be applied to empty objects, which sounds minor but enables some useful procedural setups. Grease Pencil gets a Delaunay fill algorithm that handles non-closed shapes, fixing a long-standing limitation. Online asset libraries let you browse and download assets on demand without bloating your local install.

Overall this reads like a release that's been building for a while — a lot of features that were experimental or addon-only are now first-class. The LTS designation means it'll get bug fixes through 2028, so it's a reasonable target for production pipelines that need stability.

---

Tags: [#3d](https://daily.dev/tags/3d), [#blender](https://daily.dev/tags/blender)

[View this post on daily.dev](https://daily.dev/posts/blender-5-2-lts-lands-with-cloth-sim-sculpt-tools-and-a-2x-eevee-speedup-ev8qtlbf7)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Blender 5.2 LTS lands with cloth sim, sculpt tools, and a 2x EEVEE speedup","url":"https://daily.dev/posts/blender-5-2-lts-lands-with-cloth-sim-sculpt-tools-and-a-2x-eevee-speedup-ev8qtlbf7","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/blender-5-2-lts-lands-with-cloth-sim-sculpt-tools-and-a-2x-eevee-speedup-ev8qtlbf7"},"datePublished":"2026-07-14T16:22:01.655Z","dateModified":"2026-07-20T10:54:26.753Z","description":"Blender 5.2 is out as an LTS release with several notable improvements. EEVEE gets up to 2x faster rendering for instancing-heavy scenes and a Screen Space...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a7c50caad7ed10906f123a0d7f748378?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a7c50caad7ed10906f123a0d7f748378?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Trends","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Trends","logo":"https://media.daily.dev/image/upload/s--ZfSp3asX--/f_auto,q_auto/v1780996004/logos/trends?_a=BAMAMiWQ0","url":"https://daily.dev/sources/trends"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/blender-5-2-lts-lands-with-cloth-sim-sculpt-tools-and-a-2x-eevee-speedup-ev8qtlbf7","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"3d,blender","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Trends","item":"https://daily.dev/sources/trends"},{"@type":"ListItem","position":3,"name":"Blender 5.2 LTS lands with cloth sim, sculpt tools, and a 2x EEVEE speedup"}]}
```

