Set default URL to actual Pillar URL
This commit is contained in:
parent
29230f09e7
commit
23540f931f
@ -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(
|
||||
|
Reference in New Issue
Block a user