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-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2014-12-08mod add-on to be ready for "BMVert/Edge/FaceSeq.ensure_lookup_table now needs...beta-tester
2014-10-13fix warnings with UI descriptionPhilipp Oeser
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
2013-11-25according "uiList: ctrl-clic-edit name", i changed my add-ons template_listbeta-tester
2013-09-16added: exporter takes armature parent in account of animation handling.Alexander N
2013-08-22undo the workaround of my previous commit for "[#36443] Vertex to UV index do...Alexander N
2013-08-18workaround for [#36443] Vertex to UV index doesn't match with 2.68aAlexander N
2013-07-18fix: return default value if no expected value found (instead of returning None)Alexander N
2013-07-14fixed some potentially problematic naming of blender stuff in the importerAlexander N
2013-04-12raise HeaderError if, file header is invalid.Alexander N
2013-03-17fix: invalid header warning; changed: verbose modes from bool to enum; change...Alexander N
2013-02-19mod: respecting layout_type {'DEFAULT', 'COMPACT', 'GRID', } in UIList classAlexander N
2013-02-10fixed missing model comment.Alexander N
2013-02-10fix/workaround for character encoding ('ascii' is used for now, it should be ...Alexander N
2013-02-10fix: potentially division by zero in case of no weightsAlexander N
2013-02-10fix: now, using 'object.matrix_basis' instead of 'object.matrix_local' during...Alexander N
2013-02-09fixed vertex weight handling of more than 3 bone weights, that milkshape cann...Alexander N
2013-02-02changed the add-on bug tracker link to http://projects.blender.org/tracker/in...Alexander N
2013-01-27moved MilkShape3D MS3D add-on from "addons_contrib" to "addons" (i got hopefu...Alexander N