142 Commits

Author SHA1 Message Date
Alex Matulich
cd101fff43 updated 3d2scad.py to output raw VNF list instead of named objects 2025-06-29 22:34:30 -07:00
Alex Matulich
6781df6d49 Added 3d2scad.py to convert 3MF and STL files to SCAD 2025-06-26 09:24:26 -07:00
Alex Matulich
4afc72cb22 Made filters mutually exclusive 2025-05-30 16:38:01 -07:00
Alex Matulich
f5bc61841b Added sharpening filter, fixed edge artifact, fixed contour topic in isosurface.scad 2025-05-22 20:02:50 -07:00
Alex Matulich
30817f2626 Add size value to top of img2scad.html output file 2025-05-21 13:48:26 -07:00
Alex Matulich
bba8874f67 Added edge detection to img2scad.html 2025-05-20 21:06:56 -07:00
Alex Matulich
f3861fb703 clarified luminance settings 2025-05-17 12:59:19 -07:00
Alex Matulich
61990088e0 output formatting improvements 2025-05-16 17:22:22 -07:00
Alex Matulich
71148d3ce5 Added .png output capability 2025-05-14 22:03:25 -07:00
Alex Matulich
f351f32df3 fixes: auto-aspect height, plain zero output, no-arg help 2025-05-14 13:40:02 -07:00
Alex Matulich
fbac110ee5 restore aspect ratio sizing 2025-05-13 00:16:28 -07:00
Alex Matulich
a6eb1fbf3c fix lib dependency 2025-05-12 17:55:58 -07:00
Alex Matulich
e8b48fcddd Added checks for necessary python libraries 2025-05-12 07:28:06 -07:00
Alex Matulich
6eafbd1192 New assets: geotiff2scad.py script and worldmap_360x180.scad 2025-05-08 21:34:05 -07:00
Alex Matulich
9fccbcf990 fixed bug that maximized file size 2025-04-27 23:31:00 -07:00
Alex Matulich
a9f600d5c0 Add file size estimate to output section of img2scad.html 2025-04-26 19:49:19 -07:00
Alex Matulich
49909ec6a3 Contrast+threshold controls for img2scad.html 2025-04-25 10:54:54 -07:00
Alex Matulich
04de99dae6 Added cropping UI to img2scad.html 2025-04-23 22:22:02 -07:00
Alex Matulich
30a913996d Added cropping UI to img2scad.html 2025-04-23 20:47:54 -07:00
adrianVmariano
41ca0e046f Merge pull request #1647 from adrianVmariano/master
path_text() bugfix, replace im2scad.py with img2tex.py
2025-04-23 20:38:10 -04:00
Adrian Mariano
a635ff6806 path_text() bugfix, replace im2scad.py with img2tex.py 2025-04-23 19:40:47 -04:00
Alex Matulich
dbe5e6e10c Added img2scad.html web app to scripts directory 2025-04-22 23:45:39 -07:00
Adrian Mariano
e5956f4d41 add signal handler to run_test script to delete temporary file 2025-04-13 08:34:44 -04:00
Adrian Mariano
a036802cea mutators-> misc, add flip1/flip2 styles to vnf 2024-05-04 23:32:48 -04:00
Revar Desmera
adf22a53c4 Added texture rotation, mirroring, blurring to img2tex.py 2024-03-25 22:43:06 -07:00
Revar Desmera
53d7c7e56b Added img2tex.py 2024-03-24 21:37:45 -07:00
Revar Desmera
49d189f0aa Turtle3d arcright/arcup/arcdown docs fixes. 2023-09-25 18:06:30 -07:00
Revar Desmera
f53117b209 Moving to BelfrySCAD org. 2023-05-21 21:00:05 -07:00
Revar Desmera
8cb006cd46 Improved mkdocspdf.sh 2023-05-08 16:45:38 -07:00
Revar Desmera
6f6a427e4e Added mkdocspdf.sh script. 2023-05-06 17:55:17 -07:00
Garth Minette
ec2827eb83 Added find_modular_asserts.sh 2022-09-03 17:00:11 -07:00
Garth Minette
31e91f69a2 Added img2scad.py script. 2022-05-17 22:36:30 -07:00
Revar Desmera
59bf523908 Lots of docs tweaks for openscad-docsgen v2 2021-12-13 15:48:30 -08:00
Garth Minette
ce587b9ad7 Added test-file mismatch warnings to func_coverage.py 2021-10-26 22:30:42 -07:00
Garth Minette
64f9a3ebe8 Correct for GNU grep syntax. 2021-06-22 19:53:33 -07:00
Garth Minette
5b4b5e3439 Added tabs code check. 2021-06-22 19:44:47 -07:00
Garth Minette
9d9234513d Fix regressions return code. 2021-06-10 15:25:34 -07:00
Garth Minette
4c53de802d Fix for sed in increment_version.sh 2021-05-21 02:19:14 -07:00
Michael Diamond
0666f6482c Refactor and tidy BOSL's shell scripts
* Fixed ShellCheck.net warnings, including
  * exit -1: https://github.com/koalaman/shellcheck/wiki/SC2242
  * cd || exit: https://github.com/koalaman/shellcheck/wiki/SC2164
  * "$foo": https://github.com/koalaman/shellcheck/wiki/SC2086
  * $(( $foo )): https://github.com/koalaman/shellcheck/wiki/SC2004
  * grep | wc -l: https://github.com/koalaman/shellcheck/wiki/SC2126
* Use arrays instead of unquoted strings for loops and command arguments
* Use (( ... )) arithmetic context instead of string comparisons
* Use bash's built-in regex support instead of grep+sed+awk
* Write errors to stderr
2021-05-21 01:01:15 -07:00
Garth Minette
165a454ff9 Attachments tutorial bugfixes. 2021-04-26 15:52:23 -07:00
Garth Minette
fe788f56b5 Updated tutorials. 2021-04-17 19:17:44 -07:00
Garth Minette
ae586738a9 Added script to shrink wiki repo to just current files. 2021-02-24 16:42:09 -08:00
Garth Minette
6cfbc538fc Re-work to use openscad_docsgen package. 2021-02-19 19:56:43 -08:00
Garth Minette
654389db93 Added INCH=25.4 constant. 2021-02-06 22:36:16 -08:00
Garth Minette
3166e49292 Documentation generation formatting fix. 2021-02-02 03:38:10 -08:00
Garth Minette
678dce5796 Improved documentation generation for arguments. 2021-01-23 14:41:06 -08:00
Garth Minette
e0614732b6 Added hover-text for argument tables. 2021-01-05 13:59:02 -08:00
Garth Minette
20a21a5d9a Corrected image generation doubled-commoncode bug. 2021-01-05 01:48:29 -08:00
Garth Minette
f9aa81e178 Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits. 2021-01-05 01:20:01 -08:00
Garth Minette
36298b38d6 Added Mutators tutorial to generation list. 2020-12-29 21:21:12 -08:00