sand alpha, addon reg
[carveJwlIkooP6JGAAIwe30JlM.git] / skaterift_blender / sr_main.py
index b715493167463135e4af8e39ea7f1c0691281261..fb20636dc283bf8605da33368d5dcc86eec42c92 100644 (file)
@@ -3613,8 +3613,8 @@ class SR_MATERIAL_PROPERTIES(bpy.types.PropertyGroup):
    sand_colour: bpy.props.FloatVectorProperty( \
          name="Sand Colour",\
          subtype='COLOR',\
-         min=0.0,max=1.0,\
-         default=Vector((0.79,0.63,0.48)),\
+         min=0.0,max=1.0,size=4,\
+         default=Vector((0.79,0.63,0.48,1.0)),\
          description="Blend to this colour near the 0 coordinate on UP axis"\
    )
    shore_colour: bpy.props.FloatVectorProperty( \