Sometimes I want a lot of text printed (or often I forget to disable print… when testing on larger data sets) and Rhino prints one line of text per display update frame. Causing it to be limited to 60 frames per second on most computers. Could this be done in the background so we don’t need to see every printed text string?
I also see that rs.Prompt() is much faster than the print command, so I guess it would need to be a buffer of some sort that stores the data.
For all of us who code as simple as possible I think this could be a nice feature.
(And I understand that I can store all the strings in a list and present them at will, but when prototyping I like using print every now and then)
@dale I guess this is for you 
7 posts - 3 participants