//Maya ASCII 7.0 scene //Name: spiderWalk.ma //Last modified: Sat, May 20, 2006 03:37:44 PM requires maya "7.0"; currentUnit -l centimeter -a degree -t ntsc; fileInfo "application" "maya"; fileInfo "product" "Maya Unlimited 7.0"; fileInfo "version" "7.0"; fileInfo "cutIdentifier" "200507192211-654274"; fileInfo "osv" "Microsoft Windows XP Service Pack 1 (Build 2600)\n"; createNode transform -s -n "persp"; setAttr ".v" no; setAttr ".t" -type "double3" -19.906724705328166 14.509864808798628 29.638361417636848 ; setAttr ".r" -type "double3" -17.738289223677214 -6.6000000000003993 4.0022169818864339e-016 ; createNode camera -s -n "perspShape" -p "persp"; setAttr -k off ".v" no; setAttr ".fl" 34.999999999999986; setAttr ".coi" 55.010362193224566; setAttr ".imn" -type "string" "persp"; setAttr ".den" -type "string" "persp_depth"; setAttr ".man" -type "string" "persp_mask"; setAttr ".tp" -type "double3" -25.094085894001278 4.1324666451025287 -34.987779700851291 ; setAttr ".hc" -type "string" "viewSet -p %camera"; setAttr ".ma" no; createNode transform -s -n "top"; setAttr ".v" no; setAttr ".t" -type "double3" 33.009942893249061 100 -13.464807687444537 ; 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" 214.80532639064077; 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" 4.6758636216817955 1.9463558565555437 100 ; createNode camera -s -n "frontShape" -p "front"; setAttr -k off ".v" no; setAttr ".rnd" no; setAttr ".coi" 100; setAttr ".ow" 12.065060240963851; 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" 3.7128712871287122; 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 "spiderController1"; addAttr -ci true -sn "EXPR" -ln "EXPR" -at "long"; addAttr -ci true -sn "cycleCount" -ln "cycleCount" -at "long"; addAttr -ci true -sn "currentCycle" -ln "currentCycle" -at "long"; addAttr -ci true -sn "currentLength" -ln "currentLength" -at "double"; addAttr -ci true -sn "walkRatio" -ln "walkRatio" -at "double"; addAttr -ci true -sn "stepStartPos" -ln "stepStartPos" -at "double3" -nc 3; addAttr -ci true -sn "stepStartPosX" -ln "stepStartPosX" -at "double" -p "stepStartPos"; addAttr -ci true -sn "stepStartPosY" -ln "stepStartPosY" -at "double" -p "stepStartPos"; addAttr -ci true -sn "stepStartPosZ" -ln "stepStartPosZ" -at "double" -p "stepStartPos"; addAttr -ci true -sn "stepEndPos" -ln "stepEndPos" -at "double3" -nc 3; addAttr -ci true -sn "stepEndPosX" -ln "stepEndPosX" -at "double" -p "stepEndPos"; addAttr -ci true -sn "stepEndPosY" -ln "stepEndPosY" -at "double" -p "stepEndPos"; addAttr -ci true -sn "stepEndPosZ" -ln "stepEndPosZ" -at "double" -p "stepEndPos"; addAttr -ci true -m -sn "relStepEndPos" -ln "relStepEndPos" -at "double3" -nc 3; addAttr -ci true -sn "relStepEndPosX" -ln "relStepEndPosX" -at "double" -p "relStepEndPos"; addAttr -ci true -sn "relStepEndPosY" -ln "relStepEndPosY" -at "double" -p "relStepEndPos"; addAttr -ci true -sn "relStepEndPosZ" -ln "relStepEndPosZ" -at "double" -p "relStepEndPos"; addAttr -ci true -m -sn "stepStart" -ln "stepStart" -min 0 -max 1 -at "double"; addAttr -ci true -m -sn "stepDuration" -ln "stepDuration" -min 0 -max 1 -at "double"; addAttr -ci true -m -sn "stepStartTangent" -ln "stepStartTangent" -at "double3" -nc 3; addAttr -ci true -sn "stepStartTangentX" -ln "stepStartTangentX" -at "double" -p "stepStartTangent"; addAttr -ci true -sn "stepStartTangentY" -ln "stepStartTangentY" -at "double" -p "stepStartTangent"; addAttr -ci true -sn "stepStartTangentZ" -ln "stepStartTangentZ" -at "double" -p "stepStartTangent"; addAttr -ci true -m -sn "stepEndTangent" -ln "stepEndTangent" -at "double3" -nc 3; addAttr -ci true -sn "stepEndTangentX" -ln "stepEndTangentX" -at "double" -p "stepEndTangent"; addAttr -ci true -sn "stepEndTangentY" -ln "stepEndTangentY" -at "double" -p "stepEndTangent"; addAttr -ci true -sn "stepEndTangentZ" -ln "stepEndTangentZ" -at "double" -p "stepEndTangent"; addAttr -ci true -m -sn "currStep" -ln "currStep" -at "double"; addAttr -ci true -m -sn "currStepStartPos" -ln "currStepStartPos" -at "double3" -nc 3; addAttr -ci true -sn "currStepStartPosX" -ln "currStepStartPosX" -at "double" -p "currStepStartPos"; addAttr -ci true -sn "currStepStartPosY" -ln "currStepStartPosY" -at "double" -p "currStepStartPos"; addAttr -ci true -sn "currStepStartPosZ" -ln "currStepStartPosZ" -at "double" -p "currStepStartPos"; addAttr -ci true -m -sn "currStepEndPos" -ln "currStepEndPos" -at "double3" -nc 3; addAttr -ci true -sn "currStepEndPosX" -ln "currStepEndPosX" -at "double" -p "currStepEndPos"; addAttr -ci true -sn "currStepEndPosY" -ln "currStepEndPosY" -at "double" -p "currStepEndPos"; addAttr -ci true -sn "currStepEndPosZ" -ln "currStepEndPosZ" -at "double" -p "currStepEndPos"; addAttr -ci true -sn "walkCycleTransition" -ln "walkCycleTransition" -at "double"; addAttr -ci true -sn "EXPR_BODY" -ln "EXPR_BODY" -at "long"; addAttr -ci true -sn "nameSpaceNum" -ln "nameSpaceNum" -at "long"; setAttr ".smd" 7; setAttr -k on ".EXPR"; setAttr -k on ".cycleCount"; setAttr -k on ".currentCycle"; setAttr -k on ".currentLength"; setAttr -k on ".walkRatio"; setAttr -k on ".stepStartPos" -type "double3" 13.080656811310696 0 -15.2072030693505 ; setAttr -k on ".stepStartPos"; setAttr -k on ".stepStartPosX"; setAttr -k on ".stepStartPosY"; setAttr -k on ".stepStartPosZ"; setAttr -k on ".stepEndPos" -type "double3" 9.6880000000000006 0 -18.396630330620468 ; setAttr -k on ".stepEndPos"; setAttr -k on ".stepEndPosX"; setAttr -k on ".stepEndPosY"; setAttr -k on ".stepEndPosZ"; setAttr -s 8 ".relStepEndPos[0:7]" -type "double3" 3 0 11.5 6 0 6 5 0 1.5 2 0 0 -3 0 11.5 -6 0 6 -5 0 1.5 -2 0 -1; setAttr -s 8 ".stepStart[0:7]" 0.65 0.25 0.7 0.10000000000000001 0 0.6 0.20000000000000001 0.7; setAttr -s 8 ".stepDuration[0:7]" 0.35 0.28000000000000003 0.3 0.31 0.34000000000000002 0.26 0.3 0.29; setAttr -s 8 ".stepStartTangent[0:7]" -type "double3" 0 20 0 0 10 0 0 10 0 0 10 0 0 20 0 0 10 0 0 10 0 0 10 0; setAttr -s 8 ".stepEndTangent[0:7]" -type "double3" 0 -3 0 0 -3 0 0 -3 0 0 -3 0 0 -3 0 0 -3 0 0 -3 0 0 -3 0; setAttr -s 8 ".currStepStartPos[0:7]" -type "double3" -16.68615097 0.63085200990000001 -25.821291859999999 -19.022143440000001 1.9816812859999999 -36.197295969999999 -20.57176115 2.1108241130000001 -35.629238790000002 -26.423415070000001 2.8298244750000001 -38.893039659999999 -23.13526268 1.894700067 -27.24088016 -27.289891369999999 2.973314792 -25.997903220000001 -30.339612800000001 3.4852454060000002 -32.265230430000003 -27.367864449999999 2.9417672939999999 -33.470892139999997; setAttr -s 8 ".currStepEndPos[0:7]" -type "double3" -16.693050920000001 0.79442008249999996 -22.896429260000001 -16.7554482 0.80003048860000003 -29.753102349999999 -19.284872490000001 1.6278847329999999 -33.248449129999997 -22.347690100000001 2.0283997170000001 -32.351018699999997 -22.27440056 2.1149377629999999 -19.596238100000001 -27.11117973 3.019713147 -23.824815619999999 -28.640811660000001 3.2459161330000001 -28.69449578 -26.644294250000002 2.7932994529999999 -32.033064629999998; setAttr -k on ".walkCycleTransition" 7; setAttr -k on ".EXPR_BODY"; setAttr -k on ".nameSpaceNum"; createNode locator -n "spiderControllerShape1" -p "spiderController1"; setAttr -k off ".v"; createNode transform -n "spider1" -p "spiderController1"; setAttr ".t" -type "double3" -0.0012903539296843791 -13.328041680959787 0.001258833962770628 ; setAttr ".r" -type "double3" -8.9077015420014263 1.4406394539400935 -8.5330029696222578 ; setAttr ".rp" -type "double3" 0 -2.81 0 ; setAttr ".rpt" -type "double3" 0.18321908190783068 0.016790960966851391 0.24599600055359813 ; setAttr ".sp" -type "double3" 0 -2.81 0 ; createNode mesh -n "spider1Shape" -p "spider1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 104 ".uvst[0].uvsp[0:103]" -type "float2" 0 0 0.2 0 0.40000001 0 0.60000002 0 0.80000001 0 1 0 0 0.33333334 0.2 0.33333334 0.40000001 0.33333334 0.60000002 0.33333334 0.80000001 0.33333334 1 0.33333334 0 0.66666669 0.2 0.66666669 0.40000001 0.66666669 0.60000002 0.66666669 0.80000001 0.66666669 1 0.66666669 0 1 0.2 1 0.40000001 1 0.60000002 1 0.80000001 1 1 1 0 1.3333334 0.2 1.3333334 0.40000001 1.3333334 0.60000002 1.3333334 0.80000001 1.3333334 1 1.3333334 0 1.6666667 0.2 1.6666667 0.40000001 1.6666667 0.60000002 1.6666667 0.80000001 1.6666667 1 1.6666667 0 2 0.2 2 0.40000001 2 0.60000002 2 0.80000001 2 1 2 0 2.3333333 0.2 2.3333333 0.40000001 2.3333333 0.60000002 2.3333333 0.80000001 2.3333333 1 2.3333333 0 2.6666665 0.2 2.6666665 0.40000001 2.6666665 0.60000002 2.6666665 0.80000001 2.6666665 1 2.6666665 0 2.9999998 0.2 2.9999998 0.40000001 2.9999998 0.60000002 2.9999998 0.80000001 2.9999998 1 2.9999998 0 3.333333 0.2 3.333333 0.40000001 3.333333 0.60000002 3.333333 0.80000001 3.333333 1 3.333333 0 3.6666663 0.2 3.6666663 0.40000001 3.6666663 0.60000002 3.6666663 0.80000001 3.6666663 1 3.6666663 0 3.9999995 0.2 3.9999995 0.40000001 3.9999995 0.60000002 3.9999995 0.80000001 3.9999995 1 3.9999995 2 0 1.6666666 0 1.3333333 0 2 0.33333334 1.6666666 0.33333334 1.3333333 0.33333334 2 0.66666669 1.6666666 0.66666669 1.3333333 0.66666669 2 1 1.6666666 1 1.3333333 1 -1 0 -0.66666663 0 -0.33333328 0 -1 0.33333334 -0.66666663 0.33333334 -0.33333328 0.33333334 -1 0.66666669 -0.66666663 0.66666669 -0.33333328 0.66666669 -1 1 -0.66666663 1 -0.33333328 1 0.80000001 0.63890123 0.99338466 2.3333333; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 82 ".pt[0:81]" -type "float3" 2.9456794 -0.14310987 -5.1292834 0.95084059 -0.29668042 -3.6833224 0.025989518 -0.17401041 -1.4436145 -0.30926895 -0.19379841 -1.151859 -1.0275651 -0.20844428 -0.30213633 -1.603977 -0.17401041 1.1291857 2.8259895 -0.058003467 -5.2180729 0.64560664 -0.12516113 -3.9097538 0.025989518 -0.058003467 -1.4436145 -0.37188894 -0.06998837 -1.1983124 -1.0275651 -0.069481418 -0.30213633 -1.603977 -0.058003467 1.1291857 2.8259895 0.058003478 -5.2180729 0.64560664 0.12516116 -3.9097538 0.025989518 0.058003478 -1.4436145 -0.37188894 0.069988377 -1.1983124 -1.0275651 0.069481432 -0.30213633 -2.8665752 -0.087560378 1.707889 2.9456794 0.14310987 -5.1292834 0.95084059 0.29668042 -3.6833224 0.025989518 0.17401041 -1.4436145 -0.30926895 0.19379841 -1.151859 -1.0275651 0.20844428 -0.30213633 -1.7836891 0.17401041 0.99587005 3.2753298 0.17401041 -4.8847394 1.6152018 0.37548319 -3.1904805 0.47532982 0.17401041 -1.1102811 0.17029579 0.20996512 -0.79610437 -0.48930758 0.20844428 0.097158358 -1.3343489 0.17401041 1.3292034 3.7246702 0.17401041 -4.5514064 2.5847981 0.37548319 -2.4712067 0.9246701 0.17401041 -0.7769478 0.71248049 0.20996512 -0.3938964 0.048949946 0.20844428 0.49645302 -0.88500857 0.17401041 1.6625367 4.0543203 0.14310987 -4.3068624 3.2491593 0.29668042 -1.9783647 1.3740103 0.17401041 -0.44361448 1.1920452 0.19379841 -0.038141731 0.58720744 0.20844428 0.89574766 -0.43566832 0.17401041 1.9958701 4.1740103 0.058003467 -4.2180729 3.5543933 0.12516113 -1.7519335 1.3740103 0.058003467 -0.44361448 1.2546653 0.06998837 0.008311566 0.58720744 0.069481418 0.89574766 -0.80296779 -0.087560385 3.2387314 4.1740103 -0.058003478 -4.2180729 3.5543933 -0.12516116 -1.7519335 1.3740103 -0.058003478 -0.44361448 1.2546653 -0.069988377 0.008311566 0.58720744 -0.069481432 0.89574766 -0.61538059 -0.058003478 1.8625544 4.0543203 -0.14310987 -4.3068624 3.2491593 -0.29668042 -1.9783647 1.3740103 -0.17401041 -0.44361448 1.1920452 -0.19379841 -0.038141731 0.58720744 -0.20844428 0.89574766 -0.61538059 -0.17401041 1.8625544 3.7246702 -0.17401041 -4.5514064 2.5847979 -0.37548319 -2.4712067 0.92467004 -0.17401041 -0.7769478 0.71248049 -0.20996512 -0.39389643 0.048949886 -0.20844428 0.49645296 -0.88500863 -0.17401041 1.6625367 3.2753298 -0.17401041 -4.8847394 1.6152018 -0.37548319 -3.1904805 0.47532976 -0.17401041 -1.1102811 0.17029575 -0.20996512 -0.79610437 -0.48930764 -0.20844428 0.097158313 -1.3343489 -0.17401041 1.3292034 -0.88500863 -0.058003467 1.6625367 -1.3343489 -0.058003467 1.3292034 -1.3456666 0.058003478 2.2835133 -1.795007 0.058003478 1.9501801 3.8586423 -0.058003467 -4.7320037 3.409302 -0.058003467 -5.0653367 3.8586423 0.058003478 -4.7320037 3.409302 0.058003478 -5.0653367 -1.0275651 0.057906333 -0.30213633 -0.75698537 -0.082365975 3.1612332; setAttr -s 82 ".vt[0:81]" -3.5 -0.41121066 0.41121066 -2.0999999 -0.85247892 0.85247892 -0.69999993 -0.5 0.5 -0.44138813 -0.55685866 0.55685866 0.22017884 -0.59894198 0.59894198 1.1096787 -0.5 0.36668438 -3.5 -0.16666666 0.5 -2.0999999 -0.3596369 1.0789101 -0.69999993 -0.16666666 0.5 -0.44138813 -0.20110397 0.60331196 0.22017884 -0.19964731 0.59894198 1.1096787 -0.16666666 0.36668438 -3.5 0.16666669 0.5 -2.0999999 0.35963696 1.0789101 -0.69999993 0.16666669 0.5 -0.44138813 0.201104 0.60331196 0.22017884 0.19964735 0.59894198 1.8347715 -0.25159523 0.76542121 -3.5 0.41121066 0.41121066 -2.0999999 0.85247892 0.85247892 -0.69999993 0.5 0.5 -0.44138813 0.55685866 0.55685866 0.22017884 0.59894198 0.59894198 1.1096787 0.5 0.5 -3.5 0.5 0.16666666 -2.0999999 1.0789101 0.3596369 -0.69999993 0.5 0.16666666 -0.44138813 0.60331196 0.20110397 0.22017884 0.59894198 0.19964731 1.1096787 0.5 0.16666666 -3.5 0.5 -0.16666669 -2.0999999 1.0789101 -0.35963696 -0.69999993 0.5 -0.16666669 -0.44138813 0.60331196 -0.201104 0.22017884 0.59894198 -0.19964735 1.1096787 0.5 -0.16666669 -3.5 0.41121066 -0.41121066 -2.0999999 0.85247892 -0.85247892 -0.69999993 0.5 -0.5 -0.44138813 0.55685866 -0.55685866 0.22017884 0.59894198 -0.59894198 1.1096787 0.5 -0.5 -3.5 0.16666666 -0.5 -2.0999999 0.3596369 -1.0789101 -0.69999993 0.16666666 -0.5 -0.44138813 0.20110397 -0.60331196 0.22017884 0.19964731 -0.59894198 1.8347715 -0.25159526 -0.76542121 -3.5 -0.16666669 -0.5 -2.0999999 -0.35963696 -1.0789101 -0.69999993 -0.16666669 -0.5 -0.44138813 -0.201104 -0.60331196 0.22017884 -0.19964735 -0.59894198 1.1096787 -0.16666669 -0.36668438 -3.5 -0.41121066 -0.41121066 -2.0999999 -0.85247892 -0.85247892 -0.69999993 -0.5 -0.5 -0.44138813 -0.55685866 -0.55685866 0.22017884 -0.59894198 -0.59894198 1.1096787 -0.5 -0.36668438 -3.5 -0.5 -0.16666666 -2.0999999 -1.0789101 -0.3596369 -0.69999993 -0.5 -0.16666666 -0.44138813 -0.60331196 -0.20110397 0.22017884 -0.59894198 -0.19964731 1.1096787 -0.5 -0.16666666 -3.5 -0.5 0.16666669 -2.0999999 -1.0789101 0.35963696 -0.69999993 -0.5 0.16666669 -0.44138813 -0.60331196 0.201104 0.22017884 -0.59894198 0.19964735 1.1096787 -0.5 0.16666669 1.1096787 -0.16666666 -0.16666666 1.1096787 -0.16666666 0.16666669 1.5703368 0.16666669 -0.16666666 1.5703368 0.16666669 0.16666669 -3.6339722 -0.16666666 -0.16666666 -3.6339722 -0.16666666 0.16666669 -3.6339722 0.16666669 -0.16666666 -3.6339722 0.16666669 0.16666669 0.22017884 0.16638756 0.59894198 1.7813661 -0.23666967 -0.75991464; setAttr -s 160 ".ed[0:159]" 0 1 0 1 2 0 2 3 0 3 4 0 4 5 0 6 7 1 7 8 1 8 9 1 9 10 1 10 11 1 12 13 1 13 14 1 14 15 1 15 16 1 16 17 1 18 19 0 19 20 0 20 21 0 21 22 0 22 23 0 24 25 1 25 26 1 26 27 1 27 28 1 28 29 1 30 31 1 31 32 1 32 33 1 33 34 1 34 35 1 36 37 0 37 38 0 38 39 0 39 40 0 40 41 0 42 43 1 43 44 1 44 45 1 45 46 1 46 81 1 48 49 1 49 50 1 50 51 1 51 52 1 52 53 1 54 55 0 55 56 0 56 57 0 57 58 0 58 59 0 60 61 1 61 62 1 62 63 1 63 64 1 64 65 1 66 67 1 67 68 1 68 69 1 69 70 1 70 71 1 0 6 0 1 7 1 2 8 1 3 9 1 4 10 1 5 11 0 6 12 0 7 13 1 8 14 1 9 15 1 10 80 1 11 17 0 12 18 0 13 19 1 14 20 1 15 21 1 16 22 1 17 23 0 18 24 0 19 25 1 20 26 1 21 27 1 22 28 1 23 29 0 24 30 0 25 31 1 26 32 1 27 33 1 28 34 1 29 35 0 30 36 0 31 37 1 32 38 1 33 39 1 34 40 1 35 41 0 36 42 0 37 43 1 38 44 1 39 45 1 40 46 1 41 47 0 42 48 0 43 49 1 44 50 1 45 51 1 46 52 1 47 53 0 48 54 0 49 55 1 50 56 1 51 57 1 52 58 1 53 59 0 54 60 0 55 61 1 56 62 1 57 63 1 58 64 1 59 65 0 60 66 0 61 67 1 62 68 1 63 69 1 64 70 1 65 71 0 66 0 0 67 1 1 68 2 1 69 3 1 70 4 1 71 5 0 53 72 1 72 73 1 73 11 1 47 74 1 74 75 1 75 17 1 65 72 1 71 73 1 72 74 1 73 75 1 74 35 1 75 29 1 48 76 1 76 77 1 77 6 1 42 78 1 78 79 1 79 12 1 60 76 1 66 77 1 76 78 1 77 79 1 78 30 1 79 24 1 80 16 1 80 11 0 81 47 1 81 52 0; setAttr -s 80 ".fc[0:79]" -type "polyFaces" f 4 0 61 -6 -61 mu 0 4 0 1 7 6 f 4 1 62 -7 -62 mu 0 4 1 2 8 7 f 4 2 63 -8 -63 mu 0 4 2 3 9 8 f 4 3 64 -9 -64 mu 0 4 3 4 10 9 f 4 4 65 -10 -65 mu 0 4 4 5 11 10 f 4 5 67 -11 -67 mu 0 4 6 7 13 12 f 4 6 68 -12 -68 mu 0 4 7 8 14 13 f 4 7 69 -13 -69 mu 0 4 8 9 15 14 f 5 8 70 156 -14 -70 mu 0 5 9 10 102 16 15 f 4 157 71 -15 -157 mu 0 4 102 11 17 16 f 4 10 73 -16 -73 mu 0 4 12 13 19 18 f 4 11 74 -17 -74 mu 0 4 13 14 20 19 f 4 12 75 -18 -75 mu 0 4 14 15 21 20 f 4 13 76 -19 -76 mu 0 4 15 16 22 21 f 4 14 77 -20 -77 mu 0 4 16 17 23 22 f 4 15 79 -21 -79 mu 0 4 18 19 25 24 f 4 16 80 -22 -80 mu 0 4 19 20 26 25 f 4 17 81 -23 -81 mu 0 4 20 21 27 26 f 4 18 82 -24 -82 mu 0 4 21 22 28 27 f 4 19 83 -25 -83 mu 0 4 22 23 29 28 f 4 20 85 -26 -85 mu 0 4 24 25 31 30 f 4 21 86 -27 -86 mu 0 4 25 26 32 31 f 4 22 87 -28 -87 mu 0 4 26 27 33 32 f 4 23 88 -29 -88 mu 0 4 27 28 34 33 f 4 24 89 -30 -89 mu 0 4 28 29 35 34 f 4 25 91 -31 -91 mu 0 4 30 31 37 36 f 4 26 92 -32 -92 mu 0 4 31 32 38 37 f 4 27 93 -33 -93 mu 0 4 32 33 39 38 f 4 28 94 -34 -94 mu 0 4 33 34 40 39 f 4 29 95 -35 -95 mu 0 4 34 35 41 40 f 4 30 97 -36 -97 mu 0 4 36 37 43 42 f 4 31 98 -37 -98 mu 0 4 37 38 44 43 f 4 32 99 -38 -99 mu 0 4 38 39 45 44 f 4 33 100 -39 -100 mu 0 4 39 40 46 45 f 5 34 101 -159 -40 -101 mu 0 5 40 41 47 103 46 f 4 35 103 -41 -103 mu 0 4 42 43 49 48 f 4 36 104 -42 -104 mu 0 4 43 44 50 49 f 4 37 105 -43 -105 mu 0 4 44 45 51 50 f 4 38 106 -44 -106 mu 0 4 45 46 52 51 f 3 39 159 -107 mu 0 3 46 103 52 f 4 40 109 -46 -109 mu 0 4 48 49 55 54 f 4 41 110 -47 -110 mu 0 4 49 50 56 55 f 4 42 111 -48 -111 mu 0 4 50 51 57 56 f 4 43 112 -49 -112 mu 0 4 51 52 58 57 f 4 44 113 -50 -113 mu 0 4 52 53 59 58 f 4 45 115 -51 -115 mu 0 4 54 55 61 60 f 4 46 116 -52 -116 mu 0 4 55 56 62 61 f 4 47 117 -53 -117 mu 0 4 56 57 63 62 f 4 48 118 -54 -118 mu 0 4 57 58 64 63 f 4 49 119 -55 -119 mu 0 4 58 59 65 64 f 4 50 121 -56 -121 mu 0 4 60 61 67 66 f 4 51 122 -57 -122 mu 0 4 61 62 68 67 f 4 52 123 -58 -123 mu 0 4 62 63 69 68 f 4 53 124 -59 -124 mu 0 4 63 64 70 69 f 4 54 125 -60 -125 mu 0 4 64 65 71 70 f 4 55 127 -1 -127 mu 0 4 66 67 73 72 f 4 56 128 -2 -128 mu 0 4 67 68 74 73 f 4 57 129 -3 -129 mu 0 4 68 69 75 74 f 4 58 130 -4 -130 mu 0 4 69 70 76 75 f 4 59 131 -5 -131 mu 0 4 70 71 77 76 f 4 -120 -114 132 -139 mu 0 4 79 78 81 82 f 4 -126 138 133 -140 mu 0 4 80 79 82 83 f 4 -132 139 134 -66 mu 0 4 5 80 83 11 f 4 -133 -108 135 -141 mu 0 4 82 81 84 85 f 4 -134 140 136 -142 mu 0 4 83 82 85 86 f 4 -135 141 137 -72 mu 0 4 11 83 86 17 f 4 -136 -102 -96 -143 mu 0 4 85 84 87 88 f 4 -137 142 -90 -144 mu 0 4 86 85 88 89 f 4 -138 143 -84 -78 mu 0 4 17 86 89 23 f 4 114 150 -145 108 mu 0 4 90 91 94 93 f 4 120 151 -146 -151 mu 0 4 91 92 95 94 f 4 126 60 -147 -152 mu 0 4 92 0 6 95 f 4 144 152 -148 102 mu 0 4 93 94 97 96 f 4 145 153 -149 -153 mu 0 4 94 95 98 97 f 4 146 66 -150 -154 mu 0 4 95 6 12 98 f 4 147 154 90 96 mu 0 4 96 97 100 99 f 4 148 155 84 -155 mu 0 4 97 98 101 100 f 4 149 72 78 -156 mu 0 4 98 12 18 101 f 3 9 -158 -71 mu 0 3 10 11 102 f 4 158 107 -45 -160 mu 0 4 103 47 53 52 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikHandle -n "foot8" -p "spider1"; setAttr ".t" -type "double3" -4.8395833977778526 -5.0007382885499414 11.738343478628583 ; setAttr ".r" -type "double3" 0 211.58000000000001 0 ; setAttr ".pv" -type "double3" -0.2694168800630089 0.96302364702903198 1.7221431728499304e-007 ; setAttr ".twi" 5; setAttr ".roc" yes; createNode ikHandle -n "foot7" -p "spider1"; setAttr ".t" -type "double3" -8.7254277161386362 -5.195590598762525 12.184697714976444 ; setAttr ".r" -type "double3" 0 211.58000000000001 0 ; setAttr ".pv" -type "double3" -0.27535259183464006 0.96134330505281784 2.270463690161491e-007 ; setAttr ".roc" yes; createNode ikHandle -n "foot6" -p "spider1"; setAttr ".t" -type "double3" -11.567812296350729 -6.4770356060198742 16.232348278500449 ; setAttr ".r" -type "double3" 0 211.58000000000001 0 ; setAttr ".pv" -type "double3" -0.27535253725162823 0.96134332068674178 2.871320360062686e-007 ; setAttr ".roc" yes; createNode ikHandle -n "foot5" -p "spider1"; setAttr ".t" -type "double3" -11.802889007815338 -8.3854925937211569 22.428835181844047 ; setAttr ".r" -type "double3" 0 211.58000000000001 0 ; setAttr ".pv" -type "double3" -0.29930495235751359 0.95415750560078116 1.8778142938804056e-007 ; setAttr ".twi" -5; setAttr ".roc" yes; createNode ikHandle -n "foot4" -p "spider1"; setAttr ".t" -type "double3" -1.8717451506555118 -5.8086334948668688 14.850611958867326 ; setAttr ".r" -type "double3" 0 211.58000000000001 0 ; setAttr ".pv" -type "double3" 0.2750755315546134 0.96142261879983482 -6.063500484110831e-008 ; setAttr ".twi" -5; setAttr ".roc" yes; createNode ikHandle -n "foot3" -p "spider1"; setAttr ".t" -type "double3" 0.74634193322656373 -6.1031891331176009 16.69601227815015 ; setAttr ".r" -type "double3" 0 211.58000000000001 0 ; setAttr ".pv" -type "double3" 0.27537272706239202 0.961337537595504 -1.2565607283981723e-007 ; setAttr ".roc" yes; createNode ikHandle -n "foot2" -p "spider1"; setAttr ".t" -type "double3" -0.32690112763198265 -7.7156767733064999 20.639210465386817 ; setAttr ".r" -type "double3" 0 -0.237 0 ; setAttr ".pv" -type "double3" 0.28183536242010498 0.95946278119034445 -1.4984302324138317e-008 ; setAttr ".roc" yes; createNode ikHandle -n "foot1" -p "spider1"; setAttr ".t" -type "double3" -5.6439707758426634 -9.152575506238529 24.72356881740653 ; setAttr ".pv" -type "double3" 0.2817558647638474 0.95948612948345913 -3.9929437659069755e-008 ; setAttr ".twi" 5; setAttr ".roc" yes; createNode transform -n "transform8" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legR4" -p "transform8"; setAttr ".t" -type "double3" -0.80000000000000004 -4 -0.80000000000000004 ; setAttr ".r" -type "double3" 26.092849021514635 63.574110120772701 99.395227195964225 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -49.807953963030464 ; createNode joint -n "joint2" -p "legR4"; setAttr ".t" -type "double3" -4.0000040159100276 -1.8974641473601395e-006 2.1548054099945292e-007 ; setAttr ".r" -type "double3" -3.2904199672061243e-005 4.6315361908890176e-006 -80.000079593282763 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform8|legR4|joint2"; setAttr ".t" -type "double3" -3.4999945925040103 -6.533665320329618e-006 -1.4876215670770545e-008 ; setAttr ".r" -type "double3" 1.1552467092299666e-006 4.3559599011676367e-006 -29.999835977124572 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999993 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform8|legR4|joint2|joint3"; setAttr ".t" -type "double3" -4.0000020596784935 4.0569775618948256e-006 -1.5403356443463147e-007 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 1.2074182661667802e-006 6.164287184348193e-015 -59.999999999999972 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform8|legR4|joint2|joint3"; setAttr ".t" -type "double3" -2.0000183717078341 -0.0066988156517133746 -7.726987601487189e-008 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform8|legR4|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector5" -p "|spiderController1|spider1|transform8|legR4|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform8|legR4|joint2"; setAttr ".t" -type "double3" -1.7500119926362945 -0.0058704879820870026 -7.7532522339357606e-009 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform8|legR4|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legR4"; setAttr ".t" -type "double3" -2.0000140381414941 -0.0067024026246712554 1.0774091794277893e-007 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform8|legR4|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "transform7" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legR3" -p "transform7"; setAttr ".t" -type "double3" -0.80000000000000004 -4 -0.40000000000000002 ; setAttr ".r" -type "double3" 12.925109655609363 53.422550883472255 81.739561073840576 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -49.807953963030464 ; createNode joint -n "joint2" -p "legR3"; setAttr ".t" -type "double3" -4.0000040159100276 -1.8974641473601395e-006 2.1548054099945292e-007 ; setAttr ".r" -type "double3" -3.2904199672061243e-005 4.6315361908890176e-006 -80.000079593282763 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform7|legR3|joint2"; setAttr ".t" -type "double3" -3.4999945925040103 -6.533665320329618e-006 -1.4876215670770545e-008 ; setAttr ".r" -type "double3" 1.1552467092299666e-006 4.3559599011676367e-006 -29.999835977124572 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999993 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform7|legR3|joint2|joint3"; setAttr ".t" -type "double3" -4.0000020596784935 4.0569775618948256e-006 -1.5403356443463147e-007 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -59.999999999999972 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform7|legR3|joint2|joint3"; setAttr ".t" -type "double3" -2.0000183717078341 -0.0066988156517133746 -7.726987601487189e-008 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform7|legR3|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector6" -p "|spiderController1|spider1|transform7|legR3|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform7|legR3|joint2"; setAttr ".t" -type "double3" -1.7500119926362945 -0.0058704879820870026 -7.7532522339357606e-009 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform7|legR3|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legR3"; setAttr ".t" -type "double3" -2.0000140381414941 -0.0067024026246712554 1.0774091794277893e-007 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform7|legR3|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "transform6" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legR2" -p "transform6"; setAttr ".t" -type "double3" -0.80000000000000004 -4 0.20000000000000001 ; setAttr ".r" -type "double3" 11.17128737705392 52.200963500011966 79.823338410320915 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -49.807953963030464 ; createNode joint -n "joint2" -p "legR2"; setAttr ".t" -type "double3" -4.0000040159100276 -1.8974641473601395e-006 2.1548054099945292e-007 ; setAttr ".r" -type "double3" -3.2904199672061243e-005 4.6315361908890176e-006 -80.000079593282763 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform6|legR2|joint2"; setAttr ".t" -type "double3" -3.4999945925040103 -6.533665320329618e-006 -1.4876215670770545e-008 ; setAttr ".r" -type "double3" 1.1552467092299666e-006 4.3559599011676367e-006 -29.999835977124572 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999993 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform6|legR2|joint2|joint3"; setAttr ".t" -type "double3" -4.0000020596784935 4.0569775618948256e-006 -1.5403356443463147e-007 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -59.999999999999972 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform6|legR2|joint2|joint3"; setAttr ".t" -type "double3" -2.0000183717078341 -0.0066988156517133746 -7.726987601487189e-008 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform6|legR2|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector7" -p "|spiderController1|spider1|transform6|legR2|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform6|legR2|joint2"; setAttr ".t" -type "double3" -1.7500119926362945 -0.0058704879820870026 -7.7532522339357606e-009 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform6|legR2|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legR2"; setAttr ".t" -type "double3" -2.0000140381414941 -0.0067024026246712554 1.0774091794277893e-007 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform6|legR2|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "transform5" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legR1" -p "transform5"; setAttr ".t" -type "double3" -0.80000000000000004 -4 0.6 ; setAttr ".r" -type "double3" 21.301894123281876 57.924617691954118 86.265527943164386 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -49.807953963030464 ; createNode joint -n "joint2" -p "legR1"; setAttr ".t" -type "double3" -4.0000040159100276 -1.8974641473601395e-006 2.1548054099945292e-007 ; setAttr ".r" -type "double3" -3.2904199672061243e-005 4.6315361908890176e-006 -80.000079593282763 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform5|legR1|joint2"; setAttr ".t" -type "double3" -3.4999945925040103 -6.533665320329618e-006 -1.4876215670770545e-008 ; setAttr ".r" -type "double3" 1.1552467092299666e-006 4.3559599011676367e-006 -29.999835977124572 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999993 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform5|legR1|joint2|joint3"; setAttr ".t" -type "double3" -4.0000020596784935 4.0569775618948256e-006 -1.5403356443463147e-007 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -59.999999999999972 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform5|legR1|joint2|joint3"; setAttr ".t" -type "double3" -2.0000183717078341 -0.0066988156517133746 -7.726987601487189e-008 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform5|legR1|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector8" -p "|spiderController1|spider1|transform5|legR1|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform5|legR1|joint2"; setAttr ".t" -type "double3" -1.7500119926362945 -0.0058704879820870026 -7.7532522339357606e-009 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform5|legR1|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legR1"; setAttr ".t" -type "double3" -2.0000140381414941 -0.0067024026246712554 1.0774091794277893e-007 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform5|legR1|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "transform4" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legL4" -p "transform4"; setAttr ".t" -type "double3" 0.80000000000000004 -4 -0.80000000000000004 ; setAttr ".r" -type "double3" 95.441798896056127 68.5104458654599 165.5047777539009 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 180 0 49.807953963030464 ; createNode joint -n "joint2" -p "legL4"; setAttr ".t" -type "double3" 4 4.4408920985006262e-016 0 ; setAttr ".r" -type "double3" 2.4905214183256415e-030 1.7944277450648604e-025 -79.999999816241328 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform4|legL4|joint2"; setAttr ".t" -type "double3" 3.5 4.6277093199983733e-033 -4.9303806576313238e-032 ; setAttr ".r" -type "double3" 1.8488928127285679e-031 9.9083076955378277e-026 -30.000001071542567 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999996 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform4|legL4|joint2|joint3"; setAttr ".t" -type "double3" 4 -2.2204460492503131e-016 2.4651903288156619e-032 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -59.999999999999993 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform4|legL4|joint2|joint3"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform4|legL4|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector4" -p "|spiderController1|spider1|transform4|legL4|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform4|legL4|joint2"; setAttr ".t" -type "double3" 1.75 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform4|legL4|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legL4"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform4|legL4|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "transform3" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legL3" -p "transform3"; setAttr ".t" -type "double3" 0.80000000000000004 -4 -0.40000000000000002 ; setAttr ".r" -type "double3" 73.707936916563781 71.118622703095028 140.3337604566776 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 180 0 49.807953963030464 ; createNode joint -n "joint2" -p "legL3"; setAttr ".t" -type "double3" 4 4.4408920985006262e-016 0 ; setAttr ".r" -type "double3" 2.4912303964670085e-030 1.7944387241116152e-025 -79.999999816183333 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform3|legL3|joint2"; setAttr ".t" -type "double3" 3.5 4.6277093199983733e-033 -4.9303806576313238e-032 ; setAttr ".r" -type "double3" 1.8488928127472915e-031 9.908368317825542e-026 -30.000001071696925 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999996 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform3|legL3|joint2|joint3"; setAttr ".t" -type "double3" 4 -2.2204460492503131e-016 2.4651903288156619e-032 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -59.999999999999993 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform3|legL3|joint2|joint3"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform3|legL3|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector3" -p "|spiderController1|spider1|transform3|legL3|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform3|legL3|joint2"; setAttr ".t" -type "double3" 1.75 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform3|legL3|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legL3"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform3|legL3|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "transform2" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legL2" -p "transform2"; setAttr ".t" -type "double3" 0.80000000000000004 -4 0.20000000000000001 ; setAttr ".r" -type "double3" 81.715076720979724 69.741298954665893 148.39884473473941 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 180 0 49.807953963030464 ; createNode joint -n "joint2" -p "legL2"; setAttr ".t" -type "double3" 4 4.4408920985006262e-016 0 ; setAttr ".r" -type "double3" 2.4912303964670085e-030 1.7944387241116152e-025 -79.999999816183333 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform2|legL2|joint2"; setAttr ".t" -type "double3" 3.5 4.6277093199983733e-033 -4.9303806576313238e-032 ; setAttr ".r" -type "double3" 1.8488928127472915e-031 9.908368317825542e-026 -30.000001071696925 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999996 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform2|legL2|joint2|joint3"; setAttr ".t" -type "double3" 4 -2.2204460492503131e-016 2.4651903288156619e-032 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 -59.999999999999993 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform2|legL2|joint2|joint3"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform2|legL2|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector2" -p "|spiderController1|spider1|transform2|legL2|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform2|legL2|joint2"; setAttr ".t" -type "double3" 1.75 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform2|legL2|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legL2"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform2|legL2|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "transform1" -p "spider1"; setAttr ".t" -type "double3" 2.9932075082491295e-016 3.7436305144666724 -6.6462557862781534e-032 ; createNode joint -n "legL1" -p "transform1"; setAttr ".t" -type "double3" 0.80000000000000004 -4 0.6 ; setAttr ".r" -type "double3" 116.31777692608763 65.517465085862 175.72566353846204 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 180 3.5311250384401269e-031 49.807953963030464 ; createNode joint -n "joint2" -p "legL1"; setAttr ".t" -type "double3" 4 4.4408920985006262e-016 0 ; setAttr ".r" -type "double3" 2.4912303964670085e-030 1.7944387241116152e-025 -79.999999816183333 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 80.000000000000014 ; createNode joint -n "joint3" -p "|spiderController1|spider1|transform1|legL1|joint2"; setAttr ".t" -type "double3" 3.5 4.6277093199983733e-033 -4.9303806576313238e-032 ; setAttr ".r" -type "double3" 1.8488928127472915e-031 9.908368317825542e-026 -30.000001071696925 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 0 29.999999999999996 ; createNode joint -n "joint4" -p "|spiderController1|spider1|transform1|legL1|joint2|joint3"; setAttr ".t" -type "double3" 4 -2.2204460492503131e-016 2.4651903288156619e-032 ; setAttr ".mnrl" -type "double3" -360 -360 -360 ; setAttr ".mxrl" -type "double3" 360 360 360 ; setAttr ".jo" -type "double3" 0 -6.8372522843130102e-015 -59.999999999999993 ; createNode transform -n "leg1Rseg3" -p "|spiderController1|spider1|transform1|legL1|joint2|joint3"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.9999999999999991 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776879422e-005 0.0067036587686541945 -9.6296497219361793e-035 ; setAttr ".sp" -type "double3" -2 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape3" -p "|spiderController1|spider1|transform1|legL1|joint2|joint3|leg1Rseg3"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.1 -0.1 2 -0.1 -0.1 -2 -0.1 0.1 2 -0.1 0.1 -2 0.1 0.1 2 0.1 0.1 -2 0.1 -0.1 2 0.1 -0.1; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode ikEffector -n "effector1" -p "|spiderController1|spider1|transform1|legL1|joint2|joint3"; setAttr ".v" no; setAttr ".hd" yes; createNode transform -n "leg1Rseg2" -p "|spiderController1|spider1|transform1|legL1|joint2"; setAttr ".t" -type "double3" 1.75 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -1.7499999999999991 0 0 ; setAttr ".rpt" -type "double3" 9.8304428046875271e-006 0.0058657014225726133 0 ; setAttr ".sp" -type "double3" -1.75 0 0 ; setAttr ".spt" -type "double3" 8.8817841970012494e-016 0 0 ; createNode mesh -n "leg1RsegShape2" -p "|spiderController1|spider1|transform1|legL1|joint2|leg1Rseg2"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -1.75 -0.125 -0.125 1.75 -0.125 -0.125 -1.75 -0.125 0.125 1.75 -0.125 0.125 -1.75 0.125 0.125 1.75 0.125 0.125 -1.75 0.125 -0.125 1.75 0.125 -0.125; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode transform -n "leg1Rseg1" -p "legL1"; setAttr ".t" -type "double3" 2 0 0 ; setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; setAttr ".rp" -type "double3" -2 0 0 ; setAttr ".rpt" -type "double3" 1.1234791776877186e-005 0.0067036587686538623 0 ; setAttr ".sp" -type "double3" -2 0 0 ; createNode mesh -n "leg1RsegShape1" -p "|spiderController1|spider1|transform1|legL1|leg1Rseg1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 14 ".uvst[0].uvsp[0:13]" -type "float2" 0 0 1 0 0 1 1 1 0 2 1 2 0 3 1 3 0 4 1 4 2 0 2 1 -1 0 -1 1; setAttr ".cuvs" -type "string" "map1"; setAttr ".dcc" -type "string" "Ambient+Diffuse"; setAttr -s 8 ".vt[0:7]" -2 -0.15000001 -0.15000001 2 -0.15000001 -0.15000001 -2 -0.15000001 0.15000001 2 -0.15000001 0.15000001 -2 0.15000001 0.15000001 2 0.15000001 0.15000001 -2 0.15000001 -0.15000001 2 0.15000001 -0.15000001; setAttr -s 12 ".ed[0:11]" 0 1 0 2 3 0 4 5 0 6 7 0 0 2 0 1 3 0 2 4 0 3 5 0 4 6 0 5 7 0 6 0 0 7 1 0; setAttr -s 6 ".fc[0:5]" -type "polyFaces" f 4 0 5 -2 -5 mu 0 4 0 1 3 2 f 4 1 7 -3 -7 mu 0 4 2 3 5 4 f 4 2 9 -4 -9 mu 0 4 4 5 7 6 f 4 3 11 -1 -11 mu 0 4 6 7 9 8 f 4 -12 -10 -8 -6 mu 0 4 1 10 11 3 f 4 10 4 6 8 mu 0 4 12 0 2 13 ; setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; createNode normalConstraint -n "spiderNC" -p "spider1"; addAttr -ci true -sn "w0" -ln "terrainW0" -bt "W000" -dv 1 -min 0 -at "double"; setAttr -k on ".nds"; setAttr -k off ".v"; setAttr -k off ".tx"; setAttr -k off ".ty"; setAttr -k off ".tz"; setAttr -k off ".rx"; setAttr -k off ".ry"; setAttr -k off ".rz"; setAttr -k off ".sx"; setAttr -k off ".sy"; setAttr -k off ".sz"; setAttr ".a" -type "double3" 0 1 0 ; setAttr ".wu" -type "double3" 1 -1 0 ; setAttr -k on ".w0"; createNode geometryConstraint -n "spiderGC" -p "spider1"; addAttr -ci true -sn "w0" -ln "terrainW0" -bt "W000" -dv 1 -min 0 -at "double"; setAttr -k on ".nds"; setAttr -k off ".v"; setAttr -k off ".tx"; setAttr -k off ".ty"; setAttr -k off ".tz"; setAttr -k off ".rx"; setAttr -k off ".ry"; setAttr -k off ".rz"; setAttr -k off ".sx"; setAttr -k off ".sy"; setAttr -k off ".sz"; setAttr -k on ".w0"; createNode transform -n "surfacePointLocator" -p "spider1"; setAttr ".t" -type "double3" -2.0848429155343116 0 -0.86395784928974173 ; setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1.0000000000000002 ; createNode locator -n "surfacePointLocatorShape" -p "surfacePointLocator"; setAttr -k off ".v"; createNode transform -n "path1"; setAttr ".t" -type "double3" -9.4392713550880902 18.584086238144646 -31.865167511183337 ; setAttr ".s" -type "double3" 1.0825673810010121 1.0825673810010121 1.6699104355448866 ; createNode nurbsCurve -n "pathShape1" -p "path1"; setAttr -k off ".v"; setAttr ".cc" -type "nurbsCurve" 3 11 0 no 3 16 0 0 0 0.45612754280000001 0.50596689549999996 0.55617349469999999 0.62285185249999997 1 1.508977751 2 2.3875276740000002 3 3.5188125979999998 4 4 4 14 -22.139026491679839 0 -6.7844482832023116 -8.8851563567168519 0 0.24478832285494079 -10.2385473994996 1.1464601564472404e-029 10.180769838219176 -16.546192564504203 2.8341551539808755e-017 20.550518683260645 -18.627160061710654 3.870099089155854e-017 23.605866208147624 -25.118299980752045 7.6489175943626626e-017 32.403860275907093 -36.77459894249413 2.0752600724614776e-016 46.806404121645208 1.7811462457543337 6.6637357314786549e-016 48.889445721903819 14.443201146253589 9.6724278901500343e-016 57.560392617875934 37.79887942700654 7.1207739462482693e-016 38.706661058618195 10.023036477185221 3.6626229783567633e-016 26.604577346795967 11.849687969207341 1.0060750503451871e-015 14.550754321009792 52.173888154963208 6.3748567839127144e-016 10.528058635929611 29.011641974413898 0 -2.8736794087330551 ; createNode transform -n "positionMarker1" -p "pathShape1"; createNode positionMarker -n "positionMarkerShape1" -p "positionMarker1"; setAttr -k off ".v"; setAttr ".uwo" yes; createNode transform -n "positionMarker2" -p "pathShape1"; createNode positionMarker -n "positionMarkerShape2" -p "positionMarker2"; setAttr -k off ".v"; setAttr ".uwo" yes; setAttr ".lp" -type "double3" 4 0 0 ; setAttr ".t" 400; createNode transform -n "arcLengthDimension1" -p "pathShape1"; createNode arcLengthDimension -n "arcLengthDimensionShape1" -p "arcLengthDimension1"; setAttr -k off ".v"; createNode transform -n "terrain"; setAttr ".t" -type "double3" -6.4728874058474801 0 17.230353529405001 ; setAttr ".s" -type "double3" 2.971671605544739 2.971671605544739 3.749538853074919 ; createNode nurbsSurface -n "terrainShape" -p "terrain"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".tw" yes; setAttr -s 169 ".cp"; setAttr ".cp[0:165]" -type "double3" 0 -0.21246376882342977 0 0 -0.10557205904269802 0 0 0 0 0 -0.32859303377039761 0 0.30838463705953956 -0.14019172679932967 0.0020240127218400517 0 0 0 0 -0.28240525793921722 -1.0861384891881619e-017 0 0 0 -0.019680045862525475 0.33178627651492193 0.0087318660739725829 -0.029073837796634194 0.91889115699832036 0.001658875967551765 -0.0192537242844395 0.56154856574249845 -0.0053939086006487003 0 0.32859303377039761 0 0 0 0 0 -0.31275722491399288 0 0 -0.33519128746056626 0 -0.010927005858100358 0.40144422125943652 0.0069505696044238618 0.26183859170854973 0.80184811069380324 0.00035199859149592783 0.17150253242200364 0.78032471578875251 -0.045293278402644077 0.0017740046568377466 -0.32462837275731371 -0.00059277587595829573 0.0032538662223302595 -0.32989551804326128 0.00068127797950040146 0 0 0 -0.0034623760600922537 0.45374402484240955 0.0088637633548653838 -0.016409140908205444 0.99423385795433428 0.0034940458398793339 -0.0077658594698171157 0.66989612546983268 -0.010621703800200777 0.0006378360556382745 0.33387088968260958 0.00024038437144824343 0 0 0 0.3354335391627572 -0.060097947233690635 0.020760948750524477 0.32972537706356242 0.30472760494980228 0.018203557446884844 -0.06700005515510199 0.76032139574969404 -0.0053514947389334822 0.29314848532055926 1.3989267095599511 -0.013275537055926989 -0.07849877986710041 1.4551456800291724 0.036970405544144214 0.17541061339625763 0.24195656470833093 -0.031175416106724807 0.0041904345523846587 -0.04720557307071567 0.0026321156956157611 -0.14315200700616515 1.1118632871951004 0.062355581360915124 0.0035778467927425339 0.34700057144266422 0.0044991587809262157 0.12447637158324021 1.3332904441198625 -0.012217360911344954 0.10371133121709875 0.92734732592792335 -0.01602237879291124 0 0 0 0 0 0 -0.028750373809463881 -0.040528526398856846 0.055251251766218701 0.012662789540952346 0.25929646348307978 0.031354514358891805 -0.060375365953213134 2.1543688224844679 0.12883690220817101 -0.28756784003865654 1.4824673214116169 0.0096223994281974257 -0.17278375437365057 3.0951427265532288 0.58868652143915234 0.16790326775179487 1.2799385422074991 0.22785251982838783 -0.38323974913455316 1.7140538762788036 -0.42307702296195637 -0.38566924149415271 1.3315010762103223 0.088694774448225822 0.17372643755983574 3.0043089543970827 -0.071651437698514897 0.42962243190020644 2.390237366284806 -0.33357996079108609 0.11305437416394959 0.60625583482061818 -0.1210806676463676 0 0 0 0 0 0 -0.01223679345771167 1.5144395453704389 -0.0008590991114729718 0.045514250204869988 1.479269848809017 0.081754996329078011 0.088095537472955066 1.4841983505028673 0.25323890123267745 -0.056561353049247032 0.0024511773311032881 0.016528953475956953 0.94827597386918239 0.35795392566564427 -0.70003768145658629 0.64185965937943479 1.2862858596347975 0.41126136756048126 0.063292259471159795 -0.086108845358000993 0.1568929363576238 0.34274433350701283 2.0528149564932785 -0.4317026533263153 0.27274095542117571 1.2879254291646045 -0.2726651617731779 0.51073211375274052 1.0765596571767839 -0.083407164381968713 -0.064299059699489902 1.199387009418647 0.0076744416178424757 -0.00040123634792621488 0.012554833588513668 -0.22045606615710867 -0.00043212769075040569 -0.0019597212353833523 -0.2447308100576322 -0.07097617524535238 0.86015928262736874 -0.28750068731421408 -0.075402281927175352 0.72998716545009146 -0.1262139207852897 -0.06236774061135808 2.7002496963221647 0.41221136524265489 0.50415296416028266 3.0255281909098457 -0.016462800555705925 -1.8388673783524485 -0.20123706167389627 -0.65057307770510597 -0.13862400032104905 1.6775350065650707 -0.2674640301430804 1.6680118253533425 2.6655293477357738 0.15744528464965335 0.72653512091087213 1.1210045615038886 0.058373437732754496 0.36680733104752372 0.75490653014977105 -0.032416809704336913 0.35665356730217113 -0.372882026873327 -0.0035446555323765949 0.34996379989340909 1.5310565374229714 0.0098389365917697091 0.33518514521252163 0.0018881168893612368 -0.00058917097312516375 0.32234679619272022 0.27035813226212746 -0.079993114080384231 0.23962308732960971 1.535370231728741 0.029106883519112614 0.2063992507061494 1.4548452274451285 0.13369091104580022 -0.37419876362894866 2.2695698589085187 0.096678725606196281 0.15613612778973981 2.9232073567854515 0.40114400745668277 -0.21184644960036364 2.8796347894819663 -0.21804474716478239 -0.09065777626086105 2.8331210375003812 -0.62510136407673667 0.11506554501057581 -0.69853972486787874 -0.022624641184337522 0.24505587731847711 0.78203315886605851 0.09604492741444659 -0.027777507093533878 0.82476859234723521 -0.0090463868632379985 0.0036652822765030849 -0.48148158356452275 -0.00010874497948520911 0.32831712533979013 0.46001056839897153 -0.12313785126758603 0.053320284382742306 0.76518711954839624 -0.20181142839725652 1.2200760459440475e-008 0.0090153204334143481 -7.9271580837314559e-006 0 0 0 -0.10784831493646418 0.70583126581076228 0.1321942478307534 -0.35582647432414793 0.26058544732235178 -0.24270930214292363 0.40598648965103656 1.4759893575358498 -0.25389433585736043 0.86028355923439737 1.6635979012702107 0.045540211601618807 0.35379255908915042 -0.5906221163190003 0.049464178945139103 -0.07763431011839339 0.91117353552335933 0.017575526453843568 0.039539051230391031 -0.39903021312900366 0.065360924020549493 0.16725299315447462 0.31796662699011152 0.0037895613217697743 8.7790855775260468e-005 0.011806965098115713 -0.001017296958758962 0.053377781822783632 0.28025368135774542 0.006458196295502816 0 0 0 0 0 0 0 0 0 0.026859604382737601 2.5519384896622324 0.1698077231554258 0.39952948729104598 -0.42326827200104766 -0.26660192862878063 0.3788450082760626 0.9057770111507758 -0.61386537069426872 0.041778038626489433 0.86421102994141252 -0.037462832364393961 0.18691192654418209 -0.080049328727518132 -0.01977168595826706 0.15889596677359741 -0.90891526776453802 0.010056756760233231 -0.065321636357171364 0.5488177157868892 0.15199909556802904 0.19415971603805815 2.7521336058775017 -0.0083726635771714797 0.3421611013787409 0.018894756347590122 -0.34028258906476516 0.22458673163770726 -1.0108180054096332 0.07952870747540608 0.0023269523489233279 0.1055162943429957 0.018415944263949768 0 -0.28768386089135212 0 -0.20760021194829292 1.4598353305085174 0.2989006523529234 0.15066401160353848 1.5416811406623649 0.15376130492333218 0.34435043794430165 1.9333030101376925 -0.11145633453562986 -0.13325301325406436 2.1629556239791778 -0.15995660385147481 -0.082841787508575848 1.0921664538126561 -0.29516876487499921 -0.23521687879285302 0.57440233098581706 -0.24509143880881945 -0.30196121481615634 -0.078609533659708686 0.13489267974601571 -0.015078991967465427 2.2658154788963927 0.17921304376166036 0.0066466912065301642 1.2029989750732981 -0.17415497009029579 0.39982382573341368 1.1293734346287674 -0.2578696496920827 -0.19270572133749475 -1.1151951599043288 0.097915060431851941 0 0 0 0 0 0 0.040456073825243521 1.6187364196257223 -0.0080486487867901246 0.069123238372046814 -1.2067530783178626 -0.074413004762227786 0.035041739735710564 0.82710836529145304 -0.040292958900662867 -0.005624597288534261 1.5262334228838257 -0.022940085743410776 0.03644101656426102 1.3124261244622768 -0.012867416607586613 -0.18482201959861833 1.5643560512994694 -0.057408930305870687 -0.013602891194690159 0.47623099712880629 -0.16445209426301008 0.012083528651558595 -0.62981072386372139 -0.0010296685729169752 0.0043075101836258511 -0.4817330597476977 -0.012282885354846229 0.0035707461769796112 -0.32906310806047145 0.018537721253293782 -0.097486552427591633 0.74159258333354738 0.01677278719969344 0 0 0 0 0 0 0.19661295273468582 1.477500448729014 -0.0040700627551686352 0.084014466311487013 0.75857047657923882 -0.0092298925322360503 0.026402543441733428 0.76276464124429588 -0.0085445435480071552 -0.0037153867637940152 0.76328598249598645 -0.0015712945847141668 -0.014204497898347768 0.76315098521826408 0.0037200486468300653 -0.013445257355662932 0.8801237879714946 -0.019584167560857235 -0.016375048586006358 -0.34879856032279299 -0.014755894618170009 -0.027689255167359761 -0.39475305697275531 0.014528779738424369 0 -0.77341878379121021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.76329759980520151 0 0 0.7632975998052014 0 0 0.7632975998052014 0 0 0.76329759980520151 0 0.0081763763829663105 0.55889040527918321 0 0 0 0 0 -1.0162345195894158 -9.3387608416178389e-018 0 -0.7734187837912101 0 0 -0.77341878379121021 0 0 0 0; setAttr ".dvu" 3; setAttr ".dvv" 3; setAttr ".cpr" 15; setAttr ".cps" 4; setAttr ".nufa" 4.5; setAttr ".nvfa" 4.5; createNode transform -n "spotLight1"; setAttr ".t" -type "double3" 3.452285739429414 32.479244835727712 -4.758592664323646 ; setAttr ".r" -type "double3" -46.199999999999932 86 4.5595118427719762e-014 ; createNode spotLight -n "spotLightShape1" -p "spotLight1"; setAttr -k off ".v"; setAttr ".cl" -type "float3" 0 1 0.051333364 ; setAttr ".sc" -type "float3" 0.63635999 0.63635999 0.63635999 ; setAttr ".dms" yes; setAttr ".db" 9.9999997473787516e-006; setAttr ".fsi" 2; setAttr ".ca" 22.319729577951311; setAttr ".pa" 5.5372000000000012; createNode lightLinker -n "lightLinker1"; setAttr -s 5 ".lnk"; createNode displayLayerManager -n "layerManager"; setAttr ".cdl" 2; setAttr -s 3 ".dli[1:2]" 1 2; setAttr -s 3 ".dli"; createNode displayLayer -n "defaultLayer"; createNode renderLayerManager -n "renderLayerManager"; createNode renderLayer -n "defaultRenderLayer"; setAttr ".g" yes; createNode lambert -n "lambert2"; setAttr ".c" -type "float3" 0.73846006 0.917 0.61438996 ; setAttr ".miic" -type "float3" 3.1415927 3.1415927 3.1415927 ; createNode shadingEngine -n "lambert2SG"; setAttr ".ihi" 0; setAttr ".ro" yes; createNode materialInfo -n "materialInfo1"; 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\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Top View\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l \"Top View\" -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -wireframeOnShaded 0\n" + " -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -displayTextures 0\n -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n" + " -maximumNumHardwareLights 1\n -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\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 -fluids 1\n -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -shadows 0\n" + " $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l \"Top View\" -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -wireframeOnShaded 0\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -displayTextures 0\n -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n" + " -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\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 -fluids 1\n" + " -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -shadows 0\n $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Side View\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l \"Side View\" -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -wireframeOnShaded 0\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -displayTextures 0\n" + " -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n" + " -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\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 -fluids 1\n -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -shadows 0\n $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l \"Side View\" -mbv $menusOkayInPanels $panelName;\n" + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -wireframeOnShaded 0\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -displayTextures 0\n -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n" + " -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\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 -fluids 1\n -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n" + " -shadows 0\n $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Front View\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l \"Front View\" -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -wireframeOnShaded 0\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -displayTextures 0\n -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n" + " -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\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 -fluids 1\n -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -shadows 0\n $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l \"Front View\" -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n" + " -activeOnly 0\n -wireframeOnShaded 0\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -displayTextures 0\n -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n" + " -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\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 -fluids 1\n -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -shadows 0\n $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" \"Persp View\"`;\n" + "\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l \"Persp View\" -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"flatShaded\" \n -activeOnly 0\n -wireframeOnShaded 0\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -displayTextures 0\n -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n" + " -fogColor 0.5 0.5 0.5 1 \n -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\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 0\n -joints 0\n -ikHandles 0\n -deformers 1\n -dynamics 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -shadows 0\n $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l \"Persp View\" -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"flatShaded\" \n -activeOnly 0\n -wireframeOnShaded 0\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n" + " -xray 0\n -displayTextures 0\n -smoothWireframe 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 4096\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -maxConstantTransparency 1\n -rendererName \"base_OpenGL_Renderer\" \n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n" + " -interactiveBackFaceCull 0\n -sortTransparent 1\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 0\n -joints 0\n -ikHandles 0\n -deformers 1\n -dynamics 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -locators 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -shadows 0\n $editorName;\nmodelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" \"Outliner\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `outlinerPanel -unParent -l \"Outliner\" -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n" + " outlinerEditor -e \n -mainListConnection \"worldList\" \n -selectionConnection \"modelList\" \n -showShapes 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -autoExpand 0\n -showDagOnly 0\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 -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l \"Outliner\" -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -mainListConnection \"worldList\" \n -selectionConnection \"modelList\" \n -showShapes 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -autoExpand 0\n -showDagOnly 0\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 -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\tif ($useSceneConfig) {\n\t\toutlinerPanel -e -to $panelName;\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" \"Graph Editor\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"graphEditor\" -l \"Graph Editor\" -mbv $menusOkayInPanels `;\n" + "\t\t\t$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 -showMuteInfo 0\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 -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n $editorName;\n\n\t\t\t$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\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Graph Editor\" -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$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 -showMuteInfo 0\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 -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n $editorName;\n\n\t\t\t$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\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" \"Dope Sheet\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"dopeSheetPanel\" -l \"Dope Sheet\" -mbv $menusOkayInPanels `;\n\n\t\t\t$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 -showMuteInfo 0\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 -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n" + " $editorName;\n\n\t\t\t$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 -showTicks 0\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Dope Sheet\" -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$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 -showMuteInfo 0\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 -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n $editorName;\n\n\t\t\t$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 -showTicks 0\n -selectionWindow 0 0 0 0 \n" + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" \"Trax Editor\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"clipEditorPanel\" -l \"Trax Editor\" -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \n -mainListConnection \"lockedList1\" \n -highlightConnection \"clipEditorPanel1HighlightConnection\" \n -displayKeys 0\n -displayTangents 0\n -displayActiveKeys 0\n -displayActiveKeyTangents 0\n -displayInfinities 0\n -autoFit 0\n -snapTime \"none\" \n -snapValue \"none\" \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Trax Editor\" -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n" + " clipEditor -e \n -mainListConnection \"lockedList1\" \n -highlightConnection \"clipEditorPanel1HighlightConnection\" \n -displayKeys 0\n -displayTangents 0\n -displayActiveKeys 0\n -displayActiveKeyTangents 0\n -displayInfinities 0\n -autoFit 0\n -snapTime \"none\" \n -snapValue \"none\" \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" \"Hypergraph\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"hyperGraphPanel\" -l \"Hypergraph\" -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -orientation \"horiz\" \n -zoom 0.879487\n -animateTransition 0\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n" + " -showConstraints 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 5\n -currentNode \"spider1\" \n -freeform 0\n -imageEnabled 0\n -graphType \"DG\" \n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -iconSize \"largeIcons\" \n -showCachedConnections 0\n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Hypergraph\" -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -orientation \"horiz\" \n -zoom 0.879487\n -animateTransition 0\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 5\n" + " -currentNode \"spider1\" \n -freeform 0\n -imageEnabled 0\n -graphType \"DG\" \n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -iconSize \"largeIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\tif ($useSceneConfig) {\n\t\tscriptedPanel -e -to $panelName;\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" \"Hypershade\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"hyperShadePanel\" -l \"Hypershade\" -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Hypershade\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" \"Visor\"`;\n\tif (\"\" == $panelName) {\n" + "\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"visorPanel\" -l \"Visor\" -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Visor\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" \"UV Texture Editor\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"polyTexturePlacementPanel\" -l \"UV Texture Editor\" -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"UV Texture Editor\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"multiListerPanel\" \"Multilister\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"multiListerPanel\" -l \"Multilister\" -mbv $menusOkayInPanels `;\n" + "\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Multilister\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" \"Render View\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"renderWindowPanel\" -l \"Render View\" -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Render View\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"blendShapePanel\" \"Blend Shape\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\tblendShapePanel -unParent -l \"Blend Shape\" -mbv $menusOkayInPanels ;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tblendShapePanel -edit -l \"Blend Shape\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" \"Dynamic Relationships\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"dynRelEdPanel\" -l \"Dynamic Relationships\" -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Dynamic Relationships\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"devicePanel\" \"Devices\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\tdevicePanel -unParent -l \"Devices\" -mbv $menusOkayInPanels ;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tdevicePanel -edit -l \"Devices\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" \"Relationship Editor\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"relationshipPanel\" -l \"Relationship Editor\" -mbv $menusOkayInPanels `;\n" + "\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Relationship Editor\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" \"Reference Editor\"`;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"referenceEditorPanel\" -l \"Reference Editor\" -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l \"Reference Editor\" -mbv $menusOkayInPanels $panelName;\n\t\tif (!$u