summaryrefslogtreecommitdiff
path: root/graphics/blender/PLIST
blob: ad9ba3e55f51f79df71c89e0448ad09bdee3166b (plain)
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
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
@comment $NetBSD: PLIST,v 1.16 2014/01/10 20:06:46 joerg Exp $
bin/blender
share/blender/${PKGVERSION}/datafiles/fonts/bmonofont-i18n.ttf.gz
share/blender/${PKGVERSION}/datafiles/fonts/droidsans.ttf.gz
share/blender/${PKGVERSION}/datafiles/locale/ar/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/ca/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/cs/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/de/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/eo/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/es/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/fa/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/fr/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/he/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/hi/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/hr/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/hu/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/id/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/it/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/ja/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/ko/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/ky/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/languages
share/blender/${PKGVERSION}/datafiles/locale/nl/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/pt/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/ru/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/sr/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/sv/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/tr/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/uk/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
share/blender/${PKGVERSION}/python/lib/python3.3/LICENSE.txt
share/blender/${PKGVERSION}/python/lib/python3.3/__future__.py
share/blender/${PKGVERSION}/python/lib/python3.3/__phello__.foo.py
share/blender/${PKGVERSION}/python/lib/python3.3/_compat_pickle.py
share/blender/${PKGVERSION}/python/lib/python3.3/_dummy_thread.py
share/blender/${PKGVERSION}/python/lib/python3.3/_markupbase.py
share/blender/${PKGVERSION}/python/lib/python3.3/_osx_support.py
share/blender/${PKGVERSION}/python/lib/python3.3/_pyio.py
share/blender/${PKGVERSION}/python/lib/python3.3/_strptime.py
share/blender/${PKGVERSION}/python/lib/python3.3/_sysconfigdata.py
share/blender/${PKGVERSION}/python/lib/python3.3/_threading_local.py
share/blender/${PKGVERSION}/python/lib/python3.3/_weakrefset.py
share/blender/${PKGVERSION}/python/lib/python3.3/abc.py
share/blender/${PKGVERSION}/python/lib/python3.3/aifc.py
share/blender/${PKGVERSION}/python/lib/python3.3/antigravity.py
share/blender/${PKGVERSION}/python/lib/python3.3/argparse.py
share/blender/${PKGVERSION}/python/lib/python3.3/ast.py
share/blender/${PKGVERSION}/python/lib/python3.3/asynchat.py
share/blender/${PKGVERSION}/python/lib/python3.3/asyncore.py
share/blender/${PKGVERSION}/python/lib/python3.3/base64.py
share/blender/${PKGVERSION}/python/lib/python3.3/bdb.py
share/blender/${PKGVERSION}/python/lib/python3.3/binhex.py
share/blender/${PKGVERSION}/python/lib/python3.3/bisect.py
share/blender/${PKGVERSION}/python/lib/python3.3/bz2.py
share/blender/${PKGVERSION}/python/lib/python3.3/cProfile.py
share/blender/${PKGVERSION}/python/lib/python3.3/calendar.py
share/blender/${PKGVERSION}/python/lib/python3.3/cgi.py
share/blender/${PKGVERSION}/python/lib/python3.3/cgitb.py
share/blender/${PKGVERSION}/python/lib/python3.3/chunk.py
share/blender/${PKGVERSION}/python/lib/python3.3/cmd.py
share/blender/${PKGVERSION}/python/lib/python3.3/code.py
share/blender/${PKGVERSION}/python/lib/python3.3/codecs.py
share/blender/${PKGVERSION}/python/lib/python3.3/codeop.py
share/blender/${PKGVERSION}/python/lib/python3.3/collections/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/collections/__main__.py
share/blender/${PKGVERSION}/python/lib/python3.3/collections/abc.py
share/blender/${PKGVERSION}/python/lib/python3.3/colorsys.py
share/blender/${PKGVERSION}/python/lib/python3.3/compileall.py
share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/_base.py
share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/process.py
share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/thread.py
share/blender/${PKGVERSION}/python/lib/python3.3/configparser.py
share/blender/${PKGVERSION}/python/lib/python3.3/contextlib.py
share/blender/${PKGVERSION}/python/lib/python3.3/copy.py
share/blender/${PKGVERSION}/python/lib/python3.3/copyreg.py
share/blender/${PKGVERSION}/python/lib/python3.3/crypt.py
share/blender/${PKGVERSION}/python/lib/python3.3/csv.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/_endian.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/README.ctypes
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/dyld.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/dylib.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/fetch_macholib
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/fetch_macholib.bat
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/framework.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/util.py
share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/wintypes.py
share/blender/${PKGVERSION}/python/lib/python3.3/curses/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/curses/ascii.py
share/blender/${PKGVERSION}/python/lib/python3.3/curses/has_key.py
share/blender/${PKGVERSION}/python/lib/python3.3/curses/panel.py
share/blender/${PKGVERSION}/python/lib/python3.3/curses/textpad.py
share/blender/${PKGVERSION}/python/lib/python3.3/datetime.py
share/blender/${PKGVERSION}/python/lib/python3.3/dbm/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/dbm/dumb.py
share/blender/${PKGVERSION}/python/lib/python3.3/dbm/gnu.py
share/blender/${PKGVERSION}/python/lib/python3.3/dbm/ndbm.py
share/blender/${PKGVERSION}/python/lib/python3.3/decimal.py
share/blender/${PKGVERSION}/python/lib/python3.3/difflib.py
share/blender/${PKGVERSION}/python/lib/python3.3/dis.py
share/blender/${PKGVERSION}/python/lib/python3.3/doctest.py
share/blender/${PKGVERSION}/python/lib/python3.3/dummy_threading.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/_encoded_words.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/_header_value_parser.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/_parseaddr.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/_policybase.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/architecture.rst
share/blender/${PKGVERSION}/python/lib/python3.3/email/base64mime.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/charset.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/encoders.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/errors.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/feedparser.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/generator.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/header.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/headerregistry.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/iterators.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/message.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/application.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/audio.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/base.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/image.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/message.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/multipart.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/nonmultipart.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/text.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/parser.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/policy.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/quoprimime.py
share/blender/${PKGVERSION}/python/lib/python3.3/email/utils.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/aliases.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/ascii.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/base64_codec.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/big5.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/big5hkscs.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/bz2_codec.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/charmap.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp037.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1006.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1026.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1140.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1250.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1251.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1252.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1253.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1254.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1255.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1256.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1257.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1258.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp424.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp437.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp500.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp65001.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp720.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp737.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp775.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp850.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp852.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp855.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp856.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp857.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp858.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp860.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp861.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp862.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp863.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp864.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp865.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp866.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp869.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp874.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp875.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp932.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp949.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp950.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jis_2004.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jisx0213.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jp.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_kr.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gb18030.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gb2312.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gbk.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hex_codec.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hp_roman8.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hz.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/idna.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_1.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_2.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_2004.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_3.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_ext.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_kr.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_1.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_10.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_11.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_13.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_14.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_15.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_16.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_2.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_3.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_4.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_5.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_6.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_7.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_8.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_9.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/johab.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/koi8_r.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/koi8_u.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/latin_1.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_arabic.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_centeuro.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_croatian.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_cyrillic.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_farsi.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_greek.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_iceland.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_latin2.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_roman.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_romanian.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_turkish.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mbcs.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/palmos.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/ptcp154.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/punycode.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/quopri_codec.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/raw_unicode_escape.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/rot_13.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jis.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jis_2004.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jisx0213.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/tis_620.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/undefined.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/unicode_escape.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/unicode_internal.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16_be.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16_le.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32_be.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32_le.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_7.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_8.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_8_sig.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/uu_codec.py
share/blender/${PKGVERSION}/python/lib/python3.3/encodings/zlib_codec.py
share/blender/${PKGVERSION}/python/lib/python3.3/filecmp.py
share/blender/${PKGVERSION}/python/lib/python3.3/fileinput.py
share/blender/${PKGVERSION}/python/lib/python3.3/fnmatch.py
share/blender/${PKGVERSION}/python/lib/python3.3/formatter.py
share/blender/${PKGVERSION}/python/lib/python3.3/fractions.py
share/blender/${PKGVERSION}/python/lib/python3.3/ftplib.py
share/blender/${PKGVERSION}/python/lib/python3.3/functools.py
share/blender/${PKGVERSION}/python/lib/python3.3/genericpath.py
share/blender/${PKGVERSION}/python/lib/python3.3/getopt.py
share/blender/${PKGVERSION}/python/lib/python3.3/getpass.py
share/blender/${PKGVERSION}/python/lib/python3.3/gettext.py
share/blender/${PKGVERSION}/python/lib/python3.3/glob.py
share/blender/${PKGVERSION}/python/lib/python3.3/gzip.py
share/blender/${PKGVERSION}/python/lib/python3.3/hashlib.py
share/blender/${PKGVERSION}/python/lib/python3.3/heapq.py
share/blender/${PKGVERSION}/python/lib/python3.3/hmac.py
share/blender/${PKGVERSION}/python/lib/python3.3/html/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/html/entities.py
share/blender/${PKGVERSION}/python/lib/python3.3/html/parser.py
share/blender/${PKGVERSION}/python/lib/python3.3/http/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/http/client.py
share/blender/${PKGVERSION}/python/lib/python3.3/http/cookiejar.py
share/blender/${PKGVERSION}/python/lib/python3.3/http/cookies.py
share/blender/${PKGVERSION}/python/lib/python3.3/http/server.py
share/blender/${PKGVERSION}/python/lib/python3.3/imaplib.py
share/blender/${PKGVERSION}/python/lib/python3.3/imghdr.py
share/blender/${PKGVERSION}/python/lib/python3.3/imp.py
share/blender/${PKGVERSION}/python/lib/python3.3/importlib/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/importlib/_bootstrap.py
share/blender/${PKGVERSION}/python/lib/python3.3/importlib/abc.py
share/blender/${PKGVERSION}/python/lib/python3.3/importlib/machinery.py
share/blender/${PKGVERSION}/python/lib/python3.3/importlib/util.py
share/blender/${PKGVERSION}/python/lib/python3.3/inspect.py
share/blender/${PKGVERSION}/python/lib/python3.3/io.py
share/blender/${PKGVERSION}/python/lib/python3.3/ipaddress.py
share/blender/${PKGVERSION}/python/lib/python3.3/json/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/json/decoder.py
share/blender/${PKGVERSION}/python/lib/python3.3/json/encoder.py
share/blender/${PKGVERSION}/python/lib/python3.3/json/scanner.py
share/blender/${PKGVERSION}/python/lib/python3.3/json/tool.py
share/blender/${PKGVERSION}/python/lib/python3.3/keyword.py
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_bisect.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_bz2.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_cn.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_hk.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_iso2022.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_jp.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_kr.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_tw.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_crypt.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_csv.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ctypes.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ctypes_test.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_datetime.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_dbm.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_decimal.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_hashlib.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_heapq.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_json.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_lsprof.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_lzma.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_md5.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_multibytecodec.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_multiprocessing.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_pickle.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_posixsubprocess.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_random.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha1.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha256.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha512.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_socket.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ssl.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_struct.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_testbuffer.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_testcapi.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/array.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/atexit.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/audioop.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/binascii.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/cmath.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/fcntl.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/grp.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/math.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/mmap.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/nis.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/parser.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/resource.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/select.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/syslog.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/termios.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/time.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/unicodedata.so
share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/zlib.so
share/blender/${PKGVERSION}/python/lib/python3.3/linecache.py
share/blender/${PKGVERSION}/python/lib/python3.3/locale.py
share/blender/${PKGVERSION}/python/lib/python3.3/logging/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/logging/config.py
share/blender/${PKGVERSION}/python/lib/python3.3/logging/handlers.py
share/blender/${PKGVERSION}/python/lib/python3.3/lzma.py
share/blender/${PKGVERSION}/python/lib/python3.3/macpath.py
share/blender/${PKGVERSION}/python/lib/python3.3/macurl2path.py
share/blender/${PKGVERSION}/python/lib/python3.3/mailbox.py
share/blender/${PKGVERSION}/python/lib/python3.3/mailcap.py
share/blender/${PKGVERSION}/python/lib/python3.3/mimetypes.py
share/blender/${PKGVERSION}/python/lib/python3.3/modulefinder.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/connection.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/dummy/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/dummy/connection.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/forking.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/heap.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/managers.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/pool.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/process.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/queues.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/reduction.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/sharedctypes.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/synchronize.py
share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/util.py
share/blender/${PKGVERSION}/python/lib/python3.3/netrc.py
share/blender/${PKGVERSION}/python/lib/python3.3/nntplib.py
share/blender/${PKGVERSION}/python/lib/python3.3/ntpath.py
share/blender/${PKGVERSION}/python/lib/python3.3/nturl2path.py
share/blender/${PKGVERSION}/python/lib/python3.3/numbers.py
share/blender/${PKGVERSION}/python/lib/python3.3/opcode.py
share/blender/${PKGVERSION}/python/lib/python3.3/optparse.py
share/blender/${PKGVERSION}/python/lib/python3.3/os.py
share/blender/${PKGVERSION}/python/lib/python3.3/os2emxpath.py
share/blender/${PKGVERSION}/python/lib/python3.3/pdb.py
share/blender/${PKGVERSION}/python/lib/python3.3/pickle.py
share/blender/${PKGVERSION}/python/lib/python3.3/pickletools.py
share/blender/${PKGVERSION}/python/lib/python3.3/pipes.py
share/blender/${PKGVERSION}/python/lib/python3.3/pkgutil.py
share/blender/${PKGVERSION}/python/lib/python3.3/plat-netbsd6/IN.py
share/blender/${PKGVERSION}/python/lib/python3.3/plat-netbsd6/regen
share/blender/${PKGVERSION}/python/lib/python3.3/platform.py
share/blender/${PKGVERSION}/python/lib/python3.3/plistlib.py
share/blender/${PKGVERSION}/python/lib/python3.3/poplib.py
share/blender/${PKGVERSION}/python/lib/python3.3/posixpath.py
share/blender/${PKGVERSION}/python/lib/python3.3/pprint.py
share/blender/${PKGVERSION}/python/lib/python3.3/profile.py
share/blender/${PKGVERSION}/python/lib/python3.3/pstats.py
share/blender/${PKGVERSION}/python/lib/python3.3/pty.py
share/blender/${PKGVERSION}/python/lib/python3.3/py_compile.py
share/blender/${PKGVERSION}/python/lib/python3.3/pyclbr.py
share/blender/${PKGVERSION}/python/lib/python3.3/pydoc.py
share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/_pydoc.css
share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/topics.py
share/blender/${PKGVERSION}/python/lib/python3.3/queue.py
share/blender/${PKGVERSION}/python/lib/python3.3/quopri.py
share/blender/${PKGVERSION}/python/lib/python3.3/random.py
share/blender/${PKGVERSION}/python/lib/python3.3/re.py
share/blender/${PKGVERSION}/python/lib/python3.3/reprlib.py
share/blender/${PKGVERSION}/python/lib/python3.3/rlcompleter.py
share/blender/${PKGVERSION}/python/lib/python3.3/runpy.py
share/blender/${PKGVERSION}/python/lib/python3.3/sched.py
share/blender/${PKGVERSION}/python/lib/python3.3/shelve.py
share/blender/${PKGVERSION}/python/lib/python3.3/shlex.py
share/blender/${PKGVERSION}/python/lib/python3.3/shutil.py
share/blender/${PKGVERSION}/python/lib/python3.3/site.py
share/blender/${PKGVERSION}/python/lib/python3.3/smtpd.py
share/blender/${PKGVERSION}/python/lib/python3.3/smtplib.py
share/blender/${PKGVERSION}/python/lib/python3.3/sndhdr.py
share/blender/${PKGVERSION}/python/lib/python3.3/socket.py
share/blender/${PKGVERSION}/python/lib/python3.3/socketserver.py
share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/dbapi2.py
share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/dump.py
share/blender/${PKGVERSION}/python/lib/python3.3/sre_compile.py
share/blender/${PKGVERSION}/python/lib/python3.3/sre_constants.py
share/blender/${PKGVERSION}/python/lib/python3.3/sre_parse.py
share/blender/${PKGVERSION}/python/lib/python3.3/ssl.py
share/blender/${PKGVERSION}/python/lib/python3.3/stat.py
share/blender/${PKGVERSION}/python/lib/python3.3/string.py
share/blender/${PKGVERSION}/python/lib/python3.3/stringprep.py
share/blender/${PKGVERSION}/python/lib/python3.3/struct.py
share/blender/${PKGVERSION}/python/lib/python3.3/subprocess.py
share/blender/${PKGVERSION}/python/lib/python3.3/sunau.py
share/blender/${PKGVERSION}/python/lib/python3.3/symbol.py
share/blender/${PKGVERSION}/python/lib/python3.3/symtable.py
share/blender/${PKGVERSION}/python/lib/python3.3/sysconfig.py
share/blender/${PKGVERSION}/python/lib/python3.3/tabnanny.py
share/blender/${PKGVERSION}/python/lib/python3.3/tarfile.py
share/blender/${PKGVERSION}/python/lib/python3.3/telnetlib.py
share/blender/${PKGVERSION}/python/lib/python3.3/tempfile.py
share/blender/${PKGVERSION}/python/lib/python3.3/textwrap.py
share/blender/${PKGVERSION}/python/lib/python3.3/this.py
share/blender/${PKGVERSION}/python/lib/python3.3/threading.py
share/blender/${PKGVERSION}/python/lib/python3.3/timeit.py
share/blender/${PKGVERSION}/python/lib/python3.3/token.py
share/blender/${PKGVERSION}/python/lib/python3.3/tokenize.py
share/blender/${PKGVERSION}/python/lib/python3.3/trace.py
share/blender/${PKGVERSION}/python/lib/python3.3/traceback.py
share/blender/${PKGVERSION}/python/lib/python3.3/tty.py
share/blender/${PKGVERSION}/python/lib/python3.3/types.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/__main__.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/case.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/loader.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/main.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/mock.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/result.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/runner.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/signals.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/suite.py
share/blender/${PKGVERSION}/python/lib/python3.3/unittest/util.py
share/blender/${PKGVERSION}/python/lib/python3.3/urllib/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/urllib/error.py
share/blender/${PKGVERSION}/python/lib/python3.3/urllib/parse.py
share/blender/${PKGVERSION}/python/lib/python3.3/urllib/request.py
share/blender/${PKGVERSION}/python/lib/python3.3/urllib/response.py
share/blender/${PKGVERSION}/python/lib/python3.3/urllib/robotparser.py
share/blender/${PKGVERSION}/python/lib/python3.3/uu.py
share/blender/${PKGVERSION}/python/lib/python3.3/uuid.py
share/blender/${PKGVERSION}/python/lib/python3.3/venv/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/venv/__main__.py
share/blender/${PKGVERSION}/python/lib/python3.3/venv/scripts/posix/activate
share/blender/${PKGVERSION}/python/lib/python3.3/warnings.py
share/blender/${PKGVERSION}/python/lib/python3.3/wave.py
share/blender/${PKGVERSION}/python/lib/python3.3/weakref.py
share/blender/${PKGVERSION}/python/lib/python3.3/webbrowser.py
share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/handlers.py
share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/headers.py
share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/simple_server.py
share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/util.py
share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/validate.py
share/blender/${PKGVERSION}/python/lib/python3.3/xdrlib.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/NodeFilter.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/domreg.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/expatbuilder.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/minicompat.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/minidom.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/pulldom.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/xmlbuilder.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementInclude.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementPath.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementTree.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/cElementTree.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/parsers/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/parsers/expat.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/_exceptions.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/expatreader.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/handler.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/saxutils.py
share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/xmlreader.py
share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/__init__.py
share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/client.py
share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/server.py
share/blender/${PKGVERSION}/python/lib/python3.3/zipfile.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/__init__.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_ivygen.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/__init__.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/black_tupelo.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/ca_black_oak.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/weeping_willow.py
share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/utils.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/__init__.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/createMesh.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/preset_utils.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M10.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M12.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M3.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M4.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M5.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M6.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M8.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_ant_landscape.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/__init__.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_extra_objects.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_polysphere.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_pipe_joint.py
share/blender/${PKGVERSION}/scripts/addons/add_mesh_solid.py
share/blender/${PKGVERSION}/scripts/addons/animation_add_corrective_shape_key.py
share/blender/${PKGVERSION}/scripts/addons/animation_animall.py
share/blender/${PKGVERSION}/scripts/addons/compositing_film_response/__init__.py
share/blender/${PKGVERSION}/scripts/addons/compositing_film_response/film_response_curves.py
share/blender/${PKGVERSION}/scripts/addons/curve_simplify.py
share/blender/${PKGVERSION}/scripts/addons/cycles/__init__.py
share/blender/${PKGVERSION}/scripts/addons/cycles/engine.py
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/SConscript
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_velvet.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse_ramp.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_hair.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_microfacet.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_oren_nayar.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_phong_ramp.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_reflection.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_refraction.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_toon.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_transparent.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_util.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ward.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_westin.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bssrdf.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/emissive.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/volume.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cl
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cu
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_accumulate.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh_subsurface.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh_traversal.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_camera.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cpu.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cuda.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_opencl.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_curve.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_differential.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_displace.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_emission.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_film.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_globals.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_jitter.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_light.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_math.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_montecarlo.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_object.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_passes.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_state.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_primitive.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_projection.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_random.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_shader.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse2.cpp
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse3.cpp
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_subsurface.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_textures.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_triangle.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_types.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_attribute.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_blackbody.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_brick.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_brightness.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_camera.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_checker.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_closure.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_convert.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_displace.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_fresnel.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_gamma.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_geometry.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_gradient.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_hsv.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_image.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_invert.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_light_path.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_magic.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_mapping.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_math.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_mix.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_musgrave.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_noise.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_noisetex.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_normal.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_ramp.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_hsv.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_rgb.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sky.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_tex_coord.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_texture.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_types.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_value.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_vector_transform.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_voronoi.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wave.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wavelength.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wireframe.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_color.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_math.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_transform.h
share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_types.h
share/blender/${PKGVERSION}/scripts/addons/cycles/license/Apache_2.0.txt
share/blender/${PKGVERSION}/scripts/addons/cycles/license/Boost.txt
share/blender/${PKGVERSION}/scripts/addons/cycles/license/ILM.txt
share/blender/${PKGVERSION}/scripts/addons/cycles/license/NVidia.txt
share/blender/${PKGVERSION}/scripts/addons/cycles/license/OSL.txt
share/blender/${PKGVERSION}/scripts/addons/cycles/license/Sobol.txt
share/blender/${PKGVERSION}/scripts/addons/cycles/license/readme.txt
share/blender/${PKGVERSION}/scripts/addons/cycles/osl.py
share/blender/${PKGVERSION}/scripts/addons/cycles/presets.py
share/blender/${PKGVERSION}/scripts/addons/cycles/properties.py
share/blender/${PKGVERSION}/scripts/addons/cycles/ui.py
share/blender/${PKGVERSION}/scripts/addons/development_api_navigator.py
share/blender/${PKGVERSION}/scripts/addons/development_icon_get.py
share/blender/${PKGVERSION}/scripts/addons/game_engine_save_as_runtime.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_acclaim/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/export_bvh.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/import_bvh.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_c3d/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_c3d/import_c3d.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_camera.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py
share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py
share/blender/${PKGVERSION}/scripts/addons/io_coat3D/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_coat3D/coat.py
share/blender/${PKGVERSION}/scripts/addons/io_coat3D/tex.py
share/blender/${PKGVERSION}/scripts/addons/io_convert_image_to_mesh_img/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_convert_image_to_mesh_img/import_img.py
share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/import_svg.py
share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_colors.py
share/blender/${PKGVERSION}/scripts/addons/io_export_after_effects.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/draw_blenders/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/export_dxf.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/dxfLibrary.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/migiusModel.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/model.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/operator.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
share/blender/${PKGVERSION}/scripts/addons/io_export_pc2.py
share/blender/${PKGVERSION}/scripts/addons/io_export_unreal_psk_psa.py
share/blender/${PKGVERSION}/scripts/addons/io_import_gimp_image_to_scene.py
share/blender/${PKGVERSION}/scripts/addons/io_import_images_as_planes.py
share/blender/${PKGVERSION}/scripts/addons/io_import_scene_dxf.py
share/blender/${PKGVERSION}/scripts/addons/io_import_scene_lwo.py
share/blender/${PKGVERSION}/scripts/addons/io_import_scene_mhx.py
share/blender/${PKGVERSION}/scripts/addons/io_import_scene_unreal_psa_psk.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/atom_info.dat
share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/export_pdb.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/import_pdb.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/export_ply.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/import_ply.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/export_raw.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/import_raw.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/blender_utils.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/stl_utils.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_eps.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_png.py
share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_svg.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/export_3ds.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/import_3ds.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/cycles_shader_compat.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/import_fbx.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/parse_fbx.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_map/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_map/export_map.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_export.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_import.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_spec.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_strings.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_ui.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_utils.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/export_obj.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/import_obj.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_vrml2/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_vrml2/export_vrml2.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_x/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_x/export_x.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/export_x3d.py
share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/import_x3d.py
share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/import_edl.py
share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/parse_edl.py
share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/__init__.py
share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/export_mdd.py
share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/import_mdd.py
share/blender/${PKGVERSION}/scripts/addons/light_field_tools/__init__.py
share/blender/${PKGVERSION}/scripts/addons/light_field_tools/light_field_tools.py
share/blender/${PKGVERSION}/scripts/addons/mesh_bsurfaces.py
share/blender/${PKGVERSION}/scripts/addons/mesh_f2.py
share/blender/${PKGVERSION}/scripts/addons/mesh_inset/__init__.py
share/blender/${PKGVERSION}/scripts/addons/mesh_inset/geom.py
share/blender/${PKGVERSION}/scripts/addons/mesh_inset/model.py
share/blender/${PKGVERSION}/scripts/addons/mesh_inset/offset.py
share/blender/${PKGVERSION}/scripts/addons/mesh_inset/triquad.py
share/blender/${PKGVERSION}/scripts/addons/mesh_looptools.py
share/blender/${PKGVERSION}/scripts/addons/mesh_relax.py
share/blender/${PKGVERSION}/scripts/addons/mocap/__init__.py
share/blender/${PKGVERSION}/scripts/addons/mocap/mocap_constraints.py
share/blender/${PKGVERSION}/scripts/addons/mocap/mocap_tools.py
share/blender/${PKGVERSION}/scripts/addons/mocap/retarget.py
share/blender/${PKGVERSION}/scripts/addons/modules/constants_utils.py
share/blender/${PKGVERSION}/scripts/addons/modules/cursor_utils.py
share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/__init__.py
share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/ui.py
share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/util.py
share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/validate.py
share/blender/${PKGVERSION}/scripts/addons/modules/geometry_utils.py
share/blender/${PKGVERSION}/scripts/addons/modules/misc_utils.py
share/blender/${PKGVERSION}/scripts/addons/modules/rna_wiki_reference.py
share/blender/${PKGVERSION}/scripts/addons/modules/selection_utils.py
share/blender/${PKGVERSION}/scripts/addons/modules/ui_utils.py
share/blender/${PKGVERSION}/scripts/addons/netrender/__init__.py
share/blender/${PKGVERSION}/scripts/addons/netrender/baking.py
share/blender/${PKGVERSION}/scripts/addons/netrender/balancing.py
share/blender/${PKGVERSION}/scripts/addons/netrender/client.py
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/themes-preview.gif
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/themes.gif
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_flat_30_cccccc_40x100.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_flat_50_5c5c5c_40x100.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_20_555555_1x400.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_40_0078a3_1x400.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_40_ffc73d_1x400.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_gloss-wave_25_333333_500x100.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_inset-soft_25_000000_1x100.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_inset-soft_30_f58400_1x100.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_222222_256x240.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_4b8e0b_256x240.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_a83300_256x240.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_cccccc_256x240.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_ffffff_256x240.png
share/blender/${PKGVERSION}/scripts/addons/netrender/css/jquery-ui.css
share/blender/${PKGVERSION}/scripts/addons/netrender/css/jquery.themes.css
share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery-ui.js
share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery.js
share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery.themes.js
share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender-action.js
share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender-widget.js
share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender.js
share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender_balance.js
share/blender/${PKGVERSION}/scripts/addons/netrender/master.py
share/blender/${PKGVERSION}/scripts/addons/netrender/master_html.py
share/blender/${PKGVERSION}/scripts/addons/netrender/model.py
share/blender/${PKGVERSION}/scripts/addons/netrender/netrender.css
share/blender/${PKGVERSION}/scripts/addons/netrender/netrender.js
share/blender/${PKGVERSION}/scripts/addons/netrender/newui.html
share/blender/${PKGVERSION}/scripts/addons/netrender/operators.py
share/blender/${PKGVERSION}/scripts/addons/netrender/repath.py
share/blender/${PKGVERSION}/scripts/addons/netrender/slave.py
share/blender/${PKGVERSION}/scripts/addons/netrender/thumbnail.py
share/blender/${PKGVERSION}/scripts/addons/netrender/ui.py
share/blender/${PKGVERSION}/scripts/addons/netrender/utils.py
share/blender/${PKGVERSION}/scripts/addons/netrender/versioning.py
share/blender/${PKGVERSION}/scripts/addons/node_efficiency_tools.py
share/blender/${PKGVERSION}/scripts/addons/object_add_chain.py
share/blender/${PKGVERSION}/scripts/addons/object_animrenderbake.py
share/blender/${PKGVERSION}/scripts/addons/object_cloud_gen.py
share/blender/${PKGVERSION}/scripts/addons/object_edit_linked.py
share/blender/${PKGVERSION}/scripts/addons/object_fracture/__init__.py
share/blender/${PKGVERSION}/scripts/addons/object_fracture/data.blend
share/blender/${PKGVERSION}/scripts/addons/object_fracture/fracture_ops.py
share/blender/${PKGVERSION}/scripts/addons/object_fracture/fracture_setup.py
share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/__init__.py
share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_calc.py
share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_setup.py
share/blender/${PKGVERSION}/scripts/addons/object_grease_scatter.py
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/__init__.py
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/export.py
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/mesh_helpers.py
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/operators.py
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/readme.rst
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/report.py
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/todo.rst
share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/ui.py
share/blender/${PKGVERSION}/scripts/addons/paint_palette.py
share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/__init__.py
share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/operator.py
share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/panel.py
share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/presets.py
share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/translations.py
share/blender/${PKGVERSION}/scripts/addons/render_povray/__init__.py
share/blender/${PKGVERSION}/scripts/addons/render_povray/render.py
share/blender/${PKGVERSION}/scripts/addons/render_povray/ui.py
share/blender/${PKGVERSION}/scripts/addons/render_povray/update_files.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/__init__.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/exceptions.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/operators.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/ore_session.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/panels.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/prepare.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/rpc.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/upload.py
share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/utils.py
share/blender/${PKGVERSION}/scripts/addons/rigify/CREDITS
share/blender/${PKGVERSION}/scripts/addons/rigify/README
share/blender/${PKGVERSION}/scripts/addons/rigify/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/generate.py
share/blender/${PKGVERSION}/scripts/addons/rigify/metarig_menu.py
share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/human.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rig_lists.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rig_ui_template.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy_chain.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/deform.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/fk.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/ik.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/deform.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/fk.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/ik.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/limb_common.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/finger.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/misc/__init__.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/misc/delta.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/neck_short.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/palm.py
share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spine.py
share/blender/${PKGVERSION}/scripts/addons/rigify/ui.py
share/blender/${PKGVERSION}/scripts/addons/rigify/utils.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_3d_navigation.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_copy_attributes.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_materials_utils.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/__init__.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/draw.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/utils.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_panel_measure.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_screencast_keys.py
share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu.py
share/blender/${PKGVERSION}/scripts/addons/system_blend_info.py
share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/__init__.py
share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/config.py
share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/demo_mode.py
share/blender/${PKGVERSION}/scripts/addons/system_property_chart.py
share/blender/${PKGVERSION}/scripts/addons/texture_paint_layer_manager.py
share/blender/${PKGVERSION}/scripts/addons/ui_translate/__init__.py
share/blender/${PKGVERSION}/scripts/addons/ui_translate/edit_translation.py
share/blender/${PKGVERSION}/scripts/addons/ui_translate/settings.py
share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_addon.py
share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_svn.py
share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_ui.py
share/blender/${PKGVERSION}/scripts/addons/uv_bake_texture_to_vcols.py
share/blender/${PKGVERSION}/scripts/addons/uv_texture_atlas.py
share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/brown00.png
share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray00.png
share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray01.png
share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray02.png
share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray03.png
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/charcoalAlpha.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/oil.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/oilnoblend.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/opaqueBrushAlpha.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/opaqueDryBrushAlpha.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/smoothAlpha.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/washbrushAlpha.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/papers/whitepaper.jpg
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/dashed.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/dashedfine.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern00.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern01.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern02.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern03.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern04.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern05.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern06.bmp
share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern07.bmp
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/ChainingIterators.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/Functions0D.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/Functions1D.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/PredicatesB1D.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/PredicatesU0D.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/PredicatesU1D.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/anisotropic_diffusion.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/apriori_and_causal_density.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/apriori_density.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/backbone_stretcher.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/blueprint_circles.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/blueprint_ellipses.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/blueprint_squares.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/cartoon.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/contour.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/curvature2d.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/external_contour.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/external_contour_sketchy.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/external_contour_smooth.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/haloing.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/ignore_small_occlusions.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/invisible_lines.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/japanese_bigbrush.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/logical_operators.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/long_anisotropically_dense.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/multiple_parameterization.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/nature.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/near_lines.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/occluded_by_specific_object.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/parameter_editor.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/polygonalize.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi0.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi0_not_external_contour.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi1.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi2.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sequentialsplit_sketchy.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/shaders.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sketchy_multiple_parameterization.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sketchy_topology_broken.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sketchy_topology_preserved.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/split_at_highest_2d_curvatures.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/split_at_tvertices.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/stroke_texture.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/suggestive.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/thickness_fof_depth_discontinuity.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/tipremover.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/tvertex_remover.py
share/blender/${PKGVERSION}/scripts/freestyle/style_modules/uniformpruning_zsort.py
share/blender/${PKGVERSION}/scripts/modules/addon_utils.py
share/blender/${PKGVERSION}/scripts/modules/animsys_refactor.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/__init__.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/bl_extract_messages.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/merge_po.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings_user.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_languages_menu.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_rtl.py
share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_spell_check.py
share/blender/${PKGVERSION}/scripts/modules/blend_render_info.py
share/blender/${PKGVERSION}/scripts/modules/bpy/__init__.py
share/blender/${PKGVERSION}/scripts/modules/bpy/ops.py
share/blender/${PKGVERSION}/scripts/modules/bpy/path.py
share/blender/${PKGVERSION}/scripts/modules/bpy/utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/__init__.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/anim_utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/image_utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/io_utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/keyconfig_utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/mesh_utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/object_utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_extras/view3d_utils.py
share/blender/${PKGVERSION}/scripts/modules/bpy_restrict_state.py
share/blender/${PKGVERSION}/scripts/modules/bpy_types.py
share/blender/${PKGVERSION}/scripts/modules/bpyml.py
share/blender/${PKGVERSION}/scripts/modules/bpyml_ui.py
share/blender/${PKGVERSION}/scripts/modules/console/__init__.py
share/blender/${PKGVERSION}/scripts/modules/console/complete_calltip.py
share/blender/${PKGVERSION}/scripts/modules/console/complete_import.py
share/blender/${PKGVERSION}/scripts/modules/console/complete_namespace.py
share/blender/${PKGVERSION}/scripts/modules/console/intellisense.py
share/blender/${PKGVERSION}/scripts/modules/console_python.py
share/blender/${PKGVERSION}/scripts/modules/console_shell.py
share/blender/${PKGVERSION}/scripts/modules/graphviz_export.py
share/blender/${PKGVERSION}/scripts/modules/keyingsets_utils.py
share/blender/${PKGVERSION}/scripts/modules/nodeitems_utils.py
share/blender/${PKGVERSION}/scripts/modules/rna_info.py
share/blender/${PKGVERSION}/scripts/modules/rna_keymap_ui.py
share/blender/${PKGVERSION}/scripts/modules/rna_prop_ui.py
share/blender/${PKGVERSION}/scripts/modules/rna_xml.py
share/blender/${PKGVERSION}/scripts/modules/sys_info.py
share/blender/${PKGVERSION}/scripts/presets/camera/APS-C_DSLR.py
share/blender/${PKGVERSION}/scripts/presets/camera/Blender.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1100D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1DS.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_500D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_550D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_5D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_600D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_60D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Canon_7D.py
share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D300S.py
share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D3100.py
share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D3S.py
share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D5000.py
share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D5100.py
share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D7000.py
share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D90.py
share/blender/${PKGVERSION}/scripts/presets/camera/Red_Epic.py
share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_2K.py
share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_3K.py
share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_4K.py
share/blender/${PKGVERSION}/scripts/presets/camera/Sony_A55.py
share/blender/${PKGVERSION}/scripts/presets/camera/full_frame_35mm_film.py
share/blender/${PKGVERSION}/scripts/presets/camera/micro_four_thirds.py
share/blender/${PKGVERSION}/scripts/presets/camera/super_16_film.py
share/blender/${PKGVERSION}/scripts/presets/camera/super_35_film.py
share/blender/${PKGVERSION}/scripts/presets/cloth/cotton.py
share/blender/${PKGVERSION}/scripts/presets/cloth/denim.py
share/blender/${PKGVERSION}/scripts/presets/cloth/leather.py
share/blender/${PKGVERSION}/scripts/presets/cloth/rubber.py
share/blender/${PKGVERSION}/scripts/presets/cloth/silk.py
share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/direct_light.py
share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/full_global_illumination.py
share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/limited_global_illumination.py
share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/final.py
share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/preview.py
share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DV.py
share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DVD.py
share/blender/${PKGVERSION}/scripts/presets/ffmpeg/SVCD.py
share/blender/${PKGVERSION}/scripts/presets/ffmpeg/VCD.py
share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264.py
share/blender/${PKGVERSION}/scripts/presets/ffmpeg/theora.py
share/blender/${PKGVERSION}/scripts/presets/ffmpeg/xvid.py
share/blender/${PKGVERSION}/scripts/presets/fluid/honey.py
share/blender/${PKGVERSION}/scripts/presets/fluid/oil.py
share/blender/${PKGVERSION}/scripts/presets/fluid/water.py
share/blender/${PKGVERSION}/scripts/presets/framerate/23.98.py
share/blender/${PKGVERSION}/scripts/presets/framerate/24.py
share/blender/${PKGVERSION}/scripts/presets/framerate/25.py
share/blender/${PKGVERSION}/scripts/presets/framerate/29.97.py
share/blender/${PKGVERSION}/scripts/presets/framerate/30.py
share/blender/${PKGVERSION}/scripts/presets/framerate/50.py
share/blender/${PKGVERSION}/scripts/presets/framerate/59.94.py
share/blender/${PKGVERSION}/scripts/presets/framerate/60.py
share/blender/${PKGVERSION}/scripts/presets/framerate/Custom.py
share/blender/${PKGVERSION}/scripts/presets/interaction/3dsmax.py
share/blender/${PKGVERSION}/scripts/presets/interaction/blender.py
share/blender/${PKGVERSION}/scripts/presets/interaction/maya.py
share/blender/${PKGVERSION}/scripts/presets/interface_theme/back_to_black.xml
share/blender/${PKGVERSION}/scripts/presets/interface_theme/blender_24x.xml
share/blender/${PKGVERSION}/scripts/presets/interface_theme/elsyiun.xml
share/blender/${PKGVERSION}/scripts/presets/interface_theme/hexagon.xml
share/blender/${PKGVERSION}/scripts/presets/interface_theme/ubuntu_ambiance.xml
share/blender/${PKGVERSION}/scripts/presets/keyconfig/3dsmax.py
share/blender/${PKGVERSION}/scripts/presets/keyconfig/maya.py
share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py
share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_1080p.py
share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_720p.py
share/blender/${PKGVERSION}/scripts/presets/render/HDTV_1080p.py
share/blender/${PKGVERSION}/scripts/presets/render/HDTV_720p.py
share/blender/${PKGVERSION}/scripts/presets/render/HDV_1080p.py
share/blender/${PKGVERSION}/scripts/presets/render/HDV_NTSC_1080p.py
share/blender/${PKGVERSION}/scripts/presets/render/HDV_PAL_1080p.py
share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_16_colon_9.py
share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_4_colon_3.py
share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_16_colon_9.py
share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_4_colon_3.py
share/blender/${PKGVERSION}/scripts/presets/sss/apple.py
share/blender/${PKGVERSION}/scripts/presets/sss/chicken.py
share/blender/${PKGVERSION}/scripts/presets/sss/cream.py
share/blender/${PKGVERSION}/scripts/presets/sss/ketchup.py
share/blender/${PKGVERSION}/scripts/presets/sss/marble.py
share/blender/${PKGVERSION}/scripts/presets/sss/potato.py
share/blender/${PKGVERSION}/scripts/presets/sss/skim_milk.py
share/blender/${PKGVERSION}/scripts/presets/sss/skin1.py
share/blender/${PKGVERSION}/scripts/presets/sss/skin2.py
share/blender/${PKGVERSION}/scripts/presets/sss/whole_milk.py
share/blender/${PKGVERSION}/scripts/presets/sunsky/classic.py
share/blender/${PKGVERSION}/scripts/presets/sunsky/desert.py
share/blender/${PKGVERSION}/scripts/presets/sunsky/mountain.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blender.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1100D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1DS.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_500D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_550D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_5D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_600D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_60D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_7D.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D300S.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D3100.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D35.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D5000.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D5100.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D7000.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D90.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_Epic.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_2K.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_3K.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_4K.py
share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_A55.py
share/blender/${PKGVERSION}/scripts/presets/tracking_settings/blurry_footage.py
share/blender/${PKGVERSION}/scripts/presets/tracking_settings/default.py
share/blender/${PKGVERSION}/scripts/presets/tracking_settings/fast_motion.py
share/blender/${PKGVERSION}/scripts/presets/tracking_settings/planar.py
share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/default.py
share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/far_plane.py
share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/near_plane.py
share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/object.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/__init__.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/add_mesh_torus.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/anim.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/clip.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/console.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/freestyle.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/image.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/mask.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/mesh.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/node.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/object.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_align.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_quick_effects.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_randomize_transform.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/presets.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/rigidbody.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/screen_play_rendered_anim.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/sequencer.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_follow_active.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_lightmap.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_smart_project.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/vertexpaint_dirt.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/view3d.py
share/blender/${PKGVERSION}/scripts/startup/bl_operators/wm.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/__init__.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_animviz.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_constraint.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_armature.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_bone.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_camera.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_curve.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_empty.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lamp.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lattice.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_mesh.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_metaball.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_modifier.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_speaker.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_freestyle.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_game.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_mask_common.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_material.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_object.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_paint_common.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_particle.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_cloth.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_common.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_field.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_fluid.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_smoke.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_softbody.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render_layer.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_scene.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_texture.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_world.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_clip.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_console.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_dopesheet.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_filebrowser.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_graph.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_image.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_info.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_logic.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_nla.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_node.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_outliner.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_properties.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_sequencer.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_text.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_time.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_userpref.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d.py
share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d_toolbar.py
share/blender/${PKGVERSION}/scripts/startup/keyingsets_builtins.py
share/blender/${PKGVERSION}/scripts/startup/nodeitems_builtins.py
share/blender/${PKGVERSION}/scripts/templates_osl/empty_shader.osl
share/blender/${PKGVERSION}/scripts/templates_osl/noise.osl
share/blender/${PKGVERSION}/scripts/templates_osl/ramp_closure.osl
share/blender/${PKGVERSION}/scripts/templates_osl/temperature_to_rgb.osl
share/blender/${PKGVERSION}/scripts/templates_osl/wavelength_to_rgb.osl
share/blender/${PKGVERSION}/scripts/templates_osl/westin_closure.osl
share/blender/${PKGVERSION}/scripts/templates_osl/wireframe.osl
share/blender/${PKGVERSION}/scripts/templates_py/addon_add_object.py
share/blender/${PKGVERSION}/scripts/templates_py/background_job.py
share/blender/${PKGVERSION}/scripts/templates_py/batch_export.py
share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple.py
share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple_editmode.py
share/blender/${PKGVERSION}/scripts/templates_py/builtin_keyingset.py
share/blender/${PKGVERSION}/scripts/templates_py/custom_nodes.py
share/blender/${PKGVERSION}/scripts/templates_py/driver_functions.py
share/blender/${PKGVERSION}/scripts/templates_py/gamelogic.py
share/blender/${PKGVERSION}/scripts/templates_py/gamelogic_module.py
share/blender/${PKGVERSION}/scripts/templates_py/gamelogic_simple.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_file_export.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_file_import.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_add.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_modal.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_draw.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_timer.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d_raycast.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_node.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_simple.py
share/blender/${PKGVERSION}/scripts/templates_py/operator_uv.py
share/blender/${PKGVERSION}/scripts/templates_py/script_stub.py
share/blender/${PKGVERSION}/scripts/templates_py/ui_list.py
share/blender/${PKGVERSION}/scripts/templates_py/ui_list_simple.py
share/blender/${PKGVERSION}/scripts/templates_py/ui_menu.py
share/blender/${PKGVERSION}/scripts/templates_py/ui_menu_simple.py
share/blender/${PKGVERSION}/scripts/templates_py/ui_panel.py
share/blender/${PKGVERSION}/scripts/templates_py/ui_panel_simple.py
share/blender/GPL-license.txt
share/blender/GPL3-license.txt
share/blender/LICENSE-bfont.ttf.txt
share/blender/LICENSE-bmonofont-i18n.ttf.txt
share/blender/LICENSE-droidsans.ttf.txt
share/blender/Python-license.txt
share/blender/blender
share/blender/blenderplayer
share/blender/copyright.txt
share/blender/jemalloc-license.txt
share/blender/readme.html
@pkgdir share/blender/${PKGVERSION}/python/lib/python3.3/site-packages