working with a rather large file that someone else saved with incorrect units (opens as mm):
https://www1.nyc.gov/assets/planning/download/zip/data-maps/open-data/nyc-3d-model/nyc_3dmodel_bx06.zip
Opening it in rhino 5 (mac), it’s possible to run “Units”, select “Feet” from the dropdown and agree to the re-scale. Everything works fine.
However in the latest Version 6 WIP (6.15.19092.12046, 2019-04-02), this is what happens:
- run “Units”
- select “Feet” and agree to re-scale model
- command completes, but the status bar at the bottom of the screen still reads “Millimeters”
- the “Distance” command then returns a number labeled as Feet, but the value is still the distance in mm
potentially related to this issue, where @pascal was able to identify use of the floating command panel as part of the problem?
That post also mentions the following, marked as either resolved or not in the latest WIP:
- using the Lasso command in a similar way to above (without the length entry), Rhino crashes when pressing “Done” or Enter/Space
- issues importing libraries in grasshopper python components. specifically, I haven’t been able to use urllib2 which appears to work fine in Mac Rhino 5
- in Grasshopper, “Copy All Content” and “Copy Data Only” appear to not be working (no content is available on the clipboard if these are clicked)