Added some doc about how to run the addon.

This commit is contained in:
Sybren A. Stüvel 2016-03-23 14:11:12 +01:00
parent 5db08513a2
commit 3ac1917527

View File

@ -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
------