Quick update to prepapre the 5.1.2 release
This commit is contained in:
@@ -3,13 +3,13 @@ import bpy
|
||||
bl_info = {
|
||||
'name': 'Addon Name',
|
||||
'description': 'Add your description',
|
||||
'author': 'Moderlab, Aurelien Vaillant, Nicolas Salles, Jeremy Duchesne',
|
||||
'version': (0, 0, 0),
|
||||
'blender': (3, 0, 0),
|
||||
'author': 'Aurelien Vaillant',
|
||||
'version': (0, 1, 0),
|
||||
'blender': (5, 2, 0),
|
||||
'doc_url': "",
|
||||
'tracker_url': "",
|
||||
'support': "COMMUNITY",
|
||||
'category': 'Moderlab',
|
||||
'category': '',
|
||||
}
|
||||
|
||||
modules_class = [
|
||||
|
||||
Reference in New Issue
Block a user