{OB_FSBND_NOSLIP,"NOSLIP",0,"No Slip","Obstacle causes zero normal and tangential velocity (=sticky). Default for all. Only option for moving objects"},
{OB_FSBND_PARTSLIP,"PARTIALSLIP",0,"Partial Slip","Mix between no-slip and free-slip. Non moving objects only!"},
{OB_FSBND_FREESLIP,"FREESLIP",0,"Free Slip","Obstacle only causes zero normal velocity (=not sticky). Non moving objects only!"},
{OB_FSBND_NOSLIP,"NOSLIP",0,"No Slip","Obstacle causes zero normal and tangential velocity (=sticky), default for all (only option for moving objects)"},
{OB_FSBND_PARTSLIP,"PARTIALSLIP",0,"Partial Slip","Mix between no-slip and free-slip (non moving objects only!)"},
{OB_FSBND_FREESLIP,"FREESLIP",0,"Free Slip","Obstacle only causes zero normal velocity (=not sticky, non moving objects only!)"},
RNA_def_property_ui_text(prop,"Compressibility","Allowed compressibility due to gravitational force for standing fluid. (directly affects simulation step size)");
RNA_def_property_ui_text(prop,"Compressibility","Allowed compressibility due to gravitational force for standing fluid (directly affects simulation step size)");
RNA_def_property_ui_text(prop,"Surface Smoothing","Amount of surface smoothing. A value of 0 is off, 1 is normal smoothing and more than 1 is extra smoothing");
RNA_def_property_ui_text(prop,"Surface Smoothing","Amount of surface smoothing (a value of 0 is off, 1 is normal smoothing and more than 1 is extra smoothing)");
RNA_def_property_ui_text(prop,"Surface Subdivisions","Number of isosurface subdivisions. This is necessary for the inclusion of particles into the surface generation. Warning - can lead to longer computation times!");
RNA_def_property_ui_text(prop,"Surface Subdivisions","Number of isosurface subdivisions (this is necessary for the inclusion of particles into the surface generation - WARNING: can lead to longer computation times!)");
RNA_def_property_ui_text(prop,"Export Animated Mesh","Export this mesh as an animated one. Slower, only use if really necessary (e.g. armatures or parented objects), animated pos/rot/scale IPOs do not require it");
RNA_def_property_ui_text(prop,"Export Animated Mesh","Export this mesh as an animated one (slower, only use if really necessary [e.g. armatures or parented objects], animated pos/rot/scale F-Curves do not require it)");
RNA_def_property_ui_text(prop,"Impact Factor","This is an unphysical value for moving objects - it controls the impact an obstacle has on the fluid, =0 behaves a bit like outflow (deleting fluid), =1 is default, while >1 results in high forces. Can be used to tweak total mass");
RNA_def_property_ui_text(prop,"Impact Factor","This is an unphysical value for moving objects - it controls the impact an obstacle has on the fluid, =0 behaves a bit like outflow (deleting fluid), =1 is default, while >1 results in high forces (can be used to tweak total mass)");
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.