free blender 3d animation open source software

Discussion in 'Software' started by Roostah, Jun 11, 2011.

  1. Roostah
    Joined: Jun 2011
    Posts: 16
    Likes: 1, Points: 0, Legacy Rep: 20
    Location: United States

    Roostah Junior Member

    http://www.blender.org/ good for making animated movies of your projects. or renderings. plenty of tutorials on youtube as well as on the blender site. ^.-
     
    1 person likes this.
  2. quequen
    Joined: Jul 2009
    Posts: 370
    Likes: 15, Points: 28, Legacy Rep: 199
    Location: argentina

    quequen Senior Member

    Blender is a fantastic, powerfull software for anyone who has interest on 3D, and its's GNU licenced. It's intendet to be a character's maker, but you'll find a package that is in many ways at the same's Rhino level. I think Martijn, Leo, Victor T, could take a lot from Blender to improve their products.
     
  3. Leo Lazauskas
    Joined: Jan 2002
    Posts: 2,696
    Likes: 155, Points: 63, Legacy Rep: 2229
    Location: Adelaide, South Australia

    Leo Lazauskas Senior Member

    How would it do that?
     
  4. quequen
    Joined: Jul 2009
    Posts: 370
    Likes: 15, Points: 28, Legacy Rep: 199
    Location: argentina

    quequen Senior Member

    Well, I'm not a programmer (ok, may be a really bad one) but think that having acces to the source code of such a 3D software can reveal some good ideas.
    Perhaps you could incorporate animation and quality render to your wave paterns, and a cool 3D viewer; Martijn could make a good Renderer to Delftship Pro, and even animation, and a faster way to select, modify, reorder, smooth the surfaces and nurbs control points, etc.
     
  5. Leo Lazauskas
    Joined: Jan 2002
    Posts: 2,696
    Likes: 155, Points: 63, Legacy Rep: 2229
    Location: Adelaide, South Australia

    Leo Lazauskas Senior Member

    Thanks, but I'm more interested in ship science. :)
    I always output results in simple text formats, so people can use them as input to Blender (or other programs) to produce their own graphics.

    Leo.
     
  6. CaptBill
    Joined: Jan 2010
    Posts: 184
    Likes: 10, Points: 0, Legacy Rep: 64
    Location: Savannah,Ga

    CaptBill CaptBill

    Blender is actually really powerful and would be a good platform for an advanced hullform modeler on par with rhino (even better actually). What they lack is customized tools to 'drive' the interface. They need the final layer of toolsets, developed by boat builders FOR boatbuilders to work without having to become a 3d artist. In stock form they are very broad reaching to appeal to any market, but lack a programming 'framework' that is needed for all but a professional 3d artist.

    Like Leo said, you need the ability to feed it 'old school' hull fairing computations by programming a 'hullform plug-in' to provide a familiar interface for boat building.

    The idea is very promising because Blender can handle fluid simulations, wind simulation on sails, and also rigging animations. From a programmers standpoint it's nice because the code is open source.

    The trick, again as Leo pointed out, is mapping the numbers from a spreadsheet/database of coordinates obtained by traditional methods and mapping them to the Blender object model.
     
  7. alanrockwood
    Joined: Jun 2009
    Posts: 133
    Likes: 17, Points: 18, Legacy Rep: 116
    Location: USA

    alanrockwood Senior Member

    A note about Blender: There is a Blender add on called CADtools. It aims to give blender some CAD-like capabilities. The project is only partially complete, but the author of that project lets you download what he has.

    He has also made a fork of blender itself that provides better support for CADtools, though you can also use CADtools with the standard version of Blender.

    I'm not really sure if it is worth all the trouble, but it is at least worth looking into.

    Here is the key link.

    http://www.cad4arch.com/cadtools/index.htm

    Also, here is a link with a tutorial on using standard Blender for 3D mechanical modeling.

    http://www.rab3d.com/tut_blender.php

    Both of these can us Blender 2.49b. They do not work with the 2.5 version(s) of Blender because these versions of Blender are not backwards compatible.
     
  8. magwas
    Joined: Oct 2009
    Posts: 287
    Likes: 10, Points: 18, Legacy Rep: 47
    Location: Hungary

    magwas Senior Member

    Have you taken a look into freecad yet (the open source one)?
    Easier user interface than blender, scriptable in python, both 2D and 3D capabilities. It would not be a really big deal to extend its mesh algorithms with freeship's surface mesh editing capabilities to it. As freeship is also open source, it needs to translate the core algorithm from pascal to c++ or python, and glueing it to freecad interfaces.
    The existing 3D capabilities of freecad than would give am even much more powerful modeler than freeship.
    From that on hydrostatic calculations are also a matter of translation (with much less glueing needed).
    Adding autoextruding based on plate thickness and using its already existing capabilities to export for FEM tools would open a way to do mechanical analysis (and give more realistic look).

    I am very tempted to play with it, but I have another source projects to attend to, and limited free time.
     
  9. lewisboats
    Joined: Oct 2002
    Posts: 2,329
    Likes: 129, Points: 0, Legacy Rep: 1603
    Location: Iowa

    lewisboats Obsessed Member

    Freeship was done in Delphi or so I believe Marven said.
     
  10. magwas
    Joined: Oct 2009
    Posts: 287
    Likes: 10, Points: 18, Legacy Rep: 47
    Location: Hungary

    magwas Senior Member

    Yes, delphi is a pascal IDE, and FreeShip was done in that. Translating pascal to python is not a big deal, and only the core algorithms should be translated: the infrastructure is already there.
     
  11. quequen
    Joined: Jul 2009
    Posts: 370
    Likes: 15, Points: 28, Legacy Rep: 199
    Location: argentina

    quequen Senior Member

  12. CWTeebs
    Joined: Apr 2011
    Posts: 232
    Likes: 15, Points: 0, Legacy Rep: 171
    Location: Maine

    CWTeebs AnomalyGenerator

    Are there any tutorials that show how one might take a precomputed ocean wave, e.g. Leo's Michel code, and render it as a pretty surface? It looks like these tutorials are all geared towards using their fluid simulation kernels.
     
    1 person likes this.
  13. quequen
    Joined: Jul 2009
    Posts: 370
    Likes: 15, Points: 28, Legacy Rep: 199
    Location: argentina

    quequen Senior Member

    CWTeebs, have you tried Delftship or Freeship? They both have an Import option to directly get michlet waves, very simple and fast. Then export the whole project as .iges, open and render on your favourite package (I would recommend anyone having VRay as a plugin rendering engine, VRay is on track to integrate in Blender, it will be an excelent option).
     
  14. CWTeebs
    Joined: Apr 2011
    Posts: 232
    Likes: 15, Points: 0, Legacy Rep: 171
    Location: Maine

    CWTeebs AnomalyGenerator

    quequen,

    Thank you very much for the advice. I'm definitely going to look into your suggestion. May I e-mail you if I have any further technical questions? We might be able to turn this into a Boat-Design.net tutorial.

    Cheers,

    CWTeebs
     

  15. quequen
    Joined: Jul 2009
    Posts: 370
    Likes: 15, Points: 28, Legacy Rep: 199
    Location: argentina

    quequen Senior Member

    Off course, if I can be of some help! ;)
     
Loading...
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.