blob: 3da13356d91387ed67710160c0ba305d4498c36c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
|
//Maya ASCII 2015 scene
//Name: proxy_Cube.ma
//Last modified: Tue, Dec 15, 2015 02:48:08 PM
//Codeset: 1252
requires maya "2015";
currentUnit -l centimeter -a degree -t film;
fileInfo "application" "maya";
fileInfo "product" "Maya 2015";
fileInfo "version" "2015";
fileInfo "cutIdentifier" "201402282131-909040";
fileInfo "osv" "Microsoft Windows 7 Business Edition, 64-bit Windows 7 Service Pack 1 (Build 7601)\n";
createNode transform -s -n "persp";
setAttr ".v" no;
setAttr ".t" -type "double3" 30.894698176554552 36.976279002574437 12.640106934115932 ;
setAttr ".r" -type "double3" 69.682924915356978 -3.1805546814635168e-015 136.39491399474724 ;
createNode camera -s -n "perspShape" -p "persp";
setAttr -k off ".v" no;
setAttr ".fl" 34.999999999999993;
setAttr ".coi" 49.254582731468076;
setAttr ".imn" -type "string" "persp";
setAttr ".den" -type "string" "persp_depth";
setAttr ".man" -type "string" "persp_mask";
setAttr ".hc" -type "string" "viewSet -p %camera";
createNode transform -s -n "top";
setAttr ".v" no;
setAttr ".t" -type "double3" 0 0 100.1 ;
createNode camera -s -n "topShape" -p "top";
setAttr -k off ".v" no;
setAttr ".rnd" no;
setAttr ".coi" 100.1;
setAttr ".ow" 30;
setAttr ".imn" -type "string" "top";
setAttr ".den" -type "string" "top_depth";
setAttr ".man" -type "string" "top_mask";
setAttr ".hc" -type "string" "viewSet -t %camera";
setAttr ".o" yes;
createNode transform -s -n "front";
setAttr ".v" no;
setAttr ".t" -type "double3" 0 -100.1 0 ;
setAttr ".r" -type "double3" 89.999999999999986 0 0 ;
createNode camera -s -n "frontShape" -p "front";
setAttr -k off ".v" no;
setAttr ".rnd" no;
setAttr ".coi" 100.1;
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.1 0 0 ;
setAttr ".r" -type "double3" 90 4.7708320221952799e-014 89.999999999999986 ;
createNode camera -s -n "sideShape" -p "side";
setAttr -k off ".v" no;
setAttr ".rnd" no;
setAttr ".coi" 100.1;
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 "proxy_geo";
createNode mesh -n "proxy_geoShape" -p "proxy_geo";
setAttr -k off ".v";
setAttr -s 4 ".iog[0].og";
setAttr ".iog[0].og[3].gcl" -type "componentList" 2 "f[0:11]" "f[34:145]";
setAttr ".iog[0].og[4].gcl" -type "componentList" 1 "f[12:33]";
setAttr ".iog[0].og[5].gcl" -type "componentList" 2 "f[0:11]" "f[34:145]";
setAttr ".iog[0].og[6].gcl" -type "componentList" 1 "f[12:33]";
setAttr ".ove" yes;
setAttr ".vir" yes;
setAttr ".vif" yes;
setAttr -s 3 ".ciog[0].cog";
setAttr ".pv" -type "double2" 0.50000001490116119 0.49661913514137268 ;
setAttr ".uvst[0].uvsn" -type "string" "map1";
setAttr -s 176 ".uvst[0].uvsp[0:175]" -type "float2" 0.38176179 0.99323821
0.375 0.99323821 0.375 0.75676179 0.625 0.99323821 0.625 0.75676179 0.375 0.25676182
0.375 0.49323818 0.625 0.25676182 0.625 0.74323815 0.61823821 0 0.625 0.49323818
0.13176182 0.12884565 0.375 0.62748981 0.625 0.62115431 0.86823821 0.12250885 0.495736
2.4122712e-010 0.50207281 0.99323821 0.13176182 0.12250887 0.13176182 0.13001183
0.375 0.62115431 0.375 0.62865633 0.49456978 0.61998814 0.50323898 0.61998814 0.62499994
0.61998808 0.50323898 0.62865734 0.625 0.62749106 0.86823815 0.12884565 0.86823803
0.12134264 0.50323898 0.13001184 0.49456981 0.12134268 0.49456984 2.4352353e-010
0.50207281 3.8795904e-009 0.50323904 0.99323821 0.495736 0.99323821 0.50323969 0.75676179
0.61823821 0.99323821 0.50323904 0.12134269 0.50323969 0.0067618196 0.13176182 0.12134267
0.13176182 0.0067618196 0.36823818 0.0067618196 0.86823815 0.0067618196 0.63176191
0.12134267 0.61823821 0.49323818 0.50323969 0.25676182 0.61823821 0.62865603 0.61823821
0.74323821 0.50323904 2.2645254e-010 0.61823821 0.0067618196 0.36823821 0.12134267
0.63176185 0.0067618196 0.61823827 0.12134264 0.50323904 0.24323818 0.61823821 0.25676182
0.38176179 0.62865734 0.375 0.74323815 0.50323904 0.49323821 0.625 0.62865722 0.50323904
0.74323833 0.61823821 0.75676179 0.13176182 0.24323818 0.36823821 0.13001317 0.375
0.50676179 0.375 0.61998808 0.61823821 0.50676185 0.50323969 0.50676179 0.625 0.50676179
0.61823821 0.61998808 0.86823815 0.13001184 0.86823815 0.24323818 0.63176185 0.24323818
0.63176185 0.13001184 0.61823821 0.24323818 0.61823821 0.13001256 0.38176179 0.13001186
0.36823821 0.24323818 0.38176182 0.75676179 0.49456984 0.99323827 0.38176179 0.74323815
0.49456975 0.75676185 0.49456984 0.6286574 0.49456984 0.74323821 0.38176176 0.61998808
0.38176182 0.50676179 0.38176179 0.49323818 0.49456981 0.50676179 0.49456984 0.49323824
0.38176182 0.25676182 0.38176179 0.24323818 0.49456981 0.25676182 0.49456987 0.13001186
0.49456984 0.24323818 0.38176179 0.12134268 0.38176182 0.0067618196 0.38176179 4.6566129e-010
0.49456981 0.0067618196 0.38176179 0.12250887 0.36823821 0.12250886 0.36823821 0.12884639
0.38176179 0.12884566 0.13176182 0.12884565 0.36823821 0.12884639 0.36823821 0.12250886
0.13176182 0.12250887 0.38176182 0.62115431 0.375 0.62115431 0.375 0.62748981 0.38176179
0.62749112 0.495736 0.62115437 0.38176179 0.62115431 0.38176179 0.62749112 0.495736
0.62749118 0.495736 0.50676179 0.495736 0.62115437 0.50207281 0.62115437 0.50207335
0.50676179 0.61823821 0.62115431 0.50207281 0.62115437 0.50207281 0.62749112 0.61823821
0.62748981 0.50207281 0.74323827 0.50207281 0.62749112 0.495736 0.62749118 0.495736
0.74323821 0.625 0.62115431 0.61823821 0.62115431 0.63176185 0.12884565 0.86823815
0.12884565 0.86823821 0.12250885 0.63176185 0.12250887 0.63176185 0.12250886 0.61823821
0.12250885 0.50207281 0.12884563 0.61823821 0.12884639 0.61823821 0.12250885 0.50207281
0.12250888 0.495736 0.0067618228 0.495736 0.12250887 0.50207281 0.12250888 0.50207335
0.0067618196 0.50207281 0.24323817 0.50207281 0.12884563 0.49573603 0.12884566 0.495736
0.24323818 0.38176179 0.12884566 0.49573603 0.12884566 0.495736 0.12250887 0.38176179
0.12250887 0.50207335 0.0067618196 0.50207281 2.2874895e-010 0.495736 6.4692318e-009
0.495736 0.0067618196 0.495736 0.75676179 0.495736 0.99323821 0.50207281 0.99323821
0.50207335 0.75676179 0.495736 0.74323821 0.49573597 0.75676179 0.50207335 0.75676173
0.50207281 0.74323827 0.495736 0.49323824 0.495736 0.50676179 0.50207335 0.50676179
0.50207281 0.49323818 0.495736 0.25676182 0.495736 0.49323821 0.50207281 0.49323821
0.50207335 0.25676182 0.495736 0.24323818 0.495736 0.25676182 0.50207335 0.25676182
0.50207281 0.24323818 0.61823827 0.12884641 0.63176185 0.12884565 0.61823827 0.62748986
0.625 0.62749106;
setAttr ".cuvs" -type "string" "map1";
setAttr ".dcc" -type "string" "Ambient+Diffuse";
setAttr ".covm[0]" 0 1 1;
setAttr ".cdvm[0]" 0 1 1;
setAttr -s 144 ".pt[0:143]" -type "float3" 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008 5.9604645e-008 -1.1920929e-007
-5.9604645e-008 5.9604645e-008 -1.1920929e-007 -5.9604645e-008;
setAttr -s 144 ".vt[0:143]" -6.76548386 -6.399508 6.399508 -6.399508 -6.76548386 6.399508
-6.399508 -6.399508 6.76548386 6.399508 -6.76548386 6.399508 6.76548386 -6.399508 6.399508
6.399508 -6.399508 6.76548386 -6.399508 6.76548386 6.399508 -6.76548386 6.399508 6.399508
-6.399508 6.399508 6.76548386 6.76548386 6.399508 6.399508 6.399508 6.76548386 6.399508
6.399508 6.399508 6.76548386 -6.399508 6.399508 -6.76548386 -6.76548386 6.399508 -6.399508
-6.399508 6.76548386 -6.399508 6.76548386 6.399508 -6.399508 6.399508 6.399508 -6.76548386
6.399508 6.76548386 -6.399508 -6.399508 -6.76548386 -6.399508 -6.76548386 -6.399508 -6.399508
-6.399508 -6.399508 -6.76548386 6.76548386 -6.399508 -6.399508 6.399508 -6.76548386 -6.399508
6.399508 -6.399508 -6.76548386 -6.49335957 0.20814086 6.28679085 -6.49335957 -0.13483025 6.28679085
-6.28679037 -0.13483025 6.49336004 -6.28679037 0.20814086 6.49336004 -6.49335957 0.20814086 -6.28679085
-6.49335957 -0.13483025 -6.28679085 -6.28679037 0.20814086 -6.49336004 -6.28679037 -0.13483025 -6.49336004
-0.23078258 0.20814086 -6.44667053 -0.23078258 -0.13483025 -6.44667053 0.11218853 0.20814086 -6.44667053
-0.23078258 6.28679085 -6.49335957 0.11218853 6.28679085 -6.49335957 0.11218853 -0.13483025 -6.44667053
6.28679037 0.20814086 -6.49336004 6.28679037 -0.13483025 -6.49336004 0.11218853 -6.28679085 -6.49335957
-0.23078258 -6.28679085 -6.49335957 6.49335957 0.20814086 -6.28679085 6.49335957 -0.13483025 -6.28679085
6.49335957 0.20814086 6.28679085 6.49335957 -0.13483025 6.28679085 6.28679037 0.20814086 6.49336004
6.28679037 -0.13483025 6.49336004 0.11218853 0.20814086 6.44667053 0.11218853 -0.13483025 6.44667053
-0.23078258 -0.13483025 6.44667053 -0.23078258 -6.28679085 6.49335957 0.11218853 -6.28679085 6.49335957
-0.23078258 0.20814086 6.44667053 0.11218853 6.28679085 6.49335957 -0.23078258 6.28679085 6.49335957
-0.23078258 -6.49336004 6.28679037 0.11218853 -6.49336004 6.28679037 -0.23078258 -6.49336004 -6.28679037
0.11218853 -6.49336004 -6.28679037 -0.23078258 6.49336004 -6.28679037 0.11218853 6.49336004 -6.28679037
-0.23078258 6.49336004 6.28679037 0.11218853 6.49336004 6.28679037 -6.76548386 -0.19794898 6.399508
-6.70236492 -0.13483025 6.37336349 -6.399508 -0.19794898 6.76548386 -6.37336349 -0.13483025 6.70236492
-6.76548386 0.27125958 6.399508 -6.70236492 0.20814086 6.37336349 -6.399508 0.27125958 6.76548386
-6.37336349 0.20814086 6.70236492 -6.76548386 0.27125958 -6.399508 -6.70236492 0.20814086 -6.37336349
-6.76548386 -0.19794898 -6.399508 -6.70236492 -0.13483025 -6.37336349 -6.399508 0.27125958 -6.76548386
-6.37336349 0.20814086 -6.70236492 -6.399508 -0.19794898 -6.76548386 -6.37336349 -0.13483025 -6.70236492
-0.29390129 0.27125958 -6.76548386 -0.23078258 0.20814086 -6.70236492 -0.29390129 -0.19794898 -6.76548386
-0.23078258 -0.13483025 -6.70236492 -0.29390129 6.399508 -6.76548386 -0.23078258 6.37336349 -6.70236492
0.17530726 0.27125958 -6.76548386 0.11218853 0.20814086 -6.70236492 0.17530726 6.399508 -6.76548386
0.11218853 6.37336349 -6.70236492 6.399508 0.27125958 -6.76548386 6.37336349 0.20814086 -6.70236492
0.17530726 -0.19794898 -6.76548386 0.11218853 -0.13483025 -6.70236492 6.399508 -0.19794898 -6.76548386
6.37336349 -0.13483025 -6.70236492 0.17530726 -6.399508 -6.76548386 0.11218853 -6.37336349 -6.70236492
-0.29390129 -6.399508 -6.76548386 -0.23078258 -6.37336349 -6.70236492 6.70236492 0.20814088 -6.37336397
6.76548386 0.27125961 -6.39950848 6.399508 -0.19794898 6.76548386 6.37336349 -0.13483025 6.70236492
6.70236492 -0.13483027 6.37336397 6.76548386 -0.19794899 6.39950848 6.399508 0.27125958 6.76548386
6.37336349 0.20814086 6.70236492 0.17530726 0.27125958 6.76548386 0.11218853 0.20814086 6.70236492
0.17530726 -0.19794898 6.76548386 0.11218853 -0.13483025 6.70236492 -0.29390129 -0.19794898 6.76548386
-0.23078258 -0.13483025 6.70236492 -0.29390129 -6.399508 6.76548386 -0.23078258 -6.37336349 6.70236492
0.17530726 -6.399508 6.76548386 0.11218853 -6.37336349 6.70236492 0.17530726 6.399508 6.76548386
0.11218853 6.37336349 6.70236492 -0.29390129 0.27125958 6.76548386 -0.23078258 0.20814086 6.70236492
-0.29390129 6.399508 6.76548386 -0.23078258 6.37336349 6.70236492 0.17530726 -6.76548386 6.399508
0.11218853 -6.70236492 6.37336349 -0.29390129 -6.76548386 6.399508 -0.23078258 -6.70236492 6.37336349
-0.29390129 -6.76548386 -6.399508 -0.23078258 -6.70236492 -6.37336349 0.17530726 -6.76548386 -6.399508
0.11218853 -6.70236492 -6.37336349 -0.29390129 6.76548386 -6.399508 -0.23078258 6.70236492 -6.37336349
0.17530726 6.76548386 -6.399508 0.11218853 6.70236492 -6.37336349 -0.29390129 6.76548386 6.399508
-0.23078258 6.70236492 6.37336349 0.17530726 6.76548386 6.399508 0.11218853 6.70236492 6.37336349
6.76548386 0.27125961 6.39950848 6.70236492 0.20814088 6.37336397 6.76548386 -0.19794899 -6.39950848
6.70236492 -0.13483027 -6.37336397;
setAttr -s 288 ".ed";
setAttr ".ed[0:165]" 22 3 0 1 18 0 7 13 0 19 0 0 15 9 0 4 21 0 10 17 0 14 6 0
1 0 0 19 18 0 2 1 0 3 5 0 0 2 0 8 7 0 4 3 0 22 21 0 5 4 0 9 11 0 7 6 0 14 13 0 6 8 0
11 10 0 10 9 0 15 17 0 13 12 0 20 19 0 12 14 0 17 16 0 16 15 0 21 23 0 18 20 0 23 22 0
24 25 0 25 26 0 26 27 0 27 24 0 24 28 0 28 29 0 29 25 0 28 30 0 30 31 0 31 29 0 30 32 0
32 33 0 33 31 0 34 32 0 32 35 0 35 36 0 36 34 0 37 34 0 34 38 0 38 39 0 39 37 0 33 37 0
37 40 0 40 41 0 41 33 0 38 42 0 42 43 0 43 39 0 42 44 0 44 45 0 45 43 0 44 46 0 46 47 0
47 45 0 46 48 0 48 49 0 49 47 0 49 50 0 50 51 0 51 52 0 52 49 0 53 48 0 48 54 0 54 55 0
55 53 0 50 53 0 53 27 0 26 50 0 56 57 0 57 52 0 51 56 0 56 58 0 58 59 0 59 57 0 58 41 0
40 59 0 35 60 0 60 61 0 61 36 0 60 62 0 62 63 0 63 61 0 62 55 0 54 63 0 64 65 0 65 75 0
75 74 0 74 64 0 64 66 0 66 67 0 67 65 0 66 112 0 112 113 0 113 67 0 68 69 0 69 71 0
71 70 0 70 68 0 68 72 0 72 73 0 73 69 0 71 121 0 121 120 0 120 70 0 72 76 0 76 77 0
77 73 0 75 79 0 79 78 0 78 74 0 76 80 0 80 81 0 81 77 0 79 83 0 83 82 0 82 78 0 80 84 0
84 85 0 85 81 0 83 99 0 99 98 0 98 82 0 84 132 0 132 133 0 133 85 0 86 87 0 87 89 0
89 88 0 88 86 0 86 90 0 90 91 0 91 87 0 89 135 0 135 134 0 134 88 0 90 101 0 101 100 0
100 91 0 92 93 0 93 95 0 95 94 0 94 92 0 92 96 0 96 97 0 97 93 0 95 143 0 143 142 0
142 94 0 96 130 0 130 131 0 131 97 0 99 129 0 129 128 0 128 98 0;
setAttr ".ed[166:287]" 101 140 0 140 141 0 141 100 0 102 103 0 103 111 0 111 110 0
110 102 0 102 105 0 105 104 0 104 103 0 105 142 0 143 104 0 106 107 0 107 141 0 140 106 0
106 108 0 108 109 0 109 107 0 108 118 0 118 119 0 119 109 0 111 117 0 117 116 0 116 110 0
112 114 0 114 115 0 115 113 0 114 126 0 126 127 0 127 115 0 117 125 0 125 124 0 124 116 0
118 138 0 138 139 0 139 119 0 121 123 0 123 122 0 122 120 0 123 137 0 137 136 0 136 122 0
125 131 0 130 124 0 126 128 0 129 127 0 132 136 0 137 133 0 135 139 0 138 134 0 130 22 0
3 124 0 5 102 0 116 5 0 74 19 0 0 64 0 21 142 0 105 4 0 17 134 0 138 10 0 94 23 0
23 96 0 2 66 0 118 11 0 78 20 0 16 88 0 13 72 0 68 7 0 12 76 0 16 90 0 15 101 0 9 140 0
11 106 0 70 8 0 18 128 0 126 1 0 20 98 0 12 84 0 14 132 0 6 136 0 8 122 0 2 114 0
67 26 0 25 65 0 69 24 0 27 71 0 73 28 0 29 75 0 77 30 0 31 79 0 81 32 0 33 83 0 85 35 0
87 34 0 36 89 1 91 38 0 93 37 0 39 95 0 97 40 0 41 99 0 100 42 0 141 44 0 143 43 0
45 104 0 47 103 0 109 48 0 46 107 0 49 111 0 115 51 0 50 113 0 52 117 1 119 54 0
121 53 0 55 123 0 57 125 0 127 56 0 129 58 0 59 131 0 133 60 0 61 135 0 137 62 0
63 139 0;
setAttr -s 146 -ch 576 ".fc[0:145]" -type "polyFaces"
f 4 8 -4 9 -2
mu 0 4 0 1 2 76
f 4 14 -1 15 -6
mu 0 4 3 35 59 4
f 4 18 -8 19 -3
mu 0 4 5 87 84 6
f 4 22 -5 23 -7
mu 0 4 53 7 10 43
f 3 -9 -11 -13
mu 0 3 40 94 93
f 3 -15 -17 -12
mu 0 3 9 50 48
f 3 -19 -14 -21
mu 0 3 87 75 88
f 3 -23 -22 -18
mu 0 3 70 53 72
f 3 -25 -20 -27
mu 0 3 83 6 84
f 3 -29 -28 -24
mu 0 3 10 64 43
f 3 -10 -26 -31
mu 0 3 76 55 78
f 3 -16 -32 -30
mu 0 3 8 59 46
f 4 32 33 34 35
mu 0 4 101 97 147 99
f 4 -33 36 37 38
mu 0 4 97 101 11 103
f 4 -38 39 40 41
mu 0 4 12 105 109 107
f 4 -41 42 43 44
mu 0 4 107 109 113 111
f 4 45 46 47 48
mu 0 4 117 113 161 115
f 4 49 50 51 52
mu 0 4 121 117 125 119
f 4 53 54 55 56
mu 0 4 111 121 159 123
f 4 -52 57 58 59
mu 0 4 119 125 13 175
f 4 -59 60 61 62
mu 0 4 14 127 173 129
f 4 -62 63 64 65
mu 0 4 129 173 133 131
f 4 -65 66 67 68
mu 0 4 131 133 141 135
f 4 69 70 71 72
mu 0 4 135 137 151 139
f 4 73 74 75 76
mu 0 4 145 141 171 143
f 4 77 78 -35 79
mu 0 4 137 145 99 147
f 4 80 81 -72 82
mu 0 4 15 149 139 151
f 4 -81 83 84 85
mu 0 4 16 153 157 155
f 4 -85 86 -56 87
mu 0 4 155 157 123 159
f 4 -48 88 89 90
mu 0 4 115 161 165 163
f 4 -90 91 92 93
mu 0 4 163 165 169 167
f 4 -93 94 -76 95
mu 0 4 167 169 143 171
f 4 -46 -50 -54 -44
mu 0 4 113 117 121 111
f 4 -68 -74 -78 -70
mu 0 4 135 141 145 137
f 4 96 97 98 99
mu 0 4 49 102 17 38
f 4 -97 100 101 102
mu 0 4 102 49 92 96
f 4 -102 103 104 105
mu 0 4 96 92 29 146
f 4 106 107 108 109
mu 0 4 61 98 144 74
f 4 -107 110 111 112
mu 0 4 98 61 18 100
f 4 -109 113 114 115
mu 0 4 74 144 142 90
f 4 -112 116 117 118
mu 0 4 19 63 82 104
f 4 -99 119 120 121
mu 0 4 20 106 110 54
f 4 -118 122 123 124
mu 0 4 104 82 21 108
f 4 -121 125 126 127
mu 0 4 54 110 122 80
f 4 -124 128 129 130
mu 0 4 108 21 85 112
f 4 -127 131 132 133
mu 0 4 80 122 156 81
f 4 -130 134 135 136
mu 0 4 112 85 86 160
f 4 137 138 139 140
mu 0 4 22 114 162 65
f 4 -138 141 142 143
mu 0 4 114 22 67 116
f 4 -140 144 145 146
mu 0 4 65 162 166 56
f 4 -143 147 148 149
mu 0 4 116 67 23 124
f 4 150 151 152 153
mu 0 4 24 118 174 45
f 4 -151 154 155 156
mu 0 4 118 24 58 120
f 4 -153 157 158 159
mu 0 4 45 174 25 57
f 4 -156 160 161 162
mu 0 4 120 58 34 158
f 4 -133 163 164 165
mu 0 4 81 156 152 79
f 4 -149 166 167 168
mu 0 4 26 68 71 126
f 4 169 170 171 172
mu 0 4 51 134 138 36
f 4 -170 173 174 175
mu 0 4 134 51 42 130
f 4 -175 176 -159 177
mu 0 4 130 42 27 128
f 4 178 179 -168 180
mu 0 4 73 172 126 71
f 4 -179 181 182 183
mu 0 4 172 73 28 132
f 4 -183 184 185 186
mu 0 4 132 28 52 140
f 4 -172 187 188 189
mu 0 4 36 138 148 37
f 4 -105 190 191 192
mu 0 4 146 29 95 136
f 4 -192 193 194 195
mu 0 4 136 95 30 150
f 4 -189 196 197 198
mu 0 4 37 148 31 47
f 4 -186 199 200 201
mu 0 4 140 52 44 170
f 4 -115 202 203 204
mu 0 4 90 142 168 91
f 4 -204 205 206 207
mu 0 4 91 168 164 89
f 4 -198 208 -162 209
mu 0 4 32 154 158 34
f 4 -195 210 -165 211
mu 0 4 33 77 79 152
f 4 -136 212 -207 213
mu 0 4 160 86 89 164
f 4 -146 214 -201 215
mu 0 4 56 166 170 44
f 4 216 0 217 -210
mu 0 4 34 59 35 32
f 4 218 -173 -190 219
mu 0 4 48 51 36 37
f 4 -100 220 3 221
mu 0 4 49 38 39 40
f 4 222 -177 223 5
mu 0 4 41 27 42 50
f 4 6 224 -216 225
mu 0 4 53 43 56 44
f 4 226 227 -155 -154
mu 0 4 45 46 58 24
f 4 -199 -218 11 -220
mu 0 4 37 47 9 48
f 4 12 228 -101 -222
mu 0 4 40 93 92 49
f 4 16 -224 -174 -219
mu 0 4 48 50 42 51
f 4 -200 229 21 -226
mu 0 4 44 52 72 53
f 4 -122 230 25 -221
mu 0 4 20 54 78 55
f 4 -147 -225 27 231
mu 0 4 65 56 43 64
f 4 -160 -223 29 -227
mu 0 4 45 57 8 46
f 4 -161 -228 31 -217
mu 0 4 34 58 46 59
f 4 2 232 -111 233
mu 0 4 75 60 18 61
f 4 24 234 -117 -233
mu 0 4 62 83 82 63
f 4 235 -142 -141 -232
mu 0 4 64 67 22 65
f 4 28 236 -148 -236
mu 0 4 64 66 23 67
f 4 -167 -237 4 237
mu 0 4 71 68 69 70
f 4 -181 -238 17 238
mu 0 4 73 71 70 72
f 4 -185 -182 -239 -230
mu 0 4 52 28 73 72
f 4 -110 239 13 -234
mu 0 4 61 74 88 75
f 4 240 -211 241 1
mu 0 4 76 79 77 0
f 4 30 242 -166 -241
mu 0 4 76 78 81 79
f 4 -128 -134 -243 -231
mu 0 4 54 80 81 78
f 4 -129 -123 -235 243
mu 0 4 85 21 82 83
f 4 26 244 -135 -244
mu 0 4 83 84 86 85
f 4 -213 -245 7 245
mu 0 4 89 86 84 87
f 4 20 246 -208 -246
mu 0 4 87 88 91 89
f 4 -116 -205 -247 -240
mu 0 4 74 90 91 88
f 4 -191 -104 -229 247
mu 0 4 95 29 92 93
f 4 10 -242 -194 -248
mu 0 4 93 94 30 95
f 4 -103 248 -34 249
mu 0 4 102 96 147 97
f 4 -108 250 -36 251
mu 0 4 144 98 101 99
f 4 -113 252 -37 -251
mu 0 4 98 100 11 101
f 4 -98 -250 -39 253
mu 0 4 17 102 97 103
f 4 -119 254 -40 -253
mu 0 4 19 104 109 105
f 4 -120 -254 -42 255
mu 0 4 110 106 12 107
f 4 -125 256 -43 -255
mu 0 4 104 108 113 109
f 4 -126 -256 -45 257
mu 0 4 122 110 107 111
f 4 -131 258 -47 -257
mu 0 4 108 112 161 113
f 4 -139 259 -49 260
mu 0 4 162 114 117 115
f 4 -144 261 -51 -260
mu 0 4 114 116 125 117
f 4 -152 262 -53 263
mu 0 4 174 118 121 119
f 4 -157 264 -55 -263
mu 0 4 118 120 159 121
f 4 -132 -258 -57 265
mu 0 4 156 122 111 123
f 4 -150 266 -58 -262
mu 0 4 116 124 13 125
f 4 -169 267 -61 -267
mu 0 4 26 126 173 127
f 4 -178 268 -63 269
mu 0 4 130 128 14 129
f 4 -176 -270 -66 270
mu 0 4 134 130 129 131
f 4 -184 271 -67 272
mu 0 4 172 132 141 133
f 4 -171 -271 -69 273
mu 0 4 138 134 131 135
f 4 -193 274 -71 275
mu 0 4 146 136 151 137
f 4 -188 -274 -73 276
mu 0 4 148 138 135 139
f 4 -187 277 -75 -272
mu 0 4 132 140 171 141
f 4 -203 278 -77 279
mu 0 4 168 142 145 143
f 4 -114 -252 -79 -279
mu 0 4 142 144 99 145
f 4 -106 -276 -80 -249
mu 0 4 96 146 137 147
f 4 -197 -277 -82 280
mu 0 4 31 148 139 149
f 4 -196 281 -83 -275
mu 0 4 136 150 15 151
f 4 -212 282 -84 -282
mu 0 4 33 152 157 153
f 4 -209 -281 -86 283
mu 0 4 158 154 16 155
f 4 -164 -266 -87 -283
mu 0 4 152 156 123 157
f 4 -163 -284 -88 -265
mu 0 4 120 158 155 159
f 4 -137 284 -89 -259
mu 0 4 112 160 165 161
f 4 -145 -261 -91 285
mu 0 4 166 162 115 163
f 4 -214 286 -92 -285
mu 0 4 160 164 169 165
f 4 -215 -286 -94 287
mu 0 4 170 166 163 167
f 4 -206 -280 -95 -287
mu 0 4 164 168 143 169
f 4 -202 -288 -96 -278
mu 0 4 140 170 167 171
f 4 -180 -273 -64 -268
mu 0 4 126 172 133 173
f 4 -158 -264 -60 -269
mu 0 4 25 174 119 175;
setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ;
setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ;
setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ;
setAttr ".bw" 4;
setAttr ".dr" 1;
createNode lightLinker -s -n "lightLinker1";
setAttr -s 12 ".lnk";
setAttr -s 12 ".slnk";
createNode displayLayerManager -n "layerManager";
createNode displayLayer -n "defaultLayer";
createNode renderLayerManager -n "renderLayerManager";
createNode renderLayer -n "defaultRenderLayer";
setAttr ".g" yes;
createNode groupId -n "groupId1";
setAttr ".ihi" 0;
createNode groupId -n "groupId2";
setAttr ".ihi" 0;
createNode groupId -n "groupId3";
setAttr ".ihi" 0;
createNode phong -n "proxy_shader_tan";
setAttr ".dc" 1;
setAttr ".c" -type "float3" 0.64700001 0.64700001 0.58399999 ;
setAttr ".ambc" -type "float3" 0.31442741 0.31442741 0.28377202 ;
setAttr ".rfl" 1;
setAttr ".cp" 10.555999755859375;
createNode phong -n "proxy_shader_black";
setAttr ".dc" 1;
setAttr ".c" -type "float3" 0 0 0 ;
setAttr ".cp" 11.314000129699707;
createNode shadingEngine -n "proxy_shader_tanSG";
setAttr ".ihi" 0;
setAttr -s 2 ".dsm";
setAttr ".ro" yes;
setAttr -s 2 ".gn";
createNode materialInfo -n "materialInfo1";
createNode shadingEngine -n "proxy_shader_blackSG";
setAttr ".ihi" 0;
setAttr ".ro" yes;
createNode materialInfo -n "materialInfo2";
createNode groupId -n "groupId4";
setAttr ".ihi" 0;
createNode groupId -n "groupId5";
setAttr ".ihi" 0;
createNode groupId -n "groupId6";
setAttr ".ihi" 0;
createNode hyperGraphInfo -n "nodeEditorPanel1Info";
createNode hyperView -n "hyperView1";
setAttr ".vl" -type "double2" 2008.0145215981131 -1193.6421937195933 ;
setAttr ".vh" -type "double2" 3038.9669025504941 -65.339820138581786 ;
setAttr ".dag" no;
createNode hyperLayout -n "hyperLayout1";
setAttr ".ihi" 0;
setAttr -s 11 ".hyp";
setAttr ".hyp[0].x" 1.4285714626312256;
setAttr ".hyp[0].y" -177.14285278320312;
setAttr ".hyp[0].nvs" 1920;
setAttr ".hyp[1].x" 1.4285714626312256;
setAttr ".hyp[1].y" -72.857139587402344;
setAttr ".hyp[1].nvs" 1920;
setAttr ".hyp[2].x" 2526.6826171875;
setAttr ".hyp[2].y" -632.68280029296875;
setAttr ".hyp[2].nvs" 1920;
setAttr ".hyp[3].x" 2526.6826171875;
setAttr ".hyp[3].y" -711.25421142578125;
setAttr ".hyp[3].nvs" 1920;
setAttr ".hyp[4].x" 2526.6826171875;
setAttr ".hyp[4].y" -946.968505859375;
setAttr ".hyp[4].nvs" 1920;
setAttr ".hyp[5].x" 2526.6826171875;
setAttr ".hyp[5].y" -789.82568359375;
setAttr ".hyp[5].nvs" 1920;
setAttr ".hyp[6].x" 2526.6826171875;
setAttr ".hyp[6].y" -868.3970947265625;
setAttr ".hyp[6].nvs" 1920;
setAttr ".hyp[7].x" 2526.6826171875;
setAttr ".hyp[7].y" -1025.5399169921875;
setAttr ".hyp[7].nvs" 1920;
setAttr ".hyp[8].x" 2526.6826171875;
setAttr ".hyp[8].y" -1104.111328125;
setAttr ".hyp[8].nvs" 1920;
setAttr ".hyp[9].x" 2329.53955078125;
setAttr ".hyp[9].y" -1057.168701171875;
setAttr ".hyp[9].nvs" 1920;
setAttr ".hyp[10].x" 2329.53955078125;
setAttr ".hyp[10].y" -1128.59716796875;
setAttr ".hyp[10].nvs" 1920;
setAttr ".anf" yes;
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\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n"
+ " -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n"
+ " -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n"
+ " -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n"
+ " -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \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 -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels `;\n"
+ "\t\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n"
+ " modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n"
+ " -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \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 -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n"
+ " -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n"
+ " -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n"
+ " -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n"
+ " -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \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 -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `modelPanel -unParent -l (localizedPanelLabel(\"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 -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n"
+ " -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 1\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n"
+ " -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"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 -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 1\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\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 -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n"
+ " -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \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 -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `outlinerPanel -unParent -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels `;\n\t\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n"
+ " -showReferenceNodes 1\n -showReferenceMembers 1\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\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 -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n"
+ " -showShapes 0\n -showReferenceNodes 1\n -showReferenceMembers 1\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\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 -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 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 \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"graphEditor\" -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n"
+ " outlinerEditor -e \n -showShapes 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 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 -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayKeys 1\n -displayTangents 0\n -displayActiveKeys 0\n"
+ " -displayActiveKeyTangents 1\n -displayInfinities 0\n -autoFit 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showResults \"off\" \n -showBufferCurves \"off\" \n -smoothness \"fine\" \n -resultSamples 1\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -stackedCurves 0\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n -stackedCurvesSpace 0.2\n -displayNormalized 0\n -preSelectionHighlight 0\n -constrainDrag 0\n -classicMode 1\n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showReferenceNodes 0\n"
+ " -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 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 -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayKeys 1\n -displayTangents 0\n -displayActiveKeys 0\n -displayActiveKeyTangents 1\n -displayInfinities 0\n -autoFit 0\n"
+ " -snapTime \"integer\" \n -snapValue \"none\" \n -showResults \"off\" \n -showBufferCurves \"off\" \n -smoothness \"fine\" \n -resultSamples 1\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -stackedCurves 0\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n -stackedCurvesSpace 0.2\n -displayNormalized 0\n -preSelectionHighlight 0\n -constrainDrag 0\n -classicMode 1\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\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"dopeSheetPanel\" -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n"
+ " outlinerEditor -e \n -showShapes 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 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 -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \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 1\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 (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n"
+ " -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 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 -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n"
+ " -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \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 1\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\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"clipEditorPanel\" -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \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 -manageSequencer 0 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \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 -manageSequencer 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 \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"sequenceEditorPanel\" -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \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 -manageSequencer 1 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \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 -manageSequencer 1 \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\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"hyperGraphPanel\" -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels `;\n"
+ "\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n"
+ " -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n"
+ " -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 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 \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"hyperShadePanel\" -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"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\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"visorPanel\" -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"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 \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n"
+ " -defaultPinnedState 0\n -ignoreAssets 1\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -keyReleaseCommand \"nodeEdKeyReleaseCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n $editorName;\n\t\t\tif (`objExists nodeEditorPanel1Info`) nodeEditor -e -restoreInfo nodeEditorPanel1Info $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n"
+ " nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -defaultPinnedState 0\n -ignoreAssets 1\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -keyReleaseCommand \"nodeEdKeyReleaseCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n $editorName;\n\t\t\tif (`objExists nodeEditorPanel1Info`) nodeEditor -e -restoreInfo nodeEditorPanel1Info $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 \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"createNodePanel\" -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -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\" (localizedPanelLabel(\"UV Texture Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"polyTexturePlacementPanel\" -l (localizedPanelLabel(\"UV Texture Editor\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"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 \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"renderWindowPanel\" -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"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\" (localizedPanelLabel(\"Blend Shape\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\tblendShapePanel -unParent -l (localizedPanelLabel(\"Blend Shape\")) -mbv $menusOkayInPanels ;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tblendShapePanel -edit -l (localizedPanelLabel(\"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\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"dynRelEdPanel\" -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"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 -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"relationshipPanel\" -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"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\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"referenceEditorPanel\" -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference 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 \"componentEditorPanel\" (localizedPanelLabel(\"Component Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"componentEditorPanel\" -l (localizedPanelLabel(\"Component Editor\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Component 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 \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"dynPaintScriptedPanelType\" -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -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 \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"scriptEditorPanel\" -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels `;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script 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 \"Stereo\" (localizedPanelLabel(\"Stereo\")) `;\n\tif (\"\" == $panelName) {\n\t\tif ($useSceneConfig) {\n\t\t\t$panelName = `scriptedPanel -unParent -type \"Stereo\" -l (localizedPanelLabel(\"Stereo\")) -mbv $menusOkayInPanels `;\nstring $editorName = ($panelName+\"Editor\");\n stereoCameraView -e \n -editorChanged \"updateModelPanelBar\" \n -camera \"persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n"
+ " -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 4 4 \n -bumpResolution 4 4 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 0\n -occlusionCulling 0\n -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n"
+ " -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -displayMode \"centerEye\" \n -viewColor 0 0 0 1 \n -useCustomBackground 1\n $editorName;\n stereoCameraView -e -viewSelected 0 $editorName;\n stereoCameraView -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\t}\n\t} else {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Stereo\")) -mbv $menusOkayInPanels $panelName;\nstring $editorName = ($panelName+\"Editor\");\n stereoCameraView -e \n -editorChanged \"updateModelPanelBar\" \n -camera \"persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n"
+ " -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\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 -objectFilterShowInHUD 1\n -isFiltered 0\n"
+ " -colorResolution 4 4 \n -bumpResolution 4 4 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 0\n -occlusionCulling 0\n -shadingModel 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 -imagePlane 1\n -joints 1\n -ikHandles 1\n"
+ " -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -displayMode \"centerEye\" \n -viewColor 0 0 0 1 \n -useCustomBackground 1\n $editorName;\n stereoCameraView -e -viewSelected 0 $editorName;\n stereoCameraView -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n"
+ "\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\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 20 100 -ps 2 80 100 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Outliner\")) \n\t\t\t\t\t\"outlinerPanel\"\n\t\t\t\t\t\"$panelName = `outlinerPanel -unParent -l (localizedPanelLabel(\\\"Outliner\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\noutlinerEditor -e \\n -docTag \\\"isolOutln_fromSeln\\\" \\n -showShapes 0\\n -showReferenceNodes 1\\n -showReferenceMembers 1\\n -showAttributes 0\\n -showConnected 0\\n -showAnimCurvesOnly 0\\n -showMuteInfo 0\\n -organizeByLayer 1\\n -showAnimLayerWeight 1\\n -autoExpandLayers 1\\n -autoExpand 0\\n -showDagOnly 1\\n -showAssets 1\\n -showContainedOnly 1\\n -showPublishedAsConnected 0\\n -showContainerContents 1\\n -ignoreDagHierarchy 0\\n -expandConnections 0\\n -showUpstreamCurves 1\\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 -containersIgnoreFilters 0\\n -editAttrName 0\\n -showAttrValues 0\\n -highlightSecondary 0\\n -showUVAttrsOnly 0\\n -showTextureNodesOnly 0\\n -attrAlphaOrder \\\"default\\\" \\n -animLayerFilterOptions \\\"allAffecting\\\" \\n -sortOrder \\\"none\\\" \\n -longNames 0\\n -niceNames 1\\n -showNamespace 1\\n -showPinIcons 0\\n -mapMotionTrails 0\\n -ignoreHiddenAttribute 0\\n $editorName\"\n"
+ "\t\t\t\t\t\"outlinerPanel -edit -l (localizedPanelLabel(\\\"Outliner\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\noutlinerEditor -e \\n -docTag \\\"isolOutln_fromSeln\\\" \\n -showShapes 0\\n -showReferenceNodes 1\\n -showReferenceMembers 1\\n -showAttributes 0\\n -showConnected 0\\n -showAnimCurvesOnly 0\\n -showMuteInfo 0\\n -organizeByLayer 1\\n -showAnimLayerWeight 1\\n -autoExpandLayers 1\\n -autoExpand 0\\n -showDagOnly 1\\n -showAssets 1\\n -showContainedOnly 1\\n -showPublishedAsConnected 0\\n -showContainerContents 1\\n -ignoreDagHierarchy 0\\n -expandConnections 0\\n -showUpstreamCurves 1\\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 -containersIgnoreFilters 0\\n -editAttrName 0\\n -showAttrValues 0\\n -highlightSecondary 0\\n -showUVAttrsOnly 0\\n -showTextureNodesOnly 0\\n -attrAlphaOrder \\\"default\\\" \\n -animLayerFilterOptions \\\"allAffecting\\\" \\n -sortOrder \\\"none\\\" \\n -longNames 0\\n -niceNames 1\\n -showNamespace 1\\n -showPinIcons 0\\n -mapMotionTrails 0\\n -ignoreHiddenAttribute 0\\n $editorName\"\n"
+ "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"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 -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 1\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\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 \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\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 -shadingModel 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 -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"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 -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 1\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\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 \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\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 -shadingModel 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 -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n setFocus `paneLayout -q -p1 $gMainPane`;\n sceneUIReplacement -deleteRemaining;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 1 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
setAttr ".st" 3;
createNode script -n "sceneConfigurationScriptNode";
setAttr ".b" -type "string" "playbackOptions -min 1 -max 120 -ast 1 -aet 200 ";
setAttr ".st" 6;
select -ne :time1;
setAttr -av -k on ".cch";
setAttr -cb on ".ihi";
setAttr -av -k on ".nds";
setAttr -cb on ".bnm";
setAttr ".o" 1;
setAttr -av ".unw" 1;
select -ne :renderPartition;
setAttr -k on ".cch";
setAttr -cb on ".ihi";
setAttr -k on ".nds";
setAttr -cb on ".bnm";
setAttr -s 4 ".st";
setAttr -cb on ".an";
setAttr -cb on ".pt";
select -ne :renderGlobalsList1;
setAttr -k on ".cch";
setAttr -cb on ".ihi";
setAttr -k on ".nds";
setAttr -cb on ".bnm";
select -ne :defaultShaderList1;
setAttr -k on ".cch";
setAttr -cb on ".ihi";
setAttr -k on ".nds";
setAttr -cb on ".bnm";
setAttr -s 4 ".s";
select -ne :postProcessList1;
setAttr -k on ".cch";
setAttr -cb on ".ihi";
setAttr -k on ".nds";
setAttr -cb on ".bnm";
setAttr -s 2 ".p";
select -ne :defaultRenderingList1;
select -ne :initialShadingGroup;
setAttr -k on ".cch";
setAttr -cb on ".ihi";
setAttr -av -k on ".nds";
setAttr -cb on ".bnm";
setAttr -k on ".mwc";
setAttr -cb on ".an";
setAttr -cb on ".il";
setAttr -cb on ".vo";
setAttr -cb on ".eo";
setAttr -cb on ".fo";
setAttr -cb on ".epo";
setAttr ".ro" yes;
select -ne :initialParticleSE;
setAttr -av -k on ".cch";
setAttr -cb on ".ihi";
setAttr -av -k on ".nds";
setAttr -cb on ".bnm";
setAttr -k on ".mwc";
setAttr -cb on ".an";
setAttr -cb on ".il";
setAttr -cb on ".vo";
setAttr -cb on ".eo";
setAttr -cb on ".fo";
setAttr -cb on ".epo";
setAttr ".ro" yes;
select -ne :defaultResolution;
setAttr ".pa" 1;
select -ne :hardwareRenderGlobals;
setAttr -k on ".cch";
setAttr -cb on ".ihi";
setAttr -k on ".nds";
setAttr -cb on ".bnm";
setAttr ".ctrs" 256;
setAttr -av ".btrs" 512;
setAttr -k off ".fbfm";
setAttr -k off -cb on ".ehql";
setAttr -k off -cb on ".eams";
setAttr -k off -cb on ".eeaa";
setAttr -k off -cb on ".engm";
setAttr -k off -cb on ".mes";
setAttr -k off -cb on ".emb";
setAttr -av -k off -cb on ".mbbf";
setAttr -k off -cb on ".mbs";
setAttr -k off -cb on ".trm";
setAttr -k off -cb on ".tshc";
setAttr -k off ".enpt";
setAttr -k off -cb on ".clmt";
setAttr -k off -cb on ".tcov";
setAttr -k off -cb on ".lith";
setAttr -k off -cb on ".sobc";
setAttr -k off -cb on ".cuth";
setAttr -k off -cb on ".hgcd";
setAttr -k off -cb on ".hgci";
setAttr -k off -cb on ".mgcs";
setAttr -k off -cb on ".twa";
setAttr -k off -cb on ".twz";
setAttr -k on ".hwcc";
setAttr -k on ".hwdp";
setAttr -k on ".hwql";
setAttr -k on ".hwfr";
setAttr -k on ".soll";
setAttr -k on ".sosl";
setAttr -k on ".bswa";
setAttr -k on ".shml";
setAttr -k on ".hwel";
select -ne :hardwareRenderingGlobals;
setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
1 1 1 0 0 0 0 0 0 0 0 0
0 0 0 0 ;
select -ne :defaultHardwareRenderGlobals;
setAttr -k on ".cch";
setAttr -cb on ".ihi";
setAttr -k on ".nds";
setAttr -cb on ".bnm";
setAttr -av -k on ".rp";
setAttr -k on ".cai";
setAttr -k on ".coi";
setAttr -cb on ".bc";
setAttr -av -k on ".bcb";
setAttr -av -k on ".bcg";
setAttr -av -k on ".bcr";
setAttr -k on ".ei";
setAttr -k on ".ex";
setAttr -av -k on ".es";
setAttr -av -k on ".ef";
setAttr -av -k on ".bf";
setAttr -k on ".fii";
setAttr -av -k on ".sf";
setAttr -k on ".gr";
setAttr -k on ".li";
setAttr -k on ".ls";
setAttr -av -k on ".mb";
setAttr -k on ".ti";
setAttr -k on ".txt";
setAttr -k on ".mpr";
setAttr -k on ".wzd";
setAttr -k on ".if";
setAttr ".res" -type "string" "ntsc_4d 646 485 1.333";
setAttr -k on ".as";
setAttr -k on ".ds";
setAttr -k on ".lm";
setAttr -k on ".fir";
setAttr -k on ".aap";
setAttr -k on ".gh";
setAttr -cb on ".sd";
select -ne :ikSystem;
setAttr -s 4 ".sol";
connectAttr "groupId1.id" "proxy_geoShape.iog.og[3].gid";
connectAttr "groupId2.id" "proxy_geoShape.iog.og[4].gid";
connectAttr "groupId4.id" "proxy_geoShape.iog.og[5].gid";
connectAttr "proxy_shader_tanSG.mwc" "proxy_geoShape.iog.og[5].gco";
connectAttr "groupId6.id" "proxy_geoShape.iog.og[6].gid";
connectAttr "proxy_shader_blackSG.mwc" "proxy_geoShape.iog.og[6].gco";
connectAttr "groupId3.id" "proxy_geoShape.ciog.cog[2].cgid";
connectAttr "groupId5.id" "proxy_geoShape.ciog.cog[3].cgid";
relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
relationship "link" ":lightLinker1" "proxy_shader_tanSG.message" ":defaultLightSet.message";
relationship "link" ":lightLinker1" "proxy_shader_blackSG.message" ":defaultLightSet.message";
relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
relationship "shadowLink" ":lightLinker1" "proxy_shader_tanSG.message" ":defaultLightSet.message";
relationship "shadowLink" ":lightLinker1" "proxy_shader_blackSG.message" ":defaultLightSet.message";
connectAttr "layerManager.dli[0]" "defaultLayer.id";
connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
connectAttr "proxy_shader_tan.oc" "proxy_shader_tanSG.ss";
connectAttr "proxy_geoShape.iog.og[5]" "proxy_shader_tanSG.dsm" -na;
connectAttr "proxy_geoShape.ciog.cog[3]" "proxy_shader_tanSG.dsm" -na;
connectAttr "groupId4.msg" "proxy_shader_tanSG.gn" -na;
connectAttr "groupId5.msg" "proxy_shader_tanSG.gn" -na;
connectAttr "proxy_shader_tanSG.msg" "materialInfo1.sg";
connectAttr "proxy_shader_tan.msg" "materialInfo1.m";
connectAttr "proxy_shader_black.oc" "proxy_shader_blackSG.ss";
connectAttr "groupId6.msg" "proxy_shader_blackSG.gn" -na;
connectAttr "proxy_geoShape.iog.og[6]" "proxy_shader_blackSG.dsm" -na;
connectAttr "proxy_shader_blackSG.msg" "materialInfo2.sg";
connectAttr "proxy_shader_black.msg" "materialInfo2.m";
connectAttr "hyperView1.msg" "nodeEditorPanel1Info.b[0]";
connectAttr "hyperLayout1.msg" "hyperView1.hl";
connectAttr "proxy_shader_tan.msg" "hyperLayout1.hyp[0].dn";
connectAttr "proxy_shader_black.msg" "hyperLayout1.hyp[1].dn";
connectAttr "proxy_shader_tanSG.msg" "hyperLayout1.hyp[2].dn";
connectAttr "materialInfo1.msg" "hyperLayout1.hyp[3].dn";
connectAttr "proxy_shader_blackSG.msg" "hyperLayout1.hyp[4].dn";
connectAttr "materialInfo2.msg" "hyperLayout1.hyp[5].dn";
connectAttr "groupId4.msg" "hyperLayout1.hyp[6].dn";
connectAttr "groupId5.msg" "hyperLayout1.hyp[7].dn";
connectAttr "groupId6.msg" "hyperLayout1.hyp[8].dn";
connectAttr "uiConfigurationScriptNode.msg" "hyperLayout1.hyp[9].dn";
connectAttr "sceneConfigurationScriptNode.msg" "hyperLayout1.hyp[10].dn";
connectAttr "proxy_shader_tanSG.pa" ":renderPartition.st" -na;
connectAttr "proxy_shader_blackSG.pa" ":renderPartition.st" -na;
connectAttr "proxy_shader_tan.msg" ":defaultShaderList1.s" -na;
connectAttr "proxy_shader_black.msg" ":defaultShaderList1.s" -na;
connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
// End of proxy_Cube.ma
|