Added start of image sharing.

Sharing an image datablock works, if it has been saved and not packed.
Directly sharing a file, and dirty/packed datablocks are for a future
commit.
This commit is contained in:
2016-07-06 15:20:50 +02:00
parent 1c2def3b84
commit c9a92dd5d1
4 changed files with 215 additions and 22 deletions

View File

@@ -12,7 +12,9 @@ from bpy.props import StringProperty, EnumProperty, PointerProperty
from . import pillar, gui
PILLAR_SERVER_URL = 'https://cloudapi.blender.org/'
PILLAR_WEB_SERVER_URL = 'https://cloudapi.blender.org/'
# PILLAR_SERVER_URL = 'http://localhost:5000/'
# PILLAR_WEB_SERVER_URL = 'http://pillar_web:5001/'
ADDON_NAME = 'blender_cloud'
log = logging.getLogger(__name__)