rlguy / Blender-FLIP-Fluids

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.
https://www.blendermarket.com/products/flipfluids
GNU General Public License v3.0
1.71k stars 190 forks source link

Error when baking using curve force field #550

Closed SohailNordin closed 3 years ago

SohailNordin commented 3 years ago

System Information

Blender Version (including hash): 2.93.3 FLIP Fluids Version: 0.0.9 Operating System: Windows CPU: Intel core i7-10750H GFX: Nvidia Geforce GTX 1660 Ti RAM: 32GB

Describe the bug

Error message appears when trying to bake a curve force field. The curve is from the "Add curve : Extra objects" add-on.

To Reproduce

Add an Archimedean curve spiral and set it to force field.

Expected Behaviour

The fluid follows the curve

Actual Behaviour

Error message pops up and the bake is stuck at "Cancelling... Safe to quit Blender".

Screenshots

Screenshot (101)

Here is the file : https://drive.google.com/file/d/10lZzyx8psbADO4PqFjNc36FKIGEKpET1/view?usp=sharing

rlguy commented 3 years ago

Hi, thank you for the bug report!

This error is caused by a bug in the FLIP Fluids addon where not all of Blender curve types are supported.

This bug has been fixed and will be available in the next versions of the addon to be released on August 20th (v0.1.0 demo, v1.1.0 Stable).

Workaround

Until the next release, a workaround is to convert the curve spline type to 'Bezier' in Edit Mode:

set_spline_type

SohailNordin commented 3 years ago

Ahh alright, thank you!