I just noticed a handful of commits like this. Maybe I missed it, but would have been good to have a notice posted to this list that the api info isn't being used anymore and perhaps a rationale for removal. It's not a huge deal, but a heads-up would be nice.
And on a somewhat related note, how do we let users of add-ons know that they need to use a build from Blender after a specific trunk revision? Just mention it in the warning? -Jason Thomas Dinges <[email protected]> wrote: > Revision: 3086 > > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3086 > Author: dingto > Date: 2012-03-11 17:58:40 +0000 (Sun, 11 Mar 2012) > Log Message: > ----------- > Addons: > * Remove api info, this is not used anymore. > > Modified Paths: > -------------- > trunk/py/scripts/addons/io_mesh_pdb/__init__.py > trunk/py/scripts/addons/space_view3d_spacebar_menu.py > > Modified: trunk/py/scripts/addons/io_mesh_pdb/__init__.py > =================================================================== > --- trunk/py/scripts/addons/io_mesh_pdb/__init__.py 2012-03-11 > 17:45:29 UTC (rev 3085) +++ > trunk/py/scripts/addons/io_mesh_pdb/__init__.py 2012-03-11 17:58:40 > UTC (rev 3086) @@ -22,7 +22,6 @@ "author": "Clemens Barth", > "version": (1,2), > "blender": (2,6), > - "api": 31236, > "location": "File -> Import -> PDB (.pdb), Panel: View 3D - Tools", > "warning": "", > "wiki_url": > "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/PDB", > > Modified: trunk/py/scripts/addons/space_view3d_spacebar_menu.py > =================================================================== > --- trunk/py/scripts/addons/space_view3d_spacebar_menu.py 2012-03-11 > 17:45:29 UTC (rev 3085) +++ > trunk/py/scripts/addons/space_view3d_spacebar_menu.py 2012-03-11 > 17:58:40 UTC (rev 3086) @@ -23,7 +23,6 @@ "author": "JayDez, sim88, > meta-androcto, sam", "version": (1, 7, 3), > "blender": (2, 6, 0), > - "api": 41287, > "location": "View3D > Spacebar Key", > "description": "Context Sensitive Spacebar Menu", > "warning": "", > > _______________________________________________ > Bf-extensions-cvs mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-extensions-cvs _______________________________________________ Bf-python mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-python
