Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Maxime Gimeno
|
64253458aa
|
Fix warnings
|
2019-07-12 10:49:10 +02:00 |
Maxime Gimeno
|
86ca13a388
|
change behavior when soup is not orientable in the demo.
|
2019-06-17 14:11:32 +02:00 |
Maxime Gimeno
|
5c6f20e1ec
|
add a writing function for meshes
|
2019-06-06 13:04:47 +02:00 |
Maxime Gimeno
|
c4d774efb8
|
Fix return values of bool functions
|
2019-05-22 15:20:54 +02:00 |
Maxime Gimeno
|
1a08685a2f
|
Add build_items and components to work with real case data
|
2019-05-17 15:39:03 +02:00 |
Maxime Gimeno
|
1fba61107d
|
Add an IO plugin for the 3mf
|
2019-05-16 11:26:22 +02:00 |
Maxime Gimeno
|
a36c7fe39b
|
Write a 3mf wrapper
|
2019-05-16 11:10:35 +02:00 |