X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift_blender%2Fsr_main.py;fp=skaterift_blender%2Fsr_main.py;h=fb20636dc283bf8605da33368d5dcc86eec42c92;hb=078cdcbdb0cf93a994301dbb5eeca88d89df4e74;hp=b715493167463135e4af8e39ea7f1c0691281261;hpb=64f332257f336eb871231fd746a93ce02b6d4b4c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift_blender/sr_main.py b/skaterift_blender/sr_main.py index b715493..fb20636 100644 --- a/skaterift_blender/sr_main.py +++ b/skaterift_blender/sr_main.py @@ -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( \