This repository has been archived on 2023-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-package-manager-addon/tests/test_helpers/addons/repo.json
gandalf3 d06af2fed0 Clean up tests
No need to test on complete addons.
This commit adds a few test cases and some automated test
generation.
2017-06-23 18:53:07 -07:00

70 lines
2.2 KiB
JSON

{
"packages": [
{
"bl_info": {
"author": "Multiple Authors",
"blender": [
2,
76,
0
],
"category": "Add Curve",
"description": "Add extra curve object types",
"location": "View3D > Add > Curve > Extra Objects",
"name": "Extra Objects",
"version": [
0,
1,
2
],
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Curve_Objects"
},
"type": "addon"
},
{
"bl_info": {
"author": "testscreenings, PKHG, TrumanBlending",
"blender": [
2,
59,
0
],
"category": "Add Curve",
"description": "Adds generated ivy to a mesh object starting at the 3D cursor",
"location": "View3D > Add > Curve",
"name": "IvyGen",
"version": [
0,
1,
2
],
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Ivy_Gen"
},
"type": "addon"
},
{
"bl_info": {
"author": "Multiple Authors",
"blender": [
2,
76,
0
],
"category": "Add Curve",
"description": "Add extra curve object types",
"location": "View3D > Add > Curve > Extra Objects",
"name": "Extra Objects",
"version": [
0,
1,
2
],
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Curve_Objects"
},
"type": "addon"
}
]
}