Marius Kintel

Results 396 comments of Marius Kintel

Changes to `CMakeList.txt` and `FindQt6QScintilla.cmake` to make OpenSCAD build on Qt6: #4908

Status as of 2024-03-24: Works with Manifold, still broken with CGAL

As this is likely significant work for each possible file format and separate topics for 2D and 3D, let's instead track tickets for specific formats as they're requested. We now...

As @nophead pointed out, the primary architectural challenge for this is that we need a mechanism for feeding back rendering results into the script evaluation. Having this would open for...

It should be `C:\users\username\documents\OpenSCAD\backups` `C:\users\username\documents` is whatever Windows gives us when we ask for the `CSIDL_PERSONAL` path. If you moved your homedir, Windows might report something different.

Status as of 2024-03-24: Works when using Manifold

Hm, I think this was fixed once in the past by @GilesBathgate: 9357469cce78a60cb988d904c475eb8b38928827 My main worry is breaking existing designs which depend on the current behaviour. Any comments related to...

I'm uncertain about the 32-bit thing. Otoh, since this is implemented in JavaScript in almost the same way, perhaps it would be cleaner (and easier to explain) if we make...

So many comments... but I'll read #3345

In terms of hex values, it could be interesting to let `color()` accept numeric hex values too ..and let `hex()` accept "#rrggbb" strings.