Automatic username as title block attribute

When we print drawings from AutoCAD and other software’s, we usually have the username of the person printing in the corner. This is in other software’s picked up automatically in the attributes.

Is there a way to do that in Rhino?

I think you are looking for some kind of function text.

There are lots of options and ways to get the result you want. Read the docs below, I think you’ll find what your looking for.

Yes, we are using the function texts for some of the other attributes, but was unable to find one that finds the username automatically.

Hmm, your correct. I thought there was one, but maybe thats in AutoCad.

Personaly we use the DocumentUserText to fill all info on layouts, including username. Then retrieve that using function texts.

With some scripts you could get popups to fill in you name, but then you need to do some pythoning