I am building a script using Human UI, and then I have been launching the scripts from Rhino interface using Grasshopper player. I was trying to get the geometry reference fill preview to show in Rhino window whilst using the Grasshopper Player mode, but it seems to only show once Grasshopper script in itself is launched. Any possibility to get the geometry to preview before the user bakes the geometry within the Rhino environment?
I ended up not using the Get commands in Grasshopper and opted to use Human UI components with the content cache node to push the elements to Rhino. As long as the content cache name is being pulled from the Rhino referenced geometry using the Guid (ID), it’s updating the geometry without creating duplication, which is super handy.