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-02-11File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-12-22Export Paper Model: fix ambient occlusionAdam Dominec
2021-12-01Cleanup: quiet character escape warningsCampbell Barton
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
2020-10-25Export Paper Model: correct PDF (upstream 5f749f2)Adam Dominec
* fix PDF for Acrobat Reader * fix export Presets * add switch for automatic scaling * improved code quality
2020-05-07Fix T76485: Export Paper Model: error using (removed) cycles subsurfacePhilipp Oeser
pass Since rBe0085bfd24da, Cycles is not using a dedicated subsurface pass anymore, update this Addon accordingly.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-29Cleanup: trailing spaceCampbell Barton
2019-12-12io. more manual linksmeta-androcto
2019-11-12export paper model: fix bugs in UI and export (upstream edc29e0)Adam Dominec
* Fix `Mesh.copy_freestyle_marks` to properly read from Mesh modified in Edit Mode; * Add UI panels to 3D View, in own category; * Report an error if exporting object with negative scale; * tidy up `Mesh.check_correct`. Reviewed By: dfelinto Differential Revision: https://developer.blender.org/D6232
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-23export paper model: important fix, upstream 02fe87eAdam Dominec
2019-06-26Paper model exporter: update for Bl 2.8, upstream 414b27fAdam Dominec
2019-01-23addons: add missing text= keyword after labelNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-09Update for new icon set.Brecht Van Lommel
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-13Prefer get_rna_type() since it doesn't leak memoryCampbell Barton
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2017-12-08io_export_paper_model: update to upstream 7fe2553Adam Dominec
fix baking in both Cycles and BI
2017-08-06io_export_paper_model: update to upstream 932e32Adam Dominec
2017-04-15Initial commit Export Paper Model by emu: T51199 T50357meta-androcto