This command displays version information about the application if it is executed without flags. If one of the above flags is specified then the specified version information is returned.
Return the api version
Return the application name string
Returns true if application is in batch mode.
Return the build directory string
Returns a string identifying the codeset (codepage) of the locale that Maya is running in. Example return values include UTF-8, ISO-8859-1, 1252. Note that the codeset values and naming conventions are highly platform dependent. They may differ in format even if they have the same meaning (e.g. utf8vs. UTF-8).
Returns the current date in the format yyyy/mm/dd, e.g. 2003/05/04.
Returns the current time in the format hh:mm:ss, e.g. 14:27:53.
Return the cut string
Return the build date string
Return the location of the application defaults file.
Returns true if this is an eval version of the application.
Return the file version string
Returns a string of the specifications of the fonts requested, and the specifications of the fonts that are actually being used.
Returns true if the operating system is Irix. Always false with support for Irix removed.
Returns true if the application is 64 bit.
Returns true if the operating system is Linux.
Returns true if the operating system is Linux 64 bit.
Returns the path to the top level of the localized resource directory, if we are running in an alternate language. Returns an empty string if we are running in the default language.
Returns true if the operating system is Macintosh.
Returns true if the operating system is a PowerPC Macintosh.
Returns true if the operating system is an Intel Macintosh.
Returns true if the operating system is Windows.
Returns the operating system type. Valid return types are nt, win64, mac, linuxand linux64
Returns the operating system version. on Linux this returns the equivalent of uname -srvm
Return the license product name
Return Qt version string
Returns the language that Maya’s running in. Example return values include en_USfor English and ja_JPfor Japanese.
Returns true if we are running in an alternate language, not the default (English).
Return the version string
Returns true if the operating system is Windows x64 based.
Returns the name of the Window Manager that is assumed to be running. Flag can have multiple arguments, passed either as a tuple or a list.
Returns true if the operating system is Windows based.
Derived from mel command maya.cmds.about