Clean up tests

No need to test on complete addons.
This commit adds a few test cases and some automated test
generation.
This commit is contained in:
2017-06-23 18:53:07 -07:00
parent 1ff2b055a6
commit d06af2fed0
23 changed files with 123 additions and 7251 deletions

View File

@@ -0,0 +1,12 @@
bl_info = {
"author": "testscreenings, PKHG, TrumanBlending",
"version": (0, 1, 2),
"blender": (2, 59, 0),
"location": "View3D > Add > Curve",
"description": "Adds generated ivy to a mesh object starting "
"at the 3D cursor",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Curve/Ivy_Gen",
"category": "Add Curve",
}