Attract sequence strip buttons are working.

This commit is contained in:
2016-04-15 14:31:54 +02:00
parent 8dab01138e
commit 6fda496652
2 changed files with 62 additions and 18 deletions

View File

@@ -146,6 +146,13 @@ def blender_id_subclient() -> dict:
return subclient
def pillar_user_uuid() -> str:
"""Returns the UUID of the Pillar user."""
import blender_id
return blender_id.get_subclient_user_id(SUBCLIENT_ID)
def pillar_api(pillar_endpoint: str = None, caching=True) -> pillarsdk.Api:
"""Returns the Pillar SDK API object for the current user.