Text Field Question

For text fields there is this function where you can get the text from the object name (or something else). I have one problem, if you for example save the file in Rhino 5 format the text turns into “####” since it doesn’t support this feature.

Is there some way to freeze/unlink the text field from the object but whatever text was in it remains. So you can export the file without the text turning into “####”.

I’m kind of guessing there is no way to do this, otherwise it doesn’t make sense that rhino doesn’t do it automatically when saving in Rhino 5 format or earlier.

Hi Mikael -

Round-tripping via the DWG format will do that.
Apart from that workaround, Pascal wrote a script to do so:

-wim