Hello everyone!
I’ve noticed some changes in GHP since I updated Rhinoceros to the latest available version:
Version 8 SR16
(8.16.25042.13001, 2025-02-11)
I have several custom commands that use GHP. As the following GIF demonstrates, they were working perfectly fine in the previous version.
Today, I tried using one of them and noticed some issues. When updating values from the ETO form, the changes are not being previewed in real-time. The script is still running and generating new geometries because, when switching to a different viewport, the changes appear. However, for some reason, I had to add s.Redraw()
to the script component to make the new geometry appear in the viewport.
I can’t figure out the cause of this new behavior, but it’s quite frustrating. I spent a lot of time adapting many of my Grasshopper scripts to the latest Rhino updates, and just when I feel like I’m finally up to date, I receive a notification about a new version—and everything falls apart…
I’d like to know if this is a bug or an intentional change. That way, I can decide whether to start modifying all my GHP commands (which are quite a few) or wait for a bug fix in the next update.
Thanks!
Jon