Notifications
Clear all

[Closed] Max script help, exporting vert.z data

I was about to document the above approach in the MAXScript Help for the next release when I realized there is a simpler reverse solution to your code that would be faster (execute() is generally slow):

theVal = bit.IntAsHex (bit.charAsInt "a")
-->"61"
bit.IntAsChar (bit.HexAsInt theVal)
-->"a"
Page 2 / 2