[Bf-blender-cvs] [e48e0c1] asset-engine: Claude: Fix pillar api url to new value.

Bastien Montagne noreply at git.blender.org
Tue Sep 6 14:44:05 CEST 2016


Commit: e48e0c1b9a7815e074b5a05e8e63b8758bde9bce
Author: Bastien Montagne
Date:   Tue Sep 6 14:38:28 2016 +0200
Branches: asset-engine
https://developer.blender.org/rBe48e0c1b9a7815e074b5a05e8e63b8758bde9bce

Claude: Fix pillar api url to new value.

===================================================================

M	release/scripts/startup/bl_operators/claude/pillar.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/claude/pillar.py b/release/scripts/startup/bl_operators/claude/pillar.py
index 34b2dc4..8e0c558 100644
--- a/release/scripts/startup/bl_operators/claude/pillar.py
+++ b/release/scripts/startup/bl_operators/claude/pillar.py
@@ -144,7 +144,7 @@ def pillar_api(pillar_endpoint: str = None, caching=True) -> pillarsdk.Api:
         if pillar_endpoint is None:
             #~ from . import blender
             #~ pillar_endpoint = blender.preferences().pillar_server
-            pillar_endpoint = "https://cloudapi.blender.org/"
+            pillar_endpoint = "https://cloud.blender.org/api/"
 
         _caching_api = pillarsdk.Api(endpoint=pillar_endpoint,
                                      username=subclient['subclient_user_id'],




More information about the Bf-blender-cvs mailing list