With Mantaflow the current smoke modifier UI will accommodate both smoke and liquids.
In addition, there is now an option for Mantaflow liquids in the quick effects section ("Quick Liquid").
Reviewed By: sergey
Maniphest Tasks: T59995
Differential Revision: https://developer.blender.org/D3852
4 lines
123 B
Python
4 lines
123 B
Python
import bpy
|
|
bpy.context.fluid.domain_settings.viscosity_base = 1.0
|
|
bpy.context.fluid.domain_settings.viscosity_exponent = 6
|