Nathan Letwory

Results 17 issues of Nathan Letwory

Importing a scene that is 1km wide and not properly centred to the origin that there is massive view distortion going in Blender, so a moving the import’s bounding box...

Have a way to let the user choose which layers to import from the 3dm file. Requested at Discourse: https://discourse.mcneel.com/t/using-rhino3dm-in-blender/73510/371?u=nathanletwory

Based on discussion at https://discourse.mcneel.com/t/using-rhino3dm-in-blender/73510/354?u=nathanletwory Make sure there is an option during import to automatically run remove doubles (merge by distance).

enhancement

There is currently one importer option that is unused (mainly as a template for real options): https://github.com/jesterKing/import_3dm/blob/master/import_3dm.py#L200 Introduce a boolean option that controls whether existing objects are updated, or whether...

good first issue

https://discourse.mcneel.com/t/rhino3dm-js-issues-in-the-typescript-declaration-file/141504 * BasepointZero -> BasePointZero * double missing * byte missing Relates to #433

bug

For package upload to work properly with `python -m twine upload dist/*` the wheels should be zipped instead of gzipped. The gzip format causes the twine upload to fail with...

bug
help wanted
py
build

On the mac after installing rhino3dm one can't directly load the rhino3dm module when it isn't code-signed. Currently I need to instruct my users of my Blender add-on to manually...

py

Importing of 3dm files in Blender 4.0 fails due to changed API to Principled BSDF.

A new version of rhino3dm has been released. This is based on OpenNURBS of Rhino 8. rhino3dm 8.0.1 provides access to RenderContent, which should make it easier to import materials...

enhancement

The installation appears to work OK, but I am unable to get Rhino running. Rhino crashes during the startup process, the first license dialog never appears. Note in the attached...

bug
question