Hello @kike, I’m reviving this topic since I think there is a weird behavior of the Custom Preview component with the GrasshopperPlayer, and maybe it isn’t worth starting a new topic.
I’m currently using Rhino 8 SR10.
Here’s a test I did that uses HumanUI plugin to generate an interface to interact with the model. The test displays fine when executed directly from GH, but when called via the GrasshopperPlayer the custom preview does not work in rendered view. NOTE: before loading the .gh file or using the GrasshopperPlayer you must display the Remote Control Panel.
This is how it looks when opened directly in GH (Top right: rendered, bottom right: shaded):
And this is how it looks when called by the GrasshopperPlayer (same Display arrangement):
Here is the .gh file:
Test_RCP.gh (34.9 KB)
Also. it seems like there’s something wrong with the “Lamp” example from Rhino - Grasshopper Player : the Custom Preview component does not work in rendered views (left: shaded, right: rendered):
But if I copy all components except Custom Preview ones in a new file and add new ones things look fine again:
Here’s my modified Lamp example:
Lamp_AE.gh (51.7 KB)