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
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor...CoDEmanX
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-05-27Turned out only raw exporter had same bug...Bastien Montagne
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-01-19minor adjustmentsCampbell Barton
2012-01-14remove api field, was never used.Campbell Barton
2011-12-31various style edits, no functional changesCampbell Barton
2011-12-12make sure all filepath props have FILE_PATH subtypeCampbell Barton
2011-09-19/trunk: Removed final points in UI strings and messages.Bastien Montagne
2011-09-03Fix #28446: Moving imported object to new layer deletes itSergey Sharybin
2011-07-29pep8 edits and some style changeCampbell Barton
2011-07-25swap vector multiplication order, also some style changesCampbell Barton
2011-07-11cleanupCampbell Barton
2011-07-03code cleanup and minor re-arrangements to raw import/export.Campbell Barton
2011-05-16update for changes in blender module layout, also add global axis conversion ...Campbell Barton
2011-04-12io_mesh_raw, fixes for 2.57 release, merge __init__.pyAurel W
2011-04-10Formatting/standardization for description/locationJonathan Smith
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-14update for changes in rna apiCampbell Barton
2011-02-22io_raw_mesh: fixes,.. already were done but gone 'lost' (no svn history, noth...Aurel W
2011-02-11use mesh.validate() to ensure all meshes of imported data is ok and wont cras...Campbell 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-01-18Minor formating errors.Aurel W
2011-01-18- new tracker page for io_mesh_rawLuca Bonavita
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
2010-12-23== formatting ==Luca Bonavita
2010-12-23use imp.reload() rather then reload().Campbell Barton
2010-12-08updates for changes in blenders apiCampbell Barton
2010-10-23bugfix [#24338] All Expoter is not displayed. Campbell Barton
2010-09-19minor syntax adjustmentsCampbell Barton
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-09-03patch [#23647] fix for bf-extensions/trunk/py/scripts/addonsCampbell Barton
2010-09-02update for rna changesCampbell Barton
2010-08-31== trunk addons ==Luca Bonavita
2010-08-27update for rna api changesCampbell Barton
2010-08-18updates for changes in blenders apiCampbell Barton
2010-08-06update for changes in blenderCampbell Barton
2010-08-02fix for registering scripts.Campbell Barton
2010-08-02update addons to work with new register/unregister method,Campbell Barton
2010-07-26applied patch to repair scripts,Brendon Murphy
2010-07-15update for changes in blenders api.Campbell Barton
2010-07-14bugfix [#22843] Cannot export to folder with ".blend" on the end.Campbell Barton
2010-07-13== scripts conforming ==Luca Bonavita