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