Set default URL to actual Pillar URL

This commit is contained in:
Sybren A. Stüvel 2016-04-04 14:52:18 +02:00
parent 29230f09e7
commit 23540f931f

View File

@ -18,7 +18,7 @@ class BlenderCloudPreferences(AddonPreferences):
pillar_server = bpy.props.StringProperty(
name='Blender Cloud Server',
description='URL of the Blender Cloud backend server',
default='https://pillar.blender.org:5000/'
default='https://cloudapi.blender.org/'
)
local_texture_dir = StringProperty(