//Maya ASCII 4.5 scene //Name: mandelbrot.ma //Last modified: Tue, Mar 04, 2003 01:55:23 PM requires maya "4.5"; currentUnit -l centimeter -a degree -t film; fileInfo "application" "maya"; fileInfo "product" "Maya Complete 4.5"; fileInfo "version" "4.5"; fileInfo "cutIdentifier" "200208160001"; fileInfo "osv" "Microsoft Windows XP Professional Service Pack 1 (Build 2600)\n"; createNode transform -s -n "persp"; setAttr ".v" no; setAttr ".t" -type "double3" 0.081808987996486657 1.0830662364676944 -0.0084780592963100559 ; setAttr ".r" -type "double3" -85.538352729595999 -270.99999999998812 3.6448322389589121e-013 ; createNode camera -s -n "perspShape" -p "persp"; setAttr -k off ".v" no; setAttr ".fl" 34.999999999999993; setAttr ".coi" 1.0943893593835277; setAttr ".imn" -type "string" "persp"; setAttr ".den" -type "string" "persp_depth"; setAttr ".man" -type "string" "persp_mask"; setAttr ".hc" -type "string" "viewSet -p %camera"; setAttr ".ma" no; createNode transform -s -n "top"; setAttr ".v" no; setAttr ".t" -type "double3" 0.058654299695028111 100 0.33237436493848405 ; 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" 20.60721062618595; setAttr ".imn" -type "string" "top"; setAttr ".den" -type "string" "top_depth"; setAttr ".man" -type "string" "top_mask"; setAttr ".hc" -type "string" "viewSet -t %camera"; setAttr ".o" yes; createNode transform -s -n "front"; setAttr ".v" no; setAttr ".t" -type "double3" 0 0 100 ; createNode camera -s -n "frontShape" -p "front"; setAttr -k off ".v" no; setAttr ".rnd" no; setAttr ".coi" 100; setAttr ".ow" 30; setAttr ".imn" -type "string" "front"; setAttr ".den" -type "string" "front_depth"; setAttr ".man" -type "string" "front_mask"; setAttr ".hc" -type "string" "viewSet -f %camera"; setAttr ".o" yes; createNode transform -s -n "side"; setAttr ".v" no; setAttr ".t" -type "double3" 100 0 0 ; setAttr ".r" -type "double3" 0 89.999999999999986 0 ; createNode camera -s -n "sideShape" -p "side"; setAttr -k off ".v" no; setAttr ".rnd" no; setAttr ".coi" 100; setAttr ".ow" 30; setAttr ".imn" -type "string" "side"; setAttr ".den" -type "string" "side_depth"; setAttr ".man" -type "string" "side_mask"; setAttr ".hc" -type "string" "viewSet -s %camera"; setAttr ".o" yes; createNode transform -n "spotLight1"; setAttr ".t" -type "double3" -12.980771638761603 11.006455725047228 0.74442303195710169 ; setAttr ".r" -type "double3" -43.199999999999989 -88.40000000000019 0 ; createNode spotLight -n "spotLightShape1" -p "spotLight1"; setAttr -k off ".v"; createNode camera -n "cameraShape1" -p "spotLight1"; setAttr -k off ".v" no; setAttr ".rnd" no; setAttr ".fl" 12.000000000000002; setAttr ".coi" 23.265348228022731; setAttr ".ow" 9.5877105586144271; createNode transform -n "pPlane1"; setAttr ".r" -type "double3" 90 0 0 ; createNode mesh -n "pPlaneShape1" -p "pPlane1"; setAttr -k off ".v"; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr ".cuvs" -type "string" "map1"; createNode mesh -n "polySurfaceShape1" -p "pPlane1"; setAttr -k off ".v"; setAttr ".io" yes; setAttr ".vir" yes; setAttr ".vif" yes; setAttr ".uvst[0].uvsn" -type "string" "map1"; setAttr -s 4 ".uvst[0].uvsp[0:3]" -type "float2" 0 0 1 0 0 1 1 1; setAttr ".cuvs" -type "string" "map1"; setAttr -s 4 ".vt[0:3]" -0.5 -0.5 0 0.5 -0.5 0 -0.5 0.5 0 0.5 0.5 0; setAttr -s 4 ".ed[0:3]" 0 1 0 0 2 0 1 3 0 2 3 0; setAttr ".fc[0]" -type "polyFaces" f 4 0 2 -4 -2 mu 0 4 0 1 3 2 ; createNode lightLinker -n "lightLinker1"; createNode brush -n "brush1"; createNode displayLayerManager -n "layerManager"; createNode displayLayer -n "defaultLayer"; createNode renderLayerManager -n "renderLayerManager"; createNode renderLayer -n "defaultRenderLayer"; createNode renderLayer -s -n "globalRender"; createNode place2dTexture -n "placement"; createNode ramp -n "framp"; addAttr -ci true -sn "accuracy" -ln "accuracy" -at "long"; setAttr ".in" 4; setAttr -s 4 ".cel"; setAttr ".cel[0].ep" 0.10000000149011612; setAttr ".cel[0].ec" -type "float3" 0.59100002 0 0.091112487 ; setAttr ".cel[2].ep" 0.0099999997764825821; setAttr ".cel[2].ec" -type "float3" 0.0016667683 0 1 ; setAttr ".cel[3].ep" 0; setAttr ".cel[3].ec" -type "float3" 0.11225206 0.84399998 0 ; setAttr ".cel[4].ep" 0.20000000298023224; setAttr ".cel[4].ec" -type "float3" 0 0 0 ; setAttr -k on ".accuracy" 100; createNode lambert -n "lambert2"; setAttr ".dc" 1; createNode expression -n "mandelbrot"; setAttr -k on ".nds"; setAttr -s 5 ".in[3:4]" 0 0; setAttr -s 3 ".in"; setAttr ".ixp" -type "string" ( "int $n;\r\n" + "$n=.I[0]; //accuracy\r\n" + "float $a;\r\n" + "$a=.I[1]*10-5; //real part\r\n" + "float $b;\r\n" + "$b=.I[2]*10-5; //imaginary part\r\n" + "float $t;\r\n" + "$t=25; //treshold\r\n" + "int $k;\r\n" + "float $l;\r\n" + "$l=0;\r\n" + "float $x;\r\n" + "$x=0;\r\n" + "float $y;\r\n" + "$y=0;\r\n" + "int $count=0;\r\n" + "float $xs;\r\n" + "float $ys;\r\n" + "\r\n" + "\r\n" + "\r\n" + "for($k=0;(($k<$n)&&($l<$t));$k++){\r\n" + "\t$count++;\r\n" + "\t$xs=$x*$x;\r\n" + "\t$ys=$y*$y;\r\n" + "\t$l=$xs+$ys;\r\n" + "if($y>1000000000){warning(\"overflow!\\n\");}\r\n" + "\tif($l<$t){\r\n" + "\t$y=2*$x*$y+$b; // corrected by the very great Duncan Brinsmead!\r\n" + " $x=$xs-$ys+$a;\r\n" + "\t\t}\r\n" + "\t}\r\n" + "\r\n" + ".O[0]=fmod($count,$n)/$n;"); setAttr ".ani" no; createNode shadingEngine -n "lambert2SG"; setAttr ".ro" yes; createNode materialInfo -n "materialInfo1"; createNode partition -n "mtorPartition"; 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" + "global string $gMainPane;\n" + "if (`paneLayout -exists $gMainPane`) {\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" + "\t//\n" + "\t// get current state of the UI\n" + "\t//\n" + "\tsceneUIReplacement -update $gMainPane;\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" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 0\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -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" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 0\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -e -viewSelected 0 $editorName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\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 \"cameraShape1\" \n" + " -useInteractiveMode 0\n" + " -displayLights \"default\" \n" + " -displayAppearance \"wireframe\" \n" + " -activeOnly 0\n" + " -wireframeOnShaded 0\n" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 0\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -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 \"cameraShape1\" \n" + " -useInteractiveMode 0\n" + " -displayLights \"default\" \n" + " -displayAppearance \"wireframe\" \n" + " -activeOnly 0\n" + " -wireframeOnShaded 0\n" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 0\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -e -viewSelected 0 $editorName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\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" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 0\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -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" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 0\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -e -viewSelected 0 $editorName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\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 \"smoothShaded\" \n" + " -activeOnly 0\n" + " -wireframeOnShaded 0\n" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 1\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -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 \"smoothShaded\" \n" + " -activeOnly 0\n" + " -wireframeOnShaded 0\n" + " -bufferMode \"double\" \n" + " -twoSidedLighting 1\n" + " -backfaceCulling 0\n" + " -xray 0\n" + " -displayTextures 1\n" + " -smoothWireframe 0\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" + " -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" + " -locators 1\n" + " -dimensions 1\n" + " -handles 1\n" + " -pivots 1\n" + " -textures 1\n" + " -strokes 1\n" + " -shadows 0\n" + " $editorName;\n" + "modelEditor -e -viewSelected 0 $editorName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\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" + " -autoExpand 0\n" + " -showDagOnly 1\n" + " -ignoreDagHierarchy 0\n" + " -expandConnections 0\n" + " -showUnitlessCurves 1\n" + " -showCompounds 1\n" + " -showLeafs 1\n" + " -showNumericAttrsOnly 0\n" + " -highlightActive 1\n" + " -autoSelectNewObjects 0\n" + " -doNotSelectNewObjects 0\n" + " -dropIsParent 1\n" + " -transmitFilters 0\n" + " -setFilter \"defaultSetFilter\" \n" + " -showSetMembers 1\n" + " -allowMultiSelection 1\n" + " -alwaysToggleSelect 0\n" + " -directSelect 0\n" + " -displayMode \"DAG\" \n" + " -expandObjects 0\n" + " -setsIgnoreFilters 1\n" + " -editAttrName 0\n" + " -showAttrValues 0\n" + " -highlightSecondary 0\n" + " -showUVAttrsOnly 0\n" + " -showTextureNodesOnly 0\n" + " -sortOrder \"none\" \n" + " -longNames 0\n" + " -niceNames 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" + " -autoExpand 0\n" + " -showDagOnly 1\n" + " -ignoreDagHierarchy 0\n" + " -expandConnections 0\n" + " -showUnitlessCurves 1\n" + " -showCompounds 1\n" + " -showLeafs 1\n" + " -showNumericAttrsOnly 0\n" + " -highlightActive 1\n" + " -autoSelectNewObjects 0\n" + " -doNotSelectNewObjects 0\n" + " -dropIsParent 1\n" + " -transmitFilters 0\n" + " -setFilter \"defaultSetFilter\" \n" + " -showSetMembers 1\n" + " -allowMultiSelection 1\n" + " -alwaysToggleSelect 0\n" + " -directSelect 0\n" + " -displayMode \"DAG\" \n" + " -expandObjects 0\n" + " -setsIgnoreFilters 1\n" + " -editAttrName 0\n" + " -showAttrValues 0\n" + " -highlightSecondary 0\n" + " -showUVAttrsOnly 0\n" + " -showTextureNodesOnly 0\n" + " -sortOrder \"none\" \n" + " -longNames 0\n" + " -niceNames 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" + "\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" + " -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" + " $editorName;\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" + "\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" + " -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" + " $editorName;\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" + "\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" + "\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" + " -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" + " $editorName;\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" + " $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" + "\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" + " -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" + " $editorName;\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" + " $editorName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\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" + "\t\t\t$editorName = ($panelName+\"ClipEditor\");\n" + " clipEditor -e \n" + " -menuContext \"track\" \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" + "\t\t\t$editorName = ($panelName+\"ClipEditor\");\n" + " clipEditor -e \n" + " -menuContext \"track\" \n" + " $editorName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\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" + "\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n" + " hyperGraph -e \n" + " -orientation \"horiz\" \n" + " -zoom 1\n" + " -animateTransition 0\n" + " -showShapes 0\n" + " -showDeformers 0\n" + " -showExpressions 0\n" + " -showConstraints 0\n" + " -showUnderworld 0\n" + " -showInvisible 0\n" + " -transitionFrames 1\n" + " -freeform 0\n" + " -imageEnabled 0\n" + " -graphType \"DAG\" \n" + " -updateSelection 1\n" + " -updateNodeAdded 1\n" + " $editorName;\n" + "\t\t}\n" + "\t} else {\n" + "\t\t$label = `panel -q -label $panelName`;\n" + "\t\tscriptedPanel -edit -l \"Hypergraph\" -mbv $menusOkayInPanels $panelName;\n" + "\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n" + " hyperGraph -e \n" + " -orientation \"horiz\" \n" + " -zoom 1\n" + " -animateTransition 0\n" + " -showShapes 0\n" + " -showDeformers 0\n" + " -showExpressions 0\n" + " -showConstraints 0\n" + " -showUnderworld 0\n" + " -showInvisible 0\n" + " -transitionFrames 1\n" + " -freeform 0\n" + " -imageEnabled 0\n" + " -graphType \"DAG\" \n" + " -updateSelection 1\n" + " -updateNodeAdded 1\n" + " $editorName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\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" + "\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" + "\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" + "\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" + "\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" + "\tif ($useSceneConfig) {\n" + "\t\tscriptedPanel -e -to $panelName;\n" + "\t}\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" + "\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" + "\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" + "\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" + "\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 (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\n" + "\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"componentEditorPanel\" \"Component Editor\"`;\n" + "\tif (\"\" == $panelName) {\n" + "\t\tif ($useSceneConfig) {\n" + "\t\t\t$panelName = `scriptedPanel -unParent -type \"componentEditorPanel\" -l \"Component Editor\" -mbv $menusOkayInPanels `;\n" + "\t\t}\n" + "\t} else {\n" + "\t\t$label = `panel -q -label $panelName`;\n" + "\t\tscriptedPanel -edit -l \"Component Editor\" -mbv $menusOkayInPanels $panelName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\n" + "\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" \"Paint Effects\"`;\n" + "\tif (\"\" == $panelName) {\n" + "\t\tif ($useSceneConfig) {\n" + "\t\t\t$panelName = `scriptedPanel -unParent -type \"dynPaintScriptedPanelType\" -l \"Paint Effects\" -mbv $menusOkayInPanels `;\n" + "\t\t}\n" + "\t} else {\n" + "\t\t$label = `panel -q -label $panelName`;\n" + "\t\tscriptedPanel -edit -l \"Paint Effects\" -mbv $menusOkayInPanels $panelName;\n" + "\t\tif (!$useSceneConfig) {\n" + "\t\t\tpanel -e -l $label $panelName;\n" + "\t\t}\n" + "\t}\n" + "\tif ($useSceneConfig) {\n" + " string $configName = `getPanel -cwl \"Current Layout\"`;\n" + " if (\"\" != $configName) {\n" + "\t\t\tpanelConfiguration -edit -label \"Current Layout\"\n" + "\t\t\t\t-defaultImage \"\"\n" + "\t\t\t\t-image \"\"\n" + "\t\t\t\t-sc false\n" + "\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"vertical2\\\" -ps 1 50 100 -ps 2 50 100 $gMainPane;\"\n" + "\t\t\t\t-removeAllPanels\n" + "\t\t\t\t-ap false\n" + "\t\t\t\t\t\"Persp View\"\n" + "\t\t\t\t\t\"modelPanel\"\n" + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l \\\"Persp View\\\" -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -wireframeOnShaded 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 1\\n -backfaceCulling 0\\n -xray 0\\n -displayTextures 1\\n -smoothWireframe 0\\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 -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 -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\t\t\t\"modelPanel -edit -l \\\"Persp View\\\" -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -wireframeOnShaded 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 1\\n -backfaceCulling 0\\n -xray 0\\n -displayTextures 1\\n -smoothWireframe 0\\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 -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 -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\t\t-ap false\n" + "\t\t\t\t\t\"Side View\"\n" + "\t\t\t\t\t\"modelPanel\"\n" + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l \\\"Side View\\\" -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"cameraShape1\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"wireframe\\\" \\n -activeOnly 0\\n -wireframeOnShaded 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 1\\n -backfaceCulling 0\\n -xray 0\\n -displayTextures 0\\n -smoothWireframe 0\\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 -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 -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\t\t\t\"modelPanel -edit -l \\\"Side View\\\" -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"cameraShape1\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"wireframe\\\" \\n -activeOnly 0\\n -wireframeOnShaded 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 1\\n -backfaceCulling 0\\n -xray 0\\n -displayTextures 0\\n -smoothWireframe 0\\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 -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 -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\t\t$configName;\n" + " setNamedPanelLayout \"Current Layout\";\n" + " }\n" + " panelHistory -e -clear mainPanelHistory;\n" + " setFocus `paneLayout -q -p1 $gMainPane`;\n" + " sceneUIReplacement -deleteRemaining;\n" + " sceneUIReplacement -clear;\n" + "\t}\n" + "grid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\n" + "}\n"); setAttr ".st" 3; createNode script -n "sceneConfigurationScriptNode"; setAttr ".b" -type "string" "playbackOptions -min 1 -max 2810 -ast 1 -aet 2810 "; setAttr ".st" 6; createNode ramp -n "ramp1"; setAttr ".t" 1; setAttr -s 3 ".cel"; setAttr ".cel[0].ep" 0; setAttr ".cel[0].ec" -type "float3" 1 0 0 ; setAttr ".cel[1].ep" 0.5; setAttr ".cel[1].ec" -type "float3" 0 1 0 ; setAttr ".cel[2].ep" 1; setAttr ".cel[2].ec" -type "float3" 0 0 1 ; createNode place2dTexture -n "place2dTexture1"; createNode brush -n "brush2"; createNode polyPlanarProj -n "polyPlanarProj1"; setAttr ".uopa" yes; setAttr ".ics" -type "componentList" 1 "f[0]"; setAttr ".ix" -type "matrix" 1 0 0 0 0 2.2204460492503131e-016 1 0 0 -1 2.2204460492503131e-016 0 0 0 0 1; setAttr ".ws" yes; setAttr ".ic" -type "double2" 0.45000000000000001 0.5 ; setAttr ".ro" -type "double3" 90 0 0 ; setAttr ".is" -type "double2" 0.3 0.3 ; createNode brush -n "brush3"; createNode brush -n "brush4"; select -ne :time1; setAttr ".o" 1; select -ne :renderPartition; setAttr -s 3 ".st"; select -ne :renderGlobalsList1; select -ne :defaultShaderList1; setAttr -s 3 ".s"; select -ne :postProcessList1; setAttr -s 2 ".p"; select -ne :defaultRenderUtilityList1; setAttr -s 2 ".u"; select -ne :lightList1; select -ne :defaultTextureList1; setAttr -s 2 ".tx"; select -ne :initialShadingGroup; setAttr ".ro" yes; select -ne :initialParticleSE; setAttr ".ro" yes; select -ne :initialMaterialInfo; select -ne :defaultRenderGlobals; setAttr ".outf" 5; setAttr ".top" 510; setAttr ".rght" 510; setAttr ".ifp" -type "string" "mandelbrot02"; select -ne :defaultRenderQuality; setAttr ".eaa" 0; select -ne :defaultResolution; setAttr ".w" 1024; setAttr ".h" 1024; setAttr ".dar" 1; setAttr ".ldar" yes; select -ne :defaultLightSet; connectAttr "cameraShape1.coi" "spotLightShape1.col"; connectAttr "polyPlanarProj1.out" "pPlaneShape1.i"; connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[0].llnk"; connectAttr ":initialShadingGroup.msg" "lightLinker1.lnk[0].olnk"; connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[1].llnk"; connectAttr ":initialParticleSE.msg" "lightLinker1.lnk[1].olnk"; connectAttr ":defaultLightSet.msg" "lightLinker1.lnk[2].llnk"; connectAttr "lambert2SG.msg" "lightLinker1.lnk[2].olnk"; connectAttr "layerManager.dli[0]" "defaultLayer.id"; connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid"; connectAttr "mandelbrot.out[0]" "framp.v"; connectAttr "framp.oc" "lambert2.c"; connectAttr "framp.accuracy" "mandelbrot.in[0]"; connectAttr "placement.ou" "mandelbrot.in[1]"; connectAttr "placement.ov" "mandelbrot.in[2]"; connectAttr "lambert2.oc" "lambert2SG.ss"; connectAttr "pPlaneShape1.iog" "lambert2SG.dsm" -na; connectAttr "lambert2SG.msg" "materialInfo1.sg"; connectAttr "place2dTexture1.o" "ramp1.uv"; connectAttr "place2dTexture1.ofs" "ramp1.fs"; connectAttr "polySurfaceShape1.o" "polyPlanarProj1.ip"; connectAttr "pPlaneShape1.wm" "polyPlanarProj1.mp"; connectAttr "lambert2SG.pa" ":renderPartition.st" -na; connectAttr "lambert2.msg" ":defaultShaderList1.s" -na; connectAttr "placement.msg" ":defaultRenderUtilityList1.u" -na; connectAttr "place2dTexture1.msg" ":defaultRenderUtilityList1.u" -na; connectAttr "lightLinker1.msg" ":lightList1.ln" -na; connectAttr "spotLightShape1.ltd" ":lightList1.l" -na; connectAttr "framp.msg" ":defaultTextureList1.tx" -na; connectAttr "ramp1.msg" ":defaultTextureList1.tx" -na; connectAttr "ramp1.oc" ":lambert1.c"; connectAttr "spotLight1.iog" ":defaultLightSet.dsm" -na; // End of mandelbrot.ma