Issue: Hops component does not output Model Content

Hi @AndyPayne, could you please check the issue:

When I feed Contextual Bake with simple Brep then everything works fine.
But when I also attach to this Brep keys/values using User Text component then the output of Hops component is empty.
At the same time if I feed Hops component with Model Content, I will be able to get its keys and values with the same component.

hops problem.gh (8.8 KB)

This is correct. Rhino.Compute (and Hops) does not work with Model Objects (yet). We have to change the way Rhino.Compute handles model objects because these objects are much more complex and have references to other objects in the document. As such, they need to be serialized/deserialized via Rhino.Compute in a different way than other standard geometry types are handled. We are working on this issue, but I do not have a timeline as to when this feature will be ready. Thanks for your patience.