Slashdot Mirror


Blender 2.40 Released

LetterRip writes "Googles Summer of Code has born fruit with the Blender 2.40 release. Thanks to their support and the hard work of the coders they supported Blender has fluid dynamics simulation done by Nils Thuerey, a powerful inverse kinematics system done by Brecht Van Lommel, and much improved boolean tools done by Marc Freixas. Of course Blender has had a huge number of improvements aside from the work supported by Google. The animation system got a complete rewrite by Ton Roosendaal, as well as other major improvements like flive UV unwrapping LSCM, and a Modifier stack system. It also has seen greatly improved ease of use since the last Slashdot announcement addressing all of the complaints raised- things like 3d manipulators, full undo system, etc. There is also a quick start guide for new users, and nice video and written tutorials on new features and a fairly up to date manual."

44 of 264 comments (clear)

  1. free sculpting tool also by LetterRip · · Score: 5, Informative

    There is also a way cool zbrush like sculpting available as an add on script, see this post for details.

    http://www.elysiun.com/forum/viewtopic.php?t=56101

    LetterRip

  2. lots of new features, but... by Toaste · · Score: 4, Funny

    ...does the new Blender come with a kitchen sink?

    1. Re:lots of new features, but... by The+Shrewd+Dude · · Score: 2, Funny

      everything but

    2. Re:lots of new features, but... by /ASCII · · Score: 2, Funny

      Does it run on a toaster?

      Only if your toaster uses a Pentium4 heat element

      --
      Try out fish, the friendly interactive shell.
  3. Re:Great... by LetterRip · · Score: 2, Informative

    There were interface improvements, a quickstart guide, and 3d manipulator - so yes interface improvements.

    LetterRIp

  4. Awesome by Anonymous Coward · · Score: 4, Informative

    I simply love this program. It's open source, and it is as versatile as a professional capitalist program like Maya, Lightwave, or 3DS Max. It has a great renderer, with support for external renderers built right in. It's perfect for people who want to express their creativity in modeling but don't want to shovel out the cash to pay for a capitalist program. Though, I prefer Wings 3D for the actual modeling. I use Blender for setting up textures, animations, scenes, and all that kind of stuff mostly. The only real problem with it is that the interface is intimidating to new users of it.

    1. Re:Awesome by syphoon · · Score: 4, Insightful

      I don't think I've ever seen someone substitute "proprietary" with "capitalist" like that before. What are you implying? Blender has a little red book?

      Open-source software is not the opposite of capitalism. It's an orthogonal concept.

    2. Re:Awesome by Quarters · · Score: 3, Insightful
      and it is as versatile as a professional capitalist program like Maya, Lightwave, or 3DS Max.

      No, it's not. In terms of expandability and versatility Max has it beat hands down. Here, do these things in Blender:

      Script a new custom helper node that has a private parameter block to hold run-time specific information and uses the exposed viewport drawing commands to create a custom icon and transform gizmo for the helper object. Create a new material that has a global parameter block to hold settings for .FX (or .HLSL or .GLSL) shaders. Have those shaders work in the viewports. Have the settings be easily accessible both by the scripting language and the C++ SDK so that the data can be easily exported. Create the custom helper node and material in a scripting language, not C or C++ w/ an SDK.

      Now create an entire bipedal skeleton with head, neck, clavicles, R/L upper arms, R/L lower arms, R/L hands, 4 spin segments, pelvis, R/L upper legs, R/L lower legs, R/L feet, proper IK and joint constraints. Do that in less than 30 seconds.

      Still with me?

      Keyframe animate the new skeleton over 100 frames. Create a second skeleton of a totally different scale with a different bone count. Now map the animation from skeleton 1 to skeleton 2, taking into acount the differing bone counts and scale. Do that in less than a minute.

      Use a cloth simulation to create the animation of a person walking through a curtain. Use an extremely dense mesh for the curtain cloth. Now skin-wrap that animation on to a low-res version of the curtain with an IK bone setup instead of a cloth simulation (since cloth sim can't be use in a real-time engine). Quickly! The skin wrapping needs to be done in a minute or so.

      Blender isn't a bad product at all. It's actually a very nice product. That doesn't mean it's more versatile than Max, though. Autodesk has more man hours poured into Max each year than Blender has had for the entire time its been a product. Autodesk has the advantage of a huge customer base and the smarts to talk to those customers and incorporate new features that increase productivity. Max wasn't nearly as versatile 3 years ago as it is now. Except for the biped creation step above it couldn't do any of the things I listed either (except maybe the custom helper node).

      There's nothing wrong with "capitalist" software (eyeroll at the bad melodramatic turn of phrase). If Max provides features and options that fit a current or designed workflow and increases productivity then it is well worth the purchase price.

    3. Re:Awesome by LetterRip · · Score: 4, Insightful

      [QUOTEScript a new custom helper node that has a private parameter block to hold run-time specific information and uses the exposed viewport drawing commands to create a custom icon and transform gizmo for the helper object.[/QUOTE]

      No problem.

      [QUOTE]Create a new material that has a global parameter block to hold settings for .FX (or .HLSL or .GLSL) shaders.[/QUOTE]

      Sure.

      [QUOTE] Have those shaders work in the viewports.[/QUOTE]

      Alas we will need Ogre or CrystalSpace integration for that yet...

      [QUOTE]Have the settings be easily accessible both by the scripting language and the C++ SDK so that the data can be easily exported. Create the custom helper node and material in a scripting language, not C or C++ w/ an SDK.[/QUOTE]

      Scripting and direct access to the C code no SDK.

      [QUOTE]Now create an entire bipedal skeleton with head, neck, clavicles, R/L upper arms, R/L lower arms, R/L hands, 4 spin segments, pelvis, R/L upper legs, R/L lower legs, R/L feet, proper IK and joint constraints. Do that in less than 30 seconds.[/QUOTE]

      There are preexisiting skeltons with full constraint setups avialable already. Not automagic - but it is the weighting and morphs that are the big time consumers. We have very good morphs and weighting system now, and the rigging and constraints is quite easy and straight forward.

      [QUOTE]Still with me?[/QUOTE]

      Yep

      [QUOTE]Keyframe animate the new skeleton over 100 frames.[/QUOTE]

      Done.

      [QUOTE]Create a second skeleton of a totally different scale with a different bone count. Now map the animation from skeleton 1 to skeleton 2, taking into acount the differing bone counts and scale. Do that in less than a minute.[/QUOTE]

      Nope can't do this yet - motion retargeting will hopefully come by this summer - that is a pretty recent addition though to 3ds etc.

      [QUOTE]Use a cloth simulation to create the animation of a person walking through a curtain. Use an extremely dense mesh for the curtain cloth.[/QUOTE]

      Done

      [QUOTE]Now skin-wrap that animation on to a low-res version of the curtain with an IK bone setup instead of a cloth simulation (since cloth sim can't be use in a real-time engine). Quickly! The skin wrapping needs to be done in a minute or so.[/QUOTE]

      Haven't tried it but pretty sure is doable.

      [QUOTE]Blender isn't a bad product at all. It's actually a very nice product. That doesn't mean it's more versatile than Max, though.[/QUOTE]

      Absolutely agreed.

      [QUOTE]Autodesk has more man hours poured into Max each year than Blender has had for the entire time its been a product. Autodesk has the advantage of a huge customer base and the smarts to talk to those customers and incorporate new features that increase productivity. Max wasn't nearly as versatile 3 years ago as it is now. Except for the biped creation step above it couldn't do any of the things I listed either (except maybe the custom helper node).[/QUOTE]

      Well - with Blender you can accomplish most of what you listed now.

      [QUOTE]There's nothing wrong with "capitalist" software (eyeroll at the bad melodramatic turn of phrase). If Max provides features and options that fit a current or designed workflow and increases productivity then it is well worth the purchase price.[/QUOTE]

      Absolutely agreed.

      LetterRip

  5. Inverse kinematics?? by Pig+Hogger · · Score: 3, Funny
    Does it run on Alcohol?

    Is it written in Old Fortran beer???

    If not, you can bite my shiny a... OH. BLENDER...

    Never mind...

  6. There's Blender meeting in March (also for gimp... by H4x0r+Jim+Duggan · · Score: 4, Informative

    Anyone interested in Blender should be aware of the Libre Graphic Meeting. The plan is to get developers of Blender in one place, plus get developers of other free software packages like GIMP, Inkscape, and Scribus together too.

    19 March 2006 in Lyon, France

  7. Re:Great... by Anonymous Coward · · Score: 2, Funny

    I can also fly a 747, decode Sanskrit, and map the human genome without reading a single manual!

  8. Re:Great... by Xzzy · · Score: 4, Informative

    You can't "pick it up and use it" because the original creators elected to head out in their own direction and explore different interface methods. Part of that involved eschewing more orthodox philosophies.. an act which will always provoke complaints such as yours.

    Once you force feed it to yourself, after a while you'll start to enjoy it and even respect it. I wouldn't call it better than 3dmax or any other modeller you can name, but it's definetly a damn good interface.

    I've been using the 2.40 release candidates for the past month, and it's a splendid update to an already splendid program. I've watched people produce things equal in quality to the products of extremely expensive modelling programs with it. I've also seen a lot of newbies create complete crap but that's part of the risk of free software. ;)

  9. Re:Release notes and cool pics by Xzzy · · Score: 4, Informative

    The animation and fluid simulator is nice and all but I think my favorite enhancement ended up being the particle system changes.

    The particle guides made setting up effects I'd waste days trying to accomplish in 2.37 something that could be done in 15 minutes.

  10. one of the few success stories of wikibooks? by bcrowell · · Score: 2, Interesting

    Browsing through wikibooks, wikipedia's sister project to try to write other books the wiki way, it's generally pretty difficult to find anything good, even though wikibooks is 2.5 years old. I recently did an unscientific study as part of my research for an article on free books, and the Blender books on wikibooks were one of the very few success stories out of the massive piles of junk there. However, a lot of the best content on wikibooks seems to be stuff that was more or less just dumped into wikibooks after having already been written elsewhere, and comparing the wikibooks stuff on Blender with the stuff on the Blender site, it looks like that may actually have been the case here. There's nothing wrong with that per se (WP has a lot of 1911 Britannica articles that were just copied over), but it doesn't exactly help to convince me that the wiki book model has much potential for success outside of WP, which is uniquely well suited to the wiki approach.

    1. Re:one of the few success stories of wikibooks? by FluffyWithTeeth · · Score: 2, Funny
      were one of the very few success stories out of the massive piles of junk [wikibooks.org] there.

      Junk? Dude, that's the coolest thing I've read for ages! You just made my day. Lemme find some toilet paper, I'll be back later...

  11. So amazing that its hard to realize its free. by MindPrison · · Score: 5, Informative

    I have been using Blender since version 1.8. And I realize that a lot find the user-interface hard to use when you are a beginner.

    The truth is however - even if it is harder to grasp as a beginner, most 3d applications are hard to learn - in fact ...all 3D is hard to learn when youre new to 3d in general.

    Blender isnt that hard compared to 3dstudio Max or Maya because of its better and more efficient workflow. I have bought 3dstudio max (a license) for over 4 years - but switched to Blender because I found that the modeling workflow was faster and more efficient. You can export/import .3ds if you want to - and now with the new Collada protocol you can import/export even more information so virtually nothing gets lost in the pipeline - of course, theres still some improvements to be made here. But hey - thats what the community is all about - you want it? Participate - and Well come up with something great for us all to use - together!

    The main advantage That I think Blender has - in comparison to eg. 3Dstudio max is that once you get started it all becomes easier ...while in 3dstudio max...you get a lot of "boxes and cylinders" to draw-off straight away ...without learning anything at all...so yeah...3dstudio max is more "pleasing-straight-away". Maya is more professional and can handle bigger more complex jobs but is harder to work on smaller projects. Blender is sort of the "middle way"... I am not saying that Blender is better or worse than 3Dstudio max or Maya...but they all have their advantages - and you will all definetively do yourselves a HUGE FAVOR trying this application. Its a killer app!

    It has - fluids (a really good one), Softbody, Some of the best rigging tools around and support that simply cant be beat. What do I mean by that? I mean - when I used 3dstudio max...I was an unsignificant "flea"... and when I complained about bugs in the software...It was always "my-fault" or "Windows fault"...but never Discreets fault.. And months later when the bugs finally got acknowledged and fixed - I had to purchase 1000 dollars in upgrades just to fix the bugs.

    When I switched to Blender and had problems - guess what? 2 days after "mentioning" possible bugs - they got fixed. And it kept going that way. Blender rarely chrashes and its a dream to work with the passionate developers.

    --
    What this world is coming to - is for you and me to decide.
  12. Yay! by komodotoes · · Score: 2, Interesting

    I tried to get into Blender a few times over the past while and I was always turned off by the lack of an undo system and the weird UI. People who are learning something new, especially something as complicated as Blender, need to be able to erase a mistake easily. I haven't tried it in some time, so maybe I'll give it a whirl again now that I am free to bugger up my work at will.



    NeverEndingBillboard.com

    1. Re:Yay! by 3dr · · Score: 3, Informative

      Please do try it. Undo does work, and Blender has really improved during the 2.3x releases. I've not tried 2.40 yet.

      To other Slashdotters who've mentioned UI difficulty:
      The interface in blender is designed around having the right hand on the mouse, and the left hand on the keyboard. UI actions are very terse, and therefore slow to learn and easy to forget. Find, read, and do the available tutorials! There is plenty of info to get going, and once you get over the initial hump you'll find Blender *fast* to use.

  13. Re:Can someone translate for me? by LetterRip · · Score: 4, Informative

    Sorry for the technobabble, UVs are a way to map an image/texture to a 3d model. LSCM is a way to create your mapping to the model in a way that it is of good quality - live means that you can tweak it as you go instead of tweak recalculate, tweak recalculat. A modifier stack - is changes that are modifiers are 'virtual' ie can easily be done and undone at any point in the models life.

    LetterRip

  14. and it's completely useless on OS X because... by SuperBanana · · Score: 3, Informative
    ...none of the menus work in 10.4.3!* Looks like we'll have to wait for 10.4.4 to be released by Apple, as developer previews of 10.4.4 apparently resolve the issue.

    While some people would point the finger at Apple, I find it highly curious that Blender broke so severely (if you read the thread, lots of other things don't work) and far as I know, nothing else did...

    Yes, I verified the bug- on my 17" Powerbook (with an NVidia card) none of the menus or popup listboxes appear. If you have a machine with 10.4.3 and an nvidia card, don't bother...yet.

    1. Re:and it's completely useless on OS X because... by lancelet · · Score: 4, Informative

      Blender broke on OSX so severely because its entire user interface is built using OpenGL. Most applications you're familiar with probably use OpenGL only for the 3D displays, not for buttons, list-boxes, etc. Blender is notorious for pushing the OpenGL implementation much further and requiring a much more complete coverage of The Standard than other applications (games, for example). Don't point fingers unless you've looked at the code!

    2. Re:and it's completely useless on OS X because... by Anonymous Coward · · Score: 2, Interesting

      There's similar problems with Modo when upgrading to 10.4.3, and also Alias is advising Maya users not to upgrade to 10.4.3 for some nvidia cards. Doesn't seem like a coincedence to me.

    3. Re:and it's completely useless on OS X because... by LetterRip · · Score: 4, Informative

      [QUOTE]The fact that Blender uses OpenGL for it's GUI basically means that unless your video card is relatively new, and your drivers implement the spec perfectly, you will have problems, either with performance or graphical bugs. Of the five Win boxes in my house, Blender runs usably on none of them; it's either too slow, or the interface is corrupted.[/QUOTE]

      You can put a software only driver in your blender folder that will fix pretty much any card. For ATIs that are buggy turn off 'full hardware accelleration'. S3 and Intel on board graphics also have issues. Pretty much all other cards in the past 10 years should be okay, but NVidia tends to work best on Windows.

      LetterRip

    4. Re:and it's completely useless on OS X because... by BoldAndBusted · · Score: 2, Informative

      Isn't building the interface on OpenGL exactly what Apple says Mac OS X can do? Apple itself uses OpenGL for many of its core technologies, like Expose, Core Video, Core Image, etc. Check it: http://www.apple.com/macosx/features/opengl/

      As far as the "finger-pointing" goes... I'm not going to look at the code, and I'm not a Blender user, but I have to ask: If Apple says Mac OS X can support an OpenGL API (which is a standard), and hasn't set some arbitrary limit on the support the OS gives to that standard, then any application that subsequently breaks _by actually following the standard_ is blameless, and the supporting OS and OS libraries are to blame, no? How can one "push the limits" with a standard? An application either follows them, or it does not, right?

      Now, I'll give you that if the standard itself is *incomplete*, the blame falls on the standards team. Of course, Blender may not be using the OpenGL API correctly, and the blame would then fall squarely on the Blender devs for the error. But, Apple is to blame if their implementation of OpenGL is busted and can't perform what Blender expects of a standards-compliant OpenGL implementation.

      I just want to make sure that we kick off the finger-pointing on a firm foundation. ;)

  15. Grammar Nazi by Geoffreyerffoeg · · Score: 4, Funny

    There's a couple of errors in the post, but they're not important, except one whose rule many people don't know:

    has born fruit with the Blender 2.40 release.
    Borne fruit. "Borne" is the past tense of "bear". "Born" is a defective verb that's used as the passive voice of "give birth". Unless they went into labor before releasing their product, I'm pretty sure they meant "borne".

    1. Re:Grammar Nazi by Bingo+Foo · · Score: 2, Funny
      "Borne" is the past tense of "bear".

      And of course, "cub" is the future tense of "bear."

      --
      taken! (by Davidleeroth) Thanks Bingo Foo!
  16. Mirror links by LetterRip · · Score: 3, Informative
  17. Re:Linux Lover? by The+Mgt · · Score: 3, Insightful

    I'm guessing the article was submitted by a linux fan.

    Why? It's a Windows and OSX app too.

  18. Re:Works with ATI by Eideewt · · Score: 2, Informative

    Actually, yes, they are. They use OpenGL for all the 2d parts of the interface as well as the 3d display. So if your driver has broken 2d OpenGL rendering (many do, since it's not commonly used), Blender's menus will be broken to some degree.

  19. bloated? by AvitarX · · Score: 3, Funny

    at 6MB isn't blender starting to get bloated?

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    1. Re:bloated? by djcapelis · · Score: 4, Informative

      We're working on it!

      No, seriously, we're working on it.

      Linux Platform Manager
      Blender Project

      --
      I touch computers in naughty places
  20. Re:Volunteerism and private enterprise win again by Ksisanth · · Score: 2, Informative

    Socialism and capitalism are about who owns/controls capital goods, not who benefits from their use, and supporters of either system claim to benefit the public. Corporate sponsorships and charitable giving benefit the public, too, but are not "socialist" -- good PR opportunities are worth a lot.

  21. Re:Great... by jason.saund · · Score: 3, Interesting

    There *is* a lot of work being done on the interface, which will be in the next release. Reorganizing the buttons window is a very big task, and something that can't be rushed... hopefully you'll be pleased with version 2.41 :)

  22. Warning: Blender may cause you to be violent!! by protocoldroid · · Score: 2, Informative

    ...If you participate in 'Blender Battles', which you should if you're interested in blender.

    And don't forget the elysiun forums, which are in invaluable source of blender knowledge, and... Also another place where you can put up your dukes in some friendly blender competition.

    While I'm at it, don't forget #smc (stands for "speed modeling competitions") on freenode.

  23. Replacing the Game Engine: CrystalBlend by Jorrit · · Score: 5, Interesting

    Some of you may already know but we are aiming to make a new GameEngine for Blender using the Crystal Space 3D Engine (http://www.crystalspace3d.org/). This project is called CrystalBlend (more information on that project here: http://www.crystalspace3d.org/tikiwiki/tiki-index. php?page=CrystalBlend). The idea is (just like with the current game engine) to be able to make full games from inside Blender without the need to program. The current logic system for the game engine is a bit limited so you often have to resort to Python scripts to make the full game but with CrystalBlend we will make a totally new logic system that still allows for this fallback but makes it less needed.

    The reason I post here is that I'm looking for developers who want to help me with this project mainly on the Blender side. As the project manager of Crystal Space I will take on the Crystal Space side of CrystalBlend (i.e. 3D engine specifics). I will also work on the logic system itself but I would like some other people to help me with both the integration of Blender and Crystal Space as the development of the new user interfaces for the new logic system.

    Give me a mail (jorrit dot tyberghein at gmail dot com) if you are interested!

    Greetings,

    --
    Project Manager of Crystal Space (http://www.crystalspace3d.org). Support CS at http://tinyurl.com/cb3x4
  24. Lots of goodies awaits.... by MindPrison · · Score: 4, Informative

    Then youll be happy to know that - not only do we have full undo functionality , but theres even an UNDO-HISTORY function with a menu to go (Alt + U) so you can go anywhere in the history and redo from wherever you wish...heck...you can even browse through the various changes you made and go forward again if you still change your mind :)

    Blender even has different undos for different systems. Example: Global Undo and Local Undo - Meaning if you change stuff in you scene...you can just do the normal Ctrl + Z to undo there...or if you where editing your mesh you can undo/redo stuff with U in meshedit mode (Tab).

    Blenders all about safety and workflow these days, if all above wasnt enough security for you - you can adjust your preferences to save "xxx-number-of-versions-back". Theres even a separate "Reopen last" and "Recover last session" system so if you for some reason stopped in the middle of it all..can continue your work where you left it - or select the last file you worked on. Hows that for total paranoia? :)

    Want more? I could go on an on...but Ill leave that to you.

    --
    What this world is coming to - is for you and me to decide.
  25. Re:Great... by aichpvee · · Score: 2, Interesting
    Maya's a lot easier to get into than 3DS, doubly so if you're a *nix user since it's very Unixie in a lot of ways. And speaking of 3DS, using a modifier stack in Blender is a HORRIBLE idea if it's anything like 3DS's. It's unwieldy and (even by v5 when I stopped using it) most of the modifiers screwed things up if you worked on the lower ones and wound up constantly having to collapse the stack. Copying Maya's construction history would have been a much better way to go for Blender.

    Of course Blender's modifier stack could be great (I doubt it), and I guess I'll find out in a few minutes.

    As for the interface, Blender's isn't really that bad. If you go through the tutorials on it (which are actually pretty good) it almost starts to make sense.

    --
    The Farewell Tour II
  26. Still no smoothing groups? by Rezonant · · Score: 2, Interesting

    I would love to switch from 3DSMax to Blender for my little hobby game, but the lack of smoothing groups in Blender makes this absolutely impossible. Googling for "Blender smoothing groups" didn't give me much hope. Are they even planned for inclusion?

    1. Re:Still no smoothing groups? by Fireflymantis · · Score: 4, Informative

      Yes there are smoothing groups, although as per the blender philosphy, it is hard to figure out how to do it. One has to select the verts (or side, or faces) of the group and turn it into a material group. From there, you can assign in a unique texture, have it be automatically be made into a seam group for LCMS unwrap and UV texturing, and set it as a smothed group, amongst other different nifty things.

  27. CAD? by Trogre · · Score: 3, Interesting

    Will I finally be able to model my new house with this version?

    I was sad to see the BlenderCAD project die a slow death, as it addressed a lot of the CAD issues that Blender 2.3 was missing.

    I'd still like to see persistent units, measurements and materials BOM.

    --
    "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  28. Re:Can someone translate for me? by CarpetShark · · Score: 2, Informative

    Basically, LSCM unwrapping lets you "skin" a model (not in the 3D skinning sense, but in the animal skinning sense) so you end up with a flat covering. Actually, the method is similar too -- just mark the "seems" where you would cut with a knife to remove the skin in one piece. Then, you can export that covering to a paint program, draw on it, and put it back on your model :)

  29. Re:Splitting Hairs... by khellendros1984 · · Score: 2, Insightful

    The . isn't a decimal....for instance, 2.4.1 is a valid version number, as is 2.10.3, but 2.10.3 isn't the same as 2.1.3, see? At least, that's how many programs are versioned (mostly open source stuff, I suppose), where they don't worry quite as much about the software's marketing image.

    --
    It is pitch black. You are likely to be eaten by a grue.
  30. Re:Ouch, CrystalSpace not 64-bit clean like blende by Jorrit · · Score: 2, Informative

    That's absolutely not true! I'm the project manager of Crystal Space and my main computer is a 64-bit AMD on which I run 64-bit Linux. Crystal Space is 100% 64-bit clean (at least the latest CVS, the latest stable 0.98 has problems).

    Greetings,

    --
    Project Manager of Crystal Space (http://www.crystalspace3d.org). Support CS at http://tinyurl.com/cb3x4