Physics: Enable liquid meshing by default #120832

Merged
Brecht Van Lommel merged 1 commits from Bartosz-Kosiorek/blender:liquid-mesh into main 2024-04-22 12:26:23 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
.maxres = 32, \
.solver_res = 3, \
.border_collisions = 0, \
.flags = FLUID_DOMAIN_USE_DISSOLVE_LOG | FLUID_DOMAIN_USE_ADAPTIVE_TIME, \
.flags = FLUID_DOMAIN_USE_DISSOLVE_LOG | FLUID_DOMAIN_USE_ADAPTIVE_TIME | FLUID_DOMAIN_USE_MESH, \
.gravity = {0.0f, 0.0f, -9.81f}, \
.active_fields = 0, \
.type = FLUID_DOMAIN_TYPE_GAS, \