From d8a3ee00f4f7bdc4c66158bd080720a7cc9dc3e4 Mon Sep 17 00:00:00 2001 From: Jrius <2261279+Jrius@users.noreply.github.com> Date: Thu, 23 Dec 2021 12:53:31 +0100 Subject: [PATCH] Ahnonay defaults for swimregions --- korman/properties/modifiers/water.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/korman/properties/modifiers/water.py b/korman/properties/modifiers/water.py index 891c7fb..39f4014 100644 --- a/korman/properties/modifiers/water.py +++ b/korman/properties/modifiers/water.py @@ -43,15 +43,15 @@ class PlasmaSwimRegion(idprops.IDPropObjectMixin, PlasmaModifierProperties, bpy. down_buoyancy = FloatProperty(name="Downward Buoyancy", description="Distance the avatar sinks into the water", - min=0.0, max=100.0, default=3.0, + min=0.0, max=100.0, default=11.0, options=set()) up_buoyancy = FloatProperty(name="Up Buoyancy", description="Distance the avatar rises up after sinking", - min=0.0, max=100.0, default=0.05, + min=0.0, max=100.0, default=2.0, options=set()) - up_velocity = FloatProperty(name="Up Velcocity", + up_velocity = FloatProperty(name="Up Velocity", description="Rate at which the avatar rises", - min=0.0, max=100.0, default=3.0, + min=0.0, max=100.0, default=5.0, options=set()) current_type = EnumProperty(name="Water Current",