Molecular Script Update

PyroEvil gives us an update on his add-on: Molecular Script.

PyroEvil

I want to share with everybody some test I did with my new molecular script. Probably many of you see my entry to the contest “Let’s break some stuff” with this video:

Now I rewrite it from scratch with a UI to make it more user friendly. I did not finish it yet (but get nice result with it) , but a “alpha version” is available on my blog for testing. Now I get a big headhash by trying to convert it to Cython and get a speed increase ( 10-100x faster on many code ). Any donation to support are welcome.

Links

 

Be Sociable, Share!

    12 thoughts on “Molecular Script Update

    1. Thanks for all comment. Probably a simple mesher can be one of my next addon project if no developpement of this coming soon from the Blender team. I see a lot of download of my addon ( 230 at this time a wrote the comment ) but not a lot of feedback. I suppose they need times to try it well. So any constructive comment/feedback about anything are welcome ( my addon , my blog , my videos … etc ).

    2. Its great but we really need a fast mesh/surface_creator, there has been a few scripts but for any scene but none really suitable for high amounts of particles or animation.

      So far the scripts we do have use meta-balls, but meta-balls in blender are very old ans slow, however if we could get a GPU accelerated meta balls we would create fluid quickly and handle large particle counts. A quick google search shows that GPU accelerated meta balls are possible.
      http://www.youtube.com/watch?v=ikj7hgx4w4k
      http://www.youtube.com/watch?v=hxJiu-pzIag

        • You are doing a great job ;), lets hope a developer becomes inspired by your work and created a new GPU accelerated meta balls.

          Maybe Nvidia will have source code examples some place, they normally have lots of information and examples on this sort of stuff.

      • and yes , metaball are very slow. I did some test today and the result are :
        - 1000 metaball it’s take 10 sec to calculate
        - 10 000 is like 1-2 minutes
        - 100 000 …. I left it calculate for 3hours and they never finish

        • If you’ll google, you can find two addons on blenderartists, trying meshing through metaballs and both come to same conclusion as you – computation time grows exponentially to ball count.
          I guess it requires another algorithm for metaball, where, for instance, balls could be separated by voxels beforehand, and balls outside of neighbour voxels won’t affect computation of current voxel being computed.
          Unfortunately my math probably is worse than yours :)

    Leave a Reply

    To add your profile picture to your comments, register your email address on Gravatar.