Torsten Paul

Results 338 comments of Torsten Paul

Nice. Sorry for the delay, right now I can only manage reviews of the small/easy PRs, but it's not forgotten and I don't think there's going to be anything blocking.

Problems with that: * Special case for *some* places, or even more tricky to apply to other things like fonts * Introducing magic values is usually not good * Interferes...

For the platonic solids http://www.thingiverse.com/thing:11224 is another (simpler) option. With license set to PD there's also no issue with using the files. From a short look at the source, it...

Yes, the F5 before F6 issue is separately tracked via #2991 and may need some cache rework. EDIT: ...or remeshing as the fast-csg branch is exploring.

It's likely an OpenSCAD issue with the dialog shown for the font cache updates. This is supposed to run in a separate thread so the application can startup normally while...

Sounds great, but please first explain what > I am currently integrating official support for 3Dconnexion devices in OpenSCAD, including 3D navigation and commands export. means on a technical level,...

What about the licence question? My earlier look at the SDK license showed that it is very much incompatible with open source (e.g. see discussion in https://github.com/openscad/openscad/issues/4188#issuecomment-1079488726). Has that changed?...

I don't see any issues with that approach. Calling external service interfaces should be safe in my understanding. Those 2 dependencies already exist, `boost` is checked for version 1.36 via...

I'm not sure this is possible with the normal preview renderer. It uses the Z-buffer in a special way. The special render pass used for the jump-to-source feature might help....

Why is there a need to share actual code snippets and not use data files? E.g. prototype PR #3087 has a JSON import as example.