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-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
2022-01-06PLY: do not write face normals to verticesMikhail Rachinskiy
2022-01-06PLY: add comments for vertex ID in exporterMikhail Rachinskiy
2022-01-05PLY: refactor exporterMikhail Rachinskiy
2022-01-04Revert "PLY: refactor exporter"Mikhail Rachinskiy
2022-01-03PLY: refactor exporterMikhail Rachinskiy
2021-12-31PLY: Cleanup and simplify collecting faces infoMikhail Rachinskiy
2021-12-31PLY: Fix export faces with more than 255 sidesMikhail Rachinskiy
2020-07-22PLY: binary exportMikhail Rachinskiy
2019-10-15PLY: code cleanupMikhail Rachinskiy
2019-10-15PLY: cleanup use f-strings, with statementMikhail Rachinskiy
2019-10-15PLY: code cleanup and PEP8Mikhail Rachinskiy
2019-10-15PLY exporter: export selection or sceneMikhail Rachinskiy
2019-09-21PLY Format: ngon support for import/exportCampbell Barton
2019-05-16Update for Depsgraph API changesSergey Sharybin
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
2019-01-25PLY: cleanup styleCampbell Barton
2019-01-25PLY: Export alpha channel for vertex colorsCampbell Barton
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
2018-10-02port 'Stanford PLY format' addon to Blender 2.8Jacques Lucke
2017-09-29I/O script changes for GSoC 2017 Vertex PaintCampbell Barton
2013-04-15option to apply scale on export. also add global scale options for exporters....Campbell Barton
2013-03-24remove use of ob.update_from_editmode() since editmode meshes don't get acces...Campbell Barton
2013-03-22only apply modifiers if the mesh has modifiersCampbell Barton
2013-03-21only calculate normals if there being exported.Campbell Barton
2013-03-21use object.update_from_editmode() for scripts which read object data.Campbell Barton
2013-03-21export PLY with object transformation applied.Campbell Barton
2013-02-07make option for applying modifiers consistentCampbell Barton
2012-10-09remove sticky coordinates use.Campbell Barton
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-05-27Turned out only raw exporter had same bug...Bastien Montagne
2012-05-27Fix [#31612] PLY exporter: data.tessfaces is empty.Bastien Montagne
2012-04-10own patch [#30877] ply exporter to use shared faces when not exporting the no...Dalai Felinto
2012-03-23update addons enabled by default to use 'faces -> tessfaces' also grease penc...Campbell Barton
2012-03-19'bugfix' .ply import/export scripts flip V texture coordinateDalai Felinto
2012-03-15bmesh fix for ply i/o addon - using tessface_Dalai Felinto
2011-12-31various style edits, no functional changesCampbell Barton
2011-10-17fix spelling errors for commentsCampbell Barton
2011-10-11use library argument for bpy_extras.io_utils.path_reference(...)Campbell Barton
2011-09-24minor cleanup for ply exportCampbell Barton
2011-03-14update for changes in rna apiCampbell Barton
2011-01-22write \n even on windows so files can be compared between windows and linux (...Campbell Barton
2011-01-14scripts from bf-blender which are now maintained in bf-extensions.Campbell Barton