Blender 5.0(blender.org)
725 points by FrostKiwi 11 hours ago | 17 comments
porphyra 8 hours ago
Blender is really an amazing case study of open source software. Apart from the Linux kernel and web browsers/tools, it is perhaps the only open source software that managed to beat all the commercial software in its niche. It has rendered Maya nearly obsolete.

Meanwhile, in other niches, Microsoft Office still beats open source office suites like LibreOffice; Photoshop isn't about to give up its crown to GIMP; Lightroom isn't losing to Darktable; and FreeCAD isn't even in the rear view mirror of Solidworks.

I wonder what will be the next category of open source to pull ahead? Godot is rapidly gaining users/mindshare while Unity seems to be collapsing, but Unreal is still the king of game engines for now. Krita is a viable alternative for digital painting.

crote 7 hours ago
> I wonder what will be the next category of open source to pull ahead?

KiCad, for PCB design. They have been making massive improvements over the last few years, and with proprietary solutions shutting down (Eagle) or being unaffordable (Altium) Kicad is now by far the best option for both hobbyists and small companies.

With the release of KiCad 5 in 2018 it went from being "a pain to use to, but technically sufficient" to being a genuine option for less-demanding professionals. Since then they've been absolutely killing it, with major releases happening once a year and bringing enough quality-of-life improvements that it is actually hard to keep track of all of them.

From the type of new features it is very obvious that a lot of professional users are now showing interest in the application, and as we've seen with Blender a trickle of professional adoption can quickly turn into a flood which takes over the entire market.

KiCad still has a long way to go when it comes to complex high-speed boards (nobody in their right mind would use it to design an EPYC motherboard, for example), but it is absolutely going to steamroll the competition when it comes to the cookie-cutter 2/4/6 layer PCBs in all the everyday consumer products.

tommica 1 hour ago
Glad to see they have a good amount of sponsors: https://www.kicad.org/sponsors/sponsors/
omnicognate 7 hours ago
> Apart from the Linux kernel and web browsers/tools, it is perhaps the only open source software that managed to beat all the commercial software in its niche.

I can think of a few more: Git obsoleted an entire category of commercial software seemingly almost overnight, VSCode has become by far the most widely used IDE (not entirely open source, though), TeX still dominates mathematical typesetting AFAIK (as it has for as long as computers have been used for that), (lib)ffmpeg is used everywhere for video/audio transcoding and between them nginx and apache still account for the majority of webservers. Most popular programming language compilers/interpreters/runtimes are open source too, of course.

broodbucket 5 hours ago
OBS smashing XSplit comes to mind
savolai 2 hours ago
Git is an interesting case in its obscure ergonomics. Maybe Linus was right in that for his initial user target group that turned into advocates, algorithmic elegance was a more important quality, so git won regardless of ergonomics for wider audience.

So various projects have come up ever since to try to patch the UX.

jl6 1 hour ago
TeX is arguably the only application amongst these, as opposed to tool (and that’s debatable). OSS definitely dominates in tooling, but successful open source end-user applications are rarer.
kasool 1 hour ago
Maybe obsolete in the sense of feature to price ratio (infinite in Blender's case), but Maya is still very much used for the sole reason that entire studio pipelines are likely built around it. Years of tools programmers and artist knowledge build-up don't go away just like that. Licensing costs are a drop in the bucket compared to all the other overhead. Of course that's mainly concerning big productions, there's obviously no reason hobbyists or indies should be using anything except Blender. I will say w.r.t to sculpting specifically ZBrush is still king mostly due to how its technology is fundamentally unique in its ability to easily handle huge poly counts. Blender is still not quite there in the high-fidelity regime.

I suspect in general "big companies" and the ecosystems they operate in are the main reason adoption (and subsequent investment and development) hasn't happened. The Microsoft Office suite is a good example, since many companies likely run the full Office + Teams + Outlook stack. It all "seamlessly" (not really lol) works together, and it's attractive to sell corporate solutions like that.

jsheard 8 hours ago
Let's not get ahead of ourselves, Blender has done far better than most open source software but Maya is still very much the industry standard. I don't think we can realistically say that Maya is beaten until Blender is battle-proven to the same degree, on the most demanding real-world production workloads (think Pixar/Weta), which for now it hasn't been.
mroche 27 minutes ago
> on the most demanding real-world production workloads (think Pixar/Weta), which for now it hasn't been.

Super small nit (or info tidbit), but it doesn't take away from your overall message regarding production and scene scale.

Pixar does not and has not used Maya as the primary studio application, it's really only used for asset modeling and some minor shading tasks like UV generation and some Ptex painting. The actual studio app is Presto, which is an in-house tool Pixar has developed over the years since its earliest productions. All other DCCs are team/task specific.

Dreamworks is similar with their tool, Presto, IIRC. Walt Disney Animation Studio (WDAS) does use Maya as the core app last I saw, but I don't know if they've made any headway with evaluating Presto since 2019...

_bent 7 hours ago
What Blender achieved is that lots of university programmes have started teaching Blender or becoming 'tool agnostic'. Studios have also started diversifying their pipelines (this coincidences with studios adopting Unreal and increasing usage of Houdini).

So while Maya is currently the standard, I don't believe that it's growing. It'll probably be around still in 20 years, with lots of studios having built their pipelines and tooling around it, with lots of people being trained in it, and because it's at the moment still better than Blender in some aspects like rigging and animation (afaik).

underscoremark 7 hours ago
Blender is the go-to for struggling artists/developers, and industry outsiders, like me. I'm stuck at Blender 2.93.18 because I don't have the budget for better hardware, let alone a Maya license! However, even that version of Blender still gets it done for me.

And also, how can you say Blender is not battle-proven? I mean, the big studios use Maya like fortune 500 companies use Microsoft Windows - doesn't mean Linux isn't battle proven.

wkat4242 5 hours ago
Why not use a later version? Is it much heavier?

I haven't used blender much. It's too focused on animation. I mainly make more engineering style things for 3D printing. Even though it can technically do that, the interface just rubs me the wrong way somehow. And i can use Fusion 360 for free.

underscoremark 1 hour ago
It's a hardware issue. Blender 3.0+ requires a graphics card and drivers with OpenGL 4.3 support. I don't have that hardware.

I have used Blender for 3D printing, though. Architectural design, as well.

The interface is a rub at first, and then again after you get used to it and have to use something else. :-)

jerbearito 59 minutes ago
> until Blender is battle-proven to the same degree
oblio 20 minutes ago
> I mean, the big studios use Maya like fortune 500 companies use Microsoft Windows - doesn't mean Linux isn't battle proven.

Those are different niches. Not even Apple has managed to budge Window out of corporate environments, though it is a lot more present than 20 years ago.

I imagine it's similar with Blender and Maya: do they fill the exact same space? Or is Blender adopted by different types of companies (probably smaller)?

manifoldgeo 8 hours ago
The studio that makes Evangelion moved from 3DS Max to Blender as their primary 3D software according to this article:

https://www.blender.org/user-stories/japanese-anime-studio-k...

MichaelEstes 7 hours ago
That is not a very big studio or very big production, Blender falls over in the pipeline department. It’s a constantly changing API that doesn’t allow for the extensibility needed to get a major project out the door, just the fact that only a Python API is provided is enough for most people who have worked on massive scenes with massive amounts of data to consider it a non starter.
forgotoldacc 5 hours ago
Saying Evangelion isn't big is like saying Minions are some irrelevant little flick. Evangelion is quite possibly the biggest series in Japan for 3 decades running. You won't find a person who has not seen it to some extent. Evangelion goods are sold everywhere at all times. You really cannot escape it. For the biggest series in Japan to use Blender is a huge sign to the rest of the industry in one of the most risk-averse countries that yes, it's good enough.
john_minsk 4 hours ago
How is Evangelion still running if the series was finished and even alternative ending was produced?
forgotoldacc 2 hours ago
The same way Star Wars was still running in between the original series and the prequels. It had an active fan base and lots of side content that was constantly being produced.
krapp 5 hours ago
A relevant opportunity may not occur again so here is a great video by Red Bard on whether it's possible to live entirely off of Evangelion merchandise: https://www.youtube.com/watch?v=_0Qr9rztRw4

tl;dw: probably.

VanTheBrand 3 hours ago
Minions do use Maya though to be fair.
wlesieutre 7 hours ago
I'm sure "major project" is a subjective label, but Flow made headlines earlier this year with an Academy Award (Best Animated Feature) and Golden Globe (Best Animated Feature Film)

https://flow.movie/

https://www.youtube.com/watch?v=ZgZccxuj2RY

https://www.blender.org/user-stories/making-flow-an-intervie...

jsheard 7 hours ago
Flow is good filmmaking expressed through low-tech production, which is totally valid, but it doing a lot with a little isn't going to stop Disney from one-upping themselves with the next Zootopia movie so Blender needs to handle that angle too if it's going to become a catch-all solution for all kinds of production.
underscoremark 1 hour ago
> constantly changing API that doesn’t allow for the extensibility

You pick a (stable) version, and use that API. It doesn't change if you don't. If it truly is a _major_ project, then constantly "upgrading" to the latest release is a big no-no (or should be)!

And these "most people" who are scared of a Python API? Weak! It should have been a low level C API! ;-)

mroche 37 minutes ago
> And these "most people" who are scared of a Python API? Weak! It should have been a low level C API! ;-)

I wouldn't frame it as "scared". The issue is that at a certain scene scale Python becomes the performance bottleneck if that's all you can use.

> You pick a (stable) version, and use that API. It doesn't change if you don't. If it truly is a _major_ project, then constantly "upgrading" to the latest release is a big no-no (or should be)!

This is fine if you only ever have one show in production. Most non-boutique studios have multiple shows being worked on in tandem, be it internal productions or contract bids that require interfacing with other studios. These separate productions can have any given permutation of DCC and plugin versions, all of which the internal pipeline and production engineering teams have to support simultaneously. Apps that provide a stable C/C++ SDK and Python interface across versions are significantly more amenable to these kinds of environments as the core studio hub app, rather than being ancillary, task specific tools.

mixmastamyk 7 hours ago
VFX studios have been using Python APIs for twenty+ years, backed by C. They were one of the first industries to use it. That's where I learned it, around the turn of the century.
_bent 7 hours ago
Not disagreeing that usage in large productions is something that Blender isn't really designed for, but I don't think that it's for a lack of Python API features (if a studio wants something specific it could just maintain an internal fork) or the ever changing Python API surface (the versions aren't upgraded during a production anyways)
john_minsk 4 hours ago
Is there any good test scene that one can download to "test" capabilities of different software? Sorry if it is an ignorant question
adamhartenz 7 hours ago
The fact you can point out specific examples of when Blender is used says a lot. It tells me it is the exception.
frontfor 5 hours ago
Agreed. You haven’t really won until it stops becoming noteworthy and “oh look X is using Blender!!”

Nobody talks about how Linux dominates the server space anymore. Nobody talks about how “git is winning” or getting “battle tested”. These are mundane and banal facts.

I don’t believe the same has happened to Blender yet.

qwertox 1 hour ago
Maya's API is so much better than Blender's. You pay the fee for the OS that Maya is, but the API is so much better than anything open source. Like Postgres is an OS for databases. Blender is not yet there. IIRC you need to compile entire Blender just to change a node.
mroche 47 minutes ago
Blender gives you two paths for extension: a) fork it and layer your changes directly onto the app, or b) you create a plugin via the Blender Python API.

For vendors, the former is obviously a no-go. The latter has the issue of be throttled by Python, so you have to effectively create a shim that communicates with an external library or application that actually performs compute intensive tasks.

Most (if not all) industry DCCs provide a dedicated C++ SDK with Python bindings available if desired.

forgotoldacc 5 hours ago
Depends on the industry. Within game development, I don't know a single person not using Blender. People who were big into Maya and 3DS a few years ago have pretty much all moved on.
8 hours ago
Aerolfos 8 hours ago
Video editing? Adobe has set themselves up for failure there, everyone wants an alternative

Davinci Resolve is probably competitive with Premiere, but while free it's not actually open source. But either a viable competitor catching up or Davinci publishing the code could change that fast

fletchowns 7 hours ago
Kdenlive is awesome. I am only a hobbyist but I cancelled my subscription to Premiere when I found it.
steve1977 1 hour ago
Premiere is in a bad position anyway here, because in contrast to Photoshop, it is not really the industry standard, at least in the higher end stuff. That would probably be Media Composer.
BolexNOLA 7 hours ago
Resolve Studio vastly outshines Premiere IMO. For $300 flat it’s a no-brainer.
tombert 5 hours ago
I'm not a pro or anything, and I don't edit video super often, but I would like to point out that Lightworks is quite good, and offers a perpetual license [1] for $420 that is very often on sale.

I don't have the ability to compare these things in intimate detail, but Lightworks has at least been used for "real" productions [2] so I think it's production-ready.

[1]https://lwks.com/pricing

[2] https://en.wikipedia.org/wiki/Lightworks#Users

dig1 48 minutes ago
> it is perhaps the only open source software that managed to beat all the commercial software in its niche.

gcc? It’s hard to imagine any of the projects mentioned without a good compiler.

Waterluvian 6 hours ago
QGIS is pretty amazing. And it is helped along by not trying to pull you into a cloud ecosystem that ArcGIS does.
PaulDavisThe1st 8 hours ago
> Apart from the Linux kernel and web browsers/tools, it is perhaps the only open source software that managed to beat all the commercial software in its niche

OBS is on line 2 ....

BolexNOLA 6 hours ago
I use OBS regularly but vMix is definitely the superior option in the professional livestreaming world. OBS is missing many key features for professional operations and vdo ninja only covers some of those gaps.
btreecat 7 hours ago
> Meanwhile, in other niches, Microsoft Office still beats open source office suites like LibreOffice; Photoshop isn't about to give up its crown to GIMP; Lightroom isn't losing to Darktable; and FreeCAD isn't even in the rear view mirror of Solidworks.

Tbf, everything starts somewhere and all the proprietary apps you listed were not instant market leaders.

I can and do use all those FOSS tools just fine both as a hobbyist and professionally, my needs are meet. Others may not find the same, but I suspect there's just a lot of stickyness preventing even trying new workflows.

crote 7 hours ago
> I can and do use all those FOSS tools just fine both as a hobbyist and professionally, my needs are meet.

Mine aren't: GIMP is okay, FreeCAD is a complete joke. It is painfully obvious that their development is done primarily by F/LOSS enthusiasts rather than by industry professionals and UX designers. They are closer to being a random collection of features than a professional workhorse. You might eventually get the job done, but compared to the proprietary competition it is woefully incomplete, overly complicated, and significantly buggier.

The poor quality of FreeCAD is the main reason my 3D printer is collecting dust. As a Linux-only user the proprietary alternatives mostly aren't available to me, and FreeCAD is bad enough that I'd rather not do CAD at all. The Ondsel fork was looking promising for a while, but sadly that died off.

btreecat 40 minutes ago
> The poor quality of FreeCAD is the main reason my 3D printer is collecting dust. As a Linux-only user the proprietary alternatives mostly aren't available to me, and FreeCAD is bad enough that I'd rather not do CAD at all. The Ondsel fork was looking promising for a while, but sadly that died off.

I've only ever used openSCAD, Freecad, and on shape.

And for me, Freecad had increased my use of my 3d printer, originally built in 2016.

Cad has a specific workflow, which is true regardless of the tool. Sticking to the right order of operations goes a long way to having a positive XP as does some basic intro tutorials.

It's not a tool you can bumble around and figure out easily, even with XP in similar tools.

rf15 3 hours ago
Had to learn FreeCAD last week, and yes, what an embarrassment. For my current work (cnc) you can't really get anywhere without the third-party lib OCL, which they just... fully interface with, but you still have to integrate/install manually? I generally agree with the observation that the developers care too little for quality or usability, considering e.g. the logs constantly throw python errors in your face.

Edit: oh, it was even worse before? I hope they keep going in this direction then

Reviving1514 2 hours ago
Give plasticity a shot - not FOSS but pretty decent CAD and works on linux
nextaccountic 5 hours ago
won't solidworks run on wine? i used it for just one semester in a class, but it sparks joy to this day. and even though it's not a cad program, i wish blender had parametric tools
etrautmann 6 hours ago
Maybe try OnShape, which is browser based and quite professional?
zargon 6 hours ago
Seconded, OnShape is my favorite CAD package. I passed it over for a long time because I had poor expectations of a browser-based CAD. Just wish I could justify the commercial license.
taneq 2 hours ago
The free tier is non-commercial only, and makes anything you design available publicly, so it might not be suitable for some users. It's also pricey, the first paid tier is $1500/year (compared with Fusion which is $680/year).
raw_anon_1111 5 hours ago
I don’t know if you can really say that Photoshop wasn’t a market leader from day one. It basically created the market on the Mac when it was introduced in 1990 and has been the market leader since.

If you want to limit standard Office productivity to ones that were written with the GUI in mind, MS Office was the leader on the Mac before it came to PCs and crushed WordPerfect and Lotus early on.

HKH2 7 hours ago
LibreOffice, GIMP, FreeCAD and Inkscape all have their quirks (and bugs), but they're probably seen as features by their core users so they won't change.
btreecat 38 minutes ago
> LibreOffice, GIMP, FreeCAD and Inkscape all have their quirks (and bugs), but they're probably seen as features by their core users so they won't change.

I wouldn't say that, there's bugs in Freecad that drive me bonkers but I would be dishonest if I said it hadn't gotten more stable and better supports my Nvidia card today compared to previous releases

legends2k 6 hours ago
Not sure about FreeCAD but got a lot done with Gimp, Inkscape and LibreOffice in my personal projects. Totally worth my time!
Mashimo 59 minutes ago
I dislike using Gimp. Always have.

There is just something about it that does not click with me. Just selecting a foreground object even when the background was almost white never worked for me. Just so fiddly.

I can get stuff done with it.

HKH2 5 hours ago
Me too. I guess a majority of people don't have the patience to work around counterintuitive things nor do they want to take measures to avoid bugs. On the other hand, Blender and Krita seem to give UX a higher priority, so they're more likely to catch on.
mortoc 7 hours ago
As a game developer, I'm really rooting for open source game engines.

Unity and Unreal are dinosaurs that target the shrinking console market. Godot is being built in their image. My hope is that something more versatile like Bevy becomes common so that we have something that could potentially compete with the next generation of Roblox.

john_minsk 4 hours ago
Do you think the next generation of Roblox will be a dominating games engine?
rf15 3 hours ago
Roblox is strung up in its own closed and exploited ecosystem, so hopefully no.
Mashimo 57 minutes ago
In the 3D printing realm most slicers are open source. And I think a lot of professionals are also using them. Though maybe not in the very expensive end of industrial printers.
rr808 5 hours ago
Microsoft Office is dying. Most grads we get only know Google docs and avoid Office. Most of our docs are on wikis or email now.
buster 2 hours ago
But, in my experience enterprises are moving to office365. Ten years ago I would have bet on the Google suite but it looks like Microsoft is winning this game in the corporate world. Google gets all the private users, Microsoft the companies. So, no, sadly, MS Office is not dying. I wish it would.
oblio 17 minutes ago
Graduates in which domain?
fuzzzerd 4 hours ago
Docs, sure but excel is still excel.
bdangubic 4 hours ago
most grads also use C++ :)
shevy-java 1 hour ago
GIMP really has tons of issues. I can barely compile it these days.

GIMP 2.x was IMO better. Also much easier to compile and get running. Fewer things to worry about.

I think you paint a rather selective picture here though. Quite a lot open source software is really really bad.

Cadthrowaway 7 hours ago
>FreeCAD isn't even in the rear view mirror of Solidworks.

I think FreeCAD might be on a distant hilltop in their rearview these days, check it out again.

simonbw 5 hours ago
I tried it for the first time the other day after having heard how much better it's gotten recently, and it made me really wonder how bad was the UX _before_ all these recent improvements. I don't want to bash on it too hard, because it's clear that a ton of hard work has gone into it, but it was really a struggle for me to get some pretty basic things done. The only feedback for a lot of things I tried to do was some not-very helpful error messages in the console, or just the whole program crashing. After trying hard for quite a few hours, reading lots of docs and watching tutorials, I ended up giving up and going back to Fusion 360.
racnid 4 hours ago
It's an acquired taste. The sketcher is actually pretty good these days and way snappier than Fusion 360 on my machine.
wkat4242 5 hours ago
Agreed. I tried it 2 months ago and found the game. Also back to Fusion which is free for hobbyists anyway.
bombela 4 hours ago
I have been using freecad extensively. Almost daily. It's an absolute utter mess. It barely works. But it's essentially the only open source CAD. So I keep trucking.

The most important improvement is the toponaming heuristic solver spearheaded by Realthunder.

Since that was merged into mainline, it seems that the devs keep breaking the UX and shortcuts without rythme nor reason, while the fundamentals are broken beyond repair.

I would never recommend freecad to anybody, even though this this the only CAD I use, and I actually write python for it for some automation.

I cannot live without freecad. But damn it's a mess.

WillAdams 4 hours ago
Another opensource CAD tool to look at is Dune 3D: https://dune3d.org/

which has been discussed here in the past:

https://news.ycombinator.com/item?id=37979758

https://news.ycombinator.com/item?id=40228068

https://news.ycombinator.com/item?id=41975958

which if it just had parameters/scripting would have a lot more potential.

alex1138 6 hours ago
Yeah but objects in mirror are closer than they appear
0xFF0123 7 hours ago
Possibly Audacity, given the direction v4 is taking. Great video essay / update here: https://youtu.be/QYM3TWf_G38
bko 6 hours ago
How does GIMP compare to Photopea. On occasion I open a file in GIMP by accident and end up waiting 20m for it to load and am almost always disappointed. Meanwhile Photopea always just works super fast and supports a lot more. What the hell is it doing?

https://www.photopea.com/

popalchemist 3 hours ago
Maya is the industry standard. Blender may offer most of what Maya offers from a features standpoint, but Maya had the first mover advantage / network effects advantage of an ecosystem of third party plugins sprouting up over the last 20 years which VFX / Mograph houses now depend upon, thus forcing vendor lock-in despite Blender now being on par.
pjmlp 3 hours ago
Blender has the advantage of having been a commercial product that went open source, thus many people on the initial core team cared about stuff that other projects don't, plus they already had an installed base.

You don't see the same success with Gimp, Krita,...

theanonymousone 3 hours ago
Isn't it more like the other way around, i.e. Office being an exception of a category where open source solutions lag far behind the proprietary ones?

Of course Blender is a marvelous piece of software, no doubt in that.

peatmoss 6 hours ago
MuseScore is good enough that I haven't bothered to check back with commercial vendors. I'm pretty novice with it, however, so perhaps Sibelius power users will disagree.
viraptor 5 hours ago
Have you seen the classic?... https://youtu.be/dKx1wnXClcI
bluecalm 32 minutes ago
>>Apart from the Linux kernel and web browsers/tools, it is perhaps the only open source software that managed to beat all the commercial software in its niche. It has rendered Maya nearly obsolete.

GCC and now Clang has beaten Intel compiler (and others). Nginx has beaten/replaced commercial web servers. Stockfish has beaten commercial chess engines and Lichess is much better than commercial chess sites.

Just 3 examples that came to my mind reading your comment.

cageface 2 hours ago
I'd add postgres to that list.
flipthefrog 5 hours ago
"It has rendered Maya nearly obsolete" Wow, that is great news. I guess its support for Pixar USD is equal to Maya and Houdini then, so all the big studios can finally switch
john_minsk 4 hours ago
OpenUSD got just 1 mention in the release notes. Also wondering what is the state of this feature.

May I ask your opinion, as industry insider, regarding what makes a good and bad OpenUSD support?

pier25 6 hours ago
2D motion graphics maybe?

DaVinci Resolve is getting better but still not comparable to After Effects.

Blender already has a lot of pieces in place to tackle this.

WhitneyLand 7 hours ago
>>It has rendered Maya nearly obsolete

Hadn’t heard that. How many AAA vfx studios have left Maya for Blender?

alex1138 6 hours ago
The comment I've heard is that Office (or was that Word?) doesn't necessarily beat LO, some people are just forced to use it because of file formats
oblio 15 minutes ago
Office as a whole wipes the floor with LibreOffice. Cleaner interface, generally more stable, especially on Windows, Excel is and remains a powerhouse, etc. Word and PowerPoint are also very solid. Outlook is meh.

If anything, OnlyOffice is incredibly polished. I don't know how they did it but it seems to work better and have a much cleaner UI than LibreOffice even though it's much newer.

germandiago 2 hours ago
> It has rendered Maya nearly obsolete

Is this even true? My understanding is that 3D Studio and Maya used to be ahead.

BolexNOLA 7 hours ago
I’m rooting for gimp but they are truly a decade behind photoshop. I don’t know how they can compete. Luckily it does not seem like they are in the market for professionals so the need to match Photoshop isn’t quite as high
insane_dreamer 8 hours ago
> It has rendered Maya nearly obsolete.

really? I haven't done 3D rendering in a long time, admittedly, but back then Maya and Lightwave were miles ahead of Blender. Rhino3D too. Even 3DSMax was better. Lightwave seems to have sadly fallen off (unfortunately, IMO it was the best at one point, had excellent ray tracing). I didn't really Blender had come such a long way -- that's great.

Since you mention niches: Adobe InDesign has no OSS competition at all, and Illustrator is still much better than Inkscape.

leakmanatz 24 minutes ago
[dead]
gehsty 9 hours ago
I’d really like to see something like blender come for the 3D CAD industry, at the moment it feels like the only people who would lose out are AutoDesk. The amount of money that flows in and out of 3D cad (as subscription and then value created) having a first class open source kernel and tooling, would be giving big industrial players freedom to modify and tailor to their needs as well as smaller / hobbyists get started for free!
shirro 9 hours ago
Probably requires something that is almost there then a sponsor(s) to throw in developers or funding to get the rest of the way. On the EDA side CERN did a lot to lift Kicad to the point of being a credible alternative that could breakthrough like Blender. Both those projects are over 30 years old and for a lot of that time were dismissed as too difficult to use or lacking in features. FreeCAD is only 23 years old. I don't know what the code base is like but if a large org put a couple of good devs into it for a few years who knows.

It must be difficult when so much management is short sighted and focused on delivering short term profits for shareholders. Even academia is run like a business now.

Unless a privately held rogue company like Valve got interested its probably going to have to wait for a government/ngo/scientific. Industry, particularly the tech industry, is notorious for leaching of free and open source software and in some cases building entire businesses on it and not giving back.

jwagenet 9 hours ago
The problem with FreeCAD and every other free/open source MCAD project of note is the Open Cascade kernel they are built on. While Open Cascade is fairly mature, it has dealbreaker issues in a few key areas: fillets cannot consume connected faces and may fail for a number of other reasons, cylindrical and spherical faces require seams which often cause issues with boolean operations, and shapes like helixes are also often troublesome.
JoshTriplett 8 hours ago
On a scale from "big chunk of work" to "complete rewrite", how much work would it take to fix those issues in Open Cascade?
bsder 9 hours ago
Sandia seems to have some form of kernel, but only Federal-associated entities can get access to it.

It would be interesting to see if they would license that out further for some amount of money.

bgoated01 8 hours ago
If you're referring to Cubit, they license the ACIS kernel under the hood.
CoreformGreg 7 hours ago
They’re (possibly) referring to “Scalable Geometric Modeler” (SGM)

https://github.com/sandialabs/sgm

Originally open-source, but since taken back in-house. As I understand, which should not be construed as an accurate accounting, Sandia wants to flesh out the basics further before (potentially) open-sourcing it again.

bsder 4 hours ago
I was referring to Cubit. Phooey on the fact that it's ACIS.
Fabricio20 6 hours ago
If you are looking for a tool that handles constraint based CAD for mostly like 3d printing your stuff, give Dune3D a try (on github), it's currently my go-to to keep a workflow similar to what I used to have on Fusion360, it's lightweight, open source and pretty damn good. The author also develops a EDA/circuit board designer called Horizon EDA.
rmunn 5 hours ago
There's also the https://www.cadsketcher.com/ addon for Blender, which is constraint-based. I tried it a few years ago and it was decent, but still lacking a few things. I haven't tried it recently, but I'd be surprised if it wasn't much improved from the already-pretty-good state it was in when I tried it.
polishdude20 9 hours ago
Onshape has blown me away with its browser interface and how quick it all loads. And as long as your projects are public, it's free.
edoceo 9 hours ago
Wish they had something between $0 and $1500/yr.
SchemaLoad 9 hours ago
I really didn't like how they both require a phone number and make all of your files public. I've stuck with Fusion which seems a lot more privacy respecting while also being basically free for home users.
Fabricio20 6 hours ago
I tried Onshape and the first thing that made me drop it was how slow it is. It feels extremely sluggish, probably because it's running on the browser. I have a really good computer though, so I dont want to deal with that.
Mashimo 56 minutes ago
Mhh, it's quite quick for me. Maybe the browser you used did not support it.
1220512064 9 hours ago
IDK how they compare to professional CAD tools, but I've heard good things about FreeCAD and OpenSCAD. I know that some people use Blender for CAD work, and there are even some extensions to make it easier, but I'm dubious that the representation of meshes that Blender uses are well-suited for CAD applications.
al_borland 9 hours ago
I just tried FreeCAD last week. I uninstalled it after about 10 minutes. The most basic actions to just get started were throwing errors. Maybe it was user error, but it was a very bad first impression.
fxff 8 hours ago
Approached it with the same attitude at the same time, after 10 minutes decided to view some basic tutorial (for an earlier release) that made things clear and I could continue basic tinkering on my own.

But of course built-in intro of Solidworks was a way better UX.

mitthrowaway2 8 hours ago
Do you mind sharing what you were trying to do? I love FreeCAD so I'd be happy to help you do it if you'd be willing to give it a second try.
al_borland 8 hours ago
My main goal is to reproduce the floor plan of my house, so I can figure out how to best layout the furniture.
mkl 3 minutes ago
I would say Inkscape is way better for that.
mitthrowaway2 7 hours ago
I actually did the same thing so that I could figure out how to lay out my workshop!

What I'd do is:

- Spreadsheet workbench --> Create spreadsheet (name it "measurements"). (This is optional)

- Switch to Part design workbench --> Create body (name it "layout") --> select XY plane --> Create sketch --> Create Polyline

- Zoom out, start drawing the rooms in your house, approximately to scale.

- Before going into too much detail, add a dimension (select line --> "Constrain Distance") to the first line you draw, so that you can do the rest of your drawing approximately to scale. Then the general shape won't get messed up when you add dimensions to everything else.

- (If you have a photo or picture, you can import that to sketch over).

- Add constraints to match your room measurements, mostly vertical or horizontal distance constraints. Be careful not to overconstrain the sketch. (You can put the measurements directly into the sketch constraints, or you can put them into the top-level spreadsheet, create an alias for each cells, and then set the dimensions to reference those cells).

- Once the rooms are drawn, close the sketch and create a new sketch on the xy plane called "furniture".

- Draw some rectangles for your sofas / tables / etc, delete any horizontal and vertical constraints that get automatically added (they look like little | and _ icons), and instead apply perpendicularity constraints. Dimension your rectangles using only the "constrain distance" tool. Now you can drag them around the room and rotate them freely.

- If you want to make 3D models for these too, create new Part Design bodies for each room and each piece of furniture, create a shape binder referencing the master sketches in the Layout body, and then extrude the sketches using the "Pad" operation.

That's about as much tutorial as it makes sense to pack into a HN comment. If you give it a try, I hope it works out for you!

al_borland 6 hours ago
Thanks! I’ll save this and give it a shot soon.
rabf 6 hours ago
There are excellent tutorials on youtube. Spending a couple of hours doing these will allow you to hit the ground running.

FreeCad is rapidly evolving and quite a few tutorials are already using the v1.1 dev builds. Pay attention to the version used in tutorials as you can run into trouble following them if you are on an older release.

jazzyjackson 8 hours ago
I like using paper and cardboard for this, dollhouse style, much easier to move things around and visualize that way and more fun than clicking a mouse to boot :^)

Inkscape is good for typing dimensions into rectangles tho

al_borland 7 hours ago
This was my plan B. I do have a scale I can use for it.

I’ll check out Inkscape as well. I’ve tried using some raster graphics in the past, but I couldn’t type dimensions and had to use the rules and guides with snapping. It mostly worked, but was a bit annoying.

Fabricio20 6 hours ago
I tried FreeCAD and the user interface is so unintuitive and things just have constraints that block you from doing the most basic things from the get-go that I just gave up in 10m, like sibling. SCAD is scripted/programmer CAD, I like the concept and have used for a few things but it's quite a learning curve to do anything more than a cube with some funny edges! Dune3D is currently my go-to for 3d-printer related parts!
entrox 41 minutes ago
FreeCAD is definitely not something you can just pick up, but it's pretty intuitive if you're coming from CATIA as the workflow is very similar.
MattRix 2 hours ago
OpenSCAD is great, I’ve made some very complex stuff in it that would be hard to make even in professional tools like Fusion. For some reason the main OpenSCAD releases don’t seem to get updated (the current version on the site is 2021.x). The nightly builds are great though, and I recommend getting one and turning on the Manifold backend since it is MUCH faster than the default CGAL one.
john_minsk 3 hours ago
There is CAD Sketcher, which is an extension for Blender which could allow to unite both worlds.

I'd like to hear someone's perspective on how difficult it would be to unify OpenUSD and CAD file formats so that they are portable between programs?

TechSquidTV 3 hours ago
Last time I checked, CAD Sketcher appeared to be a little dead.
gcr 8 hours ago
agreed!

take a look at https://Plasticity.xyz. It's not open-source, but it's got a small, highly dedicated team behind it. It's built on Solidworks' kernel, so it's quite robust.

Also take a look at solverspace, caligula, FreeCAD, ...

rcarmo 8 hours ago
* Node-locked (up to 2 machines)

Hard nope.

dgroshev 9 hours ago
Same, but I don't think it's possible without a large and sustained investment into a free geometric modelling kernel, which can probably be only done by a government.

Parasolid is powering practically every major CAD system. Its development started in 1986 and it's still actively developed. The amount of effort that goes into those things is immense (39 years of commercial development!) and I don't believe it can be done pro-bono in someone's spare time. What's worse, with this kind of software there is no "graceful degradation": while something like a MIP solver can be useful even if it's quite a bit slower than Gurobi, a kernel that can't model complex lofts and fillets is not particularly useful.

3D CAD is much harder than Blender and less amenable to open source development.

dr_dshiv 8 hours ago
> Same, but I don't think it's possible without a large and sustained investment into a free geometric modelling kernel, which can probably be only done by a government.

Can you help me understand why this problem is so hard?

CoreformGreg 7 hours ago
The other reply is really good. To add to that, the intersection of two bi-cubic Bezier patches (each being but one part of a cubic B-spline surface) is an implicit equation of degree 18^2=324. This simply cannot be implemented exactly in a geometry kernel and thus must be approximated. How do you want to approximate this? If you choose trimming (the industry standard) now you have to handle gaps in your geometry. If you choose remapping into an unstructured watertight spline, you need to solve a constraint system that is NP-hard. If you choose reparameterizing… well, see nVariate’s watertight Boolean technique (disclaimer: I once sponsored a project with nVariate).

Now, generally speaking, in a CAD model most surfaces will be “analytic” (plane, torus, conical, arc, line, etc). But whenever some complex surface that joins these surfaces is required, (NUR)B-splines are the principal technique for “covering” the gap.

Chris_Newton 5 hours ago
Geometric modelling tends to need a lot of detailed work for two main reasons.

Firstly, you probably have a variety of analytic shapes to represent — things like lines and circles in 2D or cubes and spheres in 3D. Even seemingly simple questions, like whether two such shapes intersect or not, can require a significant amount of logic to calculate the answer. That logic will often be specific to the exact combination of shapes you have, because the number of freedoms and nature of any symmetries in the shapes you’re working with can mean you would use completely different algorithms for superficially similar situations.

Secondly, while you’re probably going to implement a lot of analytic calculations, in realistic models you’re probably going to end up using numerical methods as well. That can be because you need to work with geometry like Bézier curves or NURBS surfaces that has many freedoms. It can be because even if you start with convenient analytic shapes, new geometry that you derive from those shapes, for example by offsetting a single shape or by combining details from multiple shapes as in constructive solid geometry, won’t in general have an analytic shape itself.

By the time you allow for the numerous different types of constraint that you might want to enforce between different types of geometry and the numerous different ways you can construct new geometry from geometry you already have, the scale of the problem explodes. And on top of that, almost everything you do is going to have numerical sensitivity issues, and all but the simplest algorithms are going to need detailed, careful analysis to make sure you really have covered all the possibilities. In this field, “edge case” and “corner case” are literal terms and not just figures of speech!

To give a practical example, without looking up how to do it, could you confidently calculate whether two arbitrary cuboids are completely separate or they touch or intersect somewhere? As another example, given an arbitrary parametric surface, a sphere in a position just resting on that surface, and the constraint that the surface of the sphere must remain tangent to the parametric surface without intersecting it anywhere, how would you calculate the path the centre of the sphere will follow if you introduce gravity to start the sphere rolling in a certain direction along the surface?

These are relatively simple problems in the field, but each already has some subtlety that leaves the “obvious” solutions incomplete. Solve a few thousand problems like that, each unique and with its own calculation strategy, and now you’re starting to get a practically useful geometric modelling system. (You’ve also probably had a team of dozens of mathematicians and developers working on it for decades.)

dgroshev 8 hours ago
The way modern CAD systems work is by having a tree of features/actions that is then used to construct an analytical representation of a 3D object. The features/actions can rely on "sketches" (2D drawings that are coupled with a real time geometric constraint solver) and can be "projected" into sketches, creating new reference lines, that can then be used by the sketch constrain solver, generating a sketch that can be used for more 3D features.

This is already complex and fiddly enough. Just having a stable 2D drawing environment that uses a constraint solver but also behaves predictably and doesn't run into numerical instability issues is already an achievement. You don't want a spline blowing up while the user is applying constraints one by one! And yet it's trivial compared to the rest of the problem.

Having 3D features analytically (not numerically!) interacting with each other means someone needs to write code that handles the interactions. When I click on a corner and apply a G2 fillet to it, it means that there's now a new 3D surface where every section is a spline with at least 4 control points. When I then intersect that corner with a sphere, the geometric kernel must be able to analytically represent the resulting surface (intersecting that spline-profiled surface with a sphere). If I project that surface into a sketch, the kernel needs to represent its outline from an arbitrary angle — again, analytically. Naturally, there is an explosion of special cases: that sphere might either intersect the fillet, just touch it (with a single contact point), or not touch it at all, maybe after I made some edits to the earlier features.

Blender at its core is comparatively trivial. Polygons are just clumps of points, they can be operated on numerically. CAD is hell.

9 hours ago
LoganDark 9 hours ago
> Same, but I don't think it's possible without a large and sustained investment into a free geometric modelling kernel, which can probably be only done by a government.

Fornjot has been attempting this: https://www.fornjot.app

It's going to be years or decades before it's competitive though. Also, it looks like they switched to keeping progress updates private except to sponsors, which means I don't actually have any easily-accessible information about it anymore which is sad.

dgroshev 9 hours ago
I'm very skeptical that one person can make a dent. Paging through the releases, they seem to focus on constructive solid geometry and code-driven shape generation, which I believe is a dead end.

The tricky bit is having a G2 (or even G3) fillet that intersects a complex shape built from surface patches and thickened, with both projected into a new sketch, and keeping the workflow sane if I go and adjust the original fillet. I hope one day we'll see a free (as in speech) kernel that can enable that, until then it's just Parasolid, sadly.

throwrb 4 hours ago
Isn't their project boundary representation?

I read a couple of your CAD comments, what an interesting space. It never occurred to me how complex computing 3d geometries is.

daedrdev 9 hours ago
Blender is a decent option for low effort 3d modeling for 3d printing in my experience
SchemaLoad 9 hours ago
Depends if your goal is artistic or functional. Blender is good if you are trying to make character models, etc. It's not great when you are trying to make a part that has to fit something in the real world and after printing you discover one step half way through needs to be 1mm shorter.
ehnto 7 hours ago
It does take a different set of skills to regular CAD, but I haven't found it that bad for simple 3D printed models that need to be dimensionally accurate.

I have used it to make quite a few functional prints, with the help of making sure my scene units are correct and a CAD plugin.

SchemaLoad 7 hours ago
I haven't tried any of the cad plugins for blender, but I'm not sure how you would retroactively change dimensions in blender. It's usually simple enough to create features to a certain size, but if you need to change them later it becomes significantly difficult.

If I put some holes in something that are 1mm from the edge, but then I print it and see it doesn't line up and needs to be 1.5mm, in Fusion I can just change one number and it all updates. Doing the same thing in blender would likely be very difficult.

_carbyau_ 9 hours ago
During COVID I learnt Blender for 3D modelling. It is still my go to.

Many people complain about it being a mesh editor but it works for me. The sheer variety of tooling and flexibility in Blender is insane, and that's before you get to the world of add-ons.

I want to learn Geometry nodes and object generation as I think they will address a lot of the "parametric" crowd concerns. This v5 is meant to be a big step in ease of use of this.

Also, I'm not sure if the different tooling lets me see all the flaws of online "parametric" models, or whether I'm being pedantic. They get frustrating. I have Gordon-Ramsay-screamed "How can you fuck up a circle!".

jwagenet 9 hours ago
In MCAD, “parametric” does not mean a high level part or feature is driven by editable parameters or procedurally generated features. Parametric refers to the underlying storage format representing part features in a parametric way rather than as a mesh. Mesh formats like stl cannot represent a circle by its position and radius, while a parametric format like step can. This distinction is more akin to raster (bmp) vs vector (svg) graphics. Both can be generated procedurally by “parameters”, but only with svg can sub-features be faithfully extracted or transformed.
_carbyau_ 7 hours ago
Sorry, separate point:

>Mesh formats like stl cannot represent a circle by its position and radius, while a parametric format like step can.

This is where I think the Geometry nodes can help. A node (function) can be used to represent the circle with inputs and outputs set or changed as required.[0]

I have not fully explored this space though and so my "hopes and dreams" may well be as useful as thoughts and prayers...

[0] https://docs.blender.org/manual/en/latest/modeling/geometry_...

_carbyau_ 8 hours ago
I have some understanding of "parametric" vs "mesh". I looked it up when I saw so many people going on about it.

Maybe it is the export or something. I run the 3D toolbox and often models are not manifold.

I see things like two circles in slightly different positions but both are connected in different ways to the surrounding "single" instance model. Things like this mean you end up with "infinitely small volumes". There is no fully enclosed "volume" and so mathematically there is "nothing to 3D print".

As a model this makes no sense to do, and so it irks me.

But clearly the slicer software doesn't care or autocorrects and people make their 3D print happen just fine.

throttlebody 9 hours ago
Alibre has a free option, which does not include sheetmetal bending but otherwise solid software
zargon 5 hours ago
Alibre does not have a free option. They have a 30 day free trial and the low cost Atom3d package. I bought Atom3d and never use it because it's too painful. If I'm going to endure that much pain I might as well use FreeCAD which at least runs on Linux.
LoganDark 9 hours ago
I use Plasticity to model for 3D printing. Having to worry about polygons in Blender is really annoying.
cluckindan 9 hours ago
So model using the NURBS tools?
LoganDark 9 hours ago
Does Blender have NURBS? I don't even use NURBS in Plasticity, because curves are already essentially vectors. I don't have to worry about polygons at all, and then I choose the tolerances when I export.
k1musab1 9 hours ago
FreeCAD is the front-runner for me.

KiCAD was also a meh ECAD FOSS alternative 7-8 years ago, now it is by far the tool of choice for regular ECAD designs. I can see FreeCad getting there by 2030.

Workaccount2 9 hours ago
FreeCAD is probably the single most frustrating and unintuitive pieces of software I have ever used. I almost drafted hate mail to the devs after 15 minutes of crash coursing fusion360 got me further than 2 days of trying to use FreeCAD.

It seems like it has lots of capability but still "punch your monitor" levels of difficulty just trying to do the most basic stuff.

foofoo12 9 hours ago
I use FreeCAD and it's pretty good. But I think it's impossible to learn by trial and error.

MangoJelly has done an amazing job in churning out high quality tutorials for FreeCAD: https://www.youtube.com/watch?v=t_yh_S31R9g&list=PLWuyJLVUNt...

(this is just one playlist, there's a lot more on his channel).

RAMJAC 9 hours ago
While it's a pain to learn and requires some plugins (addons) for basic ergonomics, FreeCAD absolutely works for parametric CAD modeling. YMMV depending on the project and complexity, it does the trick for laser cutting, bending and 3D printing.

Deltahedra is a great YouTube channel for getting the basics.

VerifiedReports 9 hours ago
It suffers from too many "workbenches," some of which appear to be redundant or dated. You never know whether structures created by one are "compatible" with the M.O. of another (like "Part" vs. "Part Design").

And it presents nonsensical problems, like offering to create a sketch on the face of an object and then complaining that the sketch doesn't belong to any object. So you have to manually drag it under the object in the treeview. So gallingly DUMB.

Despite all that, I will wrestle with its ineptitude before giving Autodesk a penny. I get stuff done with it and respect those who give their time to develop it.

nickthegreek 9 hours ago
how long ago did you try? the recent advances have turned me into a believer as a hobbyist compared to the first time i checked it out.
Klaster_1 2 hours ago
Not OP, but I've been using FreeCAD for hobby projects for 8 years and even though I usually do achieve the results I want, the "monitor punching UX issues" are absolutely real. I'd love for FreeCAD to succeed the way Blender did, but the project either lacks people with UX expertise or funds to sponsor such people.
SchemaLoad 8 hours ago
I tried it this year. Not in too much depth, but I tried Fusion and FreeCAD for the first time this year for 3D printing and found I was getting much further much faster on Fusion.

I'm sure I could grind harder and learn more and make FreeCAD work, but I'm not sure why I'd bother.

nickthegreek 7 hours ago
No arguement that fusion isn’t better and easier to learn. Their licensing and changes to their hobbyist offering were no longer tenable for me which prompted my change. I was pleasantly surprised at how well I was able to work in freecad after a few youtube videos.
jiggawatts 8 hours ago
Something that I've daydreamed of in the past is making a new constructive solid geometry "kernel" around which a CAD application could be wrapped based on projective geometric algebra (PGA).

The algorithms it enables are fundamentally more capable and robust than traditional kernels based on linear algebra (vectors and matrices). You can do really fancy things like interpolating in space and time robustly, find extrema in high-dimensional phase spaces, etc...

This could potentially allow straightforward and robust solvers for kinematics, optimal shape finding, etc...

Every few decades there's a "step change" where some new algorithm or programming paradigm sweeps away the old approach because suddenly a hobbyist can do the same thing solo that took dozens of developers a decade in the past. I suspect (but cannot prove) that PGA is one of those things.

WillAdams 4 hours ago
jiggawatts 11 minutes ago
I haven't heard of fornjot, but that's not a surprise because I haven't been involved in the CAD field for a very long time (decades).

My thinking is to approach the problem from a fundamentally different angle. There's already constructive solid geometry (CSG) kernels, triangle mesh kernels, and NURBS-based kernels. Their mathematical foundations are very different, which results in wildly different behaviour and capabilities.

I came across PGA while studying physics, saw some vaguely CAD-like CSG demos and I realised that it could be yet another mathematical foundation on top of which CAD applications could be built.

Notably, variants of GA and PGA are already used in robotics, inverse kinematics, etc... including 5-axis milling, so it's not unheard of in industry. However, it's always used as a "spot" solution to work around a problem such as gimbal lock, or interpolating transformations. Typically by converting back-and-forth between linear algebra representations and some variant of GA temporarily. I'm thinking of using PGA throughout as the foundational geometric elements.

Teever 9 hours ago
You may be interested in CAD Sketcher: https://www.cadsketcher.com/

You're on point that there's a tremendous amount of money captures by Autodesk for CAD software that could be better directed at the open source community instead.

Software like OpenSCAD and FreeCAD are obviously not suitable for much commercial work, and have very irritating limitations for hobbyist work, in my mind a big part of that is the UI and Blender has a good and established UI at this point so I'd love to see the open source CAD that provides an alternative to vendor lock in come from a Blender add-on instead of a separate program.

I am no expert but as I understand it the primary difficulty with developing good alternatives to commercial CAD software lie in the development of an effective geometric kernel.

It seems to me that if a developer of an opensource CAD program develops it as a Blender add-on they can effectively outsource the remainder of the development efforts to the Blender community while focus can be made on the CAD kernel itself.

LoganDark 9 hours ago
Plasticity is the closest thing to this, I think. It uses Parasolid, which Blender does not, and supports xNURBS, which Blender does not.
lucideer 8 hours ago
Plasticity is closed source though?
lynndotpy 8 hours ago
Every time Blender has a new update, I scroll and I'm amazed by how much is in it. Then I realize my scrollbar is only halfway through.

Radial tiling my beloved, and a seemingly far more straightforward array modifier <3 Faster volume scattering for non-homogenous volumes.

For those wondering "where the AI is", the new Convolve Node might be it :) Convolutions are a pretty generic signal processing operation (Hadamard product) which are also used in neural networks which work with images. Realistically though, this will be mostly useful for wonky hand-crafted blurs.

The new sequencer looks fantastic, too. I always went to DaVinci Resolve but I might be able to go full blender. Compositor modifiers in the sequencer is also very welcome.

This is incredible for me.

bigyikes 7 hours ago
What does Blender do differently that makes it such a successful open source product?

It’s powerful and pleasant to use. Even the release marketing page is beautiful and well-made.

I like open source as much as the next guy, but outside of developer tools there is little that comes close to Blender in terms of utility and UX.

Is it funding? Specific individuals? Are there PMs and designers? Whatever it is, it’s working!

cardanome 6 hours ago
I think the dog fooding their own software through all the amazing movies the Blender Institute made plays a huge role.

Relying on individual donations from users helps a lot with blender being aligned to the interest of its actual users. There is not one or a few corporate sponsors controlling everything.

Plus the GPL license which protects the freedom of its users.

GZGavinZhao 7 hours ago
I think at the very least they've found those rare individuals who can both code well and manage well. There are countless open source project leaders who might be the most knowledgeable person in the world on that area but have no idea how to communicate and collaborate in an open-source setting, especially as the project gets popular and attracts people who're detrimental (not necessarily malicious) to the project's growth.
zaptheimpaler 7 hours ago
Yeah this is a really good question. I'd love to know more about that too. There's some good history on the website here [1].

The creator apparently was selling it as freemium software in 1998, and then the bubble burst and the corp shutdown in 2002. But the creator created a non-profit called the Blender Foundation, launched a Free Blender campaign [2] (the forum post is still up!) to raise money from its users and bought out the rights to the software from the investors.

[1] https://www.blender.org/about/history/

[2] https://blenderartists.org/t/free-blender-campaign-launched/...

mkaic 2 hours ago
I think some of the coolest changes in this release are on the nodes side of things — they added Closures (kinda like lambdas!), Bundles (tuples/structs, I guess?), and Repeat (loops!) (already was in Geo Nodes, now it's in Shader Nodes too).

Blender nodes have come a long way over the past decade and it's incredibly satisfying to see the care with which they have been developed. Blender's node editor is my personal favorite node editor I've ever used in any software, and I often find myself wishing other software adopted some of their UI and UX conventions.

Been a happy user since, oh, v2.75? And looking forward to being a user for many more releases to come.

Donate to Blender! [0]

[0] https://fund.blender.org

1220512064 10 hours ago
I've been using blender since at least 2010; it's so exciting to see how much progress it's making.

I'm very excited to see the addition of structs and closures/higher-order functions to blender nodes! (I've also glanced at the shader compiler they're using to lower it to GLSL; neat stuff!) Not only is this practically going to be helpful, the PL researcher in me is tickled by seeing these features get added to a graphical programming language.

If you haven't heard of Blender before, or if you think AI will replace all the work done in it, fair enough. But I'd still strongly suggest looking into what it is and how it works.

mempko 9 hours ago
I've used blender since 1999. It's my favorite open source software. Simply amazing
shevy-java 1 hour ago
What can be created with blender is quite cool, but I remember having used it in the past, it was very complicated. I was a lot more productive with Wings 3D; this lacks in functionality compared to Blender, but using it was so much easier.

These days I wouldn't want to bother doing manual animations or mesh creation. The computer must do this for us.

kasool 1 hour ago
There was a big interface rehaul for 2.80, and I suspect upcoming versions will continue to improve as interest in porting to platforms like iPad increases.

Learning the shortcuts is really the way to go though. Initially painful but 100x more productivity in the long run, and really the way Blender is meant to be used. Honestly just doing a single basic tutorial will have you learning all of them in no time.

boriskourt 7 hours ago
The SDF geometry nodes open up a wild amount of new options. That and node closures solve so many difficult problems, especially in complex scattering. If you haven't checked them out, here is a bit on them and volume grids: https://code.blender.org/2025/10/volume-grids-in-geometry-no...
zkmon 2 hours ago
Graphics and animation should no longer move in the direction of perfecting the representation of real world. It is actually necessary for the graphics to scream that they are graphics and not real photos or real video. The distinction should be very obvious. This is the need of the day.
anon_cow1111 8 hours ago
So...... was there ever a resolution with that persistent incompatibility in ROCm/certain AMD drivers and Cycles that made it impossible to render in almost every version of blender? As in, it literally doesn't even detect the GPU outside of eevee
1220512064 6 hours ago
Can you link to a Blender issue?
thot_experiment 10 hours ago
Very very sad that the adaptive subdivision is touted as a Blender feature but unfortunately it's a Cycles feature.

Always nice to see these updates though, Blender has really come a long long way.

1220512064 9 hours ago
It might be possible to reproduce the same effect in EEVEE using geometry nodes. I know people have done that for automatic level of detail work. That being said, IDK if subsurf as a geometry node will take a non-constant number of iterations.
Kye 5 hours ago
This reminds me of a Reaper changelog: lots of small quality of life changes each for a small percentage of users that add up to an overall massive improvement. It's not as splashy as huge feature releases but ultimately leads to better software.
cognitive-gl 8 hours ago
Blender is amazing for 3D Modeling. But metaverse is still dead. RIP
john_minsk 3 hours ago
Why do you think so? As far as I can tell - a lot of GPU empowered data centers are being built
cognitive-gl 8 hours ago
Awesome
lwde 10 hours ago
The first thing on the website is a Cloudflare Captcha box :/
Uehreka 10 hours ago
But after that, all the other things on the page are AWESOME! I’m super stoked about the proper HDR support and all the new node improvements.
adgjlsfhk1 10 hours ago
Yeah. the HDR support is very nice. ACES got their system right the 2nd time around thankfully.
1220512064 9 hours ago
Is this the first blender release where you can change the working color space? I thought that you could in previous versions but it caused issues with some nodes.

Now I want to look into it more, but I'd imagine that "Blackbody" and sky generation nodes might still assume a linear sRGB working space.

Uehreka 9 hours ago
> Now I want to look into it more, but I'd imagine that "Blackbody" and sky generation nodes might still assume a linear sRGB working space.

Since people are always asking for “real world examples”, I have to point out this is a great place to use an agent like Claude Code or Codex. Clone the source, have your coding assistant run its /init routine to survey the codebase and get a lay of the land, then turn “thinking” to max and ask it “Do the Blackbody attribute for volumes and the sky generation nodes still expect to be working in linear sRGB? Or do they take advantage of the new ACES 2.0 support? Analyze the codebase, give examples and cite lines of code to support your conclusions.”

The best part: I’m probably wrong to assert that linear sRGB and ACES 2.0 are some sort of binary, but that’s exactly the kind of knowledge a good coding agent will have, and it will likely fold an explanation of the proper mental model into its response.

throwaway290 9 hours ago
why ACES and not something like P3?
1220512064 9 hours ago
Display P3 (distinct from cinema display P3, because names are hard ig) is used as a render target color space. ACES (and its internal color spaces) are designed as working spaces.

If you make a color space for a display, the intent is that you can (eventually) get a display which can display all those colors. However, given the shape of the human color gamut, you can't choose three color primaries which form a triangle which precisely contain the human color gamut. With a display color space, you want to pick primaries which live inside the gamut; else you'd be wasting your display on colors that people can't see. For a working space, you want to pick primaries which contain the entire human color gamut, including some colors people can't see (since it can be helpful when rendering to avoid clipping).

Beyond that, ACES isn't just one color space; it's several. ACEScg, for example, uses a linear transfer function, and is useful for rendering applications. A colorist would likely transform ACEScg colors into ACEScc (or something of that ilk) so that the response curves of their coloring tools are closer to what they're used it (i.e. they have a logarithmic response similar to old-fashioned analogue telecine machines).

throwaway290 9 hours ago
no monitor uses ACES so it always needs to be converted to P3 to even see what you're doing right?

or you are saying if there is some intermediate transform that makes color go beyond P3 it will get clipped? then I understand...

Uehreka 6 hours ago
Yeah, like, let’s say that in your compositing workflow you increase exposure then decrease brightness. If your working color space is too small, your highlights will clip when you increase exposure, then all land flat at the same level when you decrease brightness. If your working space is bigger than the gamut people can see, but your last step is to tone map into Display P3, you’ll appreciate the non-clipped highlights, even if your eyes could never comprehend what they looked like in the post-exposure-boost-pre-brightness-drop phase of the pipeline.
adgjlsfhk1 8 hours ago
The key point is that your ray tracing color space and your display color space don't need to be the same thing. Even if your monitor only displays SRGB colors, it still can be useful to have more pure primaries in your rendering system.
1220512064 6 hours ago
> or you are saying if there is some intermediate transform that makes color go beyond P3 it will get clipped?

Exactly! The conversion between ACES (or any working color space) and the display color space benefits from manual tweaking to preserve artistic intent.

blitzar 10 hours ago
Looks like they picked a bad day to do a major release.
edflsafoiewq 10 hours ago
That's the whole internet now. That or Anubis.
kevin_thibedeau 10 hours ago
Or do the rational thing and rate limit GET requests to human speeds.
selbyk 9 hours ago
Based on what fingerprint?
moron4hire 9 hours ago
Fingerprint: *
rainpl 10 hours ago
[flagged]
amelius 10 hours ago
I suppose in the plugins.
Uehreka 9 hours ago
Does the Optix denoiser count as AI?
9 hours ago
10 hours ago
10 hours ago
donutdan4114 10 hours ago
What’s the consensus on the future of this type of 3D tool? Especially for video animation/CGI in movies/tv/ads?

Seems like in 10 years AI will basically make it pointless to use a tool like this at least for people working on average projects.

What do folks in the industry think? What’s the long term outlook?

simonask 10 hours ago
If you don’t work in the industry, you have zero chance of accurately evaluating whether or not, or how, it will be impacted by any new technology.

The fact that it “seems easy” is a great flag that it probably isn’t.

Legend2440 9 hours ago
Industry has no idea how they’re going to be impacted either.

Really no one can predict the future.

xu_ituairo 8 hours ago
This seems like an unnecessarily unkind response. The post you're replying to is sharing their opinion and asking what people who are in the industry think about it.
NuclearPM 9 hours ago
Zero?
cogman10 9 hours ago
Directors spend a LOT of effort trying to keep continuity and that's the weakest part of AI.

What blender and other CGI software gets for free is continuity. The 3D model does not change without explicitly making it change.

Until we get AI which can regenerate the same model from one scene to the next, the use of AI in CGI will be severely limited.

john_minsk 3 hours ago
That's exactly what I think will happen. 3D is endgame for AI. 3D models are deterministic objects that provide continuity, while AI does non-deterministic abstract generation(thinking) + plans action plan for these 3d models.

Recent news on major AI scientists starting "world AI" companies confirm this trend.

So 3D soon will become a very important tech even compared to today.

9 hours ago
HumanOstrich 10 hours ago
"AI will make this pointless" is so exhausting.
10 hours ago
jamilton 10 hours ago
If AI is at the point where it is exactly as capable of your average junior 3D professional in 10 years, it will probably have automated a ton (double digit percentage?) of current jobs such that nothing is safe. There's a lot of complexity, it's fairly long time horizon, it's very visually detailed, it's creative and subjective, and there's not a lot of easily accessible high quality training data.

It's like 2D art with more complexity and less training data. Non-AI 2D art and animation tools haven't been made irrelevant yet, and don't look like they will be soon.

croes 3 hours ago
Not quite. The junior produced also source filed that a senior can enhance. AI gives you the end result that can’t be as easy tinkered with.
Uehreka 9 hours ago
I design projections for independent theatre in Baltimore. I use AI in my workflows where it can help me and won’t compromise on the quality of what I’m making. I frequently use AI to upscale crappy footage, to interpolate frames in existing video (for artistic purposes, never with documentary archival stuff) and very occasionally to create wholesale clips in situations where video models can do what I need.

I recently used WAN to generate a looping clip of clouds moving quickly, something that’s difficult to do in CGI and impossible to capture live action. It worked out because I didn’t have specific demands other than what I just said, and I wasn’t asking for anything too obscure.

At this point, I expect the quality of local video models (the only kind I’m willing to work with professionally) to go up, but prompt adherence seems like a tough nut to crack, which makes me think it may be a while before we have prosumer models that can replace what I do in Blender.

jacobgkau 10 hours ago
As someone who's actually used Blender for small video projects, I'm fairly confident you'll still need this type of tool even with AI assistance doing some of the work in it, especially for at least the next 10 years.

AI coding agents didn't make IDEs obsolete. They just added plugins to some existing IDEs and spawned a few new ones.

andrepd 10 hours ago
Can there please be one post on this godforsaken website where there is no attempt to shoehorn it into the AI craze?
yokljo 7 hours ago
Oh you must think you are reading Hacker News, sorry about that, this is actually AI Optimism News.
bena 10 hours ago
You build apps for Shopify.

You are asking for industry predictions from industry professionals in an industry you know nothing about while assuming a lot about that industry.

Why do you think they should do all the heavy lifting for you?

You might as well ask ChatGPT what it thinks because it seems you already have an idea of what you want the answer to be.

Razengan 10 hours ago
What will AI train on?
amelius 10 hours ago
3D scans of the real world?
jacobgkau 10 hours ago
I don't think the "what will it train on" argument is bullet-proof, but animation and 3D art can encompass so much more than just things that exist in the real world.
nkrisc 9 hours ago
Famously, all 3D art is of things only found in the real world.
john_minsk 3 hours ago
Real world might be boring, but very useful. Especially for companies that move boxes around, not fantasy characters.