Advertisement
roumenov

UE4 Maya ART script editor output

Sep 4th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 57.14 KB | None | 0 0
  1.  
  2.  
  3. moduleDetectionLogic;
  4. loadModule -scan;
  5. ModelEdMenu  modelEditor2;
  6. optionVar -query defaultTextureResolution;
  7. // Result: 256 //
  8. optionVar -query defaultTextureResolution;
  9. // Result: 256 //
  10. optionVar -query defaultTextureResolution;
  11. // Result: 256 //
  12. optionVar -query defaultTextureResolution;
  13. // Result: 256 //
  14. optionVar -query defaultTextureResolution;
  15. // Result: 256 //
  16. optionVar -query defaultTextureResolution;
  17. // Result: 256 //
  18. autoUpdateAttrEd;
  19. updateAnimLayerEditor("AnimLayerTab");
  20. statusLineUpdateInputField;
  21. if (!`exists polyNormalSizeMenuUpdate`) {source buildDisplayMenu;} polyNormalSizeMenuUpdate;
  22. displayRGBColor "background" .27 .27 .27 ; displayRGBColor "backgroundTop" .27 .27 .27 ; displayRGBColor "backgroundBottom" .27 .27 .27 ;
  23. playbackStateChanged;
  24. // Result: 1 //
  25. playbackStateChanged;
  26. // Result: 1 //
  27. currentTime 1 ;
  28. playbackStateChanged;
  29. // Result: 1 //
  30. playbackStateChanged;
  31. // Result: 1 //
  32. currentTime 1 ;
  33. displayRGBColor "background"0.631 0.631 0.631; displayRGBColor "backgroundTop"0.554526 0.978 0.978; displayRGBColor "backgroundBottom"0.0868074 0.107 0.054142;
  34. fileCmdCallback;
  35. fileCmdRestoreCallback;
  36. fileCmdCallback;
  37. about -application;
  38. // Result: maya //
  39. about -product;
  40. // Result: Maya 2014 //
  41. about -version;
  42. // Result: 2014 x64 //
  43. about -cutIdentifier;
  44. // Result: 201303010241-864206 //
  45. about -osv;
  46. // Result: Microsoft Windows 7 Business Edition, 64-bit Windows 7 Service Pack 1 (Build 7601)
  47.  //
  48. unlocalizedPanelLabel "Top View";
  49. // Result: Top View //
  50. unlocalizedPanelLabel "Top View";
  51. // Result: Top View //
  52. unlocalizedPanelLabel "Top View";
  53. // Result: Top View //
  54. unlocalizedPanelLabel "Side View";
  55. // Result: Side View //
  56. unlocalizedPanelLabel "Side View";
  57. // Result: Side View //
  58. unlocalizedPanelLabel "Side View";
  59. // Result: Side View //
  60. unlocalizedPanelLabel "Front View";
  61. // Result: Front View //
  62. unlocalizedPanelLabel "Front View";
  63. // Result: Front View //
  64. unlocalizedPanelLabel "Front View";
  65. // Result: Front View //
  66. unlocalizedPanelLabel "Persp View";
  67. // Result: Persp View //
  68. unlocalizedPanelLabel "Persp View";
  69. // Result: Persp View //
  70. unlocalizedPanelLabel "Persp View";
  71. // Result: Persp View //
  72. unlocalizedPanelLabel "Outliner";
  73. // Result: Outliner //
  74. unlocalizedPanelLabel "Outliner";
  75. // Result: Outliner //
  76. unlocalizedPanelLabel "Outliner";
  77. // Result: Outliner //
  78. unlocalizedPanelLabel "Graph Editor";
  79. // Result: Graph Editor //
  80. saveStateGraphEditor graphEditor1;
  81. // Result:
  82.             $editorName = ($panelName+"OutlineEd");
  83.             outlinerEditor -e
  84.                 -showShapes 1
  85.                 -showReferenceNodes 0
  86.                 -showReferenceMembers 0
  87.                 -showAttributes 1
  88.                 -showConnected 1
  89.                 -showAnimCurvesOnly 1
  90.                 -showMuteInfo 0
  91.                 -organizeByLayer 1
  92.                 -showAnimLayerWeight 1
  93.                 -autoExpandLayers 1
  94.                 -autoExpand 1
  95.                 -showDagOnly 0
  96.                 -showAssets 1
  97.                 -showContainedOnly 0
  98.                 -showPublishedAsConnected 0
  99.                 -showContainerContents 0
  100.                 -ignoreDagHierarchy 0
  101.                 -expandConnections 1
  102.                 -showUpstreamCurves 1
  103.                 -showUnitlessCurves 1
  104.                 -showCompounds 0
  105.                 -showLeafs 1
  106.                 -showNumericAttrsOnly 1
  107.                 -highlightActive 0
  108.                 -autoSelectNewObjects 1
  109.                 -doNotSelectNewObjects 0
  110.                 -dropIsParent 1
  111.                 -transmitFilters 1
  112.                 -setFilter "0"
  113.                 -showSetMembers 0
  114.                 -allowMultiSelection 1
  115.                 -alwaysToggleSelect 0
  116.                 -directSelect 0
  117.                 -displayMode "DAG"
  118.                 -expandObjects 0
  119.                 -setsIgnoreFilters 1
  120.                 -containersIgnoreFilters 0
  121.                 -editAttrName 0
  122.                 -showAttrValues 0
  123.                 -highlightSecondary 0
  124.                 -showUVAttrsOnly 0
  125.                 -showTextureNodesOnly 0
  126.                 -attrAlphaOrder "default"
  127.                 -animLayerFilterOptions "allAffecting"
  128.                 -sortOrder "none"
  129.                 -longNames 0
  130.                 -niceNames 1
  131.                 -showNamespace 1
  132.                 -showPinIcons 1
  133.                 -mapMotionTrails 1
  134.                 $editorName;
  135.  
  136.             $editorName = ($panelName+"GraphEd");
  137.             animCurveEditor -e
  138.                 -displayKeys 1
  139.                 -displayTangents 0
  140.                 -displayActiveKeys 0
  141.                 -displayActiveKeyTangents 1
  142.                 -displayInfinities 0
  143.                 -autoFit 0
  144.                 -snapTime "integer"
  145.                 -snapValue "none"
  146.                 -showResults "off"
  147.                 -showBufferCurves "off"
  148.                 -smoothness "fine"
  149.                 -resultSamples 1.25
  150.                 -resultScreenSamples 0
  151.                 -resultUpdate "delayed"
  152.                 -showUpstreamCurves 1
  153.                 -stackedCurves 0
  154.                 -stackedCurvesMin -1
  155.                 -stackedCurvesMax 1
  156.                 -stackedCurvesSpace 0.2
  157.                 -displayNormalized 0
  158.                 -preSelectionHighlight 0
  159.                 -constrainDrag 0
  160.                 -classicMode 1
  161.                 $editorName //
  162. unlocalizedPanelLabel "Graph Editor";
  163. // Result: Graph Editor //
  164. unlocalizedPanelLabel "Graph Editor";
  165. // Result: Graph Editor //
  166. saveStateGraphEditor graphEditor1;
  167. // Result:
  168.             $editorName = ($panelName+"OutlineEd");
  169.             outlinerEditor -e
  170.                 -showShapes 1
  171.                 -showReferenceNodes 0
  172.                 -showReferenceMembers 0
  173.                 -showAttributes 1
  174.                 -showConnected 1
  175.                 -showAnimCurvesOnly 1
  176.                 -showMuteInfo 0
  177.                 -organizeByLayer 1
  178.                 -showAnimLayerWeight 1
  179.                 -autoExpandLayers 1
  180.                 -autoExpand 1
  181.                 -showDagOnly 0
  182.                 -showAssets 1
  183.                 -showContainedOnly 0
  184.                 -showPublishedAsConnected 0
  185.                 -showContainerContents 0
  186.                 -ignoreDagHierarchy 0
  187.                 -expandConnections 1
  188.                 -showUpstreamCurves 1
  189.                 -showUnitlessCurves 1
  190.                 -showCompounds 0
  191.                 -showLeafs 1
  192.                 -showNumericAttrsOnly 1
  193.                 -highlightActive 0
  194.                 -autoSelectNewObjects 1
  195.                 -doNotSelectNewObjects 0
  196.                 -dropIsParent 1
  197.                 -transmitFilters 1
  198.                 -setFilter "0"
  199.                 -showSetMembers 0
  200.                 -allowMultiSelection 1
  201.                 -alwaysToggleSelect 0
  202.                 -directSelect 0
  203.                 -displayMode "DAG"
  204.                 -expandObjects 0
  205.                 -setsIgnoreFilters 1
  206.                 -containersIgnoreFilters 0
  207.                 -editAttrName 0
  208.                 -showAttrValues 0
  209.                 -highlightSecondary 0
  210.                 -showUVAttrsOnly 0
  211.                 -showTextureNodesOnly 0
  212.                 -attrAlphaOrder "default"
  213.                 -animLayerFilterOptions "allAffecting"
  214.                 -sortOrder "none"
  215.                 -longNames 0
  216.                 -niceNames 1
  217.                 -showNamespace 1
  218.                 -showPinIcons 1
  219.                 -mapMotionTrails 1
  220.                 $editorName;
  221.  
  222.             $editorName = ($panelName+"GraphEd");
  223.             animCurveEditor -e
  224.                 -displayKeys 1
  225.                 -displayTangents 0
  226.                 -displayActiveKeys 0
  227.                 -displayActiveKeyTangents 1
  228.                 -displayInfinities 0
  229.                 -autoFit 0
  230.                 -snapTime "integer"
  231.                 -snapValue "none"
  232.                 -showResults "off"
  233.                 -showBufferCurves "off"
  234.                 -smoothness "fine"
  235.                 -resultSamples 1.25
  236.                 -resultScreenSamples 0
  237.                 -resultUpdate "delayed"
  238.                 -showUpstreamCurves 1
  239.                 -stackedCurves 0
  240.                 -stackedCurvesMin -1
  241.                 -stackedCurvesMax 1
  242.                 -stackedCurvesSpace 0.2
  243.                 -displayNormalized 0
  244.                 -preSelectionHighlight 0
  245.                 -constrainDrag 0
  246.                 -classicMode 1
  247.                 $editorName //
  248. unlocalizedPanelLabel "Dope Sheet";
  249. // Result: Dope Sheet //
  250. saveStateDopeSheetPanel dopeSheetPanel1;
  251. // Result:
  252.             $editorName = ($panelName+"OutlineEd");
  253.             outlinerEditor -e
  254.                 -showShapes 1
  255.                 -showReferenceNodes 0
  256.                 -showReferenceMembers 0
  257.                 -showAttributes 1
  258.                 -showConnected 1
  259.                 -showAnimCurvesOnly 1
  260.                 -showMuteInfo 0
  261.                 -organizeByLayer 1
  262.                 -showAnimLayerWeight 1
  263.                 -autoExpandLayers 1
  264.                 -autoExpand 0
  265.                 -showDagOnly 0
  266.                 -showAssets 1
  267.                 -showContainedOnly 0
  268.                 -showPublishedAsConnected 0
  269.                 -showContainerContents 0
  270.                 -ignoreDagHierarchy 0
  271.                 -expandConnections 1
  272.                 -showUpstreamCurves 1
  273.                 -showUnitlessCurves 0
  274.                 -showCompounds 1
  275.                 -showLeafs 1
  276.                 -showNumericAttrsOnly 1
  277.                 -highlightActive 0
  278.                 -autoSelectNewObjects 0
  279.                 -doNotSelectNewObjects 1
  280.                 -dropIsParent 1
  281.                 -transmitFilters 0
  282.                 -setFilter "0"
  283.                 -showSetMembers 0
  284.                 -allowMultiSelection 1
  285.                 -alwaysToggleSelect 0
  286.                 -directSelect 0
  287.                 -displayMode "DAG"
  288.                 -expandObjects 0
  289.                 -setsIgnoreFilters 1
  290.                 -containersIgnoreFilters 0
  291.                 -editAttrName 0
  292.                 -showAttrValues 0
  293.                 -highlightSecondary 0
  294.                 -showUVAttrsOnly 0
  295.                 -showTextureNodesOnly 0
  296.                 -attrAlphaOrder "default"
  297.                 -animLayerFilterOptions "allAffecting"
  298.                 -sortOrder "none"
  299.                 -longNames 0
  300.                 -niceNames 1
  301.                 -showNamespace 1
  302.                 -showPinIcons 0
  303.                 -mapMotionTrails 1
  304.                 $editorName;
  305.  
  306.             $editorName = ($panelName+"DopeSheetEd");
  307.             dopeSheetEditor -e
  308.                 -displayKeys 1
  309.                 -displayTangents 0
  310.                 -displayActiveKeys 0
  311.                 -displayActiveKeyTangents 0
  312.                 -displayInfinities 0
  313.                 -autoFit 0
  314.                 -snapTime "integer"
  315.                 -snapValue "none"
  316.                 -outliner "dopeSheetPanel1OutlineEd"
  317.                 -showSummary 1
  318.                 -showScene 0
  319.                 -hierarchyBelow 0
  320.                 -showTicks 1
  321.                 -selectionWindow 0 0 0 0
  322.                 $editorName //
  323. unlocalizedPanelLabel "Dope Sheet";
  324. // Result: Dope Sheet //
  325. unlocalizedPanelLabel "Dope Sheet";
  326. // Result: Dope Sheet //
  327. saveStateDopeSheetPanel dopeSheetPanel1;
  328. // Result:
  329.             $editorName = ($panelName+"OutlineEd");
  330.             outlinerEditor -e
  331.                 -showShapes 1
  332.                 -showReferenceNodes 0
  333.                 -showReferenceMembers 0
  334.                 -showAttributes 1
  335.                 -showConnected 1
  336.                 -showAnimCurvesOnly 1
  337.                 -showMuteInfo 0
  338.                 -organizeByLayer 1
  339.                 -showAnimLayerWeight 1
  340.                 -autoExpandLayers 1
  341.                 -autoExpand 0
  342.                 -showDagOnly 0
  343.                 -showAssets 1
  344.                 -showContainedOnly 0
  345.                 -showPublishedAsConnected 0
  346.                 -showContainerContents 0
  347.                 -ignoreDagHierarchy 0
  348.                 -expandConnections 1
  349.                 -showUpstreamCurves 1
  350.                 -showUnitlessCurves 0
  351.                 -showCompounds 1
  352.                 -showLeafs 1
  353.                 -showNumericAttrsOnly 1
  354.                 -highlightActive 0
  355.                 -autoSelectNewObjects 0
  356.                 -doNotSelectNewObjects 1
  357.                 -dropIsParent 1
  358.                 -transmitFilters 0
  359.                 -setFilter "0"
  360.                 -showSetMembers 0
  361.                 -allowMultiSelection 1
  362.                 -alwaysToggleSelect 0
  363.                 -directSelect 0
  364.                 -displayMode "DAG"
  365.                 -expandObjects 0
  366.                 -setsIgnoreFilters 1
  367.                 -containersIgnoreFilters 0
  368.                 -editAttrName 0
  369.                 -showAttrValues 0
  370.                 -highlightSecondary 0
  371.                 -showUVAttrsOnly 0
  372.                 -showTextureNodesOnly 0
  373.                 -attrAlphaOrder "default"
  374.                 -animLayerFilterOptions "allAffecting"
  375.                 -sortOrder "none"
  376.                 -longNames 0
  377.                 -niceNames 1
  378.                 -showNamespace 1
  379.                 -showPinIcons 0
  380.                 -mapMotionTrails 1
  381.                 $editorName;
  382.  
  383.             $editorName = ($panelName+"DopeSheetEd");
  384.             dopeSheetEditor -e
  385.                 -displayKeys 1
  386.                 -displayTangents 0
  387.                 -displayActiveKeys 0
  388.                 -displayActiveKeyTangents 0
  389.                 -displayInfinities 0
  390.                 -autoFit 0
  391.                 -snapTime "integer"
  392.                 -snapValue "none"
  393.                 -outliner "dopeSheetPanel1OutlineEd"
  394.                 -showSummary 1
  395.                 -showScene 0
  396.                 -hierarchyBelow 0
  397.                 -showTicks 1
  398.                 -selectionWindow 0 0 0 0
  399.                 $editorName //
  400. unlocalizedPanelLabel "Trax Editor";
  401. // Result: Trax Editor //
  402. saveStateClipEditorPanel clipEditorPanel1;
  403. // Result:
  404.             $editorName = clipEditorNameFromPanel($panelName);
  405.             clipEditor -e
  406.                 -displayKeys 0
  407.                 -displayTangents 0
  408.                 -displayActiveKeys 0
  409.                 -displayActiveKeyTangents 0
  410.                 -displayInfinities 0
  411.                 -autoFit 0
  412.                 -snapTime "none"
  413.                 -snapValue "none"
  414.                 -manageSequencer 0
  415.                 $editorName //
  416. unlocalizedPanelLabel "Trax Editor";
  417. // Result: Trax Editor //
  418. unlocalizedPanelLabel "Trax Editor";
  419. // Result: Trax Editor //
  420. saveStateClipEditorPanel clipEditorPanel1;
  421. // Result:
  422.             $editorName = clipEditorNameFromPanel($panelName);
  423.             clipEditor -e
  424.                 -displayKeys 0
  425.                 -displayTangents 0
  426.                 -displayActiveKeys 0
  427.                 -displayActiveKeyTangents 0
  428.                 -displayInfinities 0
  429.                 -autoFit 0
  430.                 -snapTime "none"
  431.                 -snapValue "none"
  432.                 -manageSequencer 0
  433.                 $editorName //
  434. unlocalizedPanelLabel "Camera Sequencer";
  435. // Result: Camera Sequencer //
  436. saveStateSequenceEditorPanel sequenceEditorPanel1;
  437. // Result:
  438.             $editorName = sequenceEditorNameFromPanel($panelName);
  439.             clipEditor -e
  440.                 -displayKeys 0
  441.                 -displayTangents 0
  442.                 -displayActiveKeys 0
  443.                 -displayActiveKeyTangents 0
  444.                 -displayInfinities 0
  445.                 -autoFit 0
  446.                 -snapTime "none"
  447.                 -snapValue "none"
  448.                 -manageSequencer 1
  449.                 $editorName //
  450. unlocalizedPanelLabel "Camera Sequencer";
  451. // Result: Camera Sequencer //
  452. unlocalizedPanelLabel "Camera Sequencer";
  453. // Result: Camera Sequencer //
  454. saveStateSequenceEditorPanel sequenceEditorPanel1;
  455. // Result:
  456.             $editorName = sequenceEditorNameFromPanel($panelName);
  457.             clipEditor -e
  458.                 -displayKeys 0
  459.                 -displayTangents 0
  460.                 -displayActiveKeys 0
  461.                 -displayActiveKeyTangents 0
  462.                 -displayInfinities 0
  463.                 -autoFit 0
  464.                 -snapTime "none"
  465.                 -snapValue "none"
  466.                 -manageSequencer 1
  467.                 $editorName //
  468. unlocalizedPanelLabel "Hypergraph Hierarchy";
  469. // Result: Hypergraph Hierarchy //
  470. saveStateHyperGraphPanel hyperGraphPanel1;
  471. // Result:
  472.             $editorName = ($panelName+"HyperGraphEd");
  473.             hyperGraph -e
  474.                 -graphLayoutStyle "hierarchicalLayout"
  475.                 -orientation "horiz"
  476.                 -mergeConnections 1
  477.                 -zoom 1
  478.                 -animateTransition 0
  479.                 -showRelationships 1
  480.                 -showShapes 1
  481.                 -showDeformers 1
  482.                 -showExpressions 1
  483.                 -showConstraints 1
  484.                 -showConnectionFromSelected 0
  485.                 -showConnectionToSelected 0
  486.                 -showUnderworld 1
  487.                 -showInvisible 1
  488.                 -transitionFrames 1
  489.                 -opaqueContainers 0
  490.                 -freeform 0
  491.                 -imagePosition 0 0
  492.                 -imageScale 1
  493.                 -imageEnabled 0
  494.                 -graphType "DAG"
  495.                 -heatMapDisplay 0
  496.                 -updateSelection 1
  497.                 -updateNodeAdded 1
  498.                 -useDrawOverrideColor 0
  499.                 -limitGraphTraversal -1
  500.                 -range 0 0
  501.                 -iconSize "smallIcons"
  502.                 -showCachedConnections 0
  503.                 $editorName //
  504. unlocalizedPanelLabel "Hypergraph Hierarchy";
  505. // Result: Hypergraph Hierarchy //
  506. unlocalizedPanelLabel "Hypergraph Hierarchy";
  507. // Result: Hypergraph Hierarchy //
  508. saveStateHyperGraphPanel hyperGraphPanel1;
  509. // Result:
  510.             $editorName = ($panelName+"HyperGraphEd");
  511.             hyperGraph -e
  512.                 -graphLayoutStyle "hierarchicalLayout"
  513.                 -orientation "horiz"
  514.                 -mergeConnections 1
  515.                 -zoom 1
  516.                 -animateTransition 0
  517.                 -showRelationships 1
  518.                 -showShapes 1
  519.                 -showDeformers 1
  520.                 -showExpressions 1
  521.                 -showConstraints 1
  522.                 -showConnectionFromSelected 0
  523.                 -showConnectionToSelected 0
  524.                 -showUnderworld 1
  525.                 -showInvisible 1
  526.                 -transitionFrames 1
  527.                 -opaqueContainers 0
  528.                 -freeform 0
  529.                 -imagePosition 0 0
  530.                 -imageScale 1
  531.                 -imageEnabled 0
  532.                 -graphType "DAG"
  533.                 -heatMapDisplay 0
  534.                 -updateSelection 1
  535.                 -updateNodeAdded 1
  536.                 -useDrawOverrideColor 0
  537.                 -limitGraphTraversal -1
  538.                 -range 0 0
  539.                 -iconSize "smallIcons"
  540.                 -showCachedConnections 0
  541.                 $editorName //
  542. unlocalizedPanelLabel "Hypershade";
  543. // Result: Hypershade //
  544. saveStateHyperShadePanel hyperShadePanel1;
  545. unlocalizedPanelLabel "Hypershade";
  546. // Result: Hypershade //
  547. unlocalizedPanelLabel "Hypershade";
  548. // Result: Hypershade //
  549. saveStateHyperShadePanel hyperShadePanel1;
  550. unlocalizedPanelLabel "Visor";
  551. // Result: Visor //
  552. saveStateVisorPanel visorPanel1;
  553. unlocalizedPanelLabel "Visor";
  554. // Result: Visor //
  555. unlocalizedPanelLabel "Visor";
  556. // Result: Visor //
  557. saveStateVisorPanel visorPanel1;
  558. unlocalizedPanelLabel "Node Editor";
  559. // Result: Node Editor //
  560. nodeEdSaveStateCallback nodeEditorPanel1;
  561. // Result:
  562.             $editorName = ($panelName+"NodeEditorEd");
  563.             nodeEditor -e
  564.                 -allAttributes 0
  565.                 -allNodes 0
  566.                 -autoSizeNodes 1
  567.                 -createNodeCommand "nodeEdCreateNodeCommand"
  568.                 -defaultPinnedState 0
  569.                 -ignoreAssets 1
  570.                 -additiveGraphingMode 0
  571.                 -settingsChangedCallback "nodeEdSyncControls"
  572.                 -traversalDepthLimit -1
  573.                 -keyPressCommand "nodeEdKeyPressCommand"
  574.                 -keyReleaseCommand "nodeEdKeyReleaseCommand"
  575.                 -nodeTitleMode "name"
  576.                 -gridSnap 0
  577.                 -gridVisibility 1
  578.                 -popupMenuScript "nodeEdBuildPanelMenus"
  579.                 -island 0
  580.                 -showNamespace 1
  581.                 -showShapes 1
  582.                 -showSGShapes 0
  583.                 -showTransforms 1
  584.                 -syncedSelection 1
  585.                 -extendToShapes 1
  586.                 $editorName;
  587.             if (`objExists nodeEditorPanel1Info`) nodeEditor -e -restoreInfo nodeEditorPanel1Info $editorName //
  588. unlocalizedPanelLabel "Node Editor";
  589. // Result: Node Editor //
  590. unlocalizedPanelLabel "Node Editor";
  591. // Result: Node Editor //
  592. nodeEdSaveStateCallback nodeEditorPanel1;
  593. // Result:
  594.             $editorName = ($panelName+"NodeEditorEd");
  595.             nodeEditor -e
  596.                 -allAttributes 0
  597.                 -allNodes 0
  598.                 -autoSizeNodes 1
  599.                 -createNodeCommand "nodeEdCreateNodeCommand"
  600.                 -defaultPinnedState 0
  601.                 -ignoreAssets 1
  602.                 -additiveGraphingMode 0
  603.                 -settingsChangedCallback "nodeEdSyncControls"
  604.                 -traversalDepthLimit -1
  605.                 -keyPressCommand "nodeEdKeyPressCommand"
  606.                 -keyReleaseCommand "nodeEdKeyReleaseCommand"
  607.                 -nodeTitleMode "name"
  608.                 -gridSnap 0
  609.                 -gridVisibility 1
  610.                 -popupMenuScript "nodeEdBuildPanelMenus"
  611.                 -island 0
  612.                 -showNamespace 1
  613.                 -showShapes 1
  614.                 -showSGShapes 0
  615.                 -showTransforms 1
  616.                 -syncedSelection 1
  617.                 -extendToShapes 1
  618.                 $editorName;
  619.             if (`objExists nodeEditorPanel1Info`) nodeEditor -e -restoreInfo nodeEditorPanel1Info $editorName //
  620. unlocalizedPanelLabel "Create Node";
  621. // Result: Create Node //
  622. createNodeSaveStateCallback createNodePanel1;
  623. unlocalizedPanelLabel "Create Node";
  624. // Result: Create Node //
  625. unlocalizedPanelLabel "Create Node";
  626. // Result: Create Node //
  627. createNodeSaveStateCallback createNodePanel1;
  628. unlocalizedPanelLabel "UV Texture Editor";
  629. // Result: UV Texture Editor //
  630. unlocalizedPanelLabel "UV Texture Editor";
  631. // Result: UV Texture Editor //
  632. unlocalizedPanelLabel "UV Texture Editor";
  633. // Result: UV Texture Editor //
  634. unlocalizedPanelLabel "Render View";
  635. // Result: Render View //
  636. unlocalizedPanelLabel "Render View";
  637. // Result: Render View //
  638. unlocalizedPanelLabel "Render View";
  639. // Result: Render View //
  640. unlocalizedPanelLabel "Blend Shape";
  641. // Result: Blend Shape //
  642. unlocalizedPanelLabel "Blend Shape";
  643. // Result: Blend Shape //
  644. unlocalizedPanelLabel "Blend Shape";
  645. // Result: Blend Shape //
  646. unlocalizedPanelLabel "Dynamic Relationships Editor";
  647. // Result: Dynamic Relationships //
  648. unlocalizedPanelLabel "Dynamic Relationships Editor";
  649. // Result: Dynamic Relationships //
  650. unlocalizedPanelLabel "Dynamic Relationships Editor";
  651. // Result: Dynamic Relationships //
  652. unlocalizedPanelLabel "Relationship Editor";
  653. // Result: Relationship Editor //
  654. saveStateRelationshipPanel relationshipPanel1;
  655. unlocalizedPanelLabel "Relationship Editor";
  656. // Result: Relationship Editor //
  657. unlocalizedPanelLabel "Relationship Editor";
  658. // Result: Relationship Editor //
  659. saveStateRelationshipPanel relationshipPanel1;
  660. unlocalizedPanelLabel "Reference Editor";
  661. // Result: Reference Editor //
  662. unlocalizedPanelLabel "Reference Editor";
  663. // Result: Reference Editor //
  664. unlocalizedPanelLabel "Reference Editor";
  665. // Result: Reference Editor //
  666. unlocalizedPanelLabel "Component Editor";
  667. // Result: Component Editor //
  668. saveComponentEditorPanel componentEditorPanel1;
  669. unlocalizedPanelLabel "Component Editor";
  670. // Result: Component Editor //
  671. unlocalizedPanelLabel "Component Editor";
  672. // Result: Component Editor //
  673. saveComponentEditorPanel componentEditorPanel1;
  674. unlocalizedPanelLabel "Paint Effects";
  675. // Result: Paint Effects //
  676. dynPaintSaveStateCallback dynPaintScriptedPanel;
  677. unlocalizedPanelLabel "Paint Effects";
  678. // Result: Paint Effects //
  679. unlocalizedPanelLabel "Paint Effects";
  680. // Result: Paint Effects //
  681. dynPaintSaveStateCallback dynPaintScriptedPanel;
  682. unlocalizedPanelLabel "Script Editor";
  683. // Result: Script Editor //
  684. saveStateScriptEditorPanel scriptEditorPanel1;
  685. unlocalizedPanelLabel "Script Editor";
  686. // Result: Script Editor //
  687. unlocalizedPanelLabel "Script Editor";
  688. // Result: Script Editor //
  689. saveStateScriptEditorPanel scriptEditorPanel1;
  690. localizedPanelLabel "Current Layout";
  691. // Result: Current Layout //
  692. updatePanelLayoutFromCurrent "Current Layout";
  693. unlocalizedPanelLabel "Persp View";
  694. // Result: Persp View //
  695. unlocalizedPanelLabel "Persp View";
  696. // Result: Persp View //
  697. unlocalizedPanelLabel "Current Layout";
  698. // Result: Current Layout //
  699. unlocalizedPanelLabel "Persp View";
  700. // Result: Persp View //
  701. timeControl -q -ds $gPlayBackSlider;
  702. // Result: 0 //
  703. viewManip -q  -drawCompass;
  704. // Result: 0 //
  705. viewManip -q  -compassAngle;
  706. // Result: 0 //
  707. viewManip -q  -frontParameters;
  708. viewManip -q  -homeParameters;
  709. viewManip -q  -selectionLockParameters;
  710. memory -he -mb -af;
  711. // Result: 615.605469 //
  712. memory -fr -mb -af;
  713. // Result: 11684.433594 //
  714. memory -pf;
  715. // Result: 383153 //
  716. pluginInfo -q -pluginsInUse -activeFile;
  717. // Result: Mayatomr 2014.0 - 3.11.1.4  //
  718. pluginInfo -q -dependNode Mayatomr;
  719. // Result: mentalrayFramebuffer mentalrayOutputPass mentalrayRenderPass mentalrayUserBuffer mentalraySubdivApprox mentalrayCurveApprox mentalraySurfaceApprox mentalrayDisplaceApprox mentalrayOptions mentalrayGlobals mentalrayItemsList mentalrayShader mentalrayUserData mentalrayText mentalrayTessellation mentalrayPhenomenon mentalrayLightProfile mentalrayVertexColors mentalrayIblShape mapVizShape mentalrayCCMeshProxy cylindricalLightLocator discLightLocator rectangularLightLocator sphericalLightLocator abcimport mia_physicalsun mia_physicalsky mia_material mia_material_x mia_roundcorners mia_exposure_simple mia_portal_light mia_light_surface mia_exposure_photographic mia_exposure_photographic_rev mia_lens_bokeh mia_envblur mia_ciesky mia_photometric_light mib_texture_vector mib_texture_remap mib_texture_rotate mib_bump_basis mib_bump_map mib_passthrough_bump_map mib_bump_map2 mib_lookup_spherical mib_lookup_cube1 mib_lookup_cube6 mib_lookup_background mib_lookup_cylindrical mib_texture_lookup mib_texture_lookup2 mib_texture_filter_lookup mib_texture_checkerboard mib_texture_polkadot mib_texture_polkasphere mib_texture_turbulence mib_texture_wave mib_reflect mib_refract mib_transparency mib_continue mib_opacity mib_twosided mib_refraction_index mib_dielectric mib_ray_marcher mib_illum_lambert mib_illum_phong mib_illum_ward mib_illum_ward_deriv mib_illum_blinn mib_illum_cooktorr mib_illum_hair mib_volume mib_color_alpha mib_color_average mib_color_intensity mib_color_interpolate mib_color_mix mib_color_spread mib_geo_cube mib_geo_torus mib_geo_sphere mib_geo_cone mib_geo_cylinder mib_geo_square mib_geo_instance mib_geo_instance_mlist mib_geo_add_uv_texsurf mib_photon_basic mib_light_infinite mib_light_point mib_light_spot mib_light_photometric mib_cie_d mib_blackbody mib_shadow_transparency mib_lens_stencil mib_lens_clamp mib_lightmap_write mib_lightmap_sample mib_amb_occlusion mib_fast_occlusion mib_map_get_scalar mib_map_get_integer mib_map_get_vector mib_map_get_color mib_map_get_transform mib_map_get_scalar_array mib_map_get_integer_array mib_fg_occlusion mib_bent_normal_env mib_glossy_reflection mib_glossy_refraction builtin_bsdf_architectural builtin_bsdf_architectural_comp builtin_bsdf_carpaint builtin_bsdf_ashikhmin builtin_bsdf_lambert builtin_bsdf_mirror builtin_bsdf_phong contour_store_function contour_store_function_simple contour_contrast_function_levels contour_contrast_function_simple contour_shader_simple contour_shader_silhouette contour_shader_maxcolor contour_shader_curvature contour_shader_factorcolor contour_shader_depthfade contour_shader_framefade contour_shader_layerthinner contour_shader_widthfromcolor contour_shader_widthfromlightdir contour_shader_widthfromlight contour_shader_combi contour_only contour_composite contour_ps mi_metallic_paint mi_metallic_paint_x mi_bump_flakes mi_car_paint_phen mi_metallic_paint_output_mixer mi_car_paint_phen_x physical_lens_dof physical_light dgs_material dgs_material_photon dielectric_material dielectric_material_photon oversampling_lens path_material parti_volume parti_volume_photon transmat transmat_photon mip_rayswitch mip_rayswitch_advanced mip_rayswitch_environment mip_card_opacity mip_motionblur mip_motion_vector mip_matteshadow mip_cameramap mip_mirrorball mip_grayball mip_gamma_gain mip_render_subset mip_matteshadow_mtl mip_binaryproxy mip_rayswitch_stage mip_fgshooter mib_ptex_lookup misss_physical misss_physical_phen misss_fast_shader misss_fast_shader_x misss_fast_shader2 misss_fast_shader2_x misss_skin_specular misss_lightmap_write misss_lambert_gamma misss_call_shader misss_set_normal misss_fast_lmap_maya misss_fast_simple_maya misss_fast_skin_maya misss_fast_skin_phen misss_fast_skin_phen_d misss_mia_skin2_phen misss_mia_skin2_phen_d misss_lightmap_phen misss_mia_skin2_surface_phen surfaceSampler mib_data_bool mib_data_int mib_data_scalar mib_data_vector mib_data_color mib_data_string mib_data_texture mib_data_shader mib_data_bool_array mib_data_int_array mib_data_scalar_array mib_data_vector_array mib_data_color_array mib_data_string_array mib_data_texture_array mib_data_shader_array mib_data_get_bool mib_data_get_int mib_data_get_scalar mib_data_get_vector mib_data_get_color mib_data_get_string mib_data_get_texture mib_data_get_shader mib_data_get_shader_bool mib_data_get_shader_int mib_data_get_shader_scalar mib_data_get_shader_vector mib_data_get_shader_color user_ibl_env user_ibl_rect mia_material_x_passes mi_metallic_paint_x_passes mi_car_paint_phen_x_passes misss_fast_shader_x_passes //
  720. pluginInfo -q -data Mayatomr;
  721. // Result: byteArray //
  722. memory -he -mb -af;
  723. // Result: 616.746094 //
  724. memory -fr -mb -af;
  725. // Result: 11670.464844 //
  726. memory -pf;
  727. // Result: 384727 //
  728. fileCmdRestoreCallback;
  729. fileCmdCallback;
  730. if(`exists clearPreFileSetToolState`){      clearPreFileSetToolState();};
  731. resetUnitsToDefault;
  732. resetGridToDefault;
  733. stopIprRendering "";
  734. removeOldSceneUI;
  735. if (`exists clearPreFilePlayState`) {   clearPreFilePlayState();};
  736. proxyResetOptionVars;
  737. optionVar -exists preferredRenderer;
  738. // Result: 1 //
  739. optionVar -q preferredRenderer;
  740. // Result: mayaSoftware //
  741. optionVar -q enableRealWorldSize;
  742. // Result: 0 //
  743. optionVar -q enableRealWorldSize;
  744. // Result: 0 //
  745. optionVar -q enableRealWorldSize;
  746. // Result: 0 //
  747. optionVar -q enableRealWorldSize;
  748. // Result: 0 //
  749. renameTextureViewPanel;
  750. animationEditorFileCallback;
  751. optionVar -exists dynPrefRunupToCurrentTime;
  752. // Result: 1 //
  753. optionVar -q dynPrefRunupToCurrentTime;
  754. // Result: 0 //
  755. InitializeNewScene;
  756. buildNewSceneUI;
  757. initHyperGraphPanel hyperGraphPanel1;
  758. initHyperShadePanel hyperShadePanel1;
  759. initVisorPanel visorPanel1;
  760. nodeEdInitCallback nodeEditorPanel1;
  761. createNodeInitCallback createNodePanel1;
  762. initRelationshipPanel relationshipPanel1;
  763. initComponentEditorPanel componentEditorPanel1;
  764. dynPaintInitCallback dynPaintScriptedPanel;
  765. fileCmdRestoreCallback;
  766. fileCmdCallback;
  767. requires -nodeType "mentalrayFramebuffer" -nodeType "mentalrayOutputPass" -nodeType "mentalrayRenderPass" -nodeType "mentalrayUserBuffer" -nodeType "mentalraySubdivApprox" -nodeType "mentalrayCurveApprox" -nodeType "mentalraySurfaceApprox" -nodeType "mentalrayDisplaceApprox" -nodeType "mentalrayOptions" -nodeType "mentalrayGlobals" -nodeType "mentalrayItemsList" -nodeType "mentalrayShader" -nodeType "mentalrayUserData" -nodeType "mentalrayText" -nodeType "mentalrayTessellation" -nodeType "mentalrayPhenomenon" -nodeType "mentalrayLightProfile" -nodeType "mentalrayVertexColors" -nodeType "mentalrayIblShape" -nodeType "mapVizShape" -nodeType "mentalrayCCMeshProxy" -nodeType "cylindricalLightLocator" -nodeType "discLightLocator" -nodeType "rectangularLightLocator" -nodeType "sphericalLightLocator" -nodeType "abcimport" -nodeType "mia_physicalsun" -nodeType "mia_physicalsky" -nodeType "mia_material" -nodeType "mia_material_x" -nodeType "mia_roundcorners" -nodeType "mia_exposure_simple" -nodeType "mia_portal_light" -nodeType "mia_light_surface" -nodeType "mia_exposure_photographic" -nodeType "mia_exposure_photographic_rev" -nodeType "mia_lens_bokeh" -nodeType "mia_envblur" -nodeType "mia_ciesky" -nodeType "mia_photometric_light" -nodeType "mib_texture_vector" -nodeType "mib_texture_remap" -nodeType "mib_texture_rotate" -nodeType "mib_bump_basis" -nodeType "mib_bump_map" -nodeType "mib_passthrough_bump_map" -nodeType "mib_bump_map2" -nodeType "mib_lookup_spherical" -nodeType "mib_lookup_cube1" -nodeType "mib_lookup_cube6" -nodeType "mib_lookup_background" -nodeType "mib_lookup_cylindrical" -nodeType "mib_texture_lookup" -nodeType "mib_texture_lookup2" -nodeType "mib_texture_filter_lookup" -nodeType "mib_texture_checkerboard" -nodeType "mib_texture_polkadot" -nodeType "mib_texture_polkasphere" -nodeType "mib_texture_turbulence" -nodeType "mib_texture_wave" -nodeType "mib_reflect" -nodeType "mib_refract" -nodeType "mib_transparency" -nodeType "mib_continue" -nodeType "mib_opacity" -nodeType "mib_twosided" -nodeType "mib_refraction_index" -nodeType "mib_dielectric" -nodeType "mib_ray_marcher" -nodeType "mib_illum_lambert" -nodeType "mib_illum_phong" -nodeType "mib_illum_ward" -nodeType "mib_illum_ward_deriv" -nodeType "mib_illum_blinn" -nodeType "mib_illum_cooktorr" -nodeType "mib_illum_hair" -nodeType "mib_volume" -nodeType "mib_color_alpha" -nodeType "mib_color_average" -nodeType "mib_color_intensity" -nodeType "mib_color_interpolate" -nodeType "mib_color_mix" -nodeType "mib_color_spread" -nodeType "mib_geo_cube" -nodeType "mib_geo_torus" -nodeType "mib_geo_sphere" -nodeType "mib_geo_cone" -nodeType "mib_geo_cylinder" -nodeType "mib_geo_square" -nodeType "mib_geo_instance" -nodeType "mib_geo_instance_mlist" -nodeType "mib_geo_add_uv_texsurf" -nodeType "mib_photon_basic" -nodeType "mib_light_infinite" -nodeType "mib_light_point" -nodeType "mib_light_spot" -nodeType "mib_light_photometric" -nodeType "mib_cie_d" -nodeType "mib_blackbody" -nodeType "mib_shadow_transparency" -nodeType "mib_lens_stencil" -nodeType "mib_lens_clamp" -nodeType "mib_lightmap_write" -nodeType "mib_lightmap_sample" -nodeType "mib_amb_occlusion" -nodeType "mib_fast_occlusion" -nodeType "mib_map_get_scalar" -nodeType "mib_map_get_integer" -nodeType "mib_map_get_vector" -nodeType "mib_map_get_color" -nodeType "mib_map_get_transform" -nodeType "mib_map_get_scalar_array" -nodeType "mib_map_get_integer_array" -nodeType "mib_fg_occlusion" -nodeType "mib_bent_normal_env" -nodeType "mib_glossy_reflection" -nodeType "mib_glossy_refraction" -nodeType "builtin_bsdf_architectural" -nodeType "builtin_bsdf_architectural_comp" -nodeType "builtin_bsdf_carpaint" -nodeType "builtin_bsdf_ashikhmin" -nodeType "builtin_bsdf_lambert" -nodeType "builtin_bsdf_mirror" -nodeType "builtin_bsdf_phong" -nodeType "contour_store_function" -nodeType "contour_store_function_simple" -nodeType "contour_contrast_function_levels" -nodeType "contour_contrast_function_simple" -nodeType "contour_shader_simple" -nodeType "contour_shader_silhouette" -nodeType "contour_shader_maxcolor" -nodeType "contour_shader_curvature" -nodeType "contour_shader_factorcolor" -nodeType "contour_shader_depthfade" -nodeType "contour_shader_framefade" -nodeType "contour_shader_layerthinner" -nodeType "contour_shader_widthfromcolor" -nodeType "contour_shader_widthfromlightdir" -nodeType "contour_shader_widthfromlight" -nodeType "contour_shader_combi" -nodeType "contour_only" -nodeType "contour_composite" -nodeType "contour_ps" -nodeType "mi_metallic_paint" -nodeType "mi_metallic_paint_x" -nodeType "mi_bump_flakes" -nodeType "mi_car_paint_phen" -nodeType "mi_metallic_paint_output_mixer" -nodeType "mi_car_paint_phen_x" -nodeType "physical_lens_dof" -nodeType "physical_light" -nodeType "dgs_material" -nodeType "dgs_material_photon" -nodeType "dielectric_material" -nodeType "dielectric_material_photon" -nodeType "oversampling_lens" -nodeType "path_material" -nodeType "parti_volume" -nodeType "parti_volume_photon" -nodeType "transmat" -nodeType "transmat_photon" -nodeType "mip_rayswitch" -nodeType "mip_rayswitch_advanced" -nodeType "mip_rayswitch_environment" -nodeType "mip_card_opacity" -nodeType "mip_motionblur" -nodeType "mip_motion_vector" -nodeType "mip_matteshadow" -nodeType "mip_cameramap" -nodeType "mip_mirrorball" -nodeType "mip_grayball" -nodeType "mip_gamma_gain" -nodeType "mip_render_subset" -nodeType "mip_matteshadow_mtl" -nodeType "mip_binaryproxy" -nodeType "mip_rayswitch_stage" -nodeType "mip_fgshooter" -nodeType "mib_ptex_lookup" -nodeType "misss_physical" -nodeType "misss_physical_phen" -nodeType "misss_fast_shader" -nodeType "misss_fast_shader_x" -nodeType "misss_fast_shader2" -nodeType "misss_fast_shader2_x" -nodeType "misss_skin_specular" -nodeType "misss_lightmap_write" -nodeType "misss_lambert_gamma" -nodeType "misss_call_shader" -nodeType "misss_set_normal" -nodeType "misss_fast_lmap_maya" -nodeType "misss_fast_simple_maya" -nodeType "misss_fast_skin_maya" -nodeType "misss_fast_skin_phen" -nodeType "misss_fast_skin_phen_d" -nodeType "misss_mia_skin2_phen" -nodeType "misss_mia_skin2_phen_d" -nodeType "misss_lightmap_phen" -nodeType "misss_mia_skin2_surface_phen" -nodeType "surfaceSampler" -nodeType "mib_data_bool" -nodeType "mib_data_int" -nodeType "mib_data_scalar" -nodeType "mib_data_vector" -nodeType "mib_data_color" -nodeType "mib_data_string" -nodeType "mib_data_texture" -nodeType "mib_data_shader" -nodeType "mib_data_bool_array" -nodeType "mib_data_int_array" -nodeType "mib_data_scalar_array" -nodeType "mib_data_vector_array" -nodeType "mib_data_color_array" -nodeType "mib_data_string_array" -nodeType "mib_data_texture_array" -nodeType "mib_data_shader_array" -nodeType "mib_data_get_bool" -nodeType "mib_data_get_int" -nodeType "mib_data_get_scalar" -nodeType "mib_data_get_vector" -nodeType "mib_data_get_color" -nodeType "mib_data_get_string" -nodeType "mib_data_get_texture" -nodeType "mib_data_get_shader" -nodeType "mib_data_get_shader_bool" -nodeType "mib_data_get_shader_int" -nodeType "mib_data_get_shader_scalar" -nodeType "mib_data_get_shader_vector" -nodeType "mib_data_get_shader_color" -nodeType "user_ibl_env" -nodeType "user_ibl_rect" -nodeType "mia_material_x_passes" -nodeType "mi_metallic_paint_x_passes" -nodeType "mi_car_paint_phen_x_passes" -nodeType "misss_fast_shader_x_passes" -dataType "byteArray" "Mayatomr" "2014.0 - 3.11.1.4 ";
  768. pluginInfo -q -l "Mayatomr";
  769. // Result: 1 //
  770. # File read in 10 seconds. #
  771. renameTextureViewPanel;
  772. animationEditorFileCallback;
  773. optionVar -exists dynPrefRunupToCurrentTime;
  774. // Result: 1 //
  775. optionVar -q dynPrefRunupToCurrentTime;
  776. // Result: 0 //
  777. centerReferencePivot "Mullet_ExportRN";
  778. proxyRefreshUI;
  779. fileCmdRestoreCallback;
  780. optionVar -query defaultTextureResolution;
  781. // Result: 256 //
  782. optionVar -query defaultTextureResolution;
  783. // Result: 256 //
  784. optionVar -query defaultTextureResolution;
  785. // Result: 256 //
  786. optionVar -query defaultTextureResolution;
  787. // Result: 256 //
  788. optionVar -query defaultTextureResolution;
  789. // Result: 256 //
  790. optionVar -query defaultTextureResolution;
  791. // Result: 256 //
  792. optionVar -query defaultTextureResolution;
  793. // Result: 256 //
  794. optionVar -query defaultTextureResolution;
  795. // Result: 256 //
  796. 90.0
  797. -89.0679667345
  798. -90.0
  799. 90.0
  800. -90.0
  801. -90.0
  802. # Warning: Object, 'spine_splineIK_bottom_joint', skipped. It is already a child of the parent, 'world'. #
  803. fileCmdCallback;
  804. about -application;
  805. // Result: maya //
  806. about -product;
  807. // Result: Maya 2014 //
  808. about -version;
  809. // Result: 2014 x64 //
  810. about -cutIdentifier;
  811. // Result: 201303010241-864206 //
  812. about -osv;
  813. // Result: Microsoft Windows 7 Business Edition, 64-bit Windows 7 Service Pack 1 (Build 7601)
  814.  //
  815. pluginInfo -q -pluginsInUse -activeFile;
  816. memory -he -mb -af;
  817. // Result: 577.941406 //
  818. memory -fr -mb -af;
  819. // Result: 11712.933594 //
  820. memory -pf;
  821. // Result: 388816 //
  822. fileCmdRestoreCallback;
  823. fileCmdCallback;
  824. # Warning: 'fk_leg_ball_l.inverseScale' is already connected to 'fk_leg_ball_l_orientConstraint1.inverseScale'. #
  825. # Warning: 'fk_leg_foot_l.inverseScale' is already connected to 'fk_leg_foot_l_orientConstraint1.inverseScale'. #
  826. # Warning: 'fk_leg_calf_l.inverseScale' is already connected to 'fk_leg_calf_l_orientConstraint1.inverseScale'. #
  827. # Warning: 'fk_leg_thigh_l.inverseScale' is already connected to 'fk_leg_thigh_l_orientConstraint1.inverseScale'. #
  828. # File read in 0 seconds. #
  829. renameTextureViewPanel;
  830. animationEditorFileCallback;
  831. optionVar -exists dynPrefRunupToCurrentTime;
  832. // Result: 1 //
  833. optionVar -q dynPrefRunupToCurrentTime;
  834. // Result: 0 //
  835. proxyRefreshUI;
  836. fileCmdRestoreCallback;
  837. # Error: The orientConstraint 'fk_leg_ball_l_orientConstraint1' has no 'jo' attribute. #
  838. # Error: The orientConstraint 'fk_leg_ball_l_orientConstraint1' has no 'jo' attribute. #
  839. # Error: The orientConstraint 'fk_leg_foot_l_orientConstraint1' has no 'jo' attribute. #
  840. # Error: The orientConstraint 'fk_leg_foot_l_orientConstraint1' has no 'jo' attribute. #
  841. # Error: The orientConstraint 'fk_leg_calf_l_orientConstraint1' has no 'jo' attribute. #
  842. # Error: The orientConstraint 'fk_leg_calf_l_orientConstraint1' has no 'jo' attribute. #
  843. # Error: The orientConstraint 'fk_leg_thigh_l_orientConstraint1' has no 'jo' attribute. #
  844. # Error: The orientConstraint 'fk_leg_thigh_l_orientConstraint1' has no 'jo' attribute. #
  845. fileCmdCallback;
  846. about -application;
  847. // Result: maya //
  848. about -product;
  849. // Result: Maya 2014 //
  850. about -version;
  851. // Result: 2014 x64 //
  852. about -cutIdentifier;
  853. // Result: 201303010241-864206 //
  854. about -osv;
  855. // Result: Microsoft Windows 7 Business Edition, 64-bit Windows 7 Service Pack 1 (Build 7601)
  856.  //
  857. pluginInfo -q -pluginsInUse -activeFile;
  858. memory -he -mb -af;
  859. // Result: 578.054688 //
  860. memory -fr -mb -af;
  861. // Result: 11713.742188 //
  862. memory -pf;
  863. // Result: 388869 //
  864. fileCmdRestoreCallback;
  865. fileCmdCallback;
  866. # Warning: 'fk_leg_foot_r.inverseScale' is already connected to 'fk_leg_foot_r_orientConstraint1.inverseScale'. #
  867. # Warning: 'fk_leg_calf_r.inverseScale' is already connected to 'fk_leg_calf_r_orientConstraint1.inverseScale'. #
  868. # Warning: 'fk_leg_thigh_r.inverseScale' is already connected to 'fk_leg_thigh_r_orientConstraint1.inverseScale'. #
  869. # File read in 0 seconds. #
  870. # Warning: The node 'invis_legs_Rig_Settings' still clashed with a node in the main scene.  Renaming to 'invis_legs_Rig_Settings1'. #
  871. # Warning: Edits on 'invis_legs_Rig_Settings' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  872. # Warning: The node 'invis_legs_blendColors1' still clashed with a node in the main scene.  Renaming to 'invis_legs_blendColors3'. #
  873. # Warning: Edits on 'invis_legs_blendColors1' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  874. # Warning: The node 'invis_legs_blendColors2' still clashed with a node in the main scene.  Renaming to 'invis_legs_blendColors4'. #
  875. # Warning: Edits on 'invis_legs_blendColors2' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  876. # Warning: The node 'invis_legs_curveInfo1' still clashed with a node in the main scene.  Renaming to 'invis_legs_curveInfo2'. #
  877. # Warning: Edits on 'invis_legs_curveInfo1' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  878. # Warning: The node 'invis_legs_ikRPsolver' still clashed with a node in the main scene.  Renaming to 'invis_legs_ikRPsolver1'. #
  879. # Warning: Edits on 'invis_legs_ikRPsolver' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  880. # Warning: The node 'invis_legs_ikSCsolver' still clashed with a node in the main scene.  Renaming to 'invis_legs_ikSCsolver1'. #
  881. # Warning: Edits on 'invis_legs_ikSCsolver' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  882. # Warning: The node 'invis_legs_makeNurbCircle4' still clashed with a node in the main scene.  Renaming to 'invis_legs_makeNurbCircle12'. #
  883. # Warning: Edits on 'invis_legs_makeNurbCircle4' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  884. # Warning: The node 'invis_legs_makeNurbCircle12' still clashed with a node in the main scene.  Renaming to 'invis_legs_makeNurbCircle13'. #
  885. # Warning: Edits on 'invis_legs_makeNurbCircle12' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  886. # Warning: The node 'invis_legs_makeNurbCircle13' still clashed with a node in the main scene.  Renaming to 'invis_legs_makeNurbCircle14'. #
  887. # Warning: Edits on 'invis_legs_makeNurbCircle13' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  888. # Warning: The node 'invis_legs_master_anim_space_switcher_follow' still clashed with a node in the main scene.  Renaming to 'invis_legs_master_anim_space_switcher_follow1'. #
  889. # Warning: Edits on 'invis_legs_master_anim_space_switcher_follow' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  890. # Warning: The node 'invis_legs_multiplyDivide1' still clashed with a node in the main scene.  Renaming to 'invis_legs_multiplyDivide3'. #
  891. # Warning: Edits on 'invis_legs_multiplyDivide1' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  892. # Warning: The node 'invis_legs_multiplyDivide2' still clashed with a node in the main scene.  Renaming to 'invis_legs_multiplyDivide4'. #
  893. # Warning: Edits on 'invis_legs_multiplyDivide2' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  894. # Warning: The node 'invis_legs_spine_01_twist_amount' still clashed with a node in the main scene.  Renaming to 'invis_legs_spine_01_twist_amount1'. #
  895. # Warning: Edits on 'invis_legs_spine_01_twist_amount' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  896. # Warning: The node 'invis_legs_spine_01_twist_rotation_mult' still clashed with a node in the main scene.  Renaming to 'invis_legs_spine_01_twist_rotation_mult1'. #
  897. # Warning: Edits on 'invis_legs_spine_01_twist_rotation_mult' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  898. # Warning: The node 'invis_legs_spine_02_twist_amount' still clashed with a node in the main scene.  Renaming to 'invis_legs_spine_02_twist_amount1'. #
  899. # Warning: Edits on 'invis_legs_spine_02_twist_amount' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  900. # Warning: The node 'invis_legs_spine_02_twist_rotation_mult' still clashed with a node in the main scene.  Renaming to 'invis_legs_spine_02_twist_rotation_mult1'. #
  901. # Warning: Edits on 'invis_legs_spine_02_twist_rotation_mult' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  902. # Warning: The node 'invis_legs_spine_splineIK_curve' still clashed with a node in the main scene.  Renaming to 'invis_legs_spine_splineIK_curve1'. #
  903. # Warning: Edits on 'invis_legs_spine_splineIK_curve' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  904. # Warning: The node 'invis_legs_transformGeometry7' still clashed with a node in the main scene.  Renaming to 'invis_legs_transformGeometry17'. #
  905. # Warning: Edits on 'invis_legs_transformGeometry7' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  906. # Warning: The node 'invis_legs_transformGeometry17' still clashed with a node in the main scene.  Renaming to 'invis_legs_transformGeometry18'. #
  907. # Warning: Edits on 'invis_legs_transformGeometry17' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  908. # Warning: The node 'invis_legs_transformGeometry18' still clashed with a node in the main scene.  Renaming to 'invis_legs_transformGeometry19'. #
  909. # Warning: Edits on 'invis_legs_transformGeometry18' may have been lost as a result of renaming. We strongly recommend the use of Namespaces to resolve Name Clashes. #
  910. renameTextureViewPanel;
  911. animationEditorFileCallback;
  912. optionVar -exists dynPrefRunupToCurrentTime;
  913. // Result: 1 //
  914. optionVar -q dynPrefRunupToCurrentTime;
  915. // Result: 0 //
  916. proxyRefreshUI;
  917. fileCmdRestoreCallback;
  918. # Error: The orientConstraint 'fk_leg_foot_r_orientConstraint1' has no 'jo' attribute. #
  919. # Error: The orientConstraint 'fk_leg_foot_r_orientConstraint1' has no 'jo' attribute. #
  920. # Error: The orientConstraint 'fk_leg_calf_r_orientConstraint1' has no 'jo' attribute. #
  921. # Error: The orientConstraint 'fk_leg_calf_r_orientConstraint1' has no 'jo' attribute. #
  922. # Error: The orientConstraint 'fk_leg_thigh_r_orientConstraint1' has no 'jo' attribute. #
  923. # Error: The orientConstraint 'fk_leg_thigh_r_orientConstraint1' has no 'jo' attribute. #
  924. # Error: Freeze Transform was not applied because result_leg_ball_l.rotateX has incoming connection.
  925. # Traceback (most recent call last):
  926. #   File "C:/Program Files/Unreal Engine/4.0/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py", line 16939, in screenshot_take
  927. #     self.publish(project, characterName, handCtrlSpace)
  928. #   File "C:/Program Files/Unreal Engine/4.0/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts\ART_skeletonBuilder_UI.py", line 14771, in publish
  929. #     ART_autoRigger.AutoRigger(handCtrlSpace, self.widgets["publishUI_ProgressBar"])
  930. #   File "C:/Program Files/Unreal Engine/4.0/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts\ART_autoRigger.py", line 135, in __init__
  931. #     self.finishLegs()
  932. #   File "C:/Program Files/Unreal Engine/4.0/Engine/Extras/Maya_AnimationRiggingTools/MayaTools/General/Scripts\ART_autoRigger.py", line 7633, in finishLegs
  933. #     cmds.makeIdentity(thighJoint, t = 0, r = 1, s = 0, apply = True)
  934. # RuntimeError: Freeze Transform was not applied because result_leg_ball_l.rotateX has incoming connection. #
  935. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  936. // Result: Maya Software //
  937. toolButton -q -ann $gNonSacredToolWidget;
  938. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  939. // Result: Maya Software //
  940. toolButton -q -ann $gNonSacredToolWidget;
  941. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  942. // Result: Maya Software //
  943. toolButton -q -ann $gNonSacredToolWidget;
  944. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  945. // Result: Maya Software //
  946. toolButton -q -ann $gNonSacredToolWidget;
  947. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  948. // Result: Maya Software //
  949. toolButton -q -ann $gNonSacredToolWidget;
  950. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  951. // Result: Maya Software //
  952. toolButton -q -ann $gNonSacredToolWidget;
  953. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  954. // Result: Maya Software //
  955. toolButton -q -ann $gNonSacredToolWidget;
  956. string $currentRendererName = currentRenderer(); renderer -query -rendererUIName $currentRendererName;
  957. // Result: Maya Software //
  958. toolButton -q -ann $gNonSacredToolWidget;
  959. doUpdateTangentFeedback;
  960. findNewCurrentModelView;
  961. // Result: 1 //
  962. floatField -edit -value `currentTime -query` MayaWindow|toolBar6|MainTimeSliderLayout|formLayout9|floatField1;
  963. // Result: MayaWindow|toolBar6|MainTimeSliderLayout|formLayout9|floatField1 //
  964. autoUpdateAttrEd;
  965. updateAnimLayerEditor("AnimLayerTab");
  966. statusLineUpdateInputField;
  967. if (!`exists polyNormalSizeMenuUpdate`) {source buildDisplayMenu;} polyNormalSizeMenuUpdate;
  968. changeToolIcon;
  969. setMinMaxPlayback MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField3 MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField4;
  970. rebuildAnimLayerEditor("AnimLayerTab");
  971. clear($gNodeEditorWindowPanels);clear($gNodeEditorSavedPanelStates);
  972. // Result: 0 //
  973. hikDefinitionFileNewCallback;
  974. layerEditorDisplayLayerManagerChange;
  975. layerEditorDisplayLayerChange;
  976. layerEditorRenderLayerManagerChange RenderLayerTab;
  977. passesTabSetDefaultPrecomp;
  978. updateEditorRenderLayer RenderLayerTab;
  979. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel1|modelPanel1|modelPanel1;
  980. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel2|modelPanel2|modelPanel2;
  981. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel3|modelPanel3|modelPanel3;
  982. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel4|modelPanel4|modelPanel4;
  983. floatField -e -v `playbackOptions -q -ast` MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField2; floatField -e -v `playbackOptions -q -aet` MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField5;
  984. // Result: MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField5 //
  985. C:/Users/Roumenov/Documents/maya/2014-x64/scripts/
  986. C:/Users/Roumenov/Documents/maya/2014-x64/prefs/
  987. C:/Users/Roumenov/Documents/maya/2014-x64/scripts/mayaTools.txt
  988. $temp1=$gMainWindow;
  989. // Result: MayaWindow //
  990. fileCmdCallback;
  991. if(`exists clearPreFileSetToolState`){      clearPreFileSetToolState();};
  992. resetUnitsToDefault;
  993. resetGridToDefault;
  994. stopIprRendering "";
  995. removeOldSceneUI;
  996. if (`exists clearPreFilePlayState`) {   clearPreFilePlayState();};
  997. proxyResetOptionVars;
  998. optionVar -exists preferredRenderer;
  999. // Result: 1 //
  1000. optionVar -q preferredRenderer;
  1001. // Result: mayaSoftware //
  1002. optionVar -q enableRealWorldSize;
  1003. // Result: 0 //
  1004. optionVar -q enableRealWorldSize;
  1005. // Result: 0 //
  1006. optionVar -q enableRealWorldSize;
  1007. // Result: 0 //
  1008. optionVar -q enableRealWorldSize;
  1009. // Result: 0 //
  1010. renameTextureViewPanel;
  1011. animationEditorFileCallback;
  1012. optionVar -exists dynPrefRunupToCurrentTime;
  1013. // Result: 1 //
  1014. optionVar -q dynPrefRunupToCurrentTime;
  1015. // Result: 0 //
  1016. InitializeNewScene;
  1017. buildNewSceneUI;
  1018. initHyperGraphPanel hyperGraphPanel1;
  1019. initHyperShadePanel hyperShadePanel1;
  1020. initVisorPanel visorPanel1;
  1021. nodeEdInitCallback nodeEditorPanel1;
  1022. createNodeInitCallback createNodePanel1;
  1023. initRelationshipPanel relationshipPanel1;
  1024. initComponentEditorPanel componentEditorPanel1;
  1025. dynPaintInitCallback dynPaintScriptedPanel;
  1026. fileCmdRestoreCallback;
  1027. findNewCurrentModelView;
  1028. // Result: 1 //
  1029. rebuildAnimLayerEditor("AnimLayerTab");
  1030. layerEditorNewScene;
  1031. selectionMaskResetAll;
  1032. Custom Maya Menu: SetupScene
  1033. $temp1=$gChannelsLayersForm;
  1034. // Result: MainChannelsLayersLayout //
  1035. $temp1 = $gChannelButtonForm;
  1036. // Result: ChannelButtonForm //
  1037. evalDeferred("updateEditorToggleCheckboxes()");
  1038. rebuildAnimLayerEditor("AnimLayerTab");
  1039. layerEditorOpenScene;
  1040. selectionMaskResetAll;
  1041. updateModelPanelBarV2Settings;
  1042. rendererSceneOpenedCallback;
  1043. symbolCheckBox -edit -value `autoKeyframe -query -state` MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|symbolCheckBox1;
  1044. // Result: MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|symbolCheckBox1 //
  1045. moduleDetectionLogic;
  1046. loadModule -scan;
  1047. hikDefinitionPostSceneReadCallback;
  1048. statusLineUpdateInputField;
  1049. changeToolIcon;
  1050. rebuildAnimLayerEditor("AnimLayerTab");
  1051. clear($gNodeEditorWindowPanels);clear($gNodeEditorSavedPanelStates);
  1052. // Result: 0 //
  1053. hikDefinitionFileNewCallback;
  1054. layerEditorDisplayLayerManagerChange;
  1055. layerEditorDisplayLayerChange;
  1056. layerEditorRenderLayerManagerChange RenderLayerTab;
  1057. passesTabSetDefaultPrecomp;
  1058. updateEditorRenderLayer RenderLayerTab;
  1059. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel1|modelPanel1|modelPanel1;
  1060. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel2|modelPanel2|modelPanel2;
  1061. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel3|modelPanel3|modelPanel3;
  1062. updateModelPanelBar MayaWindow|formLayout1|viewPanes|modelPanel4|modelPanel4|modelPanel4;
  1063. floatField -edit -value `currentTime -query` MayaWindow|toolBar6|MainTimeSliderLayout|formLayout9|floatField1;
  1064. // Result: MayaWindow|toolBar6|MainTimeSliderLayout|formLayout9|floatField1 //
  1065. file -q -exn;
  1066. // Result: C:/Users/Roumenov/MayaProjects/abogoev/untitled //
  1067. autoUpdateAttrEd;
  1068. updateAnimLayerEditor("AnimLayerTab");
  1069. statusLineUpdateInputField;
  1070. if (!`exists polyNormalSizeMenuUpdate`) {source buildDisplayMenu;} polyNormalSizeMenuUpdate;
  1071. iconTextCheckBox -e -v `selectPref -q -xformNoSelect` lockSelectionIcon;
  1072. // Result: lockSelectionIcon //
  1073. updateHighlightSelectIcon;
  1074. setMinMaxPlayback MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField3 MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField4;
  1075. floatField -e -v `playbackOptions -q -ast` MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField2; floatField -e -v `playbackOptions -q -aet` MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField5;
  1076. // Result: MayaWindow|toolBar5|MainPlaybackRangeLayout|formLayout10|floatField5 //
  1077. updateEditorToggleCheckboxes();
  1078. moduleDetectionLogic;
  1079. loadModule -scan;
  1080. moduleDetectionLogic;
  1081. loadModule -scan;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement