Fabian Löschner

Results 7 issues of Fabian Löschner

When trying to send a folder containing many files, especially if the files are big, it takes quite some time before `croc` shows the passphrase and it looks like nothing...

Currently, only one constraint solver is available and implemented in the `MoreauJeanSolver` struct. For research purposes I'm working on other constraint solver implementations (though they are far too specialized at...

I exported the default cube from Blender: cube.obj ``` # Blender 3.5.0 # www.blender.org mtllib cube.mtl o Cube v 1.000000 1.000000 -1.000000 v 1.000000 -1.000000 -1.000000 v 1.000000 1.000000 1.000000...

The attached file `fluid_1_91.vtu` cannot be loaded using v0.6.0 or the `release-0.7` branch and results in the errors: ``` XML error: Deserialization error: Xml(UnexpectedEof("")) Deserialization error: Xml(UnexpectedEof("")) Unexpected EOF during...

Implements - `UniformQuadratureTable::to_general(&self, num_elements)` - `GeneralQuadratureTable::with_data(self, data)`

When you hover a sequence in the sequence list of the add-on it shows a tooltip that is wrong and useless (showing something about "imported count"). Personally I think it...

Steps to reproduce: - Add a sequence to the scene using the sequence loader - Create a new object (e.g. an Empty) - Parent the sequence to the Empty -...