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:
@@ -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__)
|
||||
|
Reference in New Issue
Block a user