Get Maya version

Simply queries the particular version of Maya being used.

float $mV = `getApplicationVersionAsFloat`;
 print("Application Version: " + $mV + "\n");

Leave a Reply

Your email address will not be published. Required fields are marked *