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-02-05Code Cleanup: pep8Campbell Barton
2012-01-19- Removed dots from the end of descriptionSergey Sharybin
2012-01-14remove api field, was never used.Campbell Barton
2012-01-01minor pep8 editsCampbell Barton
2011-12-31a little nicer use of matrix types, no functional changesCampbell Barton
2011-12-23added group membership copying to object menu.Bassam Kurdali
2011-11-19indentation edits and copy pyrimid from contrib (where I had made some edits)...Campbell Barton
2011-10-01Interesting that terminal now prints this kinda of errors!Daniel Salazar
2011-09-22removing copy texface properties from copy attribute addonDalai Felinto
2011-09-20quick fix for addons/space_view3d_copy_attributes.pyBrendon Murphy
2011-08-08use sets rather then tuples for if checks, python optimizes this case.Campbell Barton
2011-08-06Addon updates for keymap changes.Brecht Van Lommel
2011-06-21pep8 compliance Campbell Barton
2011-05-20SVN maintenance.Guillermo S. Romero
2011-05-19visual and local copying for object transfroms for dfelintoBassam Kurdali
2011-04-25SVN maintenance.Guillermo S. Romero
2011-04-18fixed Matrix.invert() to Matrix.inverted() due to changes in py api, thanks J...Bassam Kurdali
2011-04-01pep8 cleanup & remove unused importsCampbell Barton
2011-03-26more updates for recent changes in blender.Campbell Barton
2011-03-26patch [#26620] Correction leakage [#26601] Python error when use of autocompleteCampbell Barton
2011-03-19Updated Blender Version to 2.57 and api versionJonathan Smith
2011-03-15pep8 cleanupCampbell Barton
2011-03-01Fixed edit mode copying that was broken in 2.56Adam Wiseman
2011-02-27replace imports from *, considered bad practice by python devs.Campbell Barton
2011-02-11all modules now register and unregister without errors.Campbell Barton
2011-02-11fix for addons, all addons now load without errors, next test unload.Campbell Barton
2011-02-11add in module register calls (first pass, batch replace, will test each addon...Campbell Barton
2011-02-06fix for recent mathutils updates. note that the logic here is confusing and I...Campbell Barton
2011-02-05update for changes in mathutuils.Campbell Barton
2011-02-01Some more location/description editingJonathan Smith
2011-01-25fix [#25791] Copy Attributes?\191Copy Vertex Weights Subfunction?\191Doesn?\1...Campbell Barton
2011-01-25fix [#25616] fix for changed vertex group assignment APICampbell Barton
2011-01-24changes Operator names for new, stricter checking.Campbell Barton
2011-01-14bl_info-izingBassam Kurdali
2011-01-14bl_addon_info -> bl_infoCampbell Barton
2011-01-08== Tracker urls formatting ==Luca Bonavita
2011-01-01clear some pep8 complaintsCampbell Barton
2010-11-21updated to trunk api change matrix_local -> matrix basis (for pose bones)Bassam Kurdali
2010-11-21== copy attributes ==Luca Bonavita
2010-10-26bugfix [#23787] Addon keybindings assume view3d keymaps are available.Campbell Barton
2010-10-24update for rna changeCampbell Barton
2010-10-24update for changed apiCampbell Barton
2010-10-15working revision testsBrendon Murphy
2010-09-24use the operator rather then its properties for drawing the UI, now its suppo...Campbell Barton
2010-09-22Fix from Randal Rickert to add x_ray to Draw mode copy, thanks!Bassam Kurdali
2010-09-18The FromLayer menus weren't getting registered.Adam Wiseman
2010-09-18SVN maintenance.Guillermo S. Romero
2010-09-18moved to trunk after merges with wiseman's edit mode code.Brendon Murphy