Skip to content

PavelBlend/blender-molecular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blender Molecular

This is molecular addon for Blender.

Inspired from the 2D simulator Really (1998) and Lagoa Multiphysic in Softimage.

Based on Molecular Script from Pyroevil.

The core has been rewritten from Cython to C.

Install

Add an BLENDER_USER_ADDON_PATH environment variable that will reference the blender addons directory.

Install OpenMP.

Build C Core:

python setup.py build

Install Addon:

python install.py