Uppercase in commandline arguments

Hello,

Rhino runs quite fine on our renderfarm thanks to the runscript option from the commandline.

all the text is made lowercase though. This is not a problem with most of the commands, but trying to set a view or a layerstate with uppercase letters in their name is problematic.

Is there any plan to add case sensitivity to the commandline parsing?

Thanks,
Paolo

Dunno, the Rhino command line has never been case-sensitive and I think that’s a good thing. There are always workarounds to parse case sensitive text in scripts - unless you are using the same text in upper/lower/mixed case as different objects/variables, which is really not a good idea. --Mitch