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
2016-11-29Fix more (un)registering issues in view3d_copy_attribute addon...Bastien Montagne
2016-11-18Fix bad code in unresgister of space_view3d_copy_attribute.Bastien Montagne
2015-10-02Copy Atributes AddonZanQdo
2015-06-28fix for T45225 prevents copy to buffer. (ctrl/c)Brendon Murphy
2015-03-05Cleanup: typosCampbell Barton
2015-02-12'SKIP_SAVE' on operator properties to prevent errors on second run, bug repor...bassam kurdali
2015-01-30fix for axis-angle rotation copying, used to be a copy of quats code. From a ...Bartek Skorupa
2014-11-09Copy Attributes addon: Make copy bone shape also copy the wireframe display o...Daniel Salazar
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-20Copy Attributes Addon: Copy bbone settings. Patch by BassamDaniel Salazar
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-12-19formatting edits for bl_infoCampbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-08-25use sets when checking against multiple typesCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-07Fixed the broken mesh functions.Adam Wiseman
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
2012-05-20fix for keymaps unregister errorBrendon Murphy
2012-04-20small fix for bmesh (face materials)Brendon Murphy
2012-02-14fixed bug where copy protected transform wasn't working; lock_rotations_4d is...v2.62Bassam Kurdali
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