Moritz Mœller
Moritz Mœller
``` ❯ /Applications/RawTherapee.app/Contents/MacOS/rawtherapee dyld: Library not loaded: /usr/lib/libexpat.1.dylib Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO Reason: Incompatible library version: ImageIO requires version 7.0.0 or later, but libexpat.1.dylib provides version 1.0.0 [1] 648 abort /Applications/RawTherapee.app/Contents/MacOS/rawtherapee...
Apparently NURBS Python converts NURBS geometry to triangle meshes on export to OBJ. This implicit conversion is nowhere mentioned in the documentation. There should be a big warning box added....
`Mesh::faces` is currently `Vec`. It would be great to make this `u32` to allow meshes with >64k `points`. Either always or as a variant, as e.g. in `bevy`'s [`IndexFormat`](https://docs.rs/bevy/0.5.0/bevy/render/pipeline/enum.IndexFormat.html).
Apparently, sketch_simplifaction uses a deprecated/no longer existing module in PyTorch, see [here](https://github.com/pytorch/pytorch/issues/15307) for details. ``` $ python simplify.py Traceback (most recent call last): File "simplify.py", line 4, in from torch.utils.serialization...
[`document-features`](https://crates.io/crates/document-features) is a crate that, like `cargo-readme`, tries to minimize copypasta for developers. In this case, comments in the `[features]` section of a crate's `Cargo.toml` get used to populate a...
I added a `--quote-title` flag since I and some other crate authors like to have their crate title as # `foo` rather than # foo This includes a test for...
These nodes are much more useful when used to create part of a torus or a partial revolution surface.
Support importing nth degree (non-uniform) (rational) curves via DXF/DWG formats. Related to #32 & #33.
At least one should be able to create them using e.g. extrude or revolve on imported NURB curves.