Blender Git Loki

Git Commits -> Revision 891301c

Revision 891301c by Thomas Dinges (master)
March 14, 2010, 17:32 (GMT)
Addons:
Some code changes:

* Every Add-On now needs a dictionary with several infos, which are then displayed in the Blender UI and/or are used internally.

Example:
bl_addon_info = {'name': 'Measure panel',
'author': 'Buerbaum Martin (Pontiac)',
'version': '0.6.3',
'blender': '2.5.2',
'location': 'View3D > Properties > Measure',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Panel_Measure',
'category' : 'UI'}

Unfinished/Not working yet
* The 'blender' tag is compared with the internal version number, it raises an error if the add-on was written for a newer Blender version.
* The 'category' tag will be added to the filter, so the add-ons can be searched/filtered.

Commit Details:

Full Hash: 891301c3a2f753a383a5adc843a544bb41ecd677
SVN Revision: 27488
Parent Commit: e3c7466
Lines Changed: +31, -103

1 Modified Path:

/release/scripts/ui/space_userpref.py (+31, -103) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021