From 3ac1917527629cd6a637be343a68a2a4a6098ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 23 Mar 2016 14:11:12 +0100 Subject: [PATCH] Added some doc about how to run the addon. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 49ac269..db8648b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,20 @@ these: You can use the same file from your local requests installation, or use `/etc/ssl/certs/ca-certificates.crt`. +As a final step, install and log in with the +[Blender ID addon](https://github.com/fsiddi/blender-id-addon). + +Running the addon +----------------- + +After installing the Blender Cloud addon, log in with the Blender ID +(in the addon preferences). Then activate the Blender Cloud addon, +and press Ctrl+Alt+Shift+A to activate it (yes, this needs work). +Downloaded textures are loaded into image datablocks. +The download location can be configured using the +`bpy.context.scene.blender_cloud_dir` property (no GUI yet). + + Design ------