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
2022-08-09Cleanup: fix typos in blender addonsBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15646
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2019-10-15STL: cleanup and PEP8Mikhail Rachinskiy
Unused imports, move rare imports inside functions, correct description.
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-03-19Cleanup: trailing spaceCampbell Barton
2015-05-04Fix own stupid typo...Bastien Montagne
2015-05-03Fix T44536: Add (limited!) normal import for STL.Bastien Montagne
Limited, because STL only stores face normals, so we can only fake this by setting all clnors of a same face to that face normal... Guess use case are rather limited, but does not hurt to have it either.
2015-04-08Fix T44292: Work around invalid binary STL files on import.Bastien Montagne
Some report a size (facet number) of zero... To think even something as simple as STL format cannot be respected universally... :'(
2014-07-28Fix T40949: Importing STL file fails and produces a python error - Mac.Bastien Montagne
Replace usage of mmap by mere open(). It's not significatively slower (perhaps 2% or 3%), and seems more reliable. Based on patch by paddy10663 (Patrick Taylor), with own edits and optimizations.
2014-04-22STL now always exports normals.Campbell Barton
Normals are not optional for STL so remove the option from the UI.
2014-04-16Fix T39755: recent patch which made ascii files write zero normalsCampbell Barton
2014-04-01Add support for exporting normals with STLCampbell Barton
patch T36787 by Andrew Peel with own modifications.
2013-03-26fix [#34682] STL importer ValueError exceptionCampbell Barton
2012-11-30correct typosCampbell Barton
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-04-12include blender version in STL ascii and binary, eg: Exported from ↵Campbell Barton
Blender-2.62 (sub 3)
2011-10-27fix [#29040] ASCII-STL-Export (write expects float)Campbell Barton
2011-09-21fix for image export on 3ds files, dont overwrite builtin 'map' for stl ioCampbell Barton
2011-01-21add GPL2 headerCampbell Barton
2011-01-14bugfix [#25635] STL export results in errorCampbell Barton
also made some pep8 corrections
2010-11-26Better heuristic for ASCII/Binary STL file format detectionM Bouchard Guillaume
2010-09-20revert *style* changes that break the scriptM Bouchard Guillaume
2010-09-19minor syntax adjustmentsCampbell Barton
2010-08-06update for changes in blenderCampbell Barton
2010-04-17bug fix with stl io, wrong variable nameM Bouchard Guillaume
2010-04-17Import original io_mesh_stl from Guillaum HGM Bouchard Guillaume