Source text of Grasshopper script component in ghx are encoded in Rhino 8

I have try to use grasshopper python

with Rhino 7 ghx file are show readable script

but in Rhino 8 ghx file are encode script

ghx.zip (128.8 KB)

Is it possible to setting something in Rhino 8 to not encode it like Rhino 7 ?
If not posible Would you please guide how can I decode it to readable ?
This will usefull for version track of ghx with git.

Thank you very much

1 Like

It’s a base64 string so you can pretty easily decode it in any programming language.

2 Likes