SaveScene; checkForUnknownNodes(); FileMenu_SaveItem; file -save; fileCmdCallback; about -application; // Result: maya // about -product; // Result: Maya 2012 // about -version; // Result: 2012 Hotfix 4 x64 // about -cutIdentifier; // Result: 001200000000-806479 // about -osv; // Result: Microsoft Windows 7 Business Edition, 64-bit Windows 7 Service Pack 1 (Build 7601) // unlocalizedPanelLabel "Top View"; // Result: Top View // . . . memory -he; // Result: 314.824219 // memory -fr; // Result: 3920.347656 // memory -pf; // Result: 174975 // confirmDialog -title "Student Version File" -message "The file being saved was created by a Student Version of Maya intended for personal learning only. If you save the file, this message will always appear whenever the file is opened." -button "Continue" -button "Cancel"; // Result: Continue // pluginInfo -q -pluginsInUse -activeFile; . . .