Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-13== scripts conforming ==Luca Bonavita
- forgot raw mesh name conforming
2010-07-13== trunk scripts confirming ==Luca Bonavita
- every script is now (2,5,3) - added warning field in bl_addon_info so every dev knows about this: when "warning" field is not empty, a warning icon appears and text alerts users about a buggy script (this is used during development, released scripts should must have this empty of course) - formatted scripts info like this - GPL - docstring - bl_addon_info - imports so that the actual script starts after the bl_addon_info dict - removed old 2.4x cruft like __url__, __bpydoc__, __author__ etc, not needed anymore (when the case integrated info with bl_addon_info and in case of one email meta just put it in the GPL) - next commits I plan to do contrib scripts and conform io scripts naming
2010-07-03update for changes in blenderCampbell Barton
2010-06-28minor fixesCampbell Barton
2010-06-27remove filename and directory from ops that dont need themCampbell Barton
2010-06-14update for changes in trunkCampbell Barton
2010-06-02filename --> filepath (changed in trunk/svn)Campbell Barton
2010-05-31== addons ==Luca Bonavita
- added tracker_url to most of the current scripts in release, see http://lists.blender.org/pipermail/bf-blender-cvs/2010-May/028285.html - apparently missing tracker pages for 2 scripts: - io_anim_camera.py - io_mesh_stl.py - wiki links: - added link to space_view3d_materials_utils.py - conformed link in import_scene_unreal_psk.py
2010-05-31Updates for API changes in SVN 29091.Thomas Dinges
2010-04-02should be all errors fixedBrendon Murphy
[[Split portion of a mixed commit.]]
2010-04-01modify all scripts to include 1 line description in line with new patch committBrendon Murphy
commit 27934 by DingTo: Improved Addons in User Prefs by Keith Boshoff (wahooney) This adds a "description" field to addons (ideally a small 1 liner, with basic info) [[Split portion of a mixed commit.]]
2010-03-27modify files to new wiki links to all scriptsBrendon Murphy
add pontiac's clever fix for long wiki links to all scripts links should be pep8 compliant now.
2010-03-18minor correction to catogoriesCampbell Barton
2010-03-16fixes for registeringCampbell Barton
2010-03-16bl_addon_infoBrendon Murphy
2010-03-16no need to set flag anymoreCampbell Barton
2010-03-03moving scripts from blender to bf-extensionsCampbell Barton