Rhino3dm

Latest version: v8.17.0

Safety actively analyzes 723973 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

8.17.0

diff: https://github.com/mcneel/rhino3dm/compare/8.9.0...8.17.0

8.17.0beta1

diff: https://github.com/mcneel/rhino3dm/compare/8.17.0-beta...8.17.0-beta1

Added

- (py) Added aarch64 builds for linux 683
- (py) Added macos-15 builds 684

Changed

- (dotnet) arm64 linux build now runs on ubuntu 24.04-arm runner 686

8.17.0beta

diff: https://github.com/mcneel/rhino3dm/compare/8.9.0...8.17.0-beta

Added

- (js, py) DimensionStyle.Id
- (js, py) Several delete methods for File3dm Tables: File3dmMaterialTable::Delete, BND_File3dmLayerTable::Delete, BND_File3dmDimStyleTable::Delete
- (js, py) Added tests for various ::Delete methods.
- (js, py) Extrusion::CreateWithPlane 636
- (js, py) BND_Bitmap also inherits from Common object and now exposes an Id property.
- (js, py) DimensionStyle now has an Id property
- (js, py) File3dm.ObjectTable.AddPoint now supports attributes 665 StudioWEngineers
- (js, py) File3dm.ObjectTable.AddLine now supports attributes 666 StudioWEngineers
- (js) Layer.Index 655
- (js) BND_PointCloud::CreateFromThreeJSON 642 pedrocortesark
- (js) Added several methods and properties for Planes 568
- (js) Layer.index
- (js) Mesh.CreateFromThreeJSON inclides vertex color information
- (js) calling rhino.Version will now return the openNURBS version the library is built against
- (py) Improved stubs. WIP. 668, 669, 682 and 685 StudioWEngineers
- (py) Added python 3.13 target 654
- (py) BND_MeshingParameters::Decode now supports more properties
- (py) Exposed a LightStyle enum which was previously only used internally

Changed

- (py) switching from pybind11 to nanobind. WIP. This affects a lot of the src/binding files, which now include many `if defined()`. When the switch is complete these will be cleaned up. This involved adding conditions for methods that returned BND_TUPLE and adding new methods for where we were using TUPLES as arrays. For this release, we still use pybind11.
- (py) BrepVertex.EdgeIndices() now returns a list
- (py) Curve.DerivitiveAt() now returns a list
- (py) File3dmObjectTable now accepts negative indexing 651 StudioWEngineers
- (js) File3dm.objects().deleteItem(id) -> File3dm.objects().delete(id)
- (dotnet) Linux release builds in an Amazon Linux 2023 container

Fixed

- (py) uuid conversion in c++ was broken
- (js, py) Changes to ViewInfo.Viewport would not set.
- (js) BND_Mesh::CreateFromThreeJSON did not pay attention to vertex colors 641
- (js) BND_PointCloud::CreateFromThreeJSON did not pay attention to RGBA (4 channel) colors 641

Removed

- (py) GitHub is deprecating macos-12 runners, so they have been removed from the python builds

8.9.0

diff: https://github.com/mcneel/rhino3dm/compare/8.6.1...8.9.0

See changes in 8.9.0-beta.

Fixed

- (js) AnnotationBase objects would be undefined due to new cast to Text in the bindings but no Text class exposed to emscripten

8.9.0beta

diff: https://github.com/mcneel/rhino3dm/compare/8.6.1...8.9.0-beta

Added
- (py, js) CachedTextureCoordinates class
- (py, js) Mesh.SetCachedTextureCoordinates and Mesh.GetCachedTextureCoordinates
- (py, js) TextureMapping.HasId and TextureMapping.Id
- (py, js) Added many Annotation classes and enums [627](https://github.com/mcneel/rhino3dm/pull/627) jesterKing
- (all) A series of automated tests have been added and are run on all ci builds

Changed
- Updated OpenNURBS to v8.9 diff: https://github.com/mcneel/opennurbs/compare/v8.6.24101.05001...update-1718616159-8.9
- (py, js) Several methods that take in arrays/lists of points have been updated to either be overloaded and take `Point3dList` and `std::vector<T>` (for py) or `emscripten::val` and the type is checked in cpp (for js). This means the SDK is not broken and users can pass in language specific lists / arrays of points. [620](https://github.com/mcneel/rhino3dm/issues/620), [#616](https://github.com/mcneel/rhino3dm/issues/616)
- (py) x86_64 Linux builds are now build using the manylinux_2_28_x86_64 docker image


Fixed
- (py, js) Polyline.CreateFromPoints now works [616](https://github.com/mcneel/rhino3dm/issues/616)
- (js) None of the PointCloud.AddRange* methods were working in js. This is fixed. [620](https://github.com/mcneel/rhino3dm/issues/620)
- (py, js) Polyline.GetSegments() always returned an extra NULL at the end of the segment array. [623](https://github.com/mcneel/rhino3dm/issues/623)
- (py) Universal builds for native library on macos. (617)[https://github.com/mcneel/rhino3dm/pull/617] jesterKing

Removed
- (py, dotnet) GitHub has deprecated building on macos-11 so from this point forward we will not build python wheels for macos-11. macos-14 will be used to build the dotnet library for macos.
- (dotnet) GitHub deprecated actions that run on node.js < 20 which means that we cannot build on Amazon Linux 2 in with ci workflow. For now the ci linux build uses ubuntu-latest.

8.6.1

diff: https://github.com/mcneel/rhino3dm/compare/8.6.0...8.6.1

Added
- (py) macos 14 arm64 python wheels

Fixed
- (js) Regenerated js files that load wasm as those checked into src were outdated.

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.