i suppose this is more of a rhino question than grasshopper, but
anyway.
is there any way to convert a text dot (tag) into a text object, or to
have grasshopper update text objects within the rhino document? i
wrote a quick script that acquires the contents of a text dot and adds
a text object, but finding the point at which to place the new text
object is the problem. tried using the ObjectGrip methods but they
don't work with dots (or even text objects for that matter). this
quickly becomes a problem when there are many dots to convert...
is there something painfully basic i've overlooked?