Grasshopper Rhino Text Dot default input problem

When an input is empty, the default input does not get overwritten.

This creates a default TextDot on the origin.

The component seems to have a default output which I think should not be there.

I agree, it annoys me too. Unlike something like construct point, it does not make sense to add a text dot at the origin. I use text dots a lot for in-script annotarion (instead of Human’s tags). And the origin gets quite messy as a result.

I agree as well. I run a Null item with Stream Filter gate with the text dot currently to ensure that when no value is being fed to the T input, the stream filter component 1 input is active (and empty) and therefore properly sends a null downstream

Fixed on next RC.

3 Likes

Thank you!