Skip to content

The FLIP Fluids addon is a tool that helps you set up, run, and render high quality liquid fluid effects all within Blender, the free and open source 3D creation suite.

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE_GPLv3.md
MIT
LICENSE_MIT.md
Notifications You must be signed in to change notification settings

rlguy/Blender-FLIP-Fluids

Repository files navigation

image

FLIP Fluids

The FLIP Fluids addon is a tool that helps you set up, run, and render liquid simulation effects. Our custom built fluid engine is based around the popular FLIP simulation technique that is also found in many other professional liquid simulation tools. The FLIP Fluids engine has been in constant development since 2016 with a large focus on tightly integrating the simulator into Blender as an addon. It just feels like a native Blender tool!

With our reputation for delivering high quality software and outstanding customer support, the FLIP Fluids addon is one of the best selling products in the Blender community.

Have any questions? Do not hesitate to ask us at support@flipfluids.com!

Getting the FLIP Fluids Addon

You may purchase the FLIP Fluids addon on official marketplaces where the FLIP Fluids addon is sold. Purchasing a license entitles you to the full FLIP Fluids feature set and content, tool support, and helps ensure the continued development of the addon. Thanks to the amazing support of the Blender community, we have been able to further develop the addon on a full-time basis since its initial release in May 2018!

Getting Support

You can get support for the FLIP Fluids addon by reading the documentation and wiki or through the marketplace messaging systems where you have purchased the FLIP Fluids addon product. Support is granted to all customers whom have purchased a license.

Key Features

See any of our market place product pages for information on features.

System Requirements

  • Windows, macOS, or Linux operating system
  • Blender 4.1 to 4.4 compatible
  • CPU 64-bit Intel® or AMD® or Apple Silicon multi-core processor
  • 8 GB RAM minimum, 16 GB of RAM or more is highly recommended

Release Notes

For release notes, see this page: Release Notes

License

This program uses multiple licenses. See the files LICENSE_GPLv3.md, LICENSE_MIT.md, and LICENSE_Standard_Royalty_Free.md for license details. In General:

  • The Blender addon code is licensed under the GPL.
  • The FLIP Fluids simulation engine is licensed under the MIT license.
  • Some addon content will be using a Standard Royalty Free license. This license may cover content such as example scene files, media, artwork, data, and features that rely on this content (ex: Mixbox color blending features). This content will only be included within the paid addon and will not be available on the GitHub project page. The addon is still completely usable without this content.

Source code files will state their license at the top of the file. Assets will include a license file and information in their containing directory.

Building

To build the FLIP Fluids addon and its external dependencies, some programming experience and prior experience in building C/C++ applications with CMake is strongly recommended. Some familiarity with the C/C++ compiling, linking, and building process is recommended for debugging and resolving any errors or warnings that are encountered.

Do you like our FLIP Fluids addon? If you can afford, please consider purchasing a license on an official marketplace to help support our continued development of the project. Development of the FLIP Fluids addon is funded solely through through marketplace sales, and as a small team we truly appreciate your support.

Source Code Dependencies

Installations of the following programs and dependencies will be needed to build and compile the FLIP Fluids addon:

Required:

  1. A compiler that supports C++17.
    • Windows: MinGW is the only supported compiler for Windows OS.
    • macOS: Clang (recommended)
    • Linux: GCC (recommended)
  2. CMake to generate the appropriate solution, project, or Makefiles, for your system.
  3. GNU Make to compile/build the FLIP Fluids simulation engine.
  4. Alembic and its external dependencies:

Optional:

  1. Python 3.3+ to use the automated build script.

Building with automated script

This repository includes an automated build script to help you build and compile the FLIP Fluids addon. Use of this script requires an installation of Python 3.3+.

To build, compile, and package the FLIP Fluids addon, navigate to the root of the project directory and run:

python build.py

Once successfully built, the FLIP Fluids addon and installation .zip file will be located in the build/bl_flip_fluids/ directory. See Addon Installation Guide.

Notes:

  • The build script will work best if CMake and GNU Make are located in your system PATH variable, but if not, you may also specify their locations when executing the script with the -cmake-path path/to/cmake and -make-path path/to/make flags.
  • The simulator relies on the Alembic and Imath 3 external dependencies. If these shared libraries are not in your system PATH variable, they should be packaged within the addon with the -package-alembic-library path/to/libAlembic and -package-imath-library path/to/libImath flags.
  • run python build.py --help for help.

Building without automated script

To build and compile the FLIP Fluids addon, navigate to the root of the project directory and run:

Windows

mkdir build
cd build
cmake .. -G "MinGW Makefiles"
make

Linux/MacOS

mkdir build
cd build
cmake ..
make

Once successfully built, the FLIP Fluids addon will be located in the build/bl_flip_fluids/ directory.

Notes:

  • To create an addon installation file, zip the build/bl_flip_fluids/flip_fluids_addon directory using an archive utility of your choice. See Addon Installation Guide.
  • The simulator relies on the Alembic and Imath 3 external dependencies. If these shared libraries are not in your system PATH variable, they should be packaged within the addon by copying the libraries to the build/bl_flip_fluids/flip_fluids_addon/ffengine/lib/ directory.

Links

About

The FLIP Fluids addon is a tool that helps you set up, run, and render high quality liquid fluid effects all within Blender, the free and open source 3D creation suite.

Topics

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE_GPLv3.md
MIT
LICENSE_MIT.md

Stars

Watchers

Forks

Packages

No packages published

Contributors 7