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
2011-07-25reverse stl export vector rotation order,Campbell Barton
also clear temp meshes after export.
2011-05-05fix [#26895] STL import in Win 7 64bitCampbell Barton
2011-03-14update for changes in rna apiCampbell Barton
2011-03-04correct exceptionCampbell Barton
2011-02-11use mesh.validate() to ensure all meshes of imported data is ok and wont ↵Campbell Barton
crash blender.
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
update_tag() tags for depsgraph update only, update() executes normal recalculation and creates edge data.
2011-02-07rename id.update() to update_tag()Campbell Barton
2011-01-21add GPL2 headerCampbell Barton
2011-01-14bugfix [#25635] STL export results in errorCampbell Barton
also made some pep8 corrections
2010-11-26Fix for matrix * vector api cleanupM Bouchard Guillaume
2010-09-08better use of blender apiM Bouchard Guillaume
2010-08-20Fix #23394: STL export script did not check if objects could beBrecht Van Lommel
converted to meshes, making export fail with empties and armatures.
2010-08-18updates for changes in blenders apiCampbell Barton
2010-07-28Fix #22907: STL export did not take object transformation into account.Brecht Van Lommel
2010-04-17Import original io_mesh_stl from Guillaum HGM Bouchard Guillaume