home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-05-15 | 65.6 KB | 1,352 lines |
- //Maya ASCII 3.0 scene
- //Name: lesson2_start.ma
- //Last modified: Mon, May 15, 2000 01:43:05 PM
- requires maya "3.0";
- currentUnit -l centimeter -a degree -t ntsc;
- createNode transform -s -n "persp";
- setAttr ".v" no;
- setAttr ".t" -type "double3" 35.720682362122119 37.968664528777865 44.040619932127967 ;
- setAttr ".r" -type "double3" -32.738352729602767 39.400000000000155 2.0579891896430123e-015 ;
- createNode camera -s -n "perspShape" -p "persp";
- setAttr -k off ".v" no;
- setAttr ".fl" 34.999999999999993;
- setAttr ".coi" 69.3601682783125;
- setAttr ".imn" -type "string" "persp";
- setAttr ".den" -type "string" "persp_depth";
- setAttr ".man" -type "string" "persp_mask";
- setAttr ".hc" -type "string" "viewSet -p %camera";
- createNode transform -s -n "top";
- setAttr ".v" no;
- setAttr ".t" -type "double3" 0 100 0 ;
- setAttr ".r" -type "double3" -89.999999999999986 0 0 ;
- createNode camera -s -n "topShape" -p "top";
- setAttr -k off ".v" no;
- setAttr ".rnd" no;
- setAttr ".coi" 100;
- setAttr ".ow" 30;
- setAttr ".imn" -type "string" "top";
- setAttr ".den" -type "string" "top_depth";
- setAttr ".man" -type "string" "top_mask";
- setAttr ".hc" -type "string" "viewSet -t %camera";
- setAttr ".o" yes;
- createNode transform -s -n "front";
- setAttr ".v" no;
- setAttr ".t" -type "double3" 0 0 100 ;
- createNode camera -s -n "frontShape" -p "front";
- setAttr -k off ".v" no;
- setAttr ".rnd" no;
- setAttr ".coi" 100;
- setAttr ".ow" 30;
- setAttr ".imn" -type "string" "front";
- setAttr ".den" -type "string" "front_depth";
- setAttr ".man" -type "string" "front_mask";
- setAttr ".hc" -type "string" "viewSet -f %camera";
- setAttr ".o" yes;
- createNode transform -s -n "side";
- setAttr ".v" no;
- setAttr ".t" -type "double3" 100 0 0 ;
- setAttr ".r" -type "double3" 0 89.999999999999986 0 ;
- createNode camera -s -n "sideShape" -p "side";
- setAttr -k off ".v" no;
- setAttr ".rnd" no;
- setAttr ".coi" 100;
- setAttr ".ow" 30;
- setAttr ".imn" -type "string" "side";
- setAttr ".den" -type "string" "side_depth";
- setAttr ".man" -type "string" "side_mask";
- setAttr ".hc" -type "string" "viewSet -s %camera";
- setAttr ".o" yes;
- createNode transform -n "ball";
- createNode nurbsSurface -n "ballShape" -p "ball";
- setAttr -k off ".v";
- setAttr ".vir" yes;
- setAttr ".vif" yes;
- setAttr ".tw" yes;
- setAttr ".fbd" no;
- setAttr ".dvu" 3;
- setAttr ".dvv" 3;
- setAttr ".cpr" 15;
- setAttr ".cps" 4;
- createNode transform -n "floor";
- createNode mesh -n "floorShape" -p "floor";
- setAttr -k off ".v";
- setAttr ".vir" yes;
- setAttr ".vif" yes;
- setAttr ".uvst[0].uvsn" -type "string" "map1";
- setAttr ".cuvs" -type "string" "map1";
- setAttr ".fbd" no;
- createNode transform -n "ring";
- setAttr ".t" -type "double3" 0 10 0 ;
- setAttr ".r" -type "double3" 0 0 90 ;
- createNode nurbsSurface -n "ringShape" -p "ring";
- setAttr -k off ".v";
- setAttr ".vir" yes;
- setAttr ".vif" yes;
- setAttr ".tw" yes;
- setAttr ".fbd" no;
- setAttr ".dvu" 3;
- setAttr ".dvv" 3;
- setAttr ".cpr" 15;
- setAttr ".cps" 4;
- createNode lightLinker -n "lightLinker1";
- createNode displayLayerManager -n "layerManager";
- createNode displayLayer -n "defaultLayer";
- createNode renderLayerManager -n "renderLayerManager";
- createNode renderLayer -n "defaultRenderLayer";
- createNode renderLayer -s -n "globalRender";
- createNode makeNurbSphere -n "makeNurbSphere1";
- setAttr ".ax" -type "double3" 0 1 0 ;
- setAttr ".r" 2;
- createNode polyPlane -n "polyPlane1";
- setAttr ".w" 40;
- setAttr ".h" 40;
- setAttr ".sw" 1;
- setAttr ".sh" 1;
- createNode makeNurbTorus -n "makeNurbTorus1";
- setAttr ".ax" -type "double3" 0 1 0 ;
- setAttr ".r" 5;
- setAttr ".s" 16;
- setAttr ".nsp" 4;
- setAttr ".hr" 0.050000000000000003;
- createNode script -n "uiConfigurationScriptNode";
- setAttr ".b" -type "string" (
- "// Maya Mel UI Configuration File.\n"
- + "//\n"
- + "// This script is machine generated. Edit at your own risk.\n"
- + "//\n"
- + "//\n"
- + "if (`paneLayout -exists $gMainPane`) {\n"
- + " global int $gUseScenePanelConfig;\n"
- + " int $useSceneConfig = $gUseScenePanelConfig;\n"
- + " int $menusOkayInPanels = `optionVar -q allowMenusInPanels`; int $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n"
- + " int $nPanes = 0;\n"
- + " string $editorName;\n"
- + " string $panelName;\n"
- + " string $itemFilterName;\n"
- + " string $panelConfig;\n"
- + " //\n"
- + " // get current state of the UI\n"
- + " //\n"
- + " sceneUIReplacement -update $gMainPane;\n"
- + " $panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Top View\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `modelPanel -unParent -l \"Top View\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"top\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"wireframe\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 1\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 1\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 1\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " modelPanel -edit -l \"Top View\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"top\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"wireframe\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 1\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 1\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 1\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Side View\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `modelPanel -unParent -l \"Side View\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"side\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"wireframe\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 0\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 1\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 0\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " modelPanel -edit -l \"Side View\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"side\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"wireframe\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 0\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 1\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 0\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Front View\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `modelPanel -unParent -l \"Front View\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"front\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"wireframe\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 1\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 1\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 1\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " modelPanel -edit -l \"Front View\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"front\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"wireframe\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 1\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 1\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 1\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Persp View\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `modelPanel -unParent -l \"Persp View\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"persp\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"smoothShaded\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 0\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 0\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 0\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " modelPanel -edit -l \"Persp View\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = $panelName;\n"
- + " modelEditor -e \n"
- + " -camera \"persp\" \n"
- + " -useInteractiveMode 0\n"
- + " -displayLights \"default\" \n"
- + " -displayAppearance \"smoothShaded\" \n"
- + " -activeOnly 0\n"
- + " -wireframeOnShaded 0\n"
- + " -bufferMode \"double\" \n"
- + " -twoSidedLighting 1\n"
- + " -backfaceCulling 0\n"
- + " -xray 0\n"
- + " -displayTextures 0\n"
- + " -textureMaxSize 1024\n"
- + " -nurbsCurves 1\n"
- + " -nurbsSurfaces 1\n"
- + " -polymeshes 1\n"
- + " -subdivSurfaces 0\n"
- + " -planes 1\n"
- + " -lights 1\n"
- + " -cameras 1\n"
- + " -controlVertices 1\n"
- + " -hulls 1\n"
- + " -grid 0\n"
- + " -joints 1\n"
- + " -ikHandles 1\n"
- + " -deformers 1\n"
- + " -dynamics 1\n"
- + " -locators 1\n"
- + " -dimensions 1\n"
- + " -handles 1\n"
- + " -pivots 1\n"
- + " -textures 1\n"
- + " -strokes 0\n"
- + " $editorName;\n"
- + "modelEditor -e -viewSelected 0 $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" \"Outliner\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `outlinerPanel -unParent -l \"Outliner\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = $panelName;\n"
- + " outlinerEditor -e \n"
- + " -mainListConnection \"worldList\" \n"
- + " -selectionConnection \"modelList\" \n"
- + " -showShapes 0\n"
- + " -showAttributes 0\n"
- + " -showConnected 0\n"
- + " -showAnimCurvesOnly 0\n"
- + " -autoExpand 0\n"
- + " -showDagOnly 1\n"
- + " -ignoreDagHierarchy 0\n"
- + " -expandConnections 0\n"
- + " -showUnitlessCurves 1\n"
- + " -showCompounds 1\n"
- + " -showLeafs 1\n"
- + " -showNumericAttrsOnly 0\n"
- + " -highlightActive 1\n"
- + " -autoSelectNewObjects 0\n"
- + " -doNotSelectNewObjects 0\n"
- + " -dropIsParent 1\n"
- + " -transmitFilters 0\n"
- + " -setFilter \"defaultSetFilter\" \n"
- + " -showSetMembers 1\n"
- + " -allowMultiSelection 1\n"
- + " -alwaysToggleSelect 0\n"
- + " -directSelect 0\n"
- + " -displayMode \"DAG\" \n"
- + " -expandObjects 0\n"
- + " -setsIgnoreFilters 1\n"
- + " -editAttrName 0\n"
- + " -showAttrValues 0\n"
- + " -highlightSecondary 0\n"
- + " -showUVAttrsOnly 0\n"
- + " -showTextureNodesOnly 0\n"
- + " $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " outlinerPanel -edit -l \"Outliner\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = $panelName;\n"
- + " outlinerEditor -e \n"
- + " -mainListConnection \"worldList\" \n"
- + " -selectionConnection \"modelList\" \n"
- + " -showShapes 0\n"
- + " -showAttributes 0\n"
- + " -showConnected 0\n"
- + " -showAnimCurvesOnly 0\n"
- + " -autoExpand 0\n"
- + " -showDagOnly 1\n"
- + " -ignoreDagHierarchy 0\n"
- + " -expandConnections 0\n"
- + " -showUnitlessCurves 1\n"
- + " -showCompounds 1\n"
- + " -showLeafs 1\n"
- + " -showNumericAttrsOnly 0\n"
- + " -highlightActive 1\n"
- + " -autoSelectNewObjects 0\n"
- + " -doNotSelectNewObjects 0\n"
- + " -dropIsParent 1\n"
- + " -transmitFilters 0\n"
- + " -setFilter \"defaultSetFilter\" \n"
- + " -showSetMembers 1\n"
- + " -allowMultiSelection 1\n"
- + " -alwaysToggleSelect 0\n"
- + " -directSelect 0\n"
- + " -displayMode \"DAG\" \n"
- + " -expandObjects 0\n"
- + " -setsIgnoreFilters 1\n"
- + " -editAttrName 0\n"
- + " -showAttrValues 0\n"
- + " -highlightSecondary 0\n"
- + " -showUVAttrsOnly 0\n"
- + " -showTextureNodesOnly 0\n"
- + " $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" \"Graph Editor\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"graphEditor\" -l \"Graph Editor\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = ($panelName+\"OutlineEd\");\n"
- + " outlinerEditor -e \n"
- + " -mainListConnection \"graphEditorList\" \n"
- + " -selectionConnection \"graphEditor1FromOutliner\" \n"
- + " -highlightConnection \"keyframeList\" \n"
- + " -showShapes 1\n"
- + " -showAttributes 1\n"
- + " -showConnected 1\n"
- + " -showAnimCurvesOnly 1\n"
- + " -autoExpand 1\n"
- + " -showDagOnly 0\n"
- + " -ignoreDagHierarchy 0\n"
- + " -expandConnections 1\n"
- + " -showUnitlessCurves 1\n"
- + " -showCompounds 0\n"
- + " -showLeafs 1\n"
- + " -showNumericAttrsOnly 1\n"
- + " -highlightActive 0\n"
- + " -autoSelectNewObjects 1\n"
- + " -doNotSelectNewObjects 0\n"
- + " -dropIsParent 1\n"
- + " -transmitFilters 1\n"
- + " -setFilter \"0\" \n"
- + " -showSetMembers 0\n"
- + " -allowMultiSelection 1\n"
- + " -alwaysToggleSelect 0\n"
- + " -directSelect 0\n"
- + " -displayMode \"DAG\" \n"
- + " -expandObjects 0\n"
- + " -setsIgnoreFilters 1\n"
- + " -editAttrName 0\n"
- + " -showAttrValues 0\n"
- + " -highlightSecondary 0\n"
- + " -showUVAttrsOnly 0\n"
- + " -showTextureNodesOnly 0\n"
- + " $editorName;\n"
- + " $editorName = ($panelName+\"GraphEd\");\n"
- + " animCurveEditor -e \n"
- + " -mainListConnection \"graphEditor1FromOutliner\" \n"
- + " -displayKeys 1\n"
- + " -displayTangents 0\n"
- + " -displayActiveKeys 0\n"
- + " -displayActiveKeyTangents 1\n"
- + " -displayInfinities 0\n"
- + " -autoFit 0\n"
- + " -snapTime \"none\" \n"
- + " -snapValue \"none\" \n"
- + " -showResults \"off\" \n"
- + " -showBufferCurves \"off\" \n"
- + " -smoothness \"fine\" \n"
- + " -resultSamples 1\n"
- + " -resultScreenSamples 0\n"
- + " -resultUpdate \"delayed\" \n"
- + " $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Graph Editor\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = ($panelName+\"OutlineEd\");\n"
- + " outlinerEditor -e \n"
- + " -mainListConnection \"graphEditorList\" \n"
- + " -selectionConnection \"graphEditor1FromOutliner\" \n"
- + " -highlightConnection \"keyframeList\" \n"
- + " -showShapes 1\n"
- + " -showAttributes 1\n"
- + " -showConnected 1\n"
- + " -showAnimCurvesOnly 1\n"
- + " -autoExpand 1\n"
- + " -showDagOnly 0\n"
- + " -ignoreDagHierarchy 0\n"
- + " -expandConnections 1\n"
- + " -showUnitlessCurves 1\n"
- + " -showCompounds 0\n"
- + " -showLeafs 1\n"
- + " -showNumericAttrsOnly 1\n"
- + " -highlightActive 0\n"
- + " -autoSelectNewObjects 1\n"
- + " -doNotSelectNewObjects 0\n"
- + " -dropIsParent 1\n"
- + " -transmitFilters 1\n"
- + " -setFilter \"0\" \n"
- + " -showSetMembers 0\n"
- + " -allowMultiSelection 1\n"
- + " -alwaysToggleSelect 0\n"
- + " -directSelect 0\n"
- + " -displayMode \"DAG\" \n"
- + " -expandObjects 0\n"
- + " -setsIgnoreFilters 1\n"
- + " -editAttrName 0\n"
- + " -showAttrValues 0\n"
- + " -highlightSecondary 0\n"
- + " -showUVAttrsOnly 0\n"
- + " -showTextureNodesOnly 0\n"
- + " $editorName;\n"
- + " $editorName = ($panelName+\"GraphEd\");\n"
- + " animCurveEditor -e \n"
- + " -mainListConnection \"graphEditor1FromOutliner\" \n"
- + " -displayKeys 1\n"
- + " -displayTangents 0\n"
- + " -displayActiveKeys 0\n"
- + " -displayActiveKeyTangents 1\n"
- + " -displayInfinities 0\n"
- + " -autoFit 0\n"
- + " -snapTime \"none\" \n"
- + " -snapValue \"none\" \n"
- + " -showResults \"off\" \n"
- + " -showBufferCurves \"off\" \n"
- + " -smoothness \"fine\" \n"
- + " -resultSamples 1\n"
- + " -resultScreenSamples 0\n"
- + " -resultUpdate \"delayed\" \n"
- + " $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" \"Dope Sheet\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"dopeSheetPanel\" -l \"Dope Sheet\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = ($panelName+\"OutlineEd\");\n"
- + " outlinerEditor -e \n"
- + " -mainListConnection \"animationList\" \n"
- + " -selectionConnection \"dopeSheetPanel1OutlinerSelection\" \n"
- + " -highlightConnection \"keyframeList\" \n"
- + " -showShapes 1\n"
- + " -showAttributes 1\n"
- + " -showConnected 1\n"
- + " -showAnimCurvesOnly 1\n"
- + " -autoExpand 0\n"
- + " -showDagOnly 0\n"
- + " -ignoreDagHierarchy 0\n"
- + " -expandConnections 1\n"
- + " -showUnitlessCurves 0\n"
- + " -showCompounds 1\n"
- + " -showLeafs 1\n"
- + " -showNumericAttrsOnly 1\n"
- + " -highlightActive 0\n"
- + " -autoSelectNewObjects 0\n"
- + " -doNotSelectNewObjects 1\n"
- + " -dropIsParent 1\n"
- + " -transmitFilters 0\n"
- + " -setFilter \"0\" \n"
- + " -showSetMembers 0\n"
- + " -allowMultiSelection 1\n"
- + " -alwaysToggleSelect 0\n"
- + " -directSelect 0\n"
- + " -displayMode \"DAG\" \n"
- + " -expandObjects 0\n"
- + " -setsIgnoreFilters 1\n"
- + " -editAttrName 0\n"
- + " -showAttrValues 0\n"
- + " -highlightSecondary 0\n"
- + " -showUVAttrsOnly 0\n"
- + " -showTextureNodesOnly 0\n"
- + " $editorName;\n"
- + " $editorName = ($panelName+\"DopeSheetEd\");\n"
- + " dopeSheetEditor -e \n"
- + " -mainListConnection \"dopeSheetPanel1FromOutliner\" \n"
- + " -highlightConnection \"dopeSheetPanel1OutlinerSelection\" \n"
- + " -displayKeys 1\n"
- + " -displayTangents 0\n"
- + " -displayActiveKeys 0\n"
- + " -displayActiveKeyTangents 0\n"
- + " -displayInfinities 0\n"
- + " -autoFit 0\n"
- + " -snapTime \"integer\" \n"
- + " -snapValue \"none\" \n"
- + " -outliner \"dopeSheetPanel1OutlineEd\" \n"
- + " -showSummary 1\n"
- + " -showScene 0\n"
- + " -hierarchyBelow 0\n"
- + " $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Dope Sheet\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = ($panelName+\"OutlineEd\");\n"
- + " outlinerEditor -e \n"
- + " -mainListConnection \"animationList\" \n"
- + " -selectionConnection \"dopeSheetPanel1OutlinerSelection\" \n"
- + " -highlightConnection \"keyframeList\" \n"
- + " -showShapes 1\n"
- + " -showAttributes 1\n"
- + " -showConnected 1\n"
- + " -showAnimCurvesOnly 1\n"
- + " -autoExpand 0\n"
- + " -showDagOnly 0\n"
- + " -ignoreDagHierarchy 0\n"
- + " -expandConnections 1\n"
- + " -showUnitlessCurves 0\n"
- + " -showCompounds 1\n"
- + " -showLeafs 1\n"
- + " -showNumericAttrsOnly 1\n"
- + " -highlightActive 0\n"
- + " -autoSelectNewObjects 0\n"
- + " -doNotSelectNewObjects 1\n"
- + " -dropIsParent 1\n"
- + " -transmitFilters 0\n"
- + " -setFilter \"0\" \n"
- + " -showSetMembers 0\n"
- + " -allowMultiSelection 1\n"
- + " -alwaysToggleSelect 0\n"
- + " -directSelect 0\n"
- + " -displayMode \"DAG\" \n"
- + " -expandObjects 0\n"
- + " -setsIgnoreFilters 1\n"
- + " -editAttrName 0\n"
- + " -showAttrValues 0\n"
- + " -highlightSecondary 0\n"
- + " -showUVAttrsOnly 0\n"
- + " -showTextureNodesOnly 0\n"
- + " $editorName;\n"
- + " $editorName = ($panelName+\"DopeSheetEd\");\n"
- + " dopeSheetEditor -e \n"
- + " -mainListConnection \"dopeSheetPanel1FromOutliner\" \n"
- + " -highlightConnection \"dopeSheetPanel1OutlinerSelection\" \n"
- + " -displayKeys 1\n"
- + " -displayTangents 0\n"
- + " -displayActiveKeys 0\n"
- + " -displayActiveKeyTangents 0\n"
- + " -displayInfinities 0\n"
- + " -autoFit 0\n"
- + " -snapTime \"integer\" \n"
- + " -snapValue \"none\" \n"
- + " -outliner \"dopeSheetPanel1OutlineEd\" \n"
- + " -showSummary 1\n"
- + " -showScene 0\n"
- + " -hierarchyBelow 0\n"
- + " $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" \"Hypergraph\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"hyperGraphPanel\" -l \"Hypergraph\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = ($panelName+\"HyperGraphEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -freeform 0\n"
- + " -imageEnabled 0\n"
- + " -graphType \"DAG\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Hypergraph\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = ($panelName+\"HyperGraphEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -freeform 0\n"
- + " -imageEnabled 0\n"
- + " -graphType \"DAG\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" \"Hypershade\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"hyperShadePanel\" -l \"Hypershade\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = ($panelName+\"HyperShadeEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -currentNode \"ballM\" \n"
- + " -freeform 1\n"
- + " -imageEnabled 0\n"
- + " -graphType \"HyperShade\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + " $editorName = ($panelName+\"VisorEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -currentNode \"file41\" \n"
- + " -freeform 0\n"
- + " -imageEnabled 0\n"
- + " -graphType \"Visor\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + "visor -reset hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Animation\" -parent \"\" -openDirectories 1 hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Character Clips & Poses\" -parent \"Animation\" -type command -cmd \"currentCharacters\" $editorName;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterPoses\" $editorName;\n"
- + "visor -addFolder -name \"Unused Clips & Poses\" -parent \"Animation\" hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryPoses\" $editorName;\n"
- + "visor -addFolder -name \"Rendering\" -parent \"\" -openDirectories 1 hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Rendering\" -type command -cmd \"ls -type camera -type imagePlane\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Rendering\" -type command -cmd \"ls -type light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultShaderList\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Rendering\" -type command -cmd \"ls -type opticalFX -type shaderGlow\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultTextureList\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Rendering\" -type connectedNodes -cmd \"ls -type defaultRenderUtilityList\" $editorName;\n"
- + "visor -addFolder -name \"Create\" -parent \"\" -openDirectories 1 hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Create\" -type defaultNodes -cmd \"cameraCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Create\" -openFolder 1 -type defaultNodes -cmd \"listNodeTypes \\\"shader/surface\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Volume\" -parent \"Create/Materials\" -type defaultNodes -cmd \"listNodeTypes \\\"shader/volume\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Create\" -type defaultNodes -cmd \"postProcessCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Create\" -openFolder 1 -type defaultNodes -cmd \"listNodeTypes texture\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Create\" hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Color\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/color\\\"\" $editorName;\n"
- + "visor -addFolder -name \"General\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/general\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Particle\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/particle\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Switch\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/switch\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Project\" -parent \"\" -openDirectories 1 -type directoryCommand -cmd \"currentProjectParentDir()\" $editorName;\n"
- + "visor -addFolder -name \"Brushes\" -parent \"\" -type shelfItems -cmd \"D:/AW/Maya3.0/brushes\" $editorName;\n"
- + "visor -rebuild hyperShadePanel1VisorEd;\n"
- + ";\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Hypershade\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = ($panelName+\"HyperShadeEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -currentNode \"ballM\" \n"
- + " -freeform 1\n"
- + " -imageEnabled 0\n"
- + " -graphType \"HyperShade\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + " $editorName = ($panelName+\"VisorEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -currentNode \"file41\" \n"
- + " -freeform 0\n"
- + " -imageEnabled 0\n"
- + " -graphType \"Visor\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + "visor -reset hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Animation\" -parent \"\" -openDirectories 1 hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Character Clips & Poses\" -parent \"Animation\" -type command -cmd \"currentCharacters\" $editorName;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterPoses\" $editorName;\n"
- + "visor -addFolder -name \"Unused Clips & Poses\" -parent \"Animation\" hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryPoses\" $editorName;\n"
- + "visor -addFolder -name \"Rendering\" -parent \"\" -openDirectories 1 hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Rendering\" -type command -cmd \"ls -type camera -type imagePlane\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Rendering\" -type command -cmd \"ls -type light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultShaderList\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Rendering\" -type command -cmd \"ls -type opticalFX -type shaderGlow\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultTextureList\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Rendering\" -type connectedNodes -cmd \"ls -type defaultRenderUtilityList\" $editorName;\n"
- + "visor -addFolder -name \"Create\" -parent \"\" -openDirectories 1 hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Create\" -type defaultNodes -cmd \"cameraCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Create\" -openFolder 1 -type defaultNodes -cmd \"listNodeTypes \\\"shader/surface\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Volume\" -parent \"Create/Materials\" -type defaultNodes -cmd \"listNodeTypes \\\"shader/volume\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Create\" -type defaultNodes -cmd \"postProcessCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Create\" -openFolder 1 -type defaultNodes -cmd \"listNodeTypes texture\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Create\" hyperShadePanel1VisorEd;\n"
- + "visor -addFolder -name \"Color\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/color\\\"\" $editorName;\n"
- + "visor -addFolder -name \"General\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/general\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Particle\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/particle\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Switch\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/switch\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Project\" -parent \"\" -openDirectories 1 -type directoryCommand -cmd \"currentProjectParentDir()\" $editorName;\n"
- + "visor -addFolder -name \"Brushes\" -parent \"\" -type shelfItems -cmd \"D:/AW/Maya3.0/brushes\" $editorName;\n"
- + "visor -rebuild hyperShadePanel1VisorEd;\n"
- + ";\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" \"Visor\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"visorPanel\" -l \"Visor\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = ($panelName+\"VisorEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -freeform 0\n"
- + " -imageEnabled 0\n"
- + " -graphType \"Visor\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + "visor -reset visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Animation\" -parent \"\" -openDirectories 1 visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Character Clips & Poses\" -parent \"Animation\" -type command -cmd \"currentCharacters\" $editorName;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterPoses\" $editorName;\n"
- + "visor -addFolder -name \"Unused Clips & Poses\" -parent \"Animation\" visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryPoses\" $editorName;\n"
- + "visor -addFolder -name \"Rendering\" -parent \"\" -openDirectories 1 visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Rendering\" -type command -cmd \"ls -type camera -type imagePlane\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Rendering\" -type command -cmd \"ls -type light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultShaderList\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Rendering\" -type command -cmd \"ls -type opticalFX -type shaderGlow\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultTextureList\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Rendering\" -type connectedNodes -cmd \"ls -type defaultRenderUtilityList\" $editorName;\n"
- + "visor -addFolder -name \"Create\" -parent \"\" -openDirectories 1 visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Create\" -type defaultNodes -cmd \"cameraCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes \\\"shader/surface\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Volume\" -parent \"Create/Materials\" -type defaultNodes -cmd \"listNodeTypes \\\"shader/volume\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Create\" -type defaultNodes -cmd \"postProcessCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes texture\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Create\" visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Color\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/color\\\"\" $editorName;\n"
- + "visor -addFolder -name \"General\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/general\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Particle\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/particle\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Switch\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/switch\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Project\" -parent \"\" -openDirectories 1 -type directoryCommand -cmd \"currentProjectParentDir()\" $editorName;\n"
- + "visor -addFolder -name \"Brushes\" -parent \"\" -type shelfItems -cmd \"D:/AW/Maya3.0/brushes\" $editorName;\n"
- + "visor -rebuild visorPanel1VisorEd;\n"
- + ";\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Visor\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = ($panelName+\"VisorEd\");\n"
- + " hyperGraph -e \n"
- + " -orientation \"horiz\" \n"
- + " -animateTransition 0\n"
- + " -showShapes 0\n"
- + " -showDeformers 0\n"
- + " -showExpressions 0\n"
- + " -showConstraints 0\n"
- + " -showUnderworld 0\n"
- + " -showInvisible 0\n"
- + " -transitionFrames 1\n"
- + " -freeform 0\n"
- + " -imageEnabled 0\n"
- + " -graphType \"Visor\" \n"
- + " -updateSelection 1\n"
- + " -updateNodeAdded 1\n"
- + " $editorName;\n"
- + "visor -reset visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Animation\" -parent \"\" -openDirectories 1 visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Character Clips & Poses\" -parent \"Animation\" -type command -cmd \"currentCharacters\" $editorName;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Character Clips & Poses\" -type command -cmd \"getCharacterPoses\" $editorName;\n"
- + "visor -addFolder -name \"Unused Clips & Poses\" -parent \"Animation\" visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Clips\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryClips\" $editorName;\n"
- + "visor -addFolder -name \"Poses\" -parent \"Animation/Unused Clips & Poses\" -type command -cmd \"getLibraryPoses\" $editorName;\n"
- + "visor -addFolder -name \"Rendering\" -parent \"\" -openDirectories 1 visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Rendering\" -type command -cmd \"ls -type camera -type imagePlane\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Rendering\" -type command -cmd \"ls -type light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultShaderList\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Rendering\" -type command -cmd \"ls -type opticalFX -type shaderGlow\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Rendering\" -openFolder 1 -type connectedNodes -cmd \"ls -type defaultTextureList\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Rendering\" -type connectedNodes -cmd \"ls -type defaultRenderUtilityList\" $editorName;\n"
- + "visor -addFolder -name \"Create\" -parent \"\" -openDirectories 1 visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Cameras\" -parent \"Create\" -type defaultNodes -cmd \"cameraCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Lights\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes light\" $editorName;\n"
- + "visor -addFolder -name \"Materials\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes \\\"shader/surface\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Volume\" -parent \"Create/Materials\" -type defaultNodes -cmd \"listNodeTypes \\\"shader/volume\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Post Process\" -parent \"Create\" -type defaultNodes -cmd \"postProcessCreateFolder()\" $editorName;\n"
- + "visor -addFolder -name \"Textures\" -parent \"Create\" -type defaultNodes -cmd \"listNodeTypes texture\" $editorName;\n"
- + "visor -addFolder -name \"Utilities\" -parent \"Create\" visorPanel1VisorEd;\n"
- + "visor -addFolder -name \"Color\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/color\\\"\" $editorName;\n"
- + "visor -addFolder -name \"General\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/general\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Particle\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/particle\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Switch\" -parent \"Create/Utilities\" -type defaultNodes -cmd \"listNodeTypes \\\"utility/switch\\\"\" $editorName;\n"
- + "visor -addFolder -name \"Project\" -parent \"\" -openDirectories 1 -type directoryCommand -cmd \"currentProjectParentDir()\" $editorName;\n"
- + "visor -addFolder -name \"Brushes\" -parent \"\" -type shelfItems -cmd \"D:/AW/Maya3.0/brushes\" $editorName;\n"
- + "visor -rebuild visorPanel1VisorEd;\n"
- + ";\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" \"Texture View\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"polyTexturePlacementPanel\" -l \"Texture View\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Texture View\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"multiListerPanel\" \"Multilister\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"multiListerPanel\" -l \"Multilister\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Multilister\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" \"Render View\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"renderWindowPanel\" -l \"Render View\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Render View\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextPanel \"blendShapePanel\" \"Blend Shape\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " blendShapePanel -unParent -l \"Blend Shape\" -mbv $menusOkayInPanels ;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " blendShapePanel -edit -l \"Blend Shape\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" \"Dynamic Relationships\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"dynRelEdPanel\" -l \"Dynamic Relationships\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Dynamic Relationships\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextPanel \"devicePanel\" \"Devices\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " devicePanel -unParent -l \"Devices\" -mbv $menusOkayInPanels ;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " devicePanel -edit -l \"Devices\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" \"Relationship Editor\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"relationshipPanel\" -l \"Relationship Editor\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Relationship Editor\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" \"Reference Editor\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"referenceEditorPanel\" -l \"Reference Editor\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Reference Editor\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" \"Trax Editor\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"clipEditorPanel\" -l \"Trax Editor\" -mbv $menusOkayInPanels `;\n"
- + " $editorName = ($panelName+\"ClipEditor\");\n"
- + " clipEditor -e \n"
- + " $editorName;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Trax Editor\" -mbv $menusOkayInPanels $panelName;\n"
- + " $editorName = ($panelName+\"ClipEditor\");\n"
- + " clipEditor -e \n"
- + " $editorName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" \"Paint Effects\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"dynPaintScriptedPanelType\" -l \"Paint Effects\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Paint Effects\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " $panelName = `sceneUIReplacement -getNextScriptedPanel \"componentEditorPanel\" \"Component Editor\"`;\n"
- + " if (\"\" == $panelName) {\n"
- + " if ($useSceneConfig) {\n"
- + " $panelName = `scriptedPanel -unParent -type \"componentEditorPanel\" -l \"Component Editor\" -mbv $menusOkayInPanels `;\n"
- + " }\n"
- + " } else {\n"
- + " $label = `panel -q -label $panelName`;\n"
- + " scriptedPanel -edit -l \"Component Editor\" -mbv $menusOkayInPanels $panelName;\n"
- + " if (!$useSceneConfig) {\n"
- + " panel -e -l $label $panelName;\n"
- + " }\n"
- + " }\n"
- + " if ($useSceneConfig) {\n"
- + " string $configName = `getPanel -cwl \"Current Layout\"`;\n"
- + " if (\"\" != $configName) {\n"
- + " panelConfiguration -edit -label \"Current Layout\"\n"
- + " -sc false\n"
- + " -configString \"paneLayout -e -cn \\\"single\\\" -ps 1 100 100 $gMainPane;\"\n"
- + " -removeAllPanels\n"
- + " -ap false\n"
- + " \"Persp View\"\n"
- + " \"modelPanel\"\n"
- + " \"$panelName = `modelPanel -unParent -l \\\"Persp View\\\" -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -wireframeOnShaded 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 1\\n -backfaceCulling 0\\n -xray 0\\n -displayTextures 0\\n -textureMaxSize 1024\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 0\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 0\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -locators 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
- + " \"modelPanel -edit -l \\\"Persp View\\\" -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -wireframeOnShaded 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 1\\n -backfaceCulling 0\\n -xray 0\\n -displayTextures 0\\n -textureMaxSize 1024\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 0\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 0\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -locators 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
- + " $configName;\n"
- + " setNamedPanelLayout \"Current Layout\";\n"
- + " }\n"
- + " panelHistory -e -clear mainPanelHistory;\n"
- + " setFocus `paneLayout -q -p1 $gMainPane`;\n"
- + " sceneUIReplacement -deleteRemaining;\n"
- + " sceneUIReplacement -clear;\n"
- + " }\n"
- + " grid -spacing 5cm -size 12cm -divisions 5 -style 3;\n"
- + "}\n");
- setAttr ".st" 3;
- createNode script -n "animationScriptNode";
- setAttr ".a" -type "string" (
- "playbackOptions -min 1 -max 60 -animationStartTime 1 -animationEndTime 60;");
- createNode animCurveTU -n "ball_visibility";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 1 10 1 20 1 30 1 40 1 50 1 60
- 1;
- setAttr -s 7 ".kot[0:6]" 5 5 5 5 5 5 5;
- createNode animCurveTL -n "ball_translateX";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 -17.845435857027564 10 -12.299638993601651
- 20 -6.1376422607415932 30 0.024354530325409129 40 6.1863513213923902 50 12.348347899974142
- 60 18.510344053585445;
- createNode animCurveTL -n "ball_translateY";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 2.0055591248411013 10 5.4245878199075079
- 20 2.0055591248411013 30 9.7591296468814903 40 2.0055591248411013 50 6.6602476587712918
- 60 2.0055591248411013;
- createNode animCurveTL -n "ball_translateZ";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 0 10 0 20 0 30 0 40 0 50 0 60
- 0;
- createNode animCurveTA -n "ball_rotateX";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 0 10 0 20 0 30 0 40 0 50 0 60
- 0;
- createNode animCurveTA -n "ball_rotateY";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 0 10 0 20 0 30 0 40 0 50 0 60
- 0;
- createNode animCurveTA -n "ball_rotateZ";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 0 10 0 20 0 30 0 40 0 50 0 60
- 0;
- createNode animCurveTU -n "ball_scaleX";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 1 10 1 20 1 30 1 40 1 50 1 60
- 1;
- createNode animCurveTU -n "ball_scaleY";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 1 10 1 20 1 30 1 40 1 50 1 60
- 1;
- createNode animCurveTU -n "ball_scaleZ";
- setAttr ".tan" 9;
- setAttr ".wgt" no;
- setAttr -s 7 ".ktv[0:6]" 1 1 10 1 20 1 30 1 40 1 50 1 60
- 1;
- select -ne :time1;
- setAttr ".o" 1;
- select -ne :renderPartition;
- setAttr -s 2 ".st";
- select -ne :renderGlobalsList1;
- select -ne :defaultShaderList1;
- setAttr -s 2 ".s";
- select -ne :postProcessList1;
- setAttr -s 2 ".p";
- select -ne :lightList1;
- select -ne :initialShadingGroup;
- setAttr -s 3 ".dsm";
- setAttr ".ro" yes;
- select -ne :initialParticleSE;
- setAttr ".ro" yes;
- select -ne :defaultRenderGlobals;
- setAttr ".fs" 1;
- setAttr ".ef" 10;
- select -ne :hyperGraphLayout;
- setAttr ".cch" no;
- setAttr ".ihi" 2;
- setAttr ".nds" 0;
- setAttr ".img" -type "string" "";
- setAttr ".ims" 1;
- connectAttr "ball_visibility.o" "ball.v";
- connectAttr "ball_translateX.o" "ball.tx";
- connectAttr "ball_translateY.o" "ball.ty";
- connectAttr "ball_translateZ.o" "ball.tz";
- connectAttr "ball_rotateX.o" "ball.rx";
- connectAttr "ball_rotateY.o" "ball.ry";
- connectAttr "ball_rotateZ.o" "ball.rz";
- connectAttr "ball_scaleX.o" "ball.sx";
- connectAttr "ball_scaleY.o" "ball.sy";
- connectAttr "ball_scaleZ.o" "ball.sz";
- connectAttr "makeNurbSphere1.os" "ballShape.cr";
- connectAttr "polyPlane1.out" "floorShape.i";
- connectAttr "makeNurbTorus1.os" "ringShape.cr";
- connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[0].llnk";
- connectAttr ":initialShadingGroup.msg" "lightLinker1.lnk[0].olnk";
- connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[1].llnk";
- connectAttr ":initialParticleSE.msg" "lightLinker1.lnk[1].olnk";
- connectAttr "layerManager.dli[0]" "defaultLayer.id";
- connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
- connectAttr "lightLinker1.msg" ":lightList1.ln" -na;
- connectAttr "ballShape.iog" ":initialShadingGroup.dsm" -na;
- connectAttr "floorShape.iog" ":initialShadingGroup.dsm" -na;
- connectAttr "ringShape.iog" ":initialShadingGroup.dsm" -na;
- // End of lesson2_start.ma
-