Removed support: OFFICIAL, as that's reserved for Blender-bundled addons.

This commit is contained in:
Sybren A. Stüvel 2016-08-04 11:21:19 +02:00
parent 9e84d2a416
commit 54ebb0bf5d

View File

@ -29,7 +29,6 @@ bl_info = {
'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',
'support': 'OFFICIAL'
} }
import logging import logging