Results 170 issues of Moritz Mœller

Add support for NURB curves. At least they should be importable through DXF/DWG.

enhancement
Paths
wishlist

Menu items do not follow platform capitalization rules. On both Darwin, Windows and most *Nix desktops, some simple rules apply: - English Headline Capitalization - The last word is always...

bug

It would be especially useful to have support for exporting to Wavefront OBJ, OpenNURBS or IGES. Unbeknownst to most people, OBJ has (trimmed) NURBS support which is natively understood by...

This would improve integration with Finder on macOS. Aka: ``` #[cfg(target_os = "macos")] const GRAVEYARD: &'static str = "~/.Trash"; ```

It seems Nodebox ignores any kerning information stored in a font. It looks like characters are just positioned by their bounding boxes. This makes Nodebox pretty much unusable for any...

I'm a Rust n00b but I have 25+ years of experience working with geometry in C/C++ (e.g. using libs like OpenMesh). The reference docs for Plexus are extremely thin even...

documentation

It would be great to have a set of reference images for each layer and each common combination of layers for which renderers who add an implementation of this shader...

Either fix the OSL code or change **aiStandard** to match. Alternatively: clearly state that one or the other is not meant to be an implementation of this standard. See also...

I may be missing something but I am not aware of any OS where the file chooser lets you pick multiple files in different folders. Assuming this is the case,...

How is data to be laid out in `data` fed to `write_image_data()` when `BitDepth::Sixteen` was set? This is *always* an `[u8]` since this function has no variants. My data is...