Hi, i have a simple node:
private void RunScript(Surface srf, ref object A)
{
srf.SetUserString("key", "value");
A = srf;
}
The userString is readable by other nodes in GH, but gets lost on bake…
‘GetUserText’ command in Rhino doesnt show anything afterwards
While the same node as above, with Meshes works just fine (data gets baked in)
EDIT: ok, found out that if the input node is GeometryBase
then the bake works fine