Gnnr
Gnnr
Some Blender scenes do not have a node tree for the world-object. Then, the add-on crashes with the following error message: ``` [...] line 439, in export_world output_node = world.node_tree.nodes['World...
Hi, it would be really nice to be able to do exports directly from the command line. Like that, the add-on will become more versatile and can even be executed...
### What? ### Replace the `transformation_history` return value of the `icp()`-function with `transformation`. While the list of transformations might be interesting to investigate the convergence, the total transformation would be...
While it is very nice to see that float16 values (e.g., as object attributes) are finally supported since 3.3.2, unfortunately float16 datasets are not supported yet. Example code to create...
ReST allows both `:return:` and `:returns:` as keywords for the return values of functions and methods (see [here](https://www.sphinx-doc.org/en/master/usage/domains/python.html#info-field-lists)). Currently, docconvert uses `:returns:` , although many projects use `:return:`. It would...