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
2022-08-09Cleanup: fix typos in blender addonsBrecht Van Lommel
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-05-23Fix error in STL importer due to API changeIyad Ahmed
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2020-01-13Merge remote-tracking branch 'origin/blender-v2.81-release'Dalai Felinto
2019-12-09Revert "STL: fix T72145 crash exporting object without data"Campbell Barton
2019-12-04STL: fix T72145 crash exporting object without datav2.81ablender-v2.81-releaseMikhail Rachinskiy
2019-12-04STL: fix T72145 crash exporting object without dataMikhail Rachinskiy
2019-10-15STL: cleanup and PEP8Mikhail Rachinskiy
2019-08-02Fix T68135: Empty curve object crashes export (STL exporter part).Bastien Montagne
2019-05-16Update for Depsgraph API changesSergey Sharybin
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
2018-11-08Update for changes in Blender's APICampbell Barton
2018-11-06Fix T57660: Export of STL format causes an exception.Bastien Montagne
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
2018-09-26Port 'STL format' addon to Blender 2.8Jacques Lucke
2018-05-24Fix STL exporter for 2.8Dalai Felinto
2016-02-28Fix T47490: STL: faces not normalized correctly when exporting multiple meshes.Bastien Montagne
2015-05-03Fix T44536: Add (limited!) normal import for STL.Bastien Montagne
2014-10-07Meeeh, cleanup (sorry for the noise :/ ).Bastien Montagne
2014-10-07STL import: Better to transform whole mesh at once, rather than each point in...Bastien Montagne
2014-10-07Fix T42000: STL export scale incorrect.Bastien Montagne
2013-04-15option to apply scale on export. also add global scale options for exporters....Campbell Barton
2013-03-26Fix stl addon (hope it's the right one! :p )Bastien Montagne
2013-03-26fix [#34682] STL importer ValueError exceptionCampbell Barton
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-02-07make option for applying modifiers consistentCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2011-07-25reverse stl export vector rotation order,Campbell Barton
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 cras...Campbell Barton
2011-02-09incorrectly switched mesh.update() --> mesh.update_tag(),Campbell Barton
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
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
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