This great addon and all the work that pyroevil did needs a place for futher development !!
Let’s build a community. If you are a developer contact me.
Hi ! First of all, thank you so much for your work !! I’m a biochemist working on molecules renders/animations and this addon is extremely important for my workflow, please keep up the good work !
I’d also like to ask, is that a thing too with your version of the addon ? :
As a subsidiary question, is there any particular ways of getting improved perfomance that you recommend ? (thus more particles simulated)
I haven’t really tested this case. I found that the bottleneck is Blender here since getting and setting the particles is only single threaded. molecular is multi threaded … you can see this in the console comparing Blender and Molecular time.
But just test it. It should be almost the same since this is more or less the original cpython code.
If you want to take part in discussion hit over to the discord.
Hi! I’m testing latest molecular+ (1.1.3), and having an issue that shown on video. I’m creating a plane emitter with uv spheres and at the start of simulation particles just bounces from each other and fly away. I’ve compared the same setup with original molecular 1.1.2, and there particles behave much more predictably, just starts to fall down. I need to mention that for molecular+ i’m using latest blender 2.93 alpha, and for molecular 1.1.2 - 2.92, because it gives me an error when i try to install it on latest. This issue appears only in emitter type, not 2d or 3d grid. But if i crank up randomness of a grid, then problem comes back. I think it has something to do with particles, that appears at the same place and instantly bounce from each other, and solution is to create a grid with no intersections. But in my case i need a random particles appear, without noticeable pattern… Now i need to stick with previous molecular for this, but your version in much more handy to use, so maybe there is solution for this. Thank you.
in Version 1.1.4 the wild fly away is gone, but the Self Collision doesn’t work.
I hope I did everything right, this is my first attempt with the + variant of molecular.
Hello
molecular only supports sphere partciles and the physics will act accordingly.
When switching viewport display to point and setting it 1/2 the size of the particles … this should be the same in 2.93 and on. It works fine.no-self-collision.blend (1001.4 KB)
Also make sure to rotate the plane and emit downward. Also adding more particle dampening will help with flyaways.
first of all, thank you very much for further development the Molecular Add-On and for your quick answer.
Is it planned that the Self Collision also works with other objects?
These “switching viewport display to point”… What good would that do?
It only gives the impression (in this case) of something that does not correspond to the end result.