27 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
f7876b71cd File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-11 16:34:06 +11:00
d68dca98ce Cleanup: fix typos in source code
Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D5801
2022-01-05 15:46:41 +01:00
8e194b49d8 Export Paper Model: fix ambient occlusion 2021-12-22 11:03:21 +01:00
a444e8cc19 Cleanup: quiet character escape warnings 2021-12-01 11:05:16 +11:00
448eeb681a Update for changes in the Python API using keyword only arguments 2021-06-09 03:12:45 +10:00
e00751ae47 Export Paper Model: correct PDF (upstream 5f749f2)
* fix PDF for Acrobat Reader
* fix export Presets
* add switch for automatic scaling
* improved code quality
2020-10-25 12:03:00 +01:00
b5faa814dc Fix T76485: Export Paper Model: error using (removed) cycles subsurface
pass

Since rBe0085bfd24da, Cycles is not using a dedicated subsurface pass
anymore, update this Addon accordingly.
2020-05-07 11:40:43 +02:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
cf530a29df io. more manual links 2019-12-12 20:50:47 +11:00
febdff331a export paper model: fix bugs in UI and export (upstream edc29e0)
* 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-11-12 15:15:29 +01:00
4e1cda9885 Spelling fixes in comments and descriptions, patch by luzpaz
Differential Revision: https://developer.blender.org/D5240
2019-07-31 13:28:52 +02:00
9dfa4aa12c export paper model: important fix, upstream 02fe87e 2019-07-23 14:20:52 +02:00
2ba08390b5 Paper model exporter: update for Bl 2.8, upstream 414b27f 2019-06-26 22:14:52 +02:00
49c1b40928 addons: add missing text= keyword after label 2019-01-23 15:03:09 -05:00
aeabdc02a8 Update Add-ons class properties to annotations
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.
2019-01-17 16:48:54 -05:00
1c75533d9c Merge branch 'master' into blender2.8 2018-10-19 18:13:31 +02:00
d7d3233715 Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
2018-10-19 18:12:29 +02:00
96cb6c0668 Update for new icon set. 2018-10-09 18:56:54 +02:00
7197a830b1 Merge branch 'master' into blender2.8 2018-09-27 16:35:42 +02:00
e76815171f Prefer get_rna_type() since it doesn't leak memory 2018-09-13 19:46:26 +10:00
4925188eae Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location. 2018-08-29 15:10:37 +02:00
2e3b7dafbc io_export_paper_model: update to upstream 7fe2553
fix baking in both Cycles and BI
2017-12-08 11:34:51 +01:00
c9605694fa io_export_paper_model: update to upstream 932e32 2017-08-06 10:12:59 +02:00
725dbe4d41 Initial commit Export Paper Model by emu: T51199 T50357 2017-04-15 14:03:55 +10:00