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
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Fix IO Addond Manual LinksAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-26PLY Import: Hide empty operator properties sidebar in file browserJulian Eisel
2019-12-12io addons fix 404 manual linksmeta-androcto
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-10-11Fix T70724: PLY import fails with stringsCampbell Barton
2019-09-21PLY Format: ngon support for import/exportCampbell Barton
2019-09-03UI: New options layout for IO Add-onsJulian Eisel
2019-07-15Update wiki_url to new manual pagesAaron Carlisle
2019-05-16Update for Depsgraph API changesSergey Sharybin
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
2019-04-05Fix bug in previous commitRobert Guetzkow
2019-04-05Fix T63227: import vertex colors from .ply file without alphaRobert Guetzkow
2019-01-25PLY: cleanup styleCampbell Barton
2019-01-25PLY: Export alpha channel for vertex colorsCampbell Barton
2018-11-08Update for changes in Blender's APICampbell Barton
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-10-10Update for removal of tessfaces.Brecht Van Lommel
2018-10-03PLY Import: add back some code from recent 2.8 updateCampbell Barton
2018-10-02port 'Stanford PLY format' addon to Blender 2.8Jacques Lucke
2018-09-28Use orientation_helper decoratorDalai Felinto
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-06-29Add missing add-on version metadataAaron Carlisle
2017-09-29I/O script changes for GSoC 2017 Vertex PaintCampbell Barton
2017-06-30Fix version check for PLYCampbell Barton
2017-03-19Cleanup: identity for None comparisonCampbell Barton
2015-07-09Register individual classes instead of per-moduleCampbell Barton
2015-04-15PLY: add missing type: shortCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-24Fix T44089: restore default orientation axes of each addons to stae before rB...Bastien Montagne
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
2015-01-14rename IOHelperOrientation -> OrientationHelperCampbell Barton
2015-01-14Use new IOHelperOrientation class to handle forward/up axes.Bastien Montagne
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-07Fix T40069: PLY import vertex colour scaling.Bastien Montagne
2014-02-04Fix T38462: error importing PLY with leading spaceCampbell Barton
2013-09-05patch [#36653] Tiny patch that extends import_ply.py to read edges (and allow...Campbell Barton
2013-08-10patch [#36407] Triangle strip support in PLY file importerCampbell 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