Read-only Pillar server URL and project_uuid.
These properties have also been removed from the UI. This is to limit the scope of the addon for the first release, allowing us to test properly.
This commit is contained in:
@@ -19,17 +19,17 @@
|
||||
# <pep8 compliant>
|
||||
|
||||
bl_info = {
|
||||
"name": "Blender Cloud Texture Browser",
|
||||
"author": "Sybren A. Stüvel and Francesco Siddi",
|
||||
"version": (0, 2, 0),
|
||||
"blender": (2, 77, 0),
|
||||
"location": "Ctrl+Shift+Alt+A anywhere",
|
||||
"description": "Allows downloading of textures from the Blender Cloud. Requires "
|
||||
"the Blender ID addon.",
|
||||
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
|
||||
"Scripts/System/BlenderCloud",
|
||||
"category": "System",
|
||||
"support": "TESTING"
|
||||
'name': 'Blender Cloud Texture Browser',
|
||||
'author': 'Sybren A. Stüvel and Francesco Siddi',
|
||||
'version': (0, 2, 0),
|
||||
'blender': (2, 77, 0),
|
||||
'location': 'Ctrl+Shift+Alt+A anywhere',
|
||||
'description': 'Allows downloading of textures from the Blender Cloud. Requires '
|
||||
'the Blender ID addon and Blender 2.77a or newer.',
|
||||
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'
|
||||
'Scripts/System/BlenderCloud',
|
||||
'category': 'System',
|
||||
'support': 'TESTING'
|
||||
}
|
||||
|
||||
import logging
|
||||
|
Reference in New Issue
Block a user