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.67k stars 187 forks source link

Blender 2.80 Alembic exporter does not export simulation as an animated mesh #461

Closed rlguy closed 5 years ago

rlguy commented 5 years ago

When exporting to Alembic, the Blender Alembic exporter checks if there are any modifiers on the object to determine if the object is animated.

To export a fluid simulation as an Alembic cache, you will need to use a workaround of adding a modifier to the _fluid_surface, whitewater_foam, whitewater_bubble, and whitewater_spray_ objects so that they are exported as an animated mesh. For example, a smooth modifier with 0 repeats can be used.

This works in Blender 2.79, but it seems that this has stopped working in Blender 2.80. I have filed a bug report on the Blender tracker for this issue here: https://developer.blender.org/T65816

rlguy commented 5 years ago

Accidentally added this twice. Refer to #460.