Renamed addon to just 'Blender Cloud'

It does more than just be the texture browser, namely Blender Sync!
This commit is contained in:
Sybren A. Stüvel 2016-06-24 13:48:55 +02:00
parent 7bdfa28a3f
commit e9a08c11b3

View File

@ -19,13 +19,13 @@
# <pep8 compliant> # <pep8 compliant>
bl_info = { bl_info = {
'name': 'Blender Cloud Texture Browser', 'name': 'Blender Cloud',
'author': 'Sybren A. Stüvel and Francesco Siddi', 'author': 'Sybren A. Stüvel and Francesco Siddi',
'version': (1, 1, 0), 'version': (1, 1, 0),
'blender': (2, 77, 0), 'blender': (2, 77, 0),
'location': 'Ctrl+Shift+Alt+A anywhere', 'location': 'Addon Preferences panel, and Ctrl+Shift+Alt+A anywhere for texture browser',
'description': 'Allows downloading of textures from the Blender Cloud. Requires ' 'description': 'Texture library browser and Blender Sync. Requires the Blender ID addon '
'the Blender ID addon and Blender 2.77a or newer.', 'and Blender 2.77a or newer.',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'
'Scripts/System/BlenderCloud', 'Scripts/System/BlenderCloud',
'category': 'System', 'category': 'System',