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 (Expand)Author
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-06-17added function to remove all materials slots from selected objectsBrendon Murphy
2012-06-01fix for icon error in mat to texfaceBrendon Murphy
2012-04-25Increased object name limits to 63 (the actual maxlen in 2.63)Sebastian Nell
2012-03-31fix for apiBrendon Murphy
2012-03-21adding buggy/broken warningBrendon Murphy
2012-03-19update > changes to the ui descriptions from CoDEmanXBrendon Murphy
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31- make pep8 compliantCampbell Barton
2011-09-26corrections for addons to update for trunk.Campbell Barton
2011-08-06Addon updates for keymap changes.Brecht Van Lommel
2011-07-10cleanupCampbell Barton
2011-04-25SVN maintenance.Guillermo S. Romero
2011-04-09Indentation fix: if assigning a material already on the object to a selection...Michael Williamson
2011-04-06update for changes in new apiCampbell Barton
2011-04-02Fixed multiple copies of materials being added, this script now works for met...Michael Williamson
2011-04-02#(c) 2010 Michael Williamson (michaelw)Michael Williamson
2011-03-26patch [#26620] Correction leakage [#26601] Python error when use of autocompleteCampbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each addon...Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-02-04bugfix [#25903] Export to X3D should provide relative path with forward slash...Campbell Barton
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
2010-10-15working revision testsBrendon Murphy
2010-09-17api updateBrendon Murphy
2010-09-16Related to #23861: addons now modify keyconfigs.default instead ofBrecht Van Lommel
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-09-10rev number updatesBrendon Murphy
2010-09-03update for changes in rna io_import_scene_mhx.py mapto isnt working as it sho...Campbell Barton
2010-09-02update for rna changesCampbell Barton
2010-08-31== trunk addons ==Luca Bonavita
2010-08-30updates for rna changesCampbell Barton
2010-08-25updates to blender rna apiCampbell Barton
2010-08-23update for changes in rnaCampbell Barton
2010-08-21update for changes in rnaCampbell Barton
2010-08-19update for changes in rna apiCampbell Barton
2010-08-09update for changes in blender.Campbell Barton
2010-08-08select by material was broken (would only select first material) fixed!Michael Williamson
2010-08-05update for changes in blender.Campbell Barton
2010-08-02fix for registering scripts.Campbell Barton
2010-08-02update addons to work with new register/unregister method,Campbell Barton
2010-07-15update for changes in blenders api.Campbell Barton
2010-07-13== trunk scripts confirming ==Luca Bonavita
2010-05-31== addons ==Luca Bonavita
2010-05-31Updates for API changes in SVN 29091.Thomas Dinges
2010-05-17Re-ported texface--> material.Michael Williamson