Dima Pulkinen
Dima Pulkinen
Just tried to export STEP file: ``` openscad: openscad/src/io/export.cc:256: void exportFile(const std::shared_ptr&, std::ostream&, const ExportInfo&): Assertion `false && "Unknown file format"' failed. ```
There's a new library for working with STEP: [ruststep](https://github.com/ricosjp/ruststep) (yes, it's being written in Rust)
Yes, I am currently rendering with Manifold backend (hence the color in F6 render). One of the recent developments in OpenSCAD is the PovRay export: https://github.com/openscad/openscad/pull/5288. The author of the...
Here's a simple spinning animation of Enviro+ that I made for demonstration of PovRay. Looks like nothing is missing. https://github.com/user-attachments/assets/389da296-b966-46cc-b32b-1c037a24f45d
Well, this is not right. Without it, LÖVE won't be able to create SoundData: "Invalid bit depth: 0", but with it the resulting SoundData won't be correct: PCM samples are...
> Cannot reproduce in a quick 5-minute evaluation. Needs more investigation. It happens to me on Pop!_OS 22.04 LTS. Could you please test on that and check if it's reproducible?
My bad, `getMaxSourceEffects` returns 6 on my system, and already had 6 other effects active, so I was just hitting the limit. Some indication like "using 6/6 effects" can be...
In order to just suppress the warning, we can simply prefix all variables starting with a number with an underscore. If this is fine, I can prepare a pull request...
Yeah, this sucks. It's possible to fix the existing projects by running the same replacement command, or a special shim can be made that will be just full of statements...
Thanks for your review. I've more or less finalized 1, 2 and 3, and I will need to think about correct implementation of 4. One more thing that I noticed...