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 (Collapse)Author
2013-04-12raise HeaderError if, file header is invalid.Alexander N
2013-03-17fix: invalid header warning; changed: verbose modes from bool to enum; ↵Alexander N
changed: position of update scene;
2013-02-19mod: respecting layout_type {'DEFAULT', 'COMPACT', 'GRID', } in UIList classAlexander N
shown in: http://www.blender.org/documentation/blender_python_api_2_65_10/bpy.types.UIList.html
2013-02-10fixed missing model comment.Alexander N
and tiny other things e.g. fix: sum of weights sometimes reaches only 99% instead of 100% mod: come # comments - year to 2013 mod: ui of importer - joint size bit closer to other item
2013-02-10fix/workaround for character encoding ('ascii' is used for now, it should be ↵Alexander N
'cp1252' finally, but there are issues with printing on system console and struct.pack or io.FileIO.write)
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' ↵Alexander N
during export for applying transform. that will calculate parented object correctly. related to issue reported by Shadoh. http://www.blender.org/forum/viewtopic.php?t=26251
2013-02-09fixed vertex weight handling of more than 3 bone weights, that milkshape ↵Alexander N
cannot support. indirect part of the reported issue: http://www.blender.org/forum/viewtopic.php?t=26251 now, vertex weights will sorted according the weight. in case of more than 3 weights, less important ones will be skipped on export.
2013-02-02changed the add-on bug tracker link to ↵Alexander N
http://projects.blender.org/tracker/index.php?func=detail&aid=34084 previously tracker http://projects.blender.org/tracker/index.php?func=detail&aid=29404 i closed.
2013-01-27moved MilkShape3D MS3D add-on from "addons_contrib" to "addons" (i got ↵Alexander N
hopefully the permission by Campbell Barton)