Cloud Zoo correctly registered product not recognized in Add License flow
@aj1 tagging you directly since you’re the author of the Cloud Zoo docs and this seems like it might need engineering-level visibility. I’m a registered Cloud Zoo issuer with an existing, working...
View ArticleRequest for Assistance Regarding a Possible Security Incident
Dear McNeel Team and Community, I am writing to report a serious security incident that occurred while using Rhino 8, which resulted in a total compromise of my cryptocurrency wallet. I am seeking...
View ArticlePer-viewport layer visibility ignored in Rendered mode (R9; R8 with Sun)
Hi, While building a split-viewport workflow (2D pattern in Top, 3D last in Perspective) I rely on per-viewport layer visibility (Layer.SetPerViewportVisible / SetPerViewportPersistentVisibility via...
View ArticleMicrophone access from Rhino Mac app?
Hi everyone, We are building a speech-to-text functionality into Raven, which works fine so far on Windows. On Mac however, it doesn’t. From what I found the following is the problem: Rhino (the mac...
View ArticleStandard (UI) icon pack for developers
Hi guys, @Gijs , @dale , It’s maybe already covered but I’m looking for the icon of the Rhino V9. Not the commands but the interface ones: buttons, +, -, sliders… etc. With more programming...
View ArticleHttp://files.mcneel.com/yak/tools/latest/yak.exe
The files available via http://files.mcneel.com/yak/tools/latest/yak.exe’ are outdated. I would like to create a correct plugin in my CI environment, where no Rhino installation is available. The yak...
View ArticlePackage Manager ignores +xxxxx version numbers
Hi Guys, Something seems to have changed in the Package Manager upload settings in recent weeks. It now appears to ignore the version numbers after the + when uploading a new file: This is a bit of a...
View ArticleHow to wait until actual background color change?
Hi all. In an “A” c# script component i’m using this: this.RhinoDocument.RenderSettings.BackgroundColorTop = c; this.RhinoDocument.RenderSettings.BackgroundColorBottom = c;...
View ArticleIs Rhino v6 still good to start learning C# and WPF?
Is Rhino v6 still good to start learning C# and WPF? 5 posts - 5 participants Read full topic
View ArticleUpdate article about Yak
Hi all, I noticed that the official documentation is from 2021, could it be reviewed and updated if there are any new features or proper methods to improve it? Rhino - Custom Package Repositories It...
View ArticleSuppress Rhino plugin compatibility checks
Hi, In some circumstances I have users that need to use an old build of my plugin. I notice in testing in Rhino8SR34, that it prevents the rhino plugin from loading after running a compatibility...
View ArticleMethods to export an STL file using rhinoinside?
Using rhinoinside, I read .3dm file, obtain object’s geometry, cull meshes and breps, convert breps to meshes, and then, based on their names and IDs I’d gotten from their respective objects I fill...
View ArticleText Entity te.DimensionStyle always returns default -1
I think I found a bug in C# for text entities…var dimStyle = te.DimensionStyle;…when I try to get the dimension style for any text entity I always get default -1. I have tried multiple dimension...
View ArticleDeploy Rhino.Compute from the AWS Marketplace (limited preview)
We just published a fast way to run Rhino.Compute in production: the Rhino.Compute AWS Marketplace product. It is a preconfigured Amazon Machine Image that you launch through a CloudFormation...
View ArticleMesh.CreateBooleanIntersection leaks unmanaged memory (Rhino 8 MX engine)
Affects: Rhino 8.34 (8.34.26223.11002), macOS 26.5.2 (Apple Silicon) — reproduced identically on Rhino 8 for Windows Severity: unmanaged memory leak, gigabytes per session in plugins that call mesh...
View ArticleTrack Trims across JoinBrep
Trims only maintain their user data if the JoinBreps operation returns a single Brep. In general, It would be great if user data was maintained across operations like joins. User data would be far...
View ArticleRhinoDoc.CreateHeadless duplicates template viewports and SaveAs
RhinoDoc.CreateHeadless duplicates template viewports and SaveAs writes an invalid ActiveViewId I think I’ve found a Rhino 9 WIP issue involving RhinoDoc.CreateHeadless() and viewport state. When I...
View ArticleGumball's centre (or math behind it) for multiple objects in rhino3dm
Hi. I’m trying to rotate objects through rhino3dm. In Rhino, I would select these objects and rotate around Gumball’s centre, and this centre is right where I expect it to be. I’m trying to recreate...
View Article`IntersectionEvent` has wrong side of curve
I have the attached file with two curves: badIntersect.3dm (56.9 KB) and the following plugin command code: using Rhino; using Rhino.Commands; using Rhino.DocObjects; using Rhino.Geometry; using...
View ArticleSR34 breaks rhinomcp "get" commands, need link to older SR
Hi all, I updated Rhino 8 to the latest build today and my rhinomcp plugin (v0.3.2.0, a third-party MCP integration) stopped working correctly right after. Symptoms: “get” type commands...
View Article