Update bl_info to mark compatibility with Blender 2.80+

The add-on will still work on Blender 2.77a+; this change is required for
Blender 2.80 to load the add-on.
This commit is contained in:
Sybren A. Stüvel 2018-07-03 12:32:50 +02:00
parent f1478bf3d9
commit 394395a7f5

View File

@ -22,7 +22,7 @@ bl_info = {
'name': 'Blender Cloud',
"author": "Sybren A. Stüvel, Francesco Siddi, Inês Almeida, Antony Riakiotakis",
'version': (1, 8, 9999),
'blender': (2, 77, 0),
'blender': (2, 80, 0),
'location': 'Addon Preferences panel, and Ctrl+Shift+Alt+A anywhere for texture browser',
'description': 'Texture library browser and Blender Sync. Requires the Blender ID addon '
'and Blender 2.77a or newer.',