But I'll go against other commenters here who are saying that blender is an amazing piece of software. For a long time I was really passionate about CG, and even worked as a 3D artist in a few stuidos, and guys, if you want to start learning 3D - do not start with blender.
If you want to get into modelling - check out Nevercenter Silo, it is the most convenient 3D modelling tool you'll ever use, it is amazing.
If you want to understand the basics of all the CG, and learn how professional VFX are done - learn Maya, it is used for everytning, and is the absolutely best way to get started with 3D, once you understand it - you can do whatever you want and easily switch to any other app if you wish. It is the industry standard, and the best way to learn the foundations.
If you want to see how the perfect CG software looks like - check out sidefx Houdini. It will blow your mind, it is like linux/emacs/lisp of CG world. It is elegant and brilliant and perfect in every way(except that you can't really model in it, that's why you need Silo).
Also take a look at Zbrush, it is a sculpting software, looks alien but is really brilliantly done. You can look at the gallery here - http://pixologic.com/zbrush/gallery/, it's amazing. If you have a tablet and some solid drawing skills - you can start creating amazing things in it really quickly.
If you want to try compositing - use Nuke from The Foundry.
All these packages have free trial versions. Silo is cheap, Hoidini has an apprentice version that you can use for free, indefinitely, with no limitations except for output resolution(and maybe a small watermark, I don't remember).
Compared to these packages - blender is a horrible mess. It is worse than what gimp is compared to photoshop. Just like gimp, theoretically you can use it, and even make some good things with it, but you really, really don't want to.
Maybe it's a gem of open source software, and I respect that. But if you are getting into computer graphics and want to learn and understand how it works - hell no, use something else.
I started learning CG with 3d Studio Max, and then with Lightwave finally followed by Blender. I haven't tried Maya, but I don't really see that much of a difference between those programs and Blender. (Sure the interface may be a bit worse because it is mostly keyboard driven, but once you get used to it it's very fast)
I know someone who started learning CG with Blender, and even tried other programs and found them worse than Blender so in my anecdotal experience it's good for beginners.
If the issue is that it lacks some features from professional programs, that shouldn't really be a problem for someone learning. If what you're arguing is that the better way to start learning is with the software that is used professionally I don't really see why that should be the case.
You're comparing some specialized packages with Blender, which is not really fair, the comparison there should be Maya vs Blender.
Zbrush for example is an amazing program, and Blender even has a similar sculpting mode although it is obviously much more limited because it's not a specialized program.
Which version of blender you are referring to? pre 2.5? I get the feeling that most people got a bad impression in 2.49 and below and never came back. The UI improved a lot since then (there was actually a full rewrite of the UI code, all in Python). The UI discussion is always controversial in the blender community, though.
If you only know Blender through its older versions, I highly recommend taking another look and even doing some tutorials - it's become an amazing piece of software!
And I think way back when Blender was just getting its foothold as FOSS, there wasn't a lot of free modeling software, just very limited demos. Today, there's so much choice it's overwhelming. So thanks for the recommendations! (I just hope someone clever tries them out and works some their goodness into the Blender base :)
Actually, Blender is like Linux of the CG world, and I agree - Blender is a horrible mess!
load average: 0.58, 0.25, 0.14
In the event my little server goes down when the USA wakes up, you can see the same video on the GitHub link above, and here is the text of the blog post:
"Hy is a Clojure-like LISP that compiles to Python bytecode. Blender is a popular Free and Open Source 3d modelling program. This is a little livecoding experiment I put together with the two of them."
Thanks for your interest.
The separation between the view and logic is great. So you can also run Blender command line only and everything is still working. Trow a script at it and you can do whatever you like.
This video is another great example of it's power.
But it was functional, and had some really great ideas, and it was free (which I needed on my nonexistent allowance)! I just assumed that the real cost was just a brutal learning curve. Then the really cool open source movement started for it when NaN went under, and people spent the next decade working to make it better.
It's always been a program for enthusiasts and passionate people, and it really shows. After half a decade I went back to it and was dismayed to realize I had no idea how to use it any more. And then 15 minutes later I was right at home. The learning curve's still there, but there are guideposts everywhere in the application, and the documentation exists! That you can throw Hy on top of it and live code it is just one more spiffy example of it working as intended. I would go so far to say that it's a core idea, since the blending engine made so many cool things easy (and possible) way back when it had an inscrutable interface.
TL;DR: I agree wholeheartedly.
This is such a great thing, I wish more apps would adopt it -- it's such a joy to use I keep looking for excuses to use it when I don't even have a need to...
And what's more, the tooltips aren't just examples, they dynamically update to be /exactly/ what you'd type into the console or a script to get that effect. Eg when you have multiple scenes, the docs for how to change scene settings will reference the actual scene you're looking at: http://shishnet.org/ufufuf/blender-tips.png
Not just modelling, but compositing, animation, video editing...
I've got a huge learning curve ahead of me, though.
https://stemkoski.github.io/Three.js/
https://aerotwist.com/tutorials/getting-started-with-three-j...
There are a few books about WebGL but the tech moves so fast they're largely out of date already. There's a tutorial series on Youtube too if that's your thing - https://www.youtube.com/watch?v=9fg93FzfamU&list=PLOGomoq5sD...
(run 100 [box] (fresh [x y z] (randomo x) (randomo y) (randomo z) (locationo box x y z)))
(Overly simplified and terrible DSL for it, but you get the idea!)
You probably know it as a 3D editor / renderer. What it actually is is a fully programmable environment. You can program EVERYTHING in Blender. You can run it in a command-line mode, while still being able to program everything.
Give it a try. A new version just came out a couple of days ago.
I don't know where Maya got it's inspiration but I'm guessing blender got theirs from Maya. Maya is still heads and tails beyond blender AFAICT.
PS: Just tried the latest version of blender yesterday. All I wanted to do was make a cube, scale it to the shape of cereal box, apply the transformation, then texture the 6 sides. It took > 1hr to figure out how to move UVs. The supposed keys listed in whatever 6 tutorials I found didn't work.
I don't believe it's that unintuitive in pretty much any other modeling package. In most you just pick some vertices and a gizmo shows up letting you manipulate the vertices. That's true in 15+ other modeling packages I've used. Using Blender feels like using some 1980s modal modeling package. It would be nice if they graduated to the mid 90s at least yet it's 2015
Sounds like Maya took inspiration from Emacs!