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-10-16fix for renamed operatorCampbell Barton
2010-10-15working revision testsBrendon Murphy
tested rev:32411
2010-09-19minor syntax adjustmentsCampbell Barton
2010-09-17api updateBrendon Murphy
tested as working rev 31965
2010-09-16Related to #23861: addons now modify keyconfigs.default instead ofBrecht Van Lommel
keyconfigs.active, this is consistent with internal operators, and means you're not messing with user edited data in register/unregister. [[Split portion of a mixed commit.]]
2010-09-16fix for changes in blenderCampbell Barton
2010-09-10rev number updatesBrendon Murphy
added warning to panel measure
2010-09-02update for rna changesCampbell Barton
2010-08-31== trunk addons ==Luca Bonavita
- comforming after my commit in bf-blender: - removed the categories from addons names - made 'version' a tuple of integers - added 'api' field - formatted wiki and trackers pages and added where needed (empty pages are yet to be written by the authors though) - more conforming: - 1 tab = 4 spaces - please check everything is fine in case I made some gross mistake
2010-08-30updates for rna changesCampbell Barton
2010-08-23update for changes in rnaCampbell Barton
2010-08-23added multi select options to the edit mode menu.Brendon Murphy
this also cleaned up the edit mesh sub menu. multiselect options taken from script by liquidApe.
2010-08-18updates for changes in blenders apiCampbell Barton
2010-08-09update for changes in blender.Campbell Barton
2010-08-05update for changes in blender.Campbell Barton
2010-08-02fix for registering scripts.Campbell Barton
- mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py also move bl_addon_info to the top for faster parsing.
2010-08-02update addons to work with new register/unregister method,Campbell Barton
These scritps still need changes related to parent classes - mesh_surface_sketch.py - render_renderfarmfi.py - space_view3d_align_tools.py - object_cloud_gen.py
2010-07-16restore modifier menu.Brendon Murphy
2010-07-15update for changes in blenders api.Campbell Barton
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-23Fix [#21996]: Dynamic menu does not enter object mode properly, added ↵Jonathan Smith
correct operator to menu for texture, weight and vertex paint modes so that they can go back to object mode, also added go to object mode for the edit_armature menu
2010-06-22fix in add menu, surface updated to current api call.Brendon Murphy
2010-06-14update for changes in trunkCampbell Barton
2010-05-31* Changed Location Text. Thomas Dinges
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-05-24delete trunk/py/scripts/addons/space_view3d_dynamic_menu.pyBrendon Murphy
add snap tools & some strange recurring tooltip problems fixed in trunk/py/scripts/addons/space_view3d_spacebar_menu.py
2010-05-24delete contrib/py/scripts/addons/space_view3d_cursor_to_edge_intersection.pyBrendon Murphy
add cursor to edge intersection to editmode cursor menu in trunk/py/scripts/addons/space_view3d_spacebar_menu.py [[Split portion of a mixed commit.]]
2010-05-24restore curve menu.Brendon Murphy
2010-05-16update for change in blender operatorCampbell Barton
2010-04-30Adding properties panel launcher to spacebar menu addonDaniel Salazar
2010-04-27add lattice menu'sBrendon Murphy
add particle mode menu
2010-04-23Rearangged snap cursor menu and renamed to be more consistentJonathan Smith
2010-04-21minor fixBrendon Murphy
2010-04-17cleaning tasksBrendon Murphy
2010-04-17spacebar menu is complete enough for release to add ons.Brendon Murphy
this will allow more user feedback for any required updates.