Sat Dec 19 20:52:12 2015 UTC ()
Update blender to 2.76b

Fixes build with python35  (PR pkg/50566)

Blender 2.76, released Oct 9, 2015. (Update 2.76b is from Nov 3 2015).
- Initial support for Pixar's OpenSubdiv geometry subdivision technology.
- A huge view-port performance boost.
- Big file browser performance boost and arrow keys navigation support.
- Node auto-offset feature that helps organizing node layouts.
- Absolute grid snapping in the 3D view.
- Sculpting with tiled strokes.
- Text effect strips for the sequencer, supporting subtitle export
- As usual, hundreds of bugs fixed and other improvements!

Blender 2.75a release.
- Blender now supports a fully integrated Multi-View and Stereo 3D pipeline
- Cycles has much awaited initial support for AMD GPUs, and a new Light
  Portals feature.
- UI now allows font previews in the file browser.
- High quality options for viewport depth of field were added
- Modeling has a new Corrective Smooth modifier.
- The Decimate modifier was improved significantly.
- 3D viewport painting now supports symmetry and the distribution of Dynamic
  Topology was improved
- Video Sequence Editor: Placeholders can now replace missing frames of
  image sequences
- Game Engine now allows smoother LOD transitions, and supports mist
  attributes animation
- And: 100s of bug fixes and smaller feature improvements.


(markd)
diff -r1.116 -r1.117 pkgsrc/graphics/blender/Makefile
diff -r1.21 -r1.22 pkgsrc/graphics/blender/PLIST
diff -r1.3 -r1.4 pkgsrc/graphics/blender/PLIST.Linux
diff -r1.3 -r1.4 pkgsrc/graphics/blender/PLIST.NetBSD
diff -r1.45 -r1.46 pkgsrc/graphics/blender/distinfo
diff -r1.1 -r1.2 pkgsrc/graphics/blender/patches/patch-intern_guardedalloc_intern_mallocn__intern.h

cvs diff -r1.116 -r1.117 pkgsrc/graphics/blender/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/blender/Makefile 2015/12/15 09:46:27 1.116
+++ pkgsrc/graphics/blender/Makefile 2015/12/19 20:52:12 1.117
@@ -1,26 +1,24 @@ @@ -1,26 +1,24 @@
1# $NetBSD: Makefile,v 1.116 2015/12/15 09:46:27 markd Exp $ 1# $NetBSD: Makefile,v 1.117 2015/12/19 20:52:12 markd Exp $
2 2
3DISTNAME= blender-2.74 3DISTNAME= blender-2.76b
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://download.blender.org/source/ 5MASTER_SITES= http://download.blender.org/source/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.blender.org/ 8HOMEPAGE= http://www.blender.org/
9COMMENT= Fully integrated 3D graphics creation suite 9COMMENT= Fully integrated 3D graphics creation suite
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12#WRKSRC= ${WRKDIR}/blender-2.71 
13 
14USE_TOOLS+= gmake sed 12USE_TOOLS+= gmake sed
15USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
16 14
17PYTHON_VERSIONS_ACCEPTED= 35 34 33 15PYTHON_VERSIONS_ACCEPTED= 35 34 33
18GCC_REQD+= 4.7 16GCC_REQD+= 4.7
19 17
20BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons 18BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons
21 19
22.include "options.mk" 20.include "options.mk"
23 21
24INSTALLATION_DIRS= bin share/blender 22INSTALLATION_DIRS= bin share/blender
25 23
26.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) 24.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
@@ -54,33 +52,36 @@ SCONS_ARGS+= BF_TIFF=${BUILDLINK_PREFIX. @@ -54,33 +52,36 @@ SCONS_ARGS+= BF_TIFF=${BUILDLINK_PREFIX.
54SCONS_ARGS+= BF_GETTEXT=${BUILDLINK_PREFIX.gettext-tools} 52SCONS_ARGS+= BF_GETTEXT=${BUILDLINK_PREFIX.gettext-tools}
55SCONS_ARGS+= BF_FREETYPE=${BUILDLINK_PREFIX.freetype2} 53SCONS_ARGS+= BF_FREETYPE=${BUILDLINK_PREFIX.freetype2}
56SCONS_ARGS+= BF_OPENJPEG=${BUILDLINK_PREFIX.openjpeg15} 54SCONS_ARGS+= BF_OPENJPEG=${BUILDLINK_PREFIX.openjpeg15}
57SCONS_ARGS+= BF_OPENJPEG_INC=${BUILDLINK_PREFIX.openjpeg15}/include/openjpeg-1.5 55SCONS_ARGS+= BF_OPENJPEG_INC=${BUILDLINK_PREFIX.openjpeg15}/include/openjpeg-1.5
58SCONS_ARGS+= BF_OPENGL=${BUILDLINK_PREFIX.Mesa} 56SCONS_ARGS+= BF_OPENGL=${BUILDLINK_PREFIX.Mesa}
59SCONS_ARGS+= BF_PCRE=${BUILDLINK_PREFIX.pcre} 57SCONS_ARGS+= BF_PCRE=${BUILDLINK_PREFIX.pcre}
60#SCONS_ARGS+= BF_FFMPEG=${BUILDLINK_PREFIX.ffmpeg010} 58#SCONS_ARGS+= BF_FFMPEG=${BUILDLINK_PREFIX.ffmpeg010}
61#SCONS_ARGS+= BF_FFMPEG_INC=${BUILDLINK_PREFIX.ffmpeg010}/include/ffmpeg010 59#SCONS_ARGS+= BF_FFMPEG_INC=${BUILDLINK_PREFIX.ffmpeg010}/include/ffmpeg010
62#SCONS_ARGS+= BF_FFMPEG_LIBPATH='${BUILDLINK_PREFIX.ffmpeg010}/lib/ffmpeg010' 60#SCONS_ARGS+= BF_FFMPEG_LIBPATH='${BUILDLINK_PREFIX.ffmpeg010}/lib/ffmpeg010'
63SCONS_ARGS+= BF_FFTW3=${BUILDLINK_PREFIX.fftw} 61SCONS_ARGS+= BF_FFTW3=${BUILDLINK_PREFIX.fftw}
64SCONS_ARGS+= BF_INSTALLDIR=${DESTDIR}${PREFIX}/share/blender 62SCONS_ARGS+= BF_INSTALLDIR=${DESTDIR}${PREFIX}/share/blender
65 63
66PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 64PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
 65PLIST_SUBST+= BLENDERVER=${PKGVERSION:C/[a-z]//}
67 66
68.if !empty(MACHINE_PLATFORM:MNetBSD-7.*) 67.if !empty(MACHINE_PLATFORM:MNetBSD-7.*)
69PLIST_SUBST+= NETBSDVER=netbsd7 68PLIST_SUBST+= NETBSDVER=netbsd7
70.else 69.else
71PLIST_SUBST+= NETBSDVER=netbsd6 70PLIST_SUBST+= NETBSDVER=netbsd6
72.endif 71.endif
73 72
 73PLIST_VARS+= py34 py35
 74
74post-patch: 75post-patch:
75 cd ${WRKSRC}/build_files/scons/config/; ln netbsd6-config.py netbsd7-config.py 76 cd ${WRKSRC}/build_files/scons/config/; ln netbsd6-config.py netbsd7-config.py
76 77
77# I cannot separate build and install... 78# I cannot separate build and install...
78do-build: 79do-build:
79 80
80# build is done in install phase. 81# build is done in install phase.
81do-install: 82do-install:
82 cd ${WRKSRC:Q} && ${PKGSRC_SETENV} ${MAKE_ENV} \ 83 cd ${WRKSRC:Q} && ${PKGSRC_SETENV} ${MAKE_ENV} \
83 ${LOCALBASE}/bin/scons ${SCONS_ARGS} ${_MAKE_JOBS} 84 ${LOCALBASE}/bin/scons ${SCONS_ARGS} ${_MAKE_JOBS}
84 85
85CHECK_INTERPRETER_SKIP= share/blender/${DISTNAME:S/blender-//:C/[a-z]//}/scripts/*.py share/blender/${DISTNAME:S/blender-//:C/[a-z]//}datafiles/*.py \ 86CHECK_INTERPRETER_SKIP= share/blender/${DISTNAME:S/blender-//:C/[a-z]//}/scripts/*.py share/blender/${DISTNAME:S/blender-//:C/[a-z]//}datafiles/*.py \
86 share/blender/${DISTNAME:S/blender-//:C/[a-z]//}/python/lib/python3.3/venv/scripts/posix/pydoc 87 share/blender/${DISTNAME:S/blender-//:C/[a-z]//}/python/lib/python3.3/venv/scripts/posix/pydoc
@@ -101,14 +102,20 @@ post-install: @@ -101,14 +102,20 @@ post-install:
101.include "../../graphics/freetype2/buildlink3.mk" 102.include "../../graphics/freetype2/buildlink3.mk"
102#.include "../../graphics/glew/buildlink3.mk" 103#.include "../../graphics/glew/buildlink3.mk"
103.include "../../graphics/openexr/buildlink3.mk" 104.include "../../graphics/openexr/buildlink3.mk"
104.include "../../graphics/openimageio/buildlink3.mk" 105.include "../../graphics/openimageio/buildlink3.mk"
105.include "../../graphics/openjpeg15/buildlink3.mk" 106.include "../../graphics/openjpeg15/buildlink3.mk"
106.include "../../graphics/png/buildlink3.mk" 107.include "../../graphics/png/buildlink3.mk"
107.include "../../graphics/tiff/buildlink3.mk" 108.include "../../graphics/tiff/buildlink3.mk"
108.include "../../math/fftw/buildlink3.mk" 109.include "../../math/fftw/buildlink3.mk"
109#.include "../../multimedia/ffmpeg010/buildlink3.mk" 110#.include "../../multimedia/ffmpeg010/buildlink3.mk"
110.include "../../security/openssl/buildlink3.mk" 111.include "../../security/openssl/buildlink3.mk"
111 112
112.include "../../lang/python/application.mk" 113.include "../../lang/python/application.mk"
113 114
 115.if ${PYVERSSUFFIX} == "3.4"
 116PLIST.py34= yes
 117.elif ${PYVERSSUFFIX} == "3.5"
 118PLIST.py35= yes
 119.endif
 120
114.include "../../mk/bsd.pkg.mk" 121.include "../../mk/bsd.pkg.mk"

cvs diff -r1.21 -r1.22 pkgsrc/graphics/blender/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/blender/PLIST 2015/12/15 09:46:27 1.21
+++ pkgsrc/graphics/blender/PLIST 2015/12/19 20:52:12 1.22
@@ -1,1423 +1,1498 @@ @@ -1,1423 +1,1498 @@
1@comment $NetBSD: PLIST,v 1.21 2015/12/15 09:46:27 markd Exp $ 1@comment $NetBSD: PLIST,v 1.22 2015/12/19 20:52:12 markd Exp $
2bin/blender 2bin/blender
3share/blender/${PKGVERSION}/datafiles/fonts/bmonofont-i18n.ttf.gz 3share/blender/${BLENDERVER}/datafiles/fonts/bmonofont-i18n.ttf.gz
4share/blender/${PKGVERSION}/datafiles/fonts/droidsans.ttf.gz 4share/blender/${BLENDERVER}/datafiles/fonts/droidsans.ttf.gz
5share/blender/${PKGVERSION}/datafiles/locale/ar/LC_MESSAGES/blender.mo 5share/blender/${BLENDERVER}/datafiles/locale/ar/LC_MESSAGES/blender.mo
6share/blender/${PKGVERSION}/datafiles/locale/ar_raw/LC_MESSAGES/blender.mo 6share/blender/${BLENDERVER}/datafiles/locale/ca/LC_MESSAGES/blender.mo
7share/blender/${PKGVERSION}/datafiles/locale/ca/LC_MESSAGES/blender.mo 7share/blender/${BLENDERVER}/datafiles/locale/cs/LC_MESSAGES/blender.mo
8share/blender/${PKGVERSION}/datafiles/locale/cs/LC_MESSAGES/blender.mo 8share/blender/${BLENDERVER}/datafiles/locale/de/LC_MESSAGES/blender.mo
9share/blender/${PKGVERSION}/datafiles/locale/de/LC_MESSAGES/blender.mo 9share/blender/${BLENDERVER}/datafiles/locale/eo/LC_MESSAGES/blender.mo
10share/blender/${PKGVERSION}/datafiles/locale/eo/LC_MESSAGES/blender.mo 10share/blender/${BLENDERVER}/datafiles/locale/es/LC_MESSAGES/blender.mo
11share/blender/${PKGVERSION}/datafiles/locale/es/LC_MESSAGES/blender.mo 11share/blender/${BLENDERVER}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
12share/blender/${PKGVERSION}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo 12share/blender/${BLENDERVER}/datafiles/locale/fa/LC_MESSAGES/blender.mo
13share/blender/${PKGVERSION}/datafiles/locale/fa/LC_MESSAGES/blender.mo 13share/blender/${BLENDERVER}/datafiles/locale/fr/LC_MESSAGES/blender.mo
14share/blender/${PKGVERSION}/datafiles/locale/fa_raw/LC_MESSAGES/blender.mo 14share/blender/${BLENDERVER}/datafiles/locale/he/LC_MESSAGES/blender.mo
15share/blender/${PKGVERSION}/datafiles/locale/fr/LC_MESSAGES/blender.mo 15share/blender/${BLENDERVER}/datafiles/locale/hi/LC_MESSAGES/blender.mo
16share/blender/${PKGVERSION}/datafiles/locale/he/LC_MESSAGES/blender.mo 16share/blender/${BLENDERVER}/datafiles/locale/hr/LC_MESSAGES/blender.mo
17share/blender/${PKGVERSION}/datafiles/locale/he_raw/LC_MESSAGES/blender.mo 17share/blender/${BLENDERVER}/datafiles/locale/hu/LC_MESSAGES/blender.mo
18share/blender/${PKGVERSION}/datafiles/locale/hi/LC_MESSAGES/blender.mo 18share/blender/${BLENDERVER}/datafiles/locale/id/LC_MESSAGES/blender.mo
19share/blender/${PKGVERSION}/datafiles/locale/hr/LC_MESSAGES/blender.mo 19share/blender/${BLENDERVER}/datafiles/locale/it/LC_MESSAGES/blender.mo
20share/blender/${PKGVERSION}/datafiles/locale/hu/LC_MESSAGES/blender.mo 20share/blender/${BLENDERVER}/datafiles/locale/ja/LC_MESSAGES/blender.mo
21share/blender/${PKGVERSION}/datafiles/locale/id/LC_MESSAGES/blender.mo 21share/blender/${BLENDERVER}/datafiles/locale/ko/LC_MESSAGES/blender.mo
22share/blender/${PKGVERSION}/datafiles/locale/it/LC_MESSAGES/blender.mo 22share/blender/${BLENDERVER}/datafiles/locale/ky/LC_MESSAGES/blender.mo
23share/blender/${PKGVERSION}/datafiles/locale/ja/LC_MESSAGES/blender.mo 23share/blender/${BLENDERVER}/datafiles/locale/languages
24share/blender/${PKGVERSION}/datafiles/locale/ko/LC_MESSAGES/blender.mo 24share/blender/${BLENDERVER}/datafiles/locale/nl/LC_MESSAGES/blender.mo
25share/blender/${PKGVERSION}/datafiles/locale/ky/LC_MESSAGES/blender.mo 25share/blender/${BLENDERVER}/datafiles/locale/pl/LC_MESSAGES/blender.mo
26share/blender/${PKGVERSION}/datafiles/locale/languages 26share/blender/${BLENDERVER}/datafiles/locale/pt/LC_MESSAGES/blender.mo
27share/blender/${PKGVERSION}/datafiles/locale/nl/LC_MESSAGES/blender.mo 27share/blender/${BLENDERVER}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
28share/blender/${PKGVERSION}/datafiles/locale/pl/LC_MESSAGES/blender.mo 28share/blender/${BLENDERVER}/datafiles/locale/ru/LC_MESSAGES/blender.mo
29share/blender/${PKGVERSION}/datafiles/locale/pt/LC_MESSAGES/blender.mo 29share/blender/${BLENDERVER}/datafiles/locale/sr/LC_MESSAGES/blender.mo
30share/blender/${PKGVERSION}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo 30share/blender/${BLENDERVER}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
31share/blender/${PKGVERSION}/datafiles/locale/ru/LC_MESSAGES/blender.mo 31share/blender/${BLENDERVER}/datafiles/locale/sv/LC_MESSAGES/blender.mo
32share/blender/${PKGVERSION}/datafiles/locale/sr/LC_MESSAGES/blender.mo 32share/blender/${BLENDERVER}/datafiles/locale/tr/LC_MESSAGES/blender.mo
33share/blender/${PKGVERSION}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo 33share/blender/${BLENDERVER}/datafiles/locale/uk/LC_MESSAGES/blender.mo
34share/blender/${PKGVERSION}/datafiles/locale/sv/LC_MESSAGES/blender.mo 34share/blender/${BLENDERVER}/datafiles/locale/vi/LC_MESSAGES/blender.mo
35share/blender/${PKGVERSION}/datafiles/locale/tr/LC_MESSAGES/blender.mo 35share/blender/${BLENDERVER}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
36share/blender/${PKGVERSION}/datafiles/locale/uk/LC_MESSAGES/blender.mo 36share/blender/${BLENDERVER}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
37share/blender/${PKGVERSION}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo 37share/blender/${BLENDERVER}/python/bin/python${PYVERSSUFFIX}
38share/blender/${PKGVERSION}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo 38share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/LICENSE.txt
39share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/LICENSE.txt 39share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__future__.py
40share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/__future__.py 40share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__phello__.foo.py
41share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/__phello__.foo.py 41share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_bootlocale.py
42share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_bootlocale.py 42share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_collections_abc.py
43share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_collections_abc.py 43share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compat_pickle.py
44share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_compat_pickle.py 44${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compression.py
45share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_dummy_thread.py 45share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_dummy_thread.py
46share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_markupbase.py 46share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_markupbase.py
47share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_osx_support.py 47share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_osx_support.py
48share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_pyio.py 48${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pydecimal.py
49share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_sitebuiltins.py 49share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pyio.py
50share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_strptime.py 50share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sitebuiltins.py
51share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_sysconfigdata.py 51share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_strptime.py
52share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_threading_local.py 52share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sysconfigdata.py
53share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_weakrefset.py 53share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_threading_local.py
54share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/abc.py 54share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_weakrefset.py
55share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/aifc.py 55share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/abc.py
56share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/antigravity.py 56share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/aifc.py
57share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/argparse.py 57share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/antigravity.py
58share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ast.py 58share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/argparse.py
59share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asynchat.py 59share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ast.py
60share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/__init__.py 60share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asynchat.py
61share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/base_events.py 61share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/__init__.py
62share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/base_subprocess.py 62share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_events.py
63share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/constants.py 63share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_subprocess.py
64share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/coroutines.py 64${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/compat.py
65share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/events.py 65share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/constants.py
66share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/futures.py 66share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/coroutines.py
67share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/locks.py 67share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/events.py
68share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/log.py 68share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/futures.py
69share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/proactor_events.py 69share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/locks.py
70share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/protocols.py 70share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/log.py
71share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/queues.py 71share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/proactor_events.py
72share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/selector_events.py 72share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/protocols.py
73share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/sslproto.py 73share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/queues.py
74share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/streams.py 74share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/selector_events.py
75share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/subprocess.py 75share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/sslproto.py
76share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/tasks.py 76share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/streams.py
77share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/test_utils.py 77share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/subprocess.py
78share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/transports.py 78share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/tasks.py
79share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/unix_events.py 79share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/test_utils.py
80share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_events.py 80share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/transports.py
81share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_utils.py 81share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/unix_events.py
82share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncore.py 82share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_events.py
83share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/base64.py 83share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_utils.py
84share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/bdb.py 84share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncore.py
85share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/binhex.py 85share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/base64.py
86share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/bisect.py 86share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bdb.py
87share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/bz2.py 87share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/binhex.py
88share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cProfile.py 88share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bisect.py
89share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/calendar.py 89share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bz2.py
90share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cgi.py 90share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cProfile.py
91share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cgitb.py 91share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/calendar.py
92share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/chunk.py 92share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgi.py
93share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cmd.py 93share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgitb.py
94share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/code.py 94share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/chunk.py
95share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/codecs.py 95share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cmd.py
96share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/codeop.py 96share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/code.py
97share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/collections/__init__.py 97share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codecs.py
98share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/collections/__main__.py 98share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codeop.py
99share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/collections/abc.py 99share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/__init__.py
100share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/colorsys.py 100share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/__main__.py
101share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/compileall.py 101share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/abc.py
102share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/__init__.py 102share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/colorsys.py
103share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/__init__.py 103share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/compileall.py
104share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/_base.py 104share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/__init__.py
105share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/process.py 105share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/__init__.py
106share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/thread.py 106share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/_base.py
107share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/configparser.py 107share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/process.py
108share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/contextlib.py 108share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/thread.py
109share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/copy.py 109share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/configparser.py
110share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/copyreg.py 110share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/contextlib.py
111share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/crypt.py 111share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copy.py
112share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/csv.py 112share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copyreg.py
113share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/__init__.py 113share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/crypt.py
114share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/_endian.py 114share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/csv.py
115share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/README.ctypes 115share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/__init__.py
116share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/__init__.py 116share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/_endian.py
117share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dyld.py 117share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/README.ctypes
118share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dylib.py 118share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/__init__.py
119share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib 119share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dyld.py
120share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib.bat 120share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dylib.py
121share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/framework.py 121share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib
122share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/util.py 122share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib.bat
123share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/wintypes.py 123share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/framework.py
124share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/__init__.py 124share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/util.py
125share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/ascii.py 125share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/wintypes.py
126share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/has_key.py 126share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/__init__.py
127share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/panel.py 127share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/ascii.py
128share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/textpad.py 128share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/has_key.py
129share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/datetime.py 129share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/panel.py
130share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/__init__.py 130share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/textpad.py
131share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/dumb.py 131share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/datetime.py
132share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/gnu.py 132share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/__init__.py
133share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/ndbm.py 133share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/dumb.py
134share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/decimal.py 134share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/gnu.py
135share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/difflib.py 135share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/ndbm.py
136share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dis.py 136share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/decimal.py
137share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/doctest.py 137share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/difflib.py
138share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dummy_threading.py 138share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dis.py
139share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/__init__.py 139share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/doctest.py
140share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_encoded_words.py 140share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dummy_threading.py
141share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_header_value_parser.py 141share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/__init__.py
142share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_parseaddr.py 142share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_encoded_words.py
143share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_policybase.py 143share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_header_value_parser.py
144share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/architecture.rst 144share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_parseaddr.py
145share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/base64mime.py 145share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_policybase.py
146share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/charset.py 146share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/architecture.rst
147share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/contentmanager.py 147share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/base64mime.py
148share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/encoders.py 148share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/charset.py
149share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/errors.py 149share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/contentmanager.py
150share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/feedparser.py 150share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/encoders.py
151share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/generator.py 151share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/errors.py
152share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/header.py 152share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/feedparser.py
153share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/headerregistry.py 153share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/generator.py
154share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/iterators.py 154share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/header.py
155share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/message.py 155share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/headerregistry.py
156share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/__init__.py 156share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/iterators.py
157share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/application.py 157share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/message.py
158share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/audio.py 158share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/__init__.py
159share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/base.py 159share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/application.py
160share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/image.py 160share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/audio.py
161share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/message.py 161share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/base.py
162share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/multipart.py 162share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/image.py
163share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/nonmultipart.py 163share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/message.py
164share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/text.py 164share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/multipart.py
165share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/parser.py 165share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/nonmultipart.py
166share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/policy.py 166share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/text.py
167share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/quoprimime.py 167share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/parser.py
168share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/utils.py 168share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/policy.py
169share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/__init__.py 169share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/quoprimime.py
170share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/aliases.py 170share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/utils.py
171share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/ascii.py 171share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/__init__.py
172share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/base64_codec.py 172share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/aliases.py
173share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/big5.py 173share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ascii.py
174share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/big5hkscs.py 174share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/base64_codec.py
175share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/bz2_codec.py 175share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5.py
176share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/charmap.py 176share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5hkscs.py
177share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp037.py 177share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/bz2_codec.py
178share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1006.py 178share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/charmap.py
179share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1026.py 179share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp037.py
180share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1125.py 180share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1006.py
181share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1140.py 181share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1026.py
182share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1250.py 182share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1125.py
183share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1251.py 183share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1140.py
184share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1252.py 184share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1250.py
185share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1253.py 185share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1251.py
186share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1254.py 186share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1252.py
187share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1255.py 187share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1253.py
188share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1256.py 188share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1254.py
189share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1257.py 189share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1255.py
190share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1258.py 190share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1256.py
191share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp273.py 191share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1257.py
192share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp424.py 192share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1258.py
193share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp437.py 193share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp273.py
194share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp500.py 194share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp424.py
195share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp65001.py 195share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp437.py
196share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp720.py 196share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp500.py
197share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp737.py 197share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp65001.py
198share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp775.py 198share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp720.py
199share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp850.py 199share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp737.py
200share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp852.py 200share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp775.py
201share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp855.py 201share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp850.py
202share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp856.py 202share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp852.py
203share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp857.py 203share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp855.py
204share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp858.py 204share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp856.py
205share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp860.py 205share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp857.py
206share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp861.py 206share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp858.py
207share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp862.py 207share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp860.py
208share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp863.py 208share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp861.py
209share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp864.py 209share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp862.py
210share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp865.py 210share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp863.py
211share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp866.py 211share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp864.py
212share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp869.py 212share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp865.py
213share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp874.py 213share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp866.py
214share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp875.py 214share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp869.py
215share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp932.py 215share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp874.py
216share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp949.py 216share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp875.py
217share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp950.py 217share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp932.py
218share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jis_2004.py 218share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp949.py
219share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jisx0213.py 219share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp950.py
220share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jp.py 220share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jis_2004.py
221share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_kr.py 221share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jisx0213.py
222share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/gb18030.py 222share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jp.py
223share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/gb2312.py 223share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_kr.py
224share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/gbk.py 224share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb18030.py
225share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/hex_codec.py 225share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb2312.py
226share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/hp_roman8.py 226share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gbk.py
227share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/hz.py 227share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hex_codec.py
228share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/idna.py 228share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hp_roman8.py
229share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp.py 229share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hz.py
230share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_1.py 230share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/idna.py
231share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2.py 231share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp.py
232share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2004.py 232share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_1.py
233share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_3.py 233share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2.py
234share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_ext.py 234share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2004.py
235share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_kr.py 235share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_3.py
236share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_1.py 236share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_ext.py
237share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_10.py 237share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_kr.py
238share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_11.py 238share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_1.py
239share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_13.py 239share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_10.py
240share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_14.py 240share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_11.py
241share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_15.py 241share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_13.py
242share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_16.py 242share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_14.py
243share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_2.py 243share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_15.py
244share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_3.py 244share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_16.py
245share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_4.py 245share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_2.py
246share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_5.py 246share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_3.py
247share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_6.py 247share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_4.py
248share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_7.py 248share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_5.py
249share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_8.py 249share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_6.py
250share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_9.py 250share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_7.py
251share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/johab.py 251share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_8.py
252share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_r.py 252share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_9.py
253share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_u.py 253share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/johab.py
254share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/latin_1.py 254share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_r.py
255share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_arabic.py 255${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_t.py
256share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_centeuro.py 256share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_u.py
257share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_croatian.py 257${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/kz1048.py
258share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_cyrillic.py 258share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/latin_1.py
259share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_farsi.py 259share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_arabic.py
260share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_greek.py 260share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_centeuro.py
261share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_iceland.py 261share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_croatian.py
262share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_latin2.py 262share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_cyrillic.py
263share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_roman.py 263share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_farsi.py
264share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_romanian.py 264share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_greek.py
265share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_turkish.py 265share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_iceland.py
266share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mbcs.py 266share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_latin2.py
267share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/palmos.py 267share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_roman.py
268share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/ptcp154.py 268share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_romanian.py
269share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/punycode.py 269share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_turkish.py
270share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/quopri_codec.py 270share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mbcs.py
271share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/raw_unicode_escape.py 271share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/palmos.py
272share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/rot_13.py 272share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ptcp154.py
273share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis.py 273share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/punycode.py
274share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis_2004.py 274share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/quopri_codec.py
275share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jisx0213.py 275share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/raw_unicode_escape.py
276share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/tis_620.py 276share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/rot_13.py
277share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/undefined.py 277share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis.py
278share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_escape.py 278share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis_2004.py
279share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_internal.py 279share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jisx0213.py
280share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16.py 280share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/tis_620.py
281share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_be.py 281share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/undefined.py
282share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_le.py 282share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_escape.py
283share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32.py 283share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_internal.py
284share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_be.py 284share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16.py
285share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_le.py 285share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_be.py
286share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_7.py 286share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_le.py
287share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8.py 287share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32.py
288share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8_sig.py 288share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_be.py
289share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/uu_codec.py 289share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_le.py
290share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/zlib_codec.py 290share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_7.py
291share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/__init__.py 291share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8.py
292share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/__main__.py 292share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8_sig.py
293share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl 293share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/uu_codec.py
294share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl 294share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/zlib_codec.py
295share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/_uninstall.py 295share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__init__.py
296share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/enum.py 296share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__main__.py
297share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/filecmp.py 297${PLIST.py34}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl
298share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/fileinput.py 298${PLIST.py34}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl
299share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/fnmatch.py 299${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
300share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/formatter.py 300${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
301share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/fractions.py 301share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_uninstall.py
302share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ftplib.py 302share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/enum.py
303share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/functools.py 303share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/filecmp.py
304share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/genericpath.py 304share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fileinput.py
305share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/getopt.py 305share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fnmatch.py
306share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/getpass.py 306share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/formatter.py
307share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/gettext.py 307share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fractions.py
308share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/glob.py 308share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ftplib.py
309share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/gzip.py 309share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/functools.py
310share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/hashlib.py 310share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/genericpath.py
311share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/heapq.py 311share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getopt.py
312share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/hmac.py 312share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getpass.py
313share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/html/__init__.py 313share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gettext.py
314share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/html/entities.py 314share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/glob.py
315share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/html/parser.py 315share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gzip.py
316share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/__init__.py 316share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hashlib.py
317share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/client.py 317share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/heapq.py
318share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/cookiejar.py 318share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hmac.py
319share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/cookies.py 319share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/__init__.py
320share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/server.py 320share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/entities.py
321share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/imaplib.py 321share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/parser.py
322share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/imghdr.py 322share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/__init__.py
323share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/imp.py 323share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/client.py
324share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/__init__.py 324share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookiejar.py
325share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap.py 325share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookies.py
326share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/abc.py 326share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/server.py
327share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/machinery.py 327share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imaplib.py
328share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/util.py 328share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imghdr.py
329share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/inspect.py 329share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imp.py
330share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/io.py 330share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/__init__.py
331share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ipaddress.py 331share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap.py
332share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/__init__.py 332${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap_external.py
333share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/decoder.py 333share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/abc.py
334share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/encoder.py 334share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/machinery.py
335share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/scanner.py 335share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/util.py
336share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/tool.py 336share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/inspect.py
337share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/keyword.py 337share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/io.py
338share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bisect.so 338share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ipaddress.py
339share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bz2.so 339share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/__init__.py
340share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_cn.so 340share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/decoder.py
341share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_hk.so 341share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/encoder.py
342share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_iso2022.so 342share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/scanner.py
343share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_jp.so 343share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/tool.py
344share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_kr.so 344share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/keyword.py
345share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_tw.so 345share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bisect.so
346share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_crypt.so 346share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bz2.so
347share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_csv.so 347share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_cn.so
348share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes.so 348share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_hk.so
349share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes_test.so 349share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_iso2022.so
350share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_datetime.so 350share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_jp.so
351share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_dbm.so 351share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_kr.so
352share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_decimal.so 352share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_tw.so
353share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_hashlib.so 353share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_crypt.so
354share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_heapq.so 354share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_csv.so
355share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_json.so 355share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes.so
356share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lsprof.so 356share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes_test.so
357share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lzma.so 357share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_datetime.so
358share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_md5.so 358share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_dbm.so
359share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multibytecodec.so 359share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_decimal.so
360share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multiprocessing.so 360share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_hashlib.so
361share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_opcode.so 361share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_heapq.so
362share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_pickle.so 362share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_json.so
363share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_posixsubprocess.so 363share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lsprof.so
364share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_random.so 364share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lzma.so
365share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha1.so 365share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_md5.so
366share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha256.so 366share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multibytecodec.so
367share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha512.so 367share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multiprocessing.so
368share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_socket.so 368share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_opcode.so
369share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ssl.so 369share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_pickle.so
370share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_struct.so 370share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_posixsubprocess.so
371share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testbuffer.so 371share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_random.so
372share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testcapi.so 372share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha1.so
373share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testimportmultiple.so 373share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha256.so
374share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/array.so 374share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha512.so
375share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/audioop.so 375share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_socket.so
376share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/binascii.so 376share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ssl.so
377share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/cmath.so 377share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_struct.so
378share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/fcntl.so 378share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testbuffer.so
379share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/grp.so 379share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testcapi.so
380share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/math.so 380share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testimportmultiple.so
381share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/mmap.so 381${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testmultiphase.so
382share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/nis.so 382share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/array.so
383share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/parser.so 383share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/audioop.so
384share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/resource.so 384share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/binascii.so
385share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/select.so 385share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/cmath.so
386share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/syslog.so 386share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/fcntl.so
387share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/termios.so 387share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/grp.so
388share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/time.so 388share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/math.so
389share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/unicodedata.so 389share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/mmap.so
390share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/zlib.so 390share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/nis.so
391share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/linecache.py 391share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/parser.so
392share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/locale.py 392share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/resource.so
393share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/logging/__init__.py 393share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/select.so
394share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/logging/config.py 394share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/syslog.so
395share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/logging/handlers.py 395share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/termios.so
396share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lzma.py 396${PLIST.py34}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/time.so
397share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/macpath.py 397share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/unicodedata.so
398share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/macurl2path.py 398share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/zlib.so
399share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/mailbox.py 399share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/linecache.py
400share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/mailcap.py 400share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/locale.py
401share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/mimetypes.py 401share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/__init__.py
402share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/modulefinder.py 402share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/config.py
403share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/__init__.py 403share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/handlers.py
404share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/connection.py 404share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lzma.py
405share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/context.py 405share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/macpath.py
406share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/__init__.py 406share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/macurl2path.py
407share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/connection.py 407share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailbox.py
408share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/forkserver.py 408share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailcap.py
409share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/heap.py 409share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mimetypes.py
410share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/managers.py 410share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/modulefinder.py
411share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/pool.py 411share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/__init__.py
412share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_fork.py 412share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/connection.py
413share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_forkserver.py 413share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/context.py
414share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_posix.py 414share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/__init__.py
415share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_win32.py 415share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/connection.py
416share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/process.py 416share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/forkserver.py
417share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/queues.py 417share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/heap.py
418share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/reduction.py 418share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/managers.py
419share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/resource_sharer.py 419share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/pool.py
420share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/semaphore_tracker.py 420share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_fork.py
421share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/sharedctypes.py 421share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_forkserver.py
422share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/spawn.py 422share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_posix.py
423share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/synchronize.py 423share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_win32.py
424share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/util.py 424share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/process.py
425share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/netrc.py 425share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/queues.py
426share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/nntplib.py 426share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/reduction.py
427share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ntpath.py 427share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/resource_sharer.py
428share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/nturl2path.py 428share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/semaphore_tracker.py
429share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/numbers.py 429share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/sharedctypes.py
430share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/opcode.py 430share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/spawn.py
431share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/operator.py 431share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/synchronize.py
432share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/optparse.py 432share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/util.py
433share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/os.py 433share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/netrc.py
434share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pathlib.py 434share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nntplib.py
435share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pdb.py 435share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ntpath.py
436share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pickle.py 436share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nturl2path.py
437share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pickletools.py 437share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/numbers.py
438share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pipes.py 438share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/opcode.py
439share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pkgutil.py 439share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/operator.py
440share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/platform.py 440share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/optparse.py
441share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plistlib.py 441share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/os.py
442share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/poplib.py 442share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pathlib.py
443share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/posixpath.py 443share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pdb.py
444share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pprint.py 444share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickle.py
445share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/profile.py 445share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickletools.py
446share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pstats.py 446share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pipes.py
447share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pty.py 447share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pkgutil.py
448share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/py_compile.py 448share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/platform.py
449share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pyclbr.py 449share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plistlib.py
450share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc.py 450share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/poplib.py
451share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc_data/__init__.py 451share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/posixpath.py
452share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc_data/_pydoc.css 452share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pprint.py
453share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc_data/topics.py 453share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/profile.py
454share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/queue.py 454share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pstats.py
455share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/quopri.py 455share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pty.py
456share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/random.py 456share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/py_compile.py
457share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/re.py 457share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pyclbr.py
458share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/reprlib.py 458share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc.py
459share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/rlcompleter.py 459share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/__init__.py
460share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/runpy.py 460share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/_pydoc.css
461share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sched.py 461share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/topics.py
462share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/selectors.py 462share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/queue.py
463share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/shelve.py 463share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/quopri.py
464share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/shlex.py 464share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/random.py
465share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/shutil.py 465share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/re.py
466share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/site.py 466share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/reprlib.py
467share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/smtpd.py 467share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/rlcompleter.py
468share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/smtplib.py 468share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/runpy.py
469share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sndhdr.py 469share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sched.py
470share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/socket.py 470share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/selectors.py
471share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/socketserver.py 471share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shelve.py
472share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sqlite3/__init__.py 472share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shlex.py
473share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sqlite3/dbapi2.py 473share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shutil.py
474share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sqlite3/dump.py 474${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/signal.py
475share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sre_compile.py 475share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site.py
476share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sre_constants.py 476share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtpd.py
477share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sre_parse.py 477share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtplib.py
478share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ssl.py 478share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sndhdr.py
479share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/stat.py 479share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socket.py
480share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/statistics.py 480share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socketserver.py
481share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/string.py 481share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/__init__.py
482share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/stringprep.py 482share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dbapi2.py
483share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/struct.py 483share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dump.py
484share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/subprocess.py 484share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_compile.py
485share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sunau.py 485share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_constants.py
486share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/symbol.py 486share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_parse.py
487share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/symtable.py 487share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ssl.py
488share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sysconfig.py 488share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stat.py
489share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tabnanny.py 489share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/statistics.py
490share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tarfile.py 490share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/string.py
491share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/telnetlib.py 491share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stringprep.py
492share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tempfile.py 492share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/struct.py
493share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/textwrap.py 493share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/subprocess.py
494share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/this.py 494share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sunau.py
495share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/threading.py 495share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symbol.py
496share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/timeit.py 496share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symtable.py
497share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/token.py 497share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sysconfig.py
498share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tokenize.py 498share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tabnanny.py
499share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/trace.py 499share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tarfile.py
500share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/traceback.py 500share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/telnetlib.py
501share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tracemalloc.py 501share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tempfile.py
502share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tty.py 502share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/textwrap.py
503share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/types.py 503share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/this.py
504share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/__init__.py 504share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/threading.py
505share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/__main__.py 505share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/timeit.py
506share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/case.py 506share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/token.py
507share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/loader.py 507share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tokenize.py
508share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/main.py 508share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/trace.py
509share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/mock.py 509share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/traceback.py
510share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/result.py 510share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tracemalloc.py
511share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/runner.py 511share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tty.py
512share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/signals.py 512share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/types.py
513share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/suite.py 513${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/typing.py
514share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/util.py 514share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__init__.py
515share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/__init__.py 515share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__main__.py
516share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/error.py 516share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/case.py
517share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/parse.py 517share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/loader.py
518share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/request.py 518share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/main.py
519share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/response.py 519share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/mock.py
520share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/robotparser.py 520share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/result.py
521share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/uu.py 521share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/runner.py
522share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/uuid.py 522share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/signals.py
523share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/__init__.py 523share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/suite.py
524share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/__main__.py 524share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/util.py
525share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate 525share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/__init__.py
526share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.csh 526share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/error.py
527share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.fish 527share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/parse.py
528share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/warnings.py 528share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/request.py
529share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wave.py 529share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/response.py
530share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/weakref.py 530share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/robotparser.py
531share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/webbrowser.py 531share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uu.py
532share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/__init__.py 532share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uuid.py
533share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/handlers.py 533share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__init__.py
534share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/headers.py 534share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__main__.py
535share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/simple_server.py 535share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate
536share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/util.py 536share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.csh
537share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/validate.py 537share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.fish
538share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xdrlib.py 538share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/warnings.py
539share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/__init__.py 539share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wave.py
540share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/NodeFilter.py 540share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/weakref.py
541share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/__init__.py 541share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/webbrowser.py
542share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/domreg.py 542share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/__init__.py
543share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/expatbuilder.py 543share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/handlers.py
544share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/minicompat.py 544share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/headers.py
545share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/minidom.py 545share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/simple_server.py
546share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/pulldom.py 546share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/util.py
547share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/xmlbuilder.py 547share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/validate.py
548share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementInclude.py 548share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xdrlib.py
549share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementPath.py 549share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/__init__.py
550share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementTree.py 550share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/NodeFilter.py
551share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/__init__.py 551share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/__init__.py
552share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/cElementTree.py 552share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/domreg.py
553share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/parsers/__init__.py 553share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/expatbuilder.py
554share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/parsers/expat.py 554share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minicompat.py
555share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/__init__.py 555share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minidom.py
556share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/_exceptions.py 556share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/pulldom.py
557share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/expatreader.py 557share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/xmlbuilder.py
558share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/handler.py 558share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementInclude.py
559share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/saxutils.py 559share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementPath.py
560share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/xmlreader.py 560share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementTree.py
561share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xmlrpc/__init__.py 561share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/__init__.py
562share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xmlrpc/client.py 562share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/cElementTree.py
563share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xmlrpc/server.py 563share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/__init__.py
564share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/zipfile.py 564share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/expat.py
565share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/__init__.py 565share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/__init__.py
566share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py 566share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/_exceptions.py
567share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_spirals.py 567share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/expatreader.py
568share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py 568share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/handler.py
569share/blender/${PKGVERSION}/scripts/addons/add_curve_ivygen.py 569share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/saxutils.py
570share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/__init__.py 570share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/xmlreader.py
571share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/black_tupelo.py 571share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/__init__.py
572share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/ca_black_oak.py 572share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/client.py
573share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/quaking_aspen.py 573share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/server.py
574share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/weeping_willow.py 574${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipapp.py
575share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/utils.py 575share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipfile.py
576share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/Boltfactory.py 576share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/__init__.py
577share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/__init__.py 577share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
578share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/createMesh.py 578share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
579share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/preset_utils.py 579share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
580share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M10.py 580share/blender/${BLENDERVER}/scripts/addons/add_curve_ivygen.py
581share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M12.py 581share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/__init__.py
582share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M3.py 582share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/black_tupelo.py
583share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M4.py 583share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/ca_black_oak.py
584share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M5.py 584share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
585share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M6.py 585share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/willow.py
586share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M8.py 586share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/utils.py
587share/blender/${PKGVERSION}/scripts/addons/add_mesh_ant_landscape.py 587share/blender/${BLENDERVER}/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
588share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/__init__.py 588share/blender/${BLENDERVER}/scripts/addons/add_mesh_BoltFactory/__init__.py
589share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py 589share/blender/${BLENDERVER}/scripts/addons/add_mesh_BoltFactory/createMesh.py
590share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_extra_objects.py 590share/blender/${BLENDERVER}/scripts/addons/add_mesh_ant_landscape.py
591share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py 591share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/__init__.py
592share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py 592share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_empty_as_parent.py
593share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py 593share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py
594share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pipe_joint.py 594share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py
595share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_polysphere.py 595share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py
596share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py 596share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py
597share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_solid.py 597share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_menger_sponge.py
598share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py 598share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_pipe_joint.py
599share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py 599share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py
600share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py 600share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_round_brilliant.py
601share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py 601share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_round_cube.py
602share/blender/${PKGVERSION}/scripts/addons/animation_add_corrective_shape_key.py 602share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_solid.py
603share/blender/${PKGVERSION}/scripts/addons/animation_animall.py 603share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_star.py
604share/blender/${PKGVERSION}/scripts/addons/curve_simplify.py 604share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py
605share/blender/${PKGVERSION}/scripts/addons/cycles/__init__.py 605share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py
606share/blender/${PKGVERSION}/scripts/addons/cycles/engine.py 606share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py
607share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/SConscript 607share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py
608share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf.h 608share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_vertex.py
609share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_shirley.h 609share/blender/${BLENDERVER}/scripts/addons/animation_add_corrective_shape_key.py
610share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_velvet.h 610share/blender/${BLENDERVER}/scripts/addons/animation_animall.py
611share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse.h 611share/blender/${BLENDERVER}/scripts/addons/bone_selection_groups.py
612share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse_ramp.h 612share/blender/${BLENDERVER}/scripts/addons/curve_simplify.py
613share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_hair.h 613share/blender/${BLENDERVER}/scripts/addons/cycles/__init__.py
614share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_microfacet.h 614share/blender/${BLENDERVER}/scripts/addons/cycles/engine.py
615share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_oren_nayar.h 615share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf.h
616share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_phong_ramp.h 616share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_shirley.h
617share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_reflection.h 617share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_velvet.h
618share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_refraction.h 618share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_diffuse.h
619share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_toon.h 619share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_diffuse_ramp.h
620share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_transparent.h 620share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_hair.h
621share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_util.h 621share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_microfacet.h
622share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bssrdf.h 622share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_oren_nayar.h
623share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/emissive.h 623share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_phong_ramp.h
624share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/volume.h 624share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_reflection.h
625share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom.h 625share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_refraction.h
626share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_attribute.h 626share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_toon.h
627share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh.h 627share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_transparent.h
628share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh_shadow.h 628share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_util.h
629share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh_subsurface.h 629share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bssrdf.h
630share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh_traversal.h 630share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/emissive.h
631share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh_volume.h 631share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/volume.h
632share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_curve.h 632share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom.h
633share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_motion_curve.h 633share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_attribute.h
634share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_motion_triangle.h 634share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh.h
635share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_object.h 635share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_shadow.h
636share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_primitive.h 636share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_subsurface.h
637share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_qbvh.h 637share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_traversal.h
638share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_qbvh_shadow.h 638share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_volume.h
639share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_qbvh_subsurface.h 639share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_volume_all.h
640share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_qbvh_traversal.h 640share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_curve.h
641share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_qbvh_volume.h 641share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_motion_curve.h
642share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_triangle.h 642share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_motion_triangle.h
643share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_triangle_intersect.h 643share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_object.h
644share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_volume.h 644share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_primitive.h
645share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cl 645share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh.h
646share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cu 646share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_shadow.h
647share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.h 647share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_subsurface.h
648share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_accumulate.h 648share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_traversal.h
649share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_avx.cpp 649share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_volume.h
650share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_avx2.cpp 650share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_volume_all.h
651share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bake.h 651share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_triangle.h
652share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_camera.h 652share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_triangle_intersect.h
653share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cpu.h 653share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_volume.h
654share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cuda.h 654share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel.h
655share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_opencl.h 655share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_accumulate.h
656share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_debug.h 656share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_bake.h
657share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_differential.h 657share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_camera.h
658share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_emission.h 658share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_compat_cpu.h
659share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_film.h 659share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_compat_cuda.h
660share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_globals.h 660share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_compat_opencl.h
661share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_jitter.h 661share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_debug.h
662share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_light.h 662share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_differential.h
663share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_math.h 663share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_emission.h
664share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_montecarlo.h 664share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_film.h
665share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_passes.h 665share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_globals.h
666share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path.h 666share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_jitter.h
667share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_state.h 667share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_light.h
668share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_surface.h 668share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_math.h
669share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_volume.h 669share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_montecarlo.h
670share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_projection.h 670share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_passes.h
671share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_random.h 671share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path.h
672share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_shader.h 672share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_branched.h
673share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_shadow.h 673share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_common.h
674share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse2.cpp 674share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_state.h
675share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse3.cpp 675share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_surface.h
676share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse41.cpp 676share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_volume.h
677share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_subsurface.h 677share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_projection.h
678share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_textures.h 678share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_queues.h
679share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_types.h 679share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_random.h
680share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_volume.h 680share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_shader.h
681share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm.h 681share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_shaderdata_vars.h
682share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_attribute.h 682share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_shadow.h
683share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_blackbody.h 683share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_subsurface.h
684share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_brick.h 684share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_textures.h
685share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_brightness.h 685share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_types.h
686share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_camera.h 686share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_volume.h
687share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_checker.h 687share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_work_stealing.h
688share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_closure.h 688share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cpu/kernel.cpp
689share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_convert.h 689share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cpu/kernel_avx.cpp
690share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_displace.h 690share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cpu/kernel_avx2.cpp
691share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_fresnel.h 691share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cpu/kernel_sse2.cpp
692share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_gamma.h 692share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cpu/kernel_sse3.cpp
693share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_geometry.h 693share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cpu/kernel_sse41.cpp
694share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_gradient.h 694share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cuda/kernel.cu
695share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_hsv.h 695share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel.cl
696share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_image.h 696share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_background_buffer_update.cl
697share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_invert.h 697share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_data_init.cl
698share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_light_path.h 698share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_direct_lighting.cl
699share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_magic.h 699share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_holdout_emission_blurring_pathtermination_ao.cl
700share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_mapping.h 700share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl
701share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_math.h 701share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_next_iteration_setup.cl
702share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_math_util.h 702share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_queue_enqueue.cl
703share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_mix.h 703share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_scene_intersect.cl
704share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_musgrave.h 704share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_shader_eval.cl
705share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_noise.h 705share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_shadow_blocked.cl
706share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_noisetex.h 706share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_sum_all_radiance.cl
707share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_normal.h 707share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_background_buffer_update.h
708share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_ramp.h 708share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_data_init.h
709share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_hsv.h 709share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_direct_lighting.h
710share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_vector.h 710share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h
711share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sky.h 711share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_lamp_emission.h
712share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_tex_coord.h 712share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_next_iteration_setup.h
713share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_texture.h 713share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_scene_intersect.h
714share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_types.h 714share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_shader_eval.h
715share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_value.h 715share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_shadow_blocked.h
716share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_vector_transform.h 716share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_split_common.h
717share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_voronoi.h 717share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_sum_all_radiance.h
718share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wave.h 718share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm.h
719share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wavelength.h 719share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_attribute.h
720share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wireframe.h 720share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_blackbody.h
721share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_color.h 721share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_brick.h
722share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_half.h 722share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_brightness.h
723share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_math.h 723share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_camera.h
724share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_math_fast.h 724share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_checker.h
725share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_transform.h 725share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_closure.h
726share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_types.h 726share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_convert.h
727share/blender/${PKGVERSION}/scripts/addons/cycles/license/Apache_2.0.txt 727share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_displace.h
728share/blender/${PKGVERSION}/scripts/addons/cycles/license/Boost.txt 728share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_fresnel.h
729share/blender/${PKGVERSION}/scripts/addons/cycles/license/ILM.txt 729share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_gamma.h
730share/blender/${PKGVERSION}/scripts/addons/cycles/license/NVidia.txt 730share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_geometry.h
731share/blender/${PKGVERSION}/scripts/addons/cycles/license/OSL.txt 731share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_gradient.h
732share/blender/${PKGVERSION}/scripts/addons/cycles/license/Sobol.txt 732share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_hsv.h
733share/blender/${PKGVERSION}/scripts/addons/cycles/license/readme.txt 733share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_image.h
734share/blender/${PKGVERSION}/scripts/addons/cycles/osl.py 734share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_invert.h
735share/blender/${PKGVERSION}/scripts/addons/cycles/presets.py 735share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_light_path.h
736share/blender/${PKGVERSION}/scripts/addons/cycles/properties.py 736share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_magic.h
737share/blender/${PKGVERSION}/scripts/addons/cycles/ui.py 737share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_mapping.h
738share/blender/${PKGVERSION}/scripts/addons/cycles/version_update.py 738share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_math.h
739share/blender/${PKGVERSION}/scripts/addons/development_api_navigator.py 739share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_math_util.h
740share/blender/${PKGVERSION}/scripts/addons/development_icon_get.py 740share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_mix.h
741share/blender/${PKGVERSION}/scripts/addons/game_engine_publishing.py 741share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_musgrave.h
742share/blender/${PKGVERSION}/scripts/addons/game_engine_save_as_runtime.py 742share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_noise.h
743share/blender/${PKGVERSION}/scripts/addons/io_anim_acclaim/__init__.py 743share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_noisetex.h
744share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/__init__.py 744share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_normal.h
745share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/export_bvh.py 745share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_ramp.h
746share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/import_bvh.py 746share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_sepcomb_hsv.h
747share/blender/${PKGVERSION}/scripts/addons/io_anim_c3d/__init__.py 747share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_sepcomb_vector.h
748share/blender/${PKGVERSION}/scripts/addons/io_anim_c3d/import_c3d.py 748share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_sky.h
749share/blender/${PKGVERSION}/scripts/addons/io_anim_camera.py 749share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_tex_coord.h
750share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/__init__.py 750share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_texture.h
751share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py 751share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_types.h
752share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py 752share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_value.h
753share/blender/${PKGVERSION}/scripts/addons/io_coat3D/__init__.py 753share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_vector_transform.h
754share/blender/${PKGVERSION}/scripts/addons/io_coat3D/coat.py 754share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_voronoi.h
755share/blender/${PKGVERSION}/scripts/addons/io_coat3D/tex.py 755share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_voxel.h
756share/blender/${PKGVERSION}/scripts/addons/io_convert_image_to_mesh_img/__init__.py 756share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_wave.h
757share/blender/${PKGVERSION}/scripts/addons/io_convert_image_to_mesh_img/import_img.py 757share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_wavelength.h
758share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/__init__.py 758share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_wireframe.h
759share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/import_svg.py 759share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_atomic.h
760share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_colors.py 760share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_color.h
761share/blender/${PKGVERSION}/scripts/addons/io_export_after_effects.py 761share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_half.h
762share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/__init__.py 762share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_math.h
763share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/draw_blenders/__init__.py 763share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_math_fast.h
764share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/export_dxf.py 764share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_transform.h
765share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/__init__.py 765share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_types.h
766share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/dxfLibrary.py 766share/blender/${BLENDERVER}/scripts/addons/cycles/license/Apache_2.0.txt
767share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/migiusModel.py 767share/blender/${BLENDERVER}/scripts/addons/cycles/license/Boost.txt
768share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/model.py 768share/blender/${BLENDERVER}/scripts/addons/cycles/license/ILM.txt
769share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/operator.py 769share/blender/${BLENDERVER}/scripts/addons/cycles/license/NVidia.txt
770share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/__init__.py 770share/blender/${BLENDERVER}/scripts/addons/cycles/license/OSL.txt
771share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py 771share/blender/${BLENDERVER}/scripts/addons/cycles/license/Sobol.txt
772share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py 772share/blender/${BLENDERVER}/scripts/addons/cycles/license/readme.txt
773share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py 773share/blender/${BLENDERVER}/scripts/addons/cycles/osl.py
774share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py 774share/blender/${BLENDERVER}/scripts/addons/cycles/presets.py
775share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py 775share/blender/${BLENDERVER}/scripts/addons/cycles/properties.py
776share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py 776share/blender/${BLENDERVER}/scripts/addons/cycles/ui.py
777share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py 777share/blender/${BLENDERVER}/scripts/addons/cycles/version_update.py
778share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py 778share/blender/${BLENDERVER}/scripts/addons/development_api_navigator.py
779share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py 779share/blender/${BLENDERVER}/scripts/addons/development_icon_get.py
780share/blender/${PKGVERSION}/scripts/addons/io_export_pc2.py 780share/blender/${BLENDERVER}/scripts/addons/game_engine_publishing.py
781share/blender/${PKGVERSION}/scripts/addons/io_export_unreal_psk_psa.py 781share/blender/${BLENDERVER}/scripts/addons/game_engine_save_as_runtime.py
782share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/__init__.py 782share/blender/${BLENDERVER}/scripts/addons/io_anim_acclaim/__init__.py
783share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/__init__.py 783share/blender/${BLENDERVER}/scripts/addons/io_anim_bvh/__init__.py
784share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/acdsdata.py 784share/blender/${BLENDERVER}/scripts/addons/io_anim_bvh/export_bvh.py
785share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/blockssection.py 785share/blender/${BLENDERVER}/scripts/addons/io_anim_bvh/import_bvh.py
786share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/codepage.py 786share/blender/${BLENDERVER}/scripts/addons/io_anim_c3d/__init__.py
787share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/color.py 787share/blender/${BLENDERVER}/scripts/addons/io_anim_c3d/import_c3d.py
788share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/const.py 788share/blender/${BLENDERVER}/scripts/addons/io_anim_camera.py
789share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/cydxfentity.py 789share/blender/${BLENDERVER}/scripts/addons/io_anim_nuke_chan/__init__.py
790share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/cytags.py 790share/blender/${BLENDERVER}/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py
791share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/decode.py 791share/blender/${BLENDERVER}/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py
792share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/defaultchunk.py 792share/blender/${BLENDERVER}/scripts/addons/io_coat3D/__init__.py
793share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/drawing.py 793share/blender/${BLENDERVER}/scripts/addons/io_coat3D/coat.py
794share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxf12.py 794share/blender/${BLENDERVER}/scripts/addons/io_coat3D/tex.py
795share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxf13.py 795share/blender/${BLENDERVER}/scripts/addons/io_convert_image_to_mesh_img/__init__.py
796share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxfattr.py 796share/blender/${BLENDERVER}/scripts/addons/io_convert_image_to_mesh_img/import_img.py
797share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxfentity.py 797share/blender/${BLENDERVER}/scripts/addons/io_curve_svg/__init__.py
798share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/entities.py 798share/blender/${BLENDERVER}/scripts/addons/io_curve_svg/import_svg.py
799share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/entitysection.py 799share/blender/${BLENDERVER}/scripts/addons/io_curve_svg/svg_colors.py
800share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/headersection.py 800share/blender/${BLENDERVER}/scripts/addons/io_export_after_effects.py
801share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/juliandate.py 801share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/__init__.py
802share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/layers.py 802share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/draw_blenders/__init__.py
803share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/linetypes.py 803share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/export_dxf.py
804share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/pytags.py 804share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/__init__.py
805share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/sections.py 805share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/dxfLibrary.py
806share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/styles.py 806share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/migiusModel.py
807share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/tablessection.py 807share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/model.py
808share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/tags.py 808share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/operator.py
809share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/__init__.py 809share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
810share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/convert.py 810share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
811share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/do.py 811share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
812share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/fake_entities.py 812share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
813share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/groupsort.py 813share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
814share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/is_.py 814share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
815share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/line_merger.py 815share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
816share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/transverse_mercator.py 816share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
817share/blender/${PKGVERSION}/scripts/addons/io_import_gimp_image_to_scene.py 817share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
818share/blender/${PKGVERSION}/scripts/addons/io_import_images_as_planes.py 818share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
819share/blender/${PKGVERSION}/scripts/addons/io_import_scene_lwo.py 819share/blender/${BLENDERVER}/scripts/addons/io_export_pc2.py
820share/blender/${PKGVERSION}/scripts/addons/io_import_scene_mhx.py 820share/blender/${BLENDERVER}/scripts/addons/io_export_unreal_psk_psa.py
821share/blender/${PKGVERSION}/scripts/addons/io_import_scene_unreal_psa_psk.py 821share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/__init__.py
822share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/__init__.py 822share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/__init__.py
823share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/atom_info.dat 823share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/acdsdata.py
824share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/export_pdb.py 824share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/blockssection.py
825share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/import_pdb.py 825share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/codepage.py
826share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/__init__.py 826share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/color.py
827share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/export_ply.py 827share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/const.py
828share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/import_ply.py 828share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/cydxfentity.py
829share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/__init__.py 829share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/cytags.py
830share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/export_raw.py 830share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/decode.py
831share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/import_raw.py 831share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/defaultchunk.py
832share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/__init__.py 832share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/drawing.py
833share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/blender_utils.py 833share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxf12.py
834share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/stl_utils.py 834share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxf13.py
835share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/__init__.py 835share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxfattr.py
836share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_eps.py 836share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxfentity.py
837share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_png.py 837share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/entities.py
838share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_svg.py 838share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/entitysection.py
839share/blender/${PKGVERSION}/scripts/addons/io_online_sketchfab/__init__.py 839share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/headersection.py
840share/blender/${PKGVERSION}/scripts/addons/io_online_sketchfab/pack_for_export.py 840share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/juliandate.py
841share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/__init__.py 841share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/layers.py
842share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/export_3ds.py 842share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/linetypes.py
843share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/import_3ds.py 843share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/pytags.py
844share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/__init__.py 844share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/sections.py
845share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/cycles_shader_compat.py 845share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/styles.py
846share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/data_types.py 846share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/tablessection.py
847share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/encode_bin.py 847share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/tags.py
848share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx.py 848share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/__init__.py
849share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx_bin.py 849share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/convert.py
850share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/fbx2json.py 850share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/do.py
851share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/fbx_utils.py 851share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/fake_entities.py
852share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/import_fbx.py 852share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/groupsort.py
853share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/json2fbx.py 853share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/is_.py
854share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/parse_fbx.py 854share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/line_merger.py
855share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/__init__.py 855share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/transverse_mercator.py
856share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_export.py 856share/blender/${BLENDERVER}/scripts/addons/io_import_gimp_image_to_scene.py
857share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_import.py 857share/blender/${BLENDERVER}/scripts/addons/io_import_images_as_planes.py
858share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_spec.py 858share/blender/${BLENDERVER}/scripts/addons/io_import_scene_lwo.py
859share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_strings.py 859share/blender/${BLENDERVER}/scripts/addons/io_import_scene_mhx.py
860share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_ui.py 860share/blender/${BLENDERVER}/scripts/addons/io_import_scene_unreal_psa_psk.py
861share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_utils.py 861share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/__init__.py
862share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/__init__.py 862share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/atom_info.dat
863share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/export_obj.py 863share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/export_pdb.py
864share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/import_obj.py 864share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/import_pdb.py
865share/blender/${PKGVERSION}/scripts/addons/io_scene_vrml2/__init__.py 865share/blender/${BLENDERVER}/scripts/addons/io_mesh_ply/__init__.py
866share/blender/${PKGVERSION}/scripts/addons/io_scene_vrml2/export_vrml2.py 866share/blender/${BLENDERVER}/scripts/addons/io_mesh_ply/export_ply.py
867share/blender/${PKGVERSION}/scripts/addons/io_scene_x/__init__.py 867share/blender/${BLENDERVER}/scripts/addons/io_mesh_ply/import_ply.py
868share/blender/${PKGVERSION}/scripts/addons/io_scene_x/export_x.py 868share/blender/${BLENDERVER}/scripts/addons/io_mesh_raw/__init__.py
869share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/__init__.py 869share/blender/${BLENDERVER}/scripts/addons/io_mesh_raw/export_raw.py
870share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/export_x3d.py 870share/blender/${BLENDERVER}/scripts/addons/io_mesh_raw/import_raw.py
871share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/import_x3d.py 871share/blender/${BLENDERVER}/scripts/addons/io_mesh_stl/__init__.py
872share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/__init__.py 872share/blender/${BLENDERVER}/scripts/addons/io_mesh_stl/blender_utils.py
873share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/import_edl.py 873share/blender/${BLENDERVER}/scripts/addons/io_mesh_stl/stl_utils.py
874share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/parse_edl.py 874share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/__init__.py
875share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/__init__.py 875share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/export_uv_eps.py
876share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/export_mdd.py 876share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/export_uv_png.py
877share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/import_mdd.py 877share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/export_uv_svg.py
878share/blender/${PKGVERSION}/scripts/addons/light_field_tools/__init__.py 878share/blender/${BLENDERVER}/scripts/addons/io_online_sketchfab/__init__.py
879share/blender/${PKGVERSION}/scripts/addons/light_field_tools/light_field_tools.py 879share/blender/${BLENDERVER}/scripts/addons/io_online_sketchfab/pack_for_export.py
880share/blender/${PKGVERSION}/scripts/addons/mesh_bsurfaces.py 880share/blender/${BLENDERVER}/scripts/addons/io_scene_3ds/__init__.py
881share/blender/${PKGVERSION}/scripts/addons/mesh_f2.py 881share/blender/${BLENDERVER}/scripts/addons/io_scene_3ds/export_3ds.py
882share/blender/${PKGVERSION}/scripts/addons/mesh_inset/__init__.py 882share/blender/${BLENDERVER}/scripts/addons/io_scene_3ds/import_3ds.py
883share/blender/${PKGVERSION}/scripts/addons/mesh_inset/geom.py 883share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/__init__.py
884share/blender/${PKGVERSION}/scripts/addons/mesh_inset/model.py 884share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/cycles_shader_compat.py
885share/blender/${PKGVERSION}/scripts/addons/mesh_inset/offset.py 885share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/data_types.py
886share/blender/${PKGVERSION}/scripts/addons/mesh_inset/triquad.py 886share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/encode_bin.py
887share/blender/${PKGVERSION}/scripts/addons/mesh_looptools.py 887share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/export_fbx.py
888share/blender/${PKGVERSION}/scripts/addons/mesh_relax.py 888share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/export_fbx_bin.py
889share/blender/${PKGVERSION}/scripts/addons/mocap/__init__.py 889share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/fbx2json.py
890share/blender/${PKGVERSION}/scripts/addons/mocap/mocap_constraints.py 890share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/fbx_utils.py
891share/blender/${PKGVERSION}/scripts/addons/mocap/mocap_tools.py 891share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/import_fbx.py
892share/blender/${PKGVERSION}/scripts/addons/mocap/retarget.py 892share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/json2fbx.py
893share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/__init__.py 893share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/parse_fbx.py
894share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/ui.py 894share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/__init__.py
895share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/util.py 895share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_export.py
896share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/validate.py 896share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_import.py
897share/blender/${PKGVERSION}/scripts/addons/modules/rna_wiki_reference.py 897share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_spec.py
898share/blender/${PKGVERSION}/scripts/addons/modules/selection_utils.py 898share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_strings.py
899share/blender/${PKGVERSION}/scripts/addons/netrender/__init__.py 899share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_ui.py
900share/blender/${PKGVERSION}/scripts/addons/netrender/baking.py 900share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_utils.py
901share/blender/${PKGVERSION}/scripts/addons/netrender/balancing.py 901share/blender/${BLENDERVER}/scripts/addons/io_scene_obj/__init__.py
902share/blender/${PKGVERSION}/scripts/addons/netrender/client.py 902share/blender/${BLENDERVER}/scripts/addons/io_scene_obj/export_obj.py
903share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/themes-preview.gif 903share/blender/${BLENDERVER}/scripts/addons/io_scene_obj/import_obj.py
904share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/themes.gif 904share/blender/${BLENDERVER}/scripts/addons/io_scene_vrml2/__init__.py
905share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_flat_30_cccccc_40x100.png 905share/blender/${BLENDERVER}/scripts/addons/io_scene_vrml2/export_vrml2.py
906share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_flat_50_5c5c5c_40x100.png 906share/blender/${BLENDERVER}/scripts/addons/io_scene_x/__init__.py
907share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_20_555555_1x400.png 907share/blender/${BLENDERVER}/scripts/addons/io_scene_x/export_x.py
908share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_40_0078a3_1x400.png 908share/blender/${BLENDERVER}/scripts/addons/io_scene_x3d/__init__.py
909share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_40_ffc73d_1x400.png 909share/blender/${BLENDERVER}/scripts/addons/io_scene_x3d/export_x3d.py
910share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_gloss-wave_25_333333_500x100.png 910share/blender/${BLENDERVER}/scripts/addons/io_scene_x3d/import_x3d.py
911share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png 911share/blender/${BLENDERVER}/scripts/addons/io_sequencer_edl/__init__.py
912share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_inset-soft_25_000000_1x100.png 912share/blender/${BLENDERVER}/scripts/addons/io_sequencer_edl/import_edl.py
913share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_inset-soft_30_f58400_1x100.png 913share/blender/${BLENDERVER}/scripts/addons/io_sequencer_edl/parse_edl.py
914share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_222222_256x240.png 914share/blender/${BLENDERVER}/scripts/addons/io_shape_mdd/__init__.py
915share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_4b8e0b_256x240.png 915share/blender/${BLENDERVER}/scripts/addons/io_shape_mdd/export_mdd.py
916share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_a83300_256x240.png 916share/blender/${BLENDERVER}/scripts/addons/io_shape_mdd/import_mdd.py
917share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_cccccc_256x240.png 917share/blender/${BLENDERVER}/scripts/addons/light_field_tools/__init__.py
918share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_ffffff_256x240.png 918share/blender/${BLENDERVER}/scripts/addons/light_field_tools/light_field_tools.py
919share/blender/${PKGVERSION}/scripts/addons/netrender/css/jquery-ui.css 919share/blender/${BLENDERVER}/scripts/addons/mesh_bsurfaces.py
920share/blender/${PKGVERSION}/scripts/addons/netrender/css/jquery.themes.css 920share/blender/${BLENDERVER}/scripts/addons/mesh_custom_normals_tools.py
921share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery-ui.js 921share/blender/${BLENDERVER}/scripts/addons/mesh_f2.py
922share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery.js 922share/blender/${BLENDERVER}/scripts/addons/mesh_inset/__init__.py
923share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery.themes.js 923share/blender/${BLENDERVER}/scripts/addons/mesh_inset/geom.py
924share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender-action.js 924share/blender/${BLENDERVER}/scripts/addons/mesh_inset/model.py
925share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender-widget.js 925share/blender/${BLENDERVER}/scripts/addons/mesh_inset/offset.py
926share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender.js 926share/blender/${BLENDERVER}/scripts/addons/mesh_inset/triquad.py
927share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender_balance.js 927share/blender/${BLENDERVER}/scripts/addons/mesh_looptools.py
928share/blender/${PKGVERSION}/scripts/addons/netrender/master.py 928share/blender/${BLENDERVER}/scripts/addons/mesh_relax.py
929share/blender/${PKGVERSION}/scripts/addons/netrender/master_html.py 929share/blender/${BLENDERVER}/scripts/addons/mocap/__init__.py
930share/blender/${PKGVERSION}/scripts/addons/netrender/model.py 930share/blender/${BLENDERVER}/scripts/addons/mocap/mocap_constraints.py
931share/blender/${PKGVERSION}/scripts/addons/netrender/netrender.css 931share/blender/${BLENDERVER}/scripts/addons/mocap/mocap_tools.py
932share/blender/${PKGVERSION}/scripts/addons/netrender/netrender.js 932share/blender/${BLENDERVER}/scripts/addons/mocap/retarget.py
933share/blender/${PKGVERSION}/scripts/addons/netrender/newui.html 933share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/__init__.py
934share/blender/${PKGVERSION}/scripts/addons/netrender/operators.py 934share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/ui.py
935share/blender/${PKGVERSION}/scripts/addons/netrender/repath.py 935share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/util.py
936share/blender/${PKGVERSION}/scripts/addons/netrender/slave.py 936share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/validate.py
937share/blender/${PKGVERSION}/scripts/addons/netrender/thumbnail.py 937share/blender/${BLENDERVER}/scripts/addons/modules/rna_manual_reference.py
938share/blender/${PKGVERSION}/scripts/addons/netrender/ui.py 938share/blender/${BLENDERVER}/scripts/addons/modules/selection_utils.py
939share/blender/${PKGVERSION}/scripts/addons/netrender/utils.py 939share/blender/${BLENDERVER}/scripts/addons/netrender/__init__.py
940share/blender/${PKGVERSION}/scripts/addons/netrender/versioning.py 940share/blender/${BLENDERVER}/scripts/addons/netrender/baking.py
941share/blender/${PKGVERSION}/scripts/addons/node_wrangler.py 941share/blender/${BLENDERVER}/scripts/addons/netrender/balancing.py
942share/blender/${PKGVERSION}/scripts/addons/object_add_chain.py 942share/blender/${BLENDERVER}/scripts/addons/netrender/client.py
943share/blender/${PKGVERSION}/scripts/addons/object_animrenderbake.py 943share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/themes-preview.gif
944share/blender/${PKGVERSION}/scripts/addons/object_cloud_gen.py 944share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/themes.gif
945share/blender/${PKGVERSION}/scripts/addons/object_edit_linked.py 945share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_flat_30_cccccc_40x100.png
946share/blender/${PKGVERSION}/scripts/addons/object_fracture/__init__.py 946share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_flat_50_5c5c5c_40x100.png
947share/blender/${PKGVERSION}/scripts/addons/object_fracture/data.blend 947share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_glass_20_555555_1x400.png
948share/blender/${PKGVERSION}/scripts/addons/object_fracture/fracture_ops.py 948share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_glass_40_0078a3_1x400.png
949share/blender/${PKGVERSION}/scripts/addons/object_fracture/fracture_setup.py 949share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_glass_40_ffc73d_1x400.png
950share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/__init__.py 950share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_gloss-wave_25_333333_500x100.png
951share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_calc.py 951share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
952share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_setup.py 952share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_inset-soft_25_000000_1x100.png
953share/blender/${PKGVERSION}/scripts/addons/object_grease_scatter.py 953share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_inset-soft_30_f58400_1x100.png
954share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/__init__.py 954share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_222222_256x240.png
955share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/export.py 955share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_4b8e0b_256x240.png
956share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/mesh_helpers.py 956share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_a83300_256x240.png
957share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/operators.py 957share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_cccccc_256x240.png
958share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/readme.rst 958share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_ffffff_256x240.png
959share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/report.py 959share/blender/${BLENDERVER}/scripts/addons/netrender/css/jquery-ui.css
960share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/todo.rst 960share/blender/${BLENDERVER}/scripts/addons/netrender/css/jquery.themes.css
961share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/ui.py 961share/blender/${BLENDERVER}/scripts/addons/netrender/js/jquery-ui.js
962share/blender/${PKGVERSION}/scripts/addons/paint_palette.py 962share/blender/${BLENDERVER}/scripts/addons/netrender/js/jquery.js
963share/blender/${PKGVERSION}/scripts/addons/render_auto_tile_size.py 963share/blender/${BLENDERVER}/scripts/addons/netrender/js/jquery.themes.js
964share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/__init__.py 964share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender-action.js
965share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/operator.py 965share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender-widget.js
966share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/panel.py 966share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender.js
967share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/presets.py 967share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender_balance.js
968share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/translations.py 968share/blender/${BLENDERVER}/scripts/addons/netrender/master.py
969share/blender/${PKGVERSION}/scripts/addons/render_freestyle_svg.py 969share/blender/${BLENDERVER}/scripts/addons/netrender/master_html.py
970share/blender/${PKGVERSION}/scripts/addons/render_povray/__init__.py 970share/blender/${BLENDERVER}/scripts/addons/netrender/model.py
971share/blender/${PKGVERSION}/scripts/addons/render_povray/df3.py 971share/blender/${BLENDERVER}/scripts/addons/netrender/netrender.css
972share/blender/${PKGVERSION}/scripts/addons/render_povray/render.py 972share/blender/${BLENDERVER}/scripts/addons/netrender/netrender.js
973share/blender/${PKGVERSION}/scripts/addons/render_povray/ui.py 973share/blender/${BLENDERVER}/scripts/addons/netrender/newui.html
974share/blender/${PKGVERSION}/scripts/addons/render_povray/update_files.py 974share/blender/${BLENDERVER}/scripts/addons/netrender/operators.py
975share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/__init__.py 975share/blender/${BLENDERVER}/scripts/addons/netrender/repath.py
976share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/exceptions.py 976share/blender/${BLENDERVER}/scripts/addons/netrender/slave.py
977share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/operators.py 977share/blender/${BLENDERVER}/scripts/addons/netrender/thumbnail.py
978share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/ore_session.py 978share/blender/${BLENDERVER}/scripts/addons/netrender/ui.py
979share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/panels.py 979share/blender/${BLENDERVER}/scripts/addons/netrender/utils.py
980share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/prepare.py 980share/blender/${BLENDERVER}/scripts/addons/netrender/versioning.py
981share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/rpc.py 981share/blender/${BLENDERVER}/scripts/addons/node_wrangler.py
982share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/upload.py 982share/blender/${BLENDERVER}/scripts/addons/object_add_chain.py
983share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/utils.py 983share/blender/${BLENDERVER}/scripts/addons/object_animrenderbake.py
984share/blender/${PKGVERSION}/scripts/addons/rigify/CREDITS 984share/blender/${BLENDERVER}/scripts/addons/object_cloud_gen.py
985share/blender/${PKGVERSION}/scripts/addons/rigify/README 985share/blender/${BLENDERVER}/scripts/addons/object_edit_linked.py
986share/blender/${PKGVERSION}/scripts/addons/rigify/__init__.py 986share/blender/${BLENDERVER}/scripts/addons/object_fracture/__init__.py
987share/blender/${PKGVERSION}/scripts/addons/rigify/generate.py 987share/blender/${BLENDERVER}/scripts/addons/object_fracture/data.blend
988share/blender/${PKGVERSION}/scripts/addons/rigify/metarig_menu.py 988share/blender/${BLENDERVER}/scripts/addons/object_fracture/fracture_ops.py
989share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/__init__.py 989share/blender/${BLENDERVER}/scripts/addons/object_fracture/fracture_setup.py
990share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/human.py 990share/blender/${BLENDERVER}/scripts/addons/object_fracture_cell/__init__.py
991share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/pitchipoy_human.py 991share/blender/${BLENDERVER}/scripts/addons/object_fracture_cell/fracture_cell_calc.py
992share/blender/${PKGVERSION}/scripts/addons/rigify/rig_lists.py 992share/blender/${BLENDERVER}/scripts/addons/object_fracture_cell/fracture_cell_setup.py
993share/blender/${PKGVERSION}/scripts/addons/rigify/rig_ui_template.py 993share/blender/${BLENDERVER}/scripts/addons/object_grease_scatter.py
994share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/__init__.py 994share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/__init__.py
995share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/__init__.py 995share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/export.py
996share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy.py 996share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/mesh_helpers.py
997share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy_chain.py 997share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/operators.py
998share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/__init__.py 998share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/readme.rst
999share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/__init__.py 999share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/report.py
1000share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/deform.py 1000share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/todo.rst
1001share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/fk.py 1001share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/ui.py
1002share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/ik.py 1002share/blender/${BLENDERVER}/scripts/addons/paint_palette.py
1003share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/__init__.py 1003share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/default.py
1004share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/deform.py 1004share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m10.py
1005share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/fk.py 1005share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m12.py
1006share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/ik.py 1006share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m3.py
1007share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/limb_common.py 1007share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m4.py
1008share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/finger.py 1008share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m5.py
1009share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/misc/__init__.py 1009share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m6.py
1010share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/misc/delta.py 1010share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m8.py
1011share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/neck_short.py 1011share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Capsule.py
1012share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/palm.py 1012share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py
1013share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/__init__.py 1013share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Cube.py
1014share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/limbs/__init__.py 1014share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
1015share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/limbs/arm.py 1015share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Octahedron.py
1016share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/limbs/leg.py 1016share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Quadsphere.py
1017share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/limbs/limb_utils.py 1017share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Rounded_Cube.py
1018share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/limbs/paw.py 1018share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/bonbon.py
1019share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/limbs/super_limb.py 1019share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/boy.py
1020share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/limbs/ui.py 1020share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catalan.py
1021share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/simple_tentacle.py 1021share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catenoid.py
1022share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/super_copy.py 1022share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/clifford_torus.py
1023share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/super_face.py 1023share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cochlea.py
1024share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/super_finger.py 1024share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cosinus.py
1025share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/super_torso_turbo.py 1025share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/dini.py
1026share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/super_widgets.py 1026share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/enneper.py
1027share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/pitchipoy/tentacle.py 1027share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helicoidal.py
1028share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spine.py 1028share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helix.py
1029share/blender/${PKGVERSION}/scripts/addons/rigify/ui.py 1029share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hexahedron.py
1030share/blender/${PKGVERSION}/scripts/addons/rigify/utils.py 1030share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hyperhelicoidal.py
1031share/blender/${PKGVERSION}/scripts/addons/space_view3d_3d_navigation.py 1031share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/klein.py
1032share/blender/${PKGVERSION}/scripts/addons/space_view3d_copy_attributes.py 1032share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/moebius.py
1033share/blender/${PKGVERSION}/scripts/addons/space_view3d_materials_utils.py 1033share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudo_catenoid.py
1034share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/__init__.py 1034share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudosphere.py
1035share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/draw.py 1035share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/ridged_torus.py
1036share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/utils.py 1036share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/shell.py
1037share/blender/${PKGVERSION}/scripts/addons/space_view3d_panel_measure.py 1037share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sine.py
1038share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu.py 1038share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/snake.py
1039share/blender/${PKGVERSION}/scripts/addons/system_blend_info.py 1039share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py
1040share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/__init__.py 1040share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py
1041share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/config.py 1041share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py
1042share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/demo_mode.py 1042share/blender/${BLENDERVER}/scripts/addons/render_auto_tile_size.py
1043share/blender/${PKGVERSION}/scripts/addons/system_property_chart.py 1043share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/__init__.py
1044share/blender/${PKGVERSION}/scripts/addons/ui_layer_manager.py 1044share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/operator.py
1045share/blender/${PKGVERSION}/scripts/addons/ui_pie_menus_official.py 1045share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/panel.py
1046share/blender/${PKGVERSION}/scripts/addons/ui_translate/__init__.py 1046share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/presets.py
1047share/blender/${PKGVERSION}/scripts/addons/ui_translate/edit_translation.py 1047share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/translations.py
1048share/blender/${PKGVERSION}/scripts/addons/ui_translate/settings.py 1048share/blender/${BLENDERVER}/scripts/addons/render_freestyle_svg.py
1049share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_addon.py 1049share/blender/${BLENDERVER}/scripts/addons/render_povray/__init__.py
1050share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_svn.py 1050share/blender/${BLENDERVER}/scripts/addons/render_povray/df3.py
1051share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_ui.py 1051share/blender/${BLENDERVER}/scripts/addons/render_povray/render.py
1052share/blender/${PKGVERSION}/scripts/addons/uv_bake_texture_to_vcols.py 1052share/blender/${BLENDERVER}/scripts/addons/render_povray/ui.py
1053share/blender/${PKGVERSION}/scripts/addons/uv_texture_atlas.py 1053share/blender/${BLENDERVER}/scripts/addons/render_povray/update_files.py
1054share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/__init__.py 1054share/blender/${BLENDERVER}/scripts/addons/rigify/CREDITS
1055share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/chainingiterators.py 1055share/blender/${BLENDERVER}/scripts/addons/rigify/README
1056share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/functions.py 1056share/blender/${BLENDERVER}/scripts/addons/rigify/__init__.py
1057share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/predicates.py 1057share/blender/${BLENDERVER}/scripts/addons/rigify/generate.py
1058share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/shaders.py 1058share/blender/${BLENDERVER}/scripts/addons/rigify/metarig_menu.py
1059share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/types.py 1059share/blender/${BLENDERVER}/scripts/addons/rigify/metarigs/__init__.py
1060share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/utils.py 1060share/blender/${BLENDERVER}/scripts/addons/rigify/metarigs/human.py
1061share/blender/${PKGVERSION}/scripts/freestyle/modules/parameter_editor.py 1061share/blender/${BLENDERVER}/scripts/addons/rigify/metarigs/pitchipoy_human.py
1062share/blender/${PKGVERSION}/scripts/freestyle/styles/anisotropic_diffusion.py 1062share/blender/${BLENDERVER}/scripts/addons/rigify/rig_lists.py
1063share/blender/${PKGVERSION}/scripts/freestyle/styles/apriori_and_causal_density.py 1063share/blender/${BLENDERVER}/scripts/addons/rigify/rig_ui_template.py
1064share/blender/${PKGVERSION}/scripts/freestyle/styles/apriori_density.py 1064share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/__init__.py
1065share/blender/${PKGVERSION}/scripts/freestyle/styles/backbone_stretcher.py 1065share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/basic/__init__.py
1066share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_circles.py 1066share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/basic/copy.py
1067share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_ellipses.py 1067share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/basic/copy_chain.py
1068share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_squares.py 1068share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/__init__.py
1069share/blender/${PKGVERSION}/scripts/freestyle/styles/cartoon.py 1069share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/__init__.py
1070share/blender/${PKGVERSION}/scripts/freestyle/styles/contour.py 1070share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/deform.py
1071share/blender/${PKGVERSION}/scripts/freestyle/styles/curvature2d.py 1071share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/fk.py
1072share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour.py 1072share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/ik.py
1073share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour_sketchy.py 1073share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/__init__.py
1074share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour_smooth.py 1074share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/deform.py
1075share/blender/${PKGVERSION}/scripts/freestyle/styles/haloing.py 1075share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/fk.py
1076share/blender/${PKGVERSION}/scripts/freestyle/styles/ignore_small_occlusions.py 1076share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/ik.py
1077share/blender/${PKGVERSION}/scripts/freestyle/styles/invisible_lines.py 1077share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/limb_common.py
1078share/blender/${PKGVERSION}/scripts/freestyle/styles/japanese_bigbrush.py 1078share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/finger.py
1079share/blender/${PKGVERSION}/scripts/freestyle/styles/long_anisotropically_dense.py 1079share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/misc/__init__.py
1080share/blender/${PKGVERSION}/scripts/freestyle/styles/multiple_parameterization.py 1080share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/misc/delta.py
1081share/blender/${PKGVERSION}/scripts/freestyle/styles/nature.py 1081share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/neck_short.py
1082share/blender/${PKGVERSION}/scripts/freestyle/styles/near_lines.py 1082share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/palm.py
1083share/blender/${PKGVERSION}/scripts/freestyle/styles/occluded_by_specific_object.py 1083share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/__init__.py
1084share/blender/${PKGVERSION}/scripts/freestyle/styles/polygonalize.py 1084share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/__init__.py
1085share/blender/${PKGVERSION}/scripts/freestyle/styles/qi0.py 1085share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/arm.py
1086share/blender/${PKGVERSION}/scripts/freestyle/styles/qi0_not_external_contour.py 1086share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/leg.py
1087share/blender/${PKGVERSION}/scripts/freestyle/styles/qi1.py 1087share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/limb_utils.py
1088share/blender/${PKGVERSION}/scripts/freestyle/styles/qi2.py 1088share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/paw.py
1089share/blender/${PKGVERSION}/scripts/freestyle/styles/sequentialsplit_sketchy.py 1089share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/super_limb.py
1090share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_multiple_parameterization.py 1090share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/ui.py
1091share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_topology_broken.py 1091share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/simple_tentacle.py
1092share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_topology_preserved.py 1092share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_copy.py
1093share/blender/${PKGVERSION}/scripts/freestyle/styles/split_at_highest_2d_curvatures.py 1093share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_face.py
1094share/blender/${PKGVERSION}/scripts/freestyle/styles/split_at_tvertices.py 1094share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_finger.py
1095share/blender/${PKGVERSION}/scripts/freestyle/styles/suggestive.py 1095share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_torso_turbo.py
1096share/blender/${PKGVERSION}/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py 1096share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_widgets.py
1097share/blender/${PKGVERSION}/scripts/freestyle/styles/tipremover.py 1097share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/tentacle.py
1098share/blender/${PKGVERSION}/scripts/freestyle/styles/tvertex_remover.py 1098share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/spine.py
1099share/blender/${PKGVERSION}/scripts/freestyle/styles/uniformpruning_zsort.py 1099share/blender/${BLENDERVER}/scripts/addons/rigify/ui.py
1100share/blender/${PKGVERSION}/scripts/modules/addon_utils.py 1100share/blender/${BLENDERVER}/scripts/addons/rigify/utils.py
1101share/blender/${PKGVERSION}/scripts/modules/animsys_refactor.py 1101share/blender/${BLENDERVER}/scripts/addons/space_view3d_3d_navigation.py
1102share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/__init__.py 1102share/blender/${BLENDERVER}/scripts/addons/space_view3d_copy_attributes.py
1103share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/bl_extract_messages.py 1103share/blender/${BLENDERVER}/scripts/addons/space_view3d_materials_utils.py
1104share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/merge_po.py 1104share/blender/${BLENDERVER}/scripts/addons/space_view3d_math_vis/__init__.py
1105share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings.py 1105share/blender/${BLENDERVER}/scripts/addons/space_view3d_math_vis/draw.py
1106share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings_user.py 1106share/blender/${BLENDERVER}/scripts/addons/space_view3d_math_vis/utils.py
1107share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils.py 1107share/blender/${BLENDERVER}/scripts/addons/space_view3d_spacebar_menu.py
1108share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_languages_menu.py 1108share/blender/${BLENDERVER}/scripts/addons/system_blend_info.py
1109share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_rtl.py 1109share/blender/${BLENDERVER}/scripts/addons/system_demo_mode/__init__.py
1110share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_spell_check.py 1110share/blender/${BLENDERVER}/scripts/addons/system_demo_mode/config.py
1111share/blender/${PKGVERSION}/scripts/modules/blend_render_info.py 1111share/blender/${BLENDERVER}/scripts/addons/system_demo_mode/demo_mode.py
1112share/blender/${PKGVERSION}/scripts/modules/bpy/__init__.py 1112share/blender/${BLENDERVER}/scripts/addons/system_property_chart.py
1113share/blender/${PKGVERSION}/scripts/modules/bpy/ops.py 1113share/blender/${BLENDERVER}/scripts/addons/ui_layer_manager.py
1114share/blender/${PKGVERSION}/scripts/modules/bpy/path.py 1114share/blender/${BLENDERVER}/scripts/addons/ui_pie_menus_official.py
1115share/blender/${PKGVERSION}/scripts/modules/bpy/utils.py 1115share/blender/${BLENDERVER}/scripts/addons/ui_translate/__init__.py
1116share/blender/${PKGVERSION}/scripts/modules/bpy_extras/__init__.py 1116share/blender/${BLENDERVER}/scripts/addons/ui_translate/edit_translation.py
1117share/blender/${PKGVERSION}/scripts/modules/bpy_extras/anim_utils.py 1117share/blender/${BLENDERVER}/scripts/addons/ui_translate/settings.py
1118share/blender/${PKGVERSION}/scripts/modules/bpy_extras/image_utils.py 1118share/blender/${BLENDERVER}/scripts/addons/ui_translate/update_addon.py
1119share/blender/${PKGVERSION}/scripts/modules/bpy_extras/io_utils.py 1119share/blender/${BLENDERVER}/scripts/addons/ui_translate/update_svn.py
1120share/blender/${PKGVERSION}/scripts/modules/bpy_extras/keyconfig_utils.py 1120share/blender/${BLENDERVER}/scripts/addons/ui_translate/update_ui.py
1121share/blender/${PKGVERSION}/scripts/modules/bpy_extras/mesh_utils.py 1121share/blender/${BLENDERVER}/scripts/addons/uv_bake_texture_to_vcols.py
1122share/blender/${PKGVERSION}/scripts/modules/bpy_extras/object_utils.py 1122share/blender/${BLENDERVER}/scripts/addons/uv_texture_atlas.py
1123share/blender/${PKGVERSION}/scripts/modules/bpy_extras/view3d_utils.py 1123share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/__init__.py
1124share/blender/${PKGVERSION}/scripts/modules/bpy_restrict_state.py 1124share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/chainingiterators.py
1125share/blender/${PKGVERSION}/scripts/modules/bpy_types.py 1125share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/functions.py
1126share/blender/${PKGVERSION}/scripts/modules/bpyml.py 1126share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/predicates.py
1127share/blender/${PKGVERSION}/scripts/modules/bpyml_ui.py 1127share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/shaders.py
1128share/blender/${PKGVERSION}/scripts/modules/console/__init__.py 1128share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/types.py
1129share/blender/${PKGVERSION}/scripts/modules/console/complete_calltip.py 1129share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/utils.py
1130share/blender/${PKGVERSION}/scripts/modules/console/complete_import.py 1130share/blender/${BLENDERVER}/scripts/freestyle/modules/parameter_editor.py
1131share/blender/${PKGVERSION}/scripts/modules/console/complete_namespace.py 1131share/blender/${BLENDERVER}/scripts/freestyle/styles/anisotropic_diffusion.py
1132share/blender/${PKGVERSION}/scripts/modules/console/intellisense.py 1132share/blender/${BLENDERVER}/scripts/freestyle/styles/apriori_and_causal_density.py
1133share/blender/${PKGVERSION}/scripts/modules/console_python.py 1133share/blender/${BLENDERVER}/scripts/freestyle/styles/apriori_density.py
1134share/blender/${PKGVERSION}/scripts/modules/console_shell.py 1134share/blender/${BLENDERVER}/scripts/freestyle/styles/backbone_stretcher.py
1135share/blender/${PKGVERSION}/scripts/modules/graphviz_export.py 1135share/blender/${BLENDERVER}/scripts/freestyle/styles/blueprint_circles.py
1136share/blender/${PKGVERSION}/scripts/modules/keyingsets_utils.py 1136share/blender/${BLENDERVER}/scripts/freestyle/styles/blueprint_ellipses.py
1137share/blender/${PKGVERSION}/scripts/modules/nodeitems_utils.py 1137share/blender/${BLENDERVER}/scripts/freestyle/styles/blueprint_squares.py
1138share/blender/${PKGVERSION}/scripts/modules/rna_info.py 1138share/blender/${BLENDERVER}/scripts/freestyle/styles/cartoon.py
1139share/blender/${PKGVERSION}/scripts/modules/rna_keymap_ui.py 1139share/blender/${BLENDERVER}/scripts/freestyle/styles/contour.py
1140share/blender/${PKGVERSION}/scripts/modules/rna_prop_ui.py 1140share/blender/${BLENDERVER}/scripts/freestyle/styles/curvature2d.py
1141share/blender/${PKGVERSION}/scripts/modules/rna_xml.py 1141share/blender/${BLENDERVER}/scripts/freestyle/styles/external_contour.py
1142share/blender/${PKGVERSION}/scripts/modules/sys_info.py 1142share/blender/${BLENDERVER}/scripts/freestyle/styles/external_contour_sketchy.py
1143share/blender/${PKGVERSION}/scripts/presets/camera/1__colon__2.3_inch.py 1143share/blender/${BLENDERVER}/scripts/freestyle/styles/external_contour_smooth.py
1144share/blender/${PKGVERSION}/scripts/presets/camera/1__colon__2.5_inch.py 1144share/blender/${BLENDERVER}/scripts/freestyle/styles/haloing.py
1145share/blender/${PKGVERSION}/scripts/presets/camera/2__colon__3_inch.py 1145share/blender/${BLENDERVER}/scripts/freestyle/styles/ignore_small_occlusions.py
1146share/blender/${PKGVERSION}/scripts/presets/camera/4__colon__3_inch.py 1146share/blender/${BLENDERVER}/scripts/freestyle/styles/invisible_lines.py
1147share/blender/${PKGVERSION}/scripts/presets/camera/Arri_Alexa.py 1147share/blender/${BLENDERVER}/scripts/freestyle/styles/japanese_bigbrush.py
1148share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Cinema_Camera.py 1148share/blender/${BLENDERVER}/scripts/freestyle/styles/long_anisotropically_dense.py
1149share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Pocket_Cinema_Camera.py 1149share/blender/${BLENDERVER}/scripts/freestyle/styles/multiple_parameterization.py
1150share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Production_Camera_4K.py 1150share/blender/${BLENDERVER}/scripts/freestyle/styles/nature.py
1151share/blender/${PKGVERSION}/scripts/presets/camera/Blender.py 1151share/blender/${BLENDERVER}/scripts/freestyle/styles/near_lines.py
1152share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1100D.py 1152share/blender/${BLENDERVER}/scripts/freestyle/styles/occluded_by_specific_object.py
1153share/blender/${PKGVERSION}/scripts/presets/camera/Canon_APS-C.py 1153share/blender/${BLENDERVER}/scripts/freestyle/styles/polygonalize.py
1154share/blender/${PKGVERSION}/scripts/presets/camera/Canon_APS-H.py 1154share/blender/${BLENDERVER}/scripts/freestyle/styles/qi0.py
1155share/blender/${PKGVERSION}/scripts/presets/camera/Canon_C300.py 1155share/blender/${BLENDERVER}/scripts/freestyle/styles/qi0_not_external_contour.py
1156share/blender/${PKGVERSION}/scripts/presets/camera/Full_Frame_35mm_Camera.py 1156share/blender/${BLENDERVER}/scripts/freestyle/styles/qi1.py
1157share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_Black.py 1157share/blender/${BLENDERVER}/scripts/freestyle/styles/qi2.py
1158share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_Silver.py 1158share/blender/${BLENDERVER}/scripts/freestyle/styles/sequentialsplit_sketchy.py
1159share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_White.py 1159share/blender/${BLENDERVER}/scripts/freestyle/styles/sketchy_multiple_parameterization.py
1160share/blender/${PKGVERSION}/scripts/presets/camera/Nexus_5.py 1160share/blender/${BLENDERVER}/scripts/freestyle/styles/sketchy_topology_broken.py
1161share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D3100.py 1161share/blender/${BLENDERVER}/scripts/freestyle/styles/sketchy_topology_preserved.py
1162share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_DX.py 1162share/blender/${BLENDERVER}/scripts/freestyle/styles/split_at_highest_2d_curvatures.py
1163share/blender/${PKGVERSION}/scripts/presets/camera/Panasonic_AG-HVX200.py 1163share/blender/${BLENDERVER}/scripts/freestyle/styles/split_at_tvertices.py
1164share/blender/${PKGVERSION}/scripts/presets/camera/Panasonic_LX2.py 1164share/blender/${BLENDERVER}/scripts/freestyle/styles/suggestive.py
1165share/blender/${PKGVERSION}/scripts/presets/camera/Red_Epic.py 1165share/blender/${BLENDERVER}/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py
1166share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_2K.py 1166share/blender/${BLENDERVER}/scripts/freestyle/styles/tipremover.py
1167share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_3K.py 1167share/blender/${BLENDERVER}/scripts/freestyle/styles/tvertex_remover.py
1168share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_4K.py 1168share/blender/${BLENDERVER}/scripts/freestyle/styles/uniformpruning_zsort.py
1169share/blender/${PKGVERSION}/scripts/presets/camera/Samsung_Galaxy_S3.py 1169share/blender/${BLENDERVER}/scripts/modules/addon_utils.py
1170share/blender/${PKGVERSION}/scripts/presets/camera/Samsung_Galaxy_S4.py 1170share/blender/${BLENDERVER}/scripts/modules/animsys_refactor.py
1171share/blender/${PKGVERSION}/scripts/presets/camera/Sony_A55.py 1171share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/__init__.py
1172share/blender/${PKGVERSION}/scripts/presets/camera/Sony_EX1.py 1172share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/bl_extract_messages.py
1173share/blender/${PKGVERSION}/scripts/presets/camera/Sony_F65.py 1173share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/merge_po.py
1174share/blender/${PKGVERSION}/scripts/presets/camera/Super_16_Film.py 1174share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/settings.py
1175share/blender/${PKGVERSION}/scripts/presets/camera/Super_35_Film.py 1175share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/settings_user.py
1176share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_4.py 1176share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils.py
1177share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_4S.py 1177share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils_languages_menu.py
1178share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_5.py 1178share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils_rtl.py
1179share/blender/${PKGVERSION}/scripts/presets/cloth/cotton.py 1179share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils_spell_check.py
1180share/blender/${PKGVERSION}/scripts/presets/cloth/denim.py 1180share/blender/${BLENDERVER}/scripts/modules/bl_previews_utils/bl_previews_render.py
1181share/blender/${PKGVERSION}/scripts/presets/cloth/leather.py 1181share/blender/${BLENDERVER}/scripts/modules/blend_render_info.py
1182share/blender/${PKGVERSION}/scripts/presets/cloth/rubber.py 1182share/blender/${BLENDERVER}/scripts/modules/bpy/__init__.py
1183share/blender/${PKGVERSION}/scripts/presets/cloth/silk.py 1183share/blender/${BLENDERVER}/scripts/modules/bpy/ops.py
1184share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/direct_light.py 1184share/blender/${BLENDERVER}/scripts/modules/bpy/path.py
1185share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/full_global_illumination.py 1185share/blender/${BLENDERVER}/scripts/modules/bpy/utils/__init__.py
1186share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/limited_global_illumination.py 1186share/blender/${BLENDERVER}/scripts/modules/bpy/utils/previews.py
1187share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/final.py 1187share/blender/${BLENDERVER}/scripts/modules/bpy_extras/__init__.py
1188share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/preview.py 1188share/blender/${BLENDERVER}/scripts/modules/bpy_extras/anim_utils.py
1189share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DV.py 1189share/blender/${BLENDERVER}/scripts/modules/bpy_extras/image_utils.py
1190share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DVD.py 1190share/blender/${BLENDERVER}/scripts/modules/bpy_extras/io_utils.py
1191share/blender/${PKGVERSION}/scripts/presets/ffmpeg/SVCD.py 1191share/blender/${BLENDERVER}/scripts/modules/bpy_extras/keyconfig_utils.py
1192share/blender/${PKGVERSION}/scripts/presets/ffmpeg/VCD.py 1192share/blender/${BLENDERVER}/scripts/modules/bpy_extras/mesh_utils.py
1193share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264.py 1193share/blender/${BLENDERVER}/scripts/modules/bpy_extras/object_utils.py
1194share/blender/${PKGVERSION}/scripts/presets/ffmpeg/theora.py 1194share/blender/${BLENDERVER}/scripts/modules/bpy_extras/view3d_utils.py
1195share/blender/${PKGVERSION}/scripts/presets/ffmpeg/xvid.py 1195share/blender/${BLENDERVER}/scripts/modules/bpy_restrict_state.py
1196share/blender/${PKGVERSION}/scripts/presets/fluid/honey.py 1196share/blender/${BLENDERVER}/scripts/modules/bpy_types.py
1197share/blender/${PKGVERSION}/scripts/presets/fluid/oil.py 1197share/blender/${BLENDERVER}/scripts/modules/bpyml.py
1198share/blender/${PKGVERSION}/scripts/presets/fluid/water.py 1198share/blender/${BLENDERVER}/scripts/modules/bpyml_ui.py
1199share/blender/${PKGVERSION}/scripts/presets/framerate/23.98.py 1199share/blender/${BLENDERVER}/scripts/modules/console/__init__.py
1200share/blender/${PKGVERSION}/scripts/presets/framerate/24.py 1200share/blender/${BLENDERVER}/scripts/modules/console/complete_calltip.py
1201share/blender/${PKGVERSION}/scripts/presets/framerate/25.py 1201share/blender/${BLENDERVER}/scripts/modules/console/complete_import.py
1202share/blender/${PKGVERSION}/scripts/presets/framerate/29.97.py 1202share/blender/${BLENDERVER}/scripts/modules/console/complete_namespace.py
1203share/blender/${PKGVERSION}/scripts/presets/framerate/30.py 1203share/blender/${BLENDERVER}/scripts/modules/console/intellisense.py
1204share/blender/${PKGVERSION}/scripts/presets/framerate/50.py 1204share/blender/${BLENDERVER}/scripts/modules/console_python.py
1205share/blender/${PKGVERSION}/scripts/presets/framerate/59.94.py 1205share/blender/${BLENDERVER}/scripts/modules/console_shell.py
1206share/blender/${PKGVERSION}/scripts/presets/framerate/60.py 1206share/blender/${BLENDERVER}/scripts/modules/graphviz_export.py
1207share/blender/${PKGVERSION}/scripts/presets/framerate/Custom.py 1207share/blender/${BLENDERVER}/scripts/modules/keyingsets_utils.py
1208share/blender/${PKGVERSION}/scripts/presets/hair_dynamics/default.py 1208share/blender/${BLENDERVER}/scripts/modules/nodeitems_utils.py
1209share/blender/${PKGVERSION}/scripts/presets/interaction/3dsmax.py 1209share/blender/${BLENDERVER}/scripts/modules/progress_report.py
1210share/blender/${PKGVERSION}/scripts/presets/interaction/blender.py 1210share/blender/${BLENDERVER}/scripts/modules/rna_info.py
1211share/blender/${PKGVERSION}/scripts/presets/interaction/maya.py 1211share/blender/${BLENDERVER}/scripts/modules/rna_keymap_ui.py
1212share/blender/${PKGVERSION}/scripts/presets/interface_theme/back_to_black.xml 1212share/blender/${BLENDERVER}/scripts/modules/rna_prop_ui.py
1213share/blender/${PKGVERSION}/scripts/presets/interface_theme/blender_24x.xml 1213share/blender/${BLENDERVER}/scripts/modules/rna_xml.py
1214share/blender/${PKGVERSION}/scripts/presets/interface_theme/elsyiun.xml 1214share/blender/${BLENDERVER}/scripts/modules/sys_info.py
1215share/blender/${PKGVERSION}/scripts/presets/interface_theme/flatty_light.xml 1215share/blender/${BLENDERVER}/scripts/presets/camera/1__colon__2.3_inch.py
1216share/blender/${PKGVERSION}/scripts/presets/interface_theme/graph.xml 1216share/blender/${BLENDERVER}/scripts/presets/camera/1__colon__2.5_inch.py
1217share/blender/${PKGVERSION}/scripts/presets/interface_theme/hexagon.xml 1217share/blender/${BLENDERVER}/scripts/presets/camera/2__colon__3_inch.py
1218share/blender/${PKGVERSION}/scripts/presets/interface_theme/rtheme.xml 1218share/blender/${BLENDERVER}/scripts/presets/camera/4__colon__3_inch.py
1219share/blender/${PKGVERSION}/scripts/presets/interface_theme/science_lab.xml 1219share/blender/${BLENDERVER}/scripts/presets/camera/Arri_Alexa.py
1220share/blender/${PKGVERSION}/scripts/presets/interface_theme/softimage.xml 1220share/blender/${BLENDERVER}/scripts/presets/camera/Blackmagic_Cinema_Camera.py
1221share/blender/${PKGVERSION}/scripts/presets/interface_theme/ubuntu_ambiance.xml 1221share/blender/${BLENDERVER}/scripts/presets/camera/Blackmagic_Pocket_Cinema_Camera.py
1222share/blender/${PKGVERSION}/scripts/presets/keyconfig/3dsmax.py 1222share/blender/${BLENDERVER}/scripts/presets/camera/Blackmagic_Production_Camera_4K.py
1223share/blender/${PKGVERSION}/scripts/presets/keyconfig/maya.py 1223share/blender/${BLENDERVER}/scripts/presets/camera/Blender.py
1224share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py 1224share/blender/${BLENDERVER}/scripts/presets/camera/Canon_1100D.py
1225share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py 1225share/blender/${BLENDERVER}/scripts/presets/camera/Canon_APS-C.py
1226share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_1080p.py 1226share/blender/${BLENDERVER}/scripts/presets/camera/Canon_APS-H.py
1227share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_720p.py 1227share/blender/${BLENDERVER}/scripts/presets/camera/Canon_C300.py
1228share/blender/${PKGVERSION}/scripts/presets/render/HDTV_1080p.py 1228share/blender/${BLENDERVER}/scripts/presets/camera/Full_Frame_35mm_Camera.py
1229share/blender/${PKGVERSION}/scripts/presets/render/HDTV_720p.py 1229share/blender/${BLENDERVER}/scripts/presets/camera/GoPro_Hero3_Black.py
1230share/blender/${PKGVERSION}/scripts/presets/render/HDV_1080p.py 1230share/blender/${BLENDERVER}/scripts/presets/camera/GoPro_Hero3_Silver.py
1231share/blender/${PKGVERSION}/scripts/presets/render/HDV_NTSC_1080p.py 1231share/blender/${BLENDERVER}/scripts/presets/camera/GoPro_Hero3_White.py
1232share/blender/${PKGVERSION}/scripts/presets/render/HDV_PAL_1080p.py 1232share/blender/${BLENDERVER}/scripts/presets/camera/Nexus_5.py
1233share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_16_colon_9.py 1233share/blender/${BLENDERVER}/scripts/presets/camera/Nikon_D3100.py
1234share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_4_colon_3.py 1234share/blender/${BLENDERVER}/scripts/presets/camera/Nikon_DX.py
1235share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_16_colon_9.py 1235share/blender/${BLENDERVER}/scripts/presets/camera/Panasonic_AG-HVX200.py
1236share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_4_colon_3.py 1236share/blender/${BLENDERVER}/scripts/presets/camera/Panasonic_LX2.py
1237share/blender/${PKGVERSION}/scripts/presets/safe_areas/14_colon_9_in_16_colon_9.py 1237share/blender/${BLENDERVER}/scripts/presets/camera/Red_Epic.py
1238share/blender/${PKGVERSION}/scripts/presets/safe_areas/16_colon_9.py 1238share/blender/${BLENDERVER}/scripts/presets/camera/Red_One_2K.py
1239share/blender/${PKGVERSION}/scripts/presets/safe_areas/4_colon_3_in_16_colon_9.py 1239share/blender/${BLENDERVER}/scripts/presets/camera/Red_One_3K.py
1240share/blender/${PKGVERSION}/scripts/presets/sss/apple.py 1240share/blender/${BLENDERVER}/scripts/presets/camera/Red_One_4K.py
1241share/blender/${PKGVERSION}/scripts/presets/sss/chicken.py 1241share/blender/${BLENDERVER}/scripts/presets/camera/Samsung_Galaxy_S3.py
1242share/blender/${PKGVERSION}/scripts/presets/sss/cream.py 1242share/blender/${BLENDERVER}/scripts/presets/camera/Samsung_Galaxy_S4.py
1243share/blender/${PKGVERSION}/scripts/presets/sss/ketchup.py 1243share/blender/${BLENDERVER}/scripts/presets/camera/Sony_A55.py
1244share/blender/${PKGVERSION}/scripts/presets/sss/marble.py 1244share/blender/${BLENDERVER}/scripts/presets/camera/Sony_EX1.py
1245share/blender/${PKGVERSION}/scripts/presets/sss/potato.py 1245share/blender/${BLENDERVER}/scripts/presets/camera/Sony_F65.py
1246share/blender/${PKGVERSION}/scripts/presets/sss/skim_milk.py 1246share/blender/${BLENDERVER}/scripts/presets/camera/Super_16_Film.py
1247share/blender/${PKGVERSION}/scripts/presets/sss/skin1.py 1247share/blender/${BLENDERVER}/scripts/presets/camera/Super_35_Film.py
1248share/blender/${PKGVERSION}/scripts/presets/sss/skin2.py 1248share/blender/${BLENDERVER}/scripts/presets/camera/iPhone_4.py
1249share/blender/${PKGVERSION}/scripts/presets/sss/whole_milk.py 1249share/blender/${BLENDERVER}/scripts/presets/camera/iPhone_4S.py
1250share/blender/${PKGVERSION}/scripts/presets/sunsky/classic.py 1250share/blender/${BLENDERVER}/scripts/presets/camera/iPhone_5.py
1251share/blender/${PKGVERSION}/scripts/presets/sunsky/desert.py 1251share/blender/${BLENDERVER}/scripts/presets/cloth/cotton.py
1252share/blender/${PKGVERSION}/scripts/presets/sunsky/mountain.py 1252share/blender/${BLENDERVER}/scripts/presets/cloth/denim.py
1253share/blender/${PKGVERSION}/scripts/presets/tracking_camera/1__colon__2.3_inch.py 1253share/blender/${BLENDERVER}/scripts/presets/cloth/leather.py
1254share/blender/${PKGVERSION}/scripts/presets/tracking_camera/1__colon__2.5_inch.py 1254share/blender/${BLENDERVER}/scripts/presets/cloth/rubber.py
1255share/blender/${PKGVERSION}/scripts/presets/tracking_camera/2__colon__3_inch.py 1255share/blender/${BLENDERVER}/scripts/presets/cloth/silk.py
1256share/blender/${PKGVERSION}/scripts/presets/tracking_camera/4__colon__3_inch.py 1256share/blender/${BLENDERVER}/scripts/presets/cycles/integrator/direct_light.py
1257share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Arri_Alexa.py 1257share/blender/${BLENDERVER}/scripts/presets/cycles/integrator/full_global_illumination.py
1258share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Cinema_Camera.py 1258share/blender/${BLENDERVER}/scripts/presets/cycles/integrator/limited_global_illumination.py
1259share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Pocket_Cinema_Camera.py 1259share/blender/${BLENDERVER}/scripts/presets/cycles/sampling/final.py
1260share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Production_Camera_4K.py 1260share/blender/${BLENDERVER}/scripts/presets/cycles/sampling/preview.py
1261share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blender.py 1261share/blender/${BLENDERVER}/scripts/presets/ffmpeg/DV.py
1262share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1100D.py 1262share/blender/${BLENDERVER}/scripts/presets/ffmpeg/DVD.py
1263share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_APS-C.py 1263share/blender/${BLENDERVER}/scripts/presets/ffmpeg/SVCD.py
1264share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_APS-H.py 1264share/blender/${BLENDERVER}/scripts/presets/ffmpeg/VCD.py
1265share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_C300.py 1265share/blender/${BLENDERVER}/scripts/presets/ffmpeg/h264.py
1266share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Full_Frame_35mm_Camera.py 1266share/blender/${BLENDERVER}/scripts/presets/ffmpeg/theora.py
1267share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_Black.py 1267share/blender/${BLENDERVER}/scripts/presets/ffmpeg/xvid.py
1268share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_Silver.py 1268share/blender/${BLENDERVER}/scripts/presets/fluid/honey.py
1269share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_White.py 1269share/blender/${BLENDERVER}/scripts/presets/fluid/oil.py
1270share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nexus_5.py 1270share/blender/${BLENDERVER}/scripts/presets/fluid/water.py
1271share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D3100.py 1271share/blender/${BLENDERVER}/scripts/presets/framerate/23.98.py
1272share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_DX.py 1272share/blender/${BLENDERVER}/scripts/presets/framerate/24.py
1273share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Panasonic_AG-HVX200.py 1273share/blender/${BLENDERVER}/scripts/presets/framerate/25.py
1274share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Panasonic_LX2.py 1274share/blender/${BLENDERVER}/scripts/presets/framerate/29.97.py
1275share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_Epic.py 1275share/blender/${BLENDERVER}/scripts/presets/framerate/30.py
1276share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_2K.py 1276share/blender/${BLENDERVER}/scripts/presets/framerate/50.py
1277share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_3K.py 1277share/blender/${BLENDERVER}/scripts/presets/framerate/59.94.py
1278share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_4K.py 1278share/blender/${BLENDERVER}/scripts/presets/framerate/60.py
1279share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Samsung_Galaxy_S3.py 1279share/blender/${BLENDERVER}/scripts/presets/framerate/Custom.py
1280share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Samsung_Galaxy_S4.py 1280share/blender/${BLENDERVER}/scripts/presets/hair_dynamics/default.py
1281share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_A55.py 1281share/blender/${BLENDERVER}/scripts/presets/interaction/3dsmax.py
1282share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_EX1.py 1282share/blender/${BLENDERVER}/scripts/presets/interaction/blender.py
1283share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_F65.py 1283share/blender/${BLENDERVER}/scripts/presets/interaction/maya.py
1284share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Super_16.py 1284share/blender/${BLENDERVER}/scripts/presets/interface_theme/back_to_black.xml
1285share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Super_35.py 1285share/blender/${BLENDERVER}/scripts/presets/interface_theme/blender_24x.xml
1286share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_4.py 1286share/blender/${BLENDERVER}/scripts/presets/interface_theme/elsyiun.xml
1287share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_4S.py 1287share/blender/${BLENDERVER}/scripts/presets/interface_theme/flatty_light.xml
1288share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_5.py 1288share/blender/${BLENDERVER}/scripts/presets/interface_theme/graph.xml
1289share/blender/${PKGVERSION}/scripts/presets/tracking_settings/blurry_footage.py 1289share/blender/${BLENDERVER}/scripts/presets/interface_theme/hexagon.xml
1290share/blender/${PKGVERSION}/scripts/presets/tracking_settings/default.py 1290share/blender/${BLENDERVER}/scripts/presets/interface_theme/rtheme.xml
1291share/blender/${PKGVERSION}/scripts/presets/tracking_settings/fast_motion.py 1291share/blender/${BLENDERVER}/scripts/presets/interface_theme/science_lab.xml
1292share/blender/${PKGVERSION}/scripts/presets/tracking_settings/planar.py 1292share/blender/${BLENDERVER}/scripts/presets/interface_theme/softimage.xml
1293share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/default.py 1293share/blender/${BLENDERVER}/scripts/presets/interface_theme/ubuntu_ambiance.xml
1294share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/far_plane.py 1294share/blender/${BLENDERVER}/scripts/presets/keyconfig/3dsmax.py
1295share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/near_plane.py 1295share/blender/${BLENDERVER}/scripts/presets/keyconfig/maya.py
1296share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/object.py 1296share/blender/${BLENDERVER}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py
1297share/blender/${PKGVERSION}/scripts/startup/bl_operators/__init__.py 1297share/blender/${BLENDERVER}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
1298share/blender/${PKGVERSION}/scripts/startup/bl_operators/add_mesh_torus.py 1298share/blender/${BLENDERVER}/scripts/presets/render/DVCPRO_HD_1080p.py
1299share/blender/${PKGVERSION}/scripts/startup/bl_operators/anim.py 1299share/blender/${BLENDERVER}/scripts/presets/render/DVCPRO_HD_720p.py
1300share/blender/${PKGVERSION}/scripts/startup/bl_operators/clip.py 1300share/blender/${BLENDERVER}/scripts/presets/render/HDTV_1080p.py
1301share/blender/${PKGVERSION}/scripts/startup/bl_operators/console.py 1301share/blender/${BLENDERVER}/scripts/presets/render/HDTV_720p.py
1302share/blender/${PKGVERSION}/scripts/startup/bl_operators/freestyle.py 1302share/blender/${BLENDERVER}/scripts/presets/render/HDV_1080p.py
1303share/blender/${PKGVERSION}/scripts/startup/bl_operators/image.py 1303share/blender/${BLENDERVER}/scripts/presets/render/HDV_NTSC_1080p.py
1304share/blender/${PKGVERSION}/scripts/startup/bl_operators/mask.py 1304share/blender/${BLENDERVER}/scripts/presets/render/HDV_PAL_1080p.py
1305share/blender/${PKGVERSION}/scripts/startup/bl_operators/mesh.py 1305share/blender/${BLENDERVER}/scripts/presets/render/TV_NTSC_16_colon_9.py
1306share/blender/${PKGVERSION}/scripts/startup/bl_operators/node.py 1306share/blender/${BLENDERVER}/scripts/presets/render/TV_NTSC_4_colon_3.py
1307share/blender/${PKGVERSION}/scripts/startup/bl_operators/object.py 1307share/blender/${BLENDERVER}/scripts/presets/render/TV_PAL_16_colon_9.py
1308share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_align.py 1308share/blender/${BLENDERVER}/scripts/presets/render/TV_PAL_4_colon_3.py
1309share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_quick_effects.py 1309share/blender/${BLENDERVER}/scripts/presets/safe_areas/14_colon_9_in_16_colon_9.py
1310share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_randomize_transform.py 1310share/blender/${BLENDERVER}/scripts/presets/safe_areas/16_colon_9.py
1311share/blender/${PKGVERSION}/scripts/startup/bl_operators/presets.py 1311share/blender/${BLENDERVER}/scripts/presets/safe_areas/4_colon_3_in_16_colon_9.py
1312share/blender/${PKGVERSION}/scripts/startup/bl_operators/rigidbody.py 1312share/blender/${BLENDERVER}/scripts/presets/sss/apple.py
1313share/blender/${PKGVERSION}/scripts/startup/bl_operators/screen_play_rendered_anim.py 1313share/blender/${BLENDERVER}/scripts/presets/sss/chicken.py
1314share/blender/${PKGVERSION}/scripts/startup/bl_operators/sequencer.py 1314share/blender/${BLENDERVER}/scripts/presets/sss/cream.py
1315share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_follow_active.py 1315share/blender/${BLENDERVER}/scripts/presets/sss/ketchup.py
1316share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_lightmap.py 1316share/blender/${BLENDERVER}/scripts/presets/sss/marble.py
1317share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_smart_project.py 1317share/blender/${BLENDERVER}/scripts/presets/sss/potato.py
1318share/blender/${PKGVERSION}/scripts/startup/bl_operators/vertexpaint_dirt.py 1318share/blender/${BLENDERVER}/scripts/presets/sss/skim_milk.py
1319share/blender/${PKGVERSION}/scripts/startup/bl_operators/view3d.py 1319share/blender/${BLENDERVER}/scripts/presets/sss/skin1.py
1320share/blender/${PKGVERSION}/scripts/startup/bl_operators/wm.py 1320share/blender/${BLENDERVER}/scripts/presets/sss/skin2.py
1321share/blender/${PKGVERSION}/scripts/startup/bl_ui/__init__.py 1321share/blender/${BLENDERVER}/scripts/presets/sss/whole_milk.py
1322share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_animviz.py 1322share/blender/${BLENDERVER}/scripts/presets/sunsky/classic.py
1323share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_constraint.py 1323share/blender/${BLENDERVER}/scripts/presets/sunsky/desert.py
1324share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_armature.py 1324share/blender/${BLENDERVER}/scripts/presets/sunsky/mountain.py
1325share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_bone.py 1325share/blender/${BLENDERVER}/scripts/presets/tracking_camera/1__colon__2.3_inch.py
1326share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_camera.py 1326share/blender/${BLENDERVER}/scripts/presets/tracking_camera/1__colon__2.5_inch.py
1327share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_curve.py 1327share/blender/${BLENDERVER}/scripts/presets/tracking_camera/2__colon__3_inch.py
1328share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_empty.py 1328share/blender/${BLENDERVER}/scripts/presets/tracking_camera/4__colon__3_inch.py
1329share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lamp.py 1329share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Arri_Alexa.py
1330share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lattice.py 1330share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blackmagic_Cinema_Camera.py
1331share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_mesh.py 1331share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blackmagic_Pocket_Cinema_Camera.py
1332share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_metaball.py 1332share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blackmagic_Production_Camera_4K.py
1333share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_modifier.py 1333share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blender.py
1334share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_speaker.py 1334share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_1100D.py
1335share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_freestyle.py 1335share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_APS-C.py
1336share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_game.py 1336share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_APS-H.py
1337share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_grease_pencil_common.py 1337share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_C300.py
1338share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_mask_common.py 1338share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Full_Frame_35mm_Camera.py
1339share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_material.py 1339share/blender/${BLENDERVER}/scripts/presets/tracking_camera/GoPro_Hero3_Black.py
1340share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_object.py 1340share/blender/${BLENDERVER}/scripts/presets/tracking_camera/GoPro_Hero3_Silver.py
1341share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_paint_common.py 1341share/blender/${BLENDERVER}/scripts/presets/tracking_camera/GoPro_Hero3_White.py
1342share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_particle.py 1342share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Nexus_5.py
1343share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_cloth.py 1343share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Nikon_D3100.py
1344share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_common.py 1344share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Nikon_DX.py
1345share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_dynamicpaint.py 1345share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Panasonic_AG-HVX200.py
1346share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_field.py 1346share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Panasonic_LX2.py
1347share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_fluid.py 1347share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_Epic.py
1348share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody.py 1348share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_One_2K.py
1349share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py 1349share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_One_3K.py
1350share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_smoke.py 1350share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_One_4K.py
1351share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_softbody.py 1351share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Samsung_Galaxy_S3.py
1352share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render.py 1352share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Samsung_Galaxy_S4.py
1353share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render_layer.py 1353share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Sony_A55.py
1354share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_scene.py 1354share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Sony_EX1.py
1355share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_texture.py 1355share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Sony_F65.py
1356share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_world.py 1356share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Super_16.py
1357share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_clip.py 1357share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Super_35.py
1358share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_console.py 1358share/blender/${BLENDERVER}/scripts/presets/tracking_camera/iPhone_4.py
1359share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_dopesheet.py 1359share/blender/${BLENDERVER}/scripts/presets/tracking_camera/iPhone_4S.py
1360share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_filebrowser.py 1360share/blender/${BLENDERVER}/scripts/presets/tracking_camera/iPhone_5.py
1361share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_graph.py 1361share/blender/${BLENDERVER}/scripts/presets/tracking_settings/blurry_footage.py
1362share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_image.py 1362share/blender/${BLENDERVER}/scripts/presets/tracking_settings/default.py
1363share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_info.py 1363share/blender/${BLENDERVER}/scripts/presets/tracking_settings/fast_motion.py
1364share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_logic.py 1364share/blender/${BLENDERVER}/scripts/presets/tracking_settings/planar.py
1365share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_nla.py 1365share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/default.py
1366share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_node.py 1366share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/far_plane.py
1367share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_outliner.py 1367share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/near_plane.py
1368share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_properties.py 1368share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/object.py
1369share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_sequencer.py 1369share/blender/${BLENDERVER}/scripts/startup/bl_operators/__init__.py
1370share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_text.py 1370share/blender/${BLENDERVER}/scripts/startup/bl_operators/add_mesh_torus.py
1371share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_time.py 1371share/blender/${BLENDERVER}/scripts/startup/bl_operators/anim.py
1372share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_userpref.py 1372share/blender/${BLENDERVER}/scripts/startup/bl_operators/clip.py
1373share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d.py 1373share/blender/${BLENDERVER}/scripts/startup/bl_operators/console.py
1374share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d_toolbar.py 1374share/blender/${BLENDERVER}/scripts/startup/bl_operators/file.py
1375share/blender/${PKGVERSION}/scripts/startup/keyingsets_builtins.py 1375share/blender/${BLENDERVER}/scripts/startup/bl_operators/freestyle.py
1376share/blender/${PKGVERSION}/scripts/startup/nodeitems_builtins.py 1376share/blender/${BLENDERVER}/scripts/startup/bl_operators/image.py
1377share/blender/${PKGVERSION}/scripts/templates_osl/empty_shader.osl 1377share/blender/${BLENDERVER}/scripts/startup/bl_operators/mask.py
1378share/blender/${PKGVERSION}/scripts/templates_osl/fresnel_conductive.osl 1378share/blender/${BLENDERVER}/scripts/startup/bl_operators/mesh.py
1379share/blender/${PKGVERSION}/scripts/templates_osl/gabor_noise.osl 1379share/blender/${BLENDERVER}/scripts/startup/bl_operators/node.py
1380share/blender/${PKGVERSION}/scripts/templates_osl/lyapunov_texture.osl 1380share/blender/${BLENDERVER}/scripts/startup/bl_operators/object.py
1381share/blender/${PKGVERSION}/scripts/templates_osl/noise.osl 1381share/blender/${BLENDERVER}/scripts/startup/bl_operators/object_align.py
1382share/blender/${PKGVERSION}/scripts/templates_osl/ramp_closure.osl 1382share/blender/${BLENDERVER}/scripts/startup/bl_operators/object_quick_effects.py
1383share/blender/${PKGVERSION}/scripts/templates_py/addon_add_object.py 1383share/blender/${BLENDERVER}/scripts/startup/bl_operators/object_randomize_transform.py
1384share/blender/${PKGVERSION}/scripts/templates_py/background_job.py 1384share/blender/${BLENDERVER}/scripts/startup/bl_operators/presets.py
1385share/blender/${PKGVERSION}/scripts/templates_py/batch_export.py 1385share/blender/${BLENDERVER}/scripts/startup/bl_operators/rigidbody.py
1386share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple.py 1386share/blender/${BLENDERVER}/scripts/startup/bl_operators/screen_play_rendered_anim.py
1387share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple_editmode.py 1387share/blender/${BLENDERVER}/scripts/startup/bl_operators/sequencer.py
1388share/blender/${PKGVERSION}/scripts/templates_py/builtin_keyingset.py 1388share/blender/${BLENDERVER}/scripts/startup/bl_operators/uvcalc_follow_active.py
1389share/blender/${PKGVERSION}/scripts/templates_py/custom_nodes.py 1389share/blender/${BLENDERVER}/scripts/startup/bl_operators/uvcalc_lightmap.py
1390share/blender/${PKGVERSION}/scripts/templates_py/driver_functions.py 1390share/blender/${BLENDERVER}/scripts/startup/bl_operators/uvcalc_smart_project.py
1391share/blender/${PKGVERSION}/scripts/templates_py/gamelogic.py 1391share/blender/${BLENDERVER}/scripts/startup/bl_operators/vertexpaint_dirt.py
1392share/blender/${PKGVERSION}/scripts/templates_py/gamelogic_module.py 1392share/blender/${BLENDERVER}/scripts/startup/bl_operators/view3d.py
1393share/blender/${PKGVERSION}/scripts/templates_py/gamelogic_simple.py 1393share/blender/${BLENDERVER}/scripts/startup/bl_operators/wm.py
1394share/blender/${PKGVERSION}/scripts/templates_py/operator_file_export.py 1394share/blender/${BLENDERVER}/scripts/startup/bl_ui/__init__.py
1395share/blender/${PKGVERSION}/scripts/templates_py/operator_file_import.py 1395share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_animviz.py
1396share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_add.py 1396share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_constraint.py
1397share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_uv.py 1397share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_armature.py
1398share/blender/${PKGVERSION}/scripts/templates_py/operator_modal.py 1398share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_bone.py
1399share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_draw.py 1399share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_camera.py
1400share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_timer.py 1400share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_curve.py
1401share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d.py 1401share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_empty.py
1402share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d_raycast.py 1402share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_lamp.py
1403share/blender/${PKGVERSION}/scripts/templates_py/operator_node.py 1403share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_lattice.py
1404share/blender/${PKGVERSION}/scripts/templates_py/operator_simple.py 1404share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_mesh.py
1405share/blender/${PKGVERSION}/scripts/templates_py/script_stub.py 1405share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_metaball.py
1406share/blender/${PKGVERSION}/scripts/templates_py/ui_list.py 1406share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_modifier.py
1407share/blender/${PKGVERSION}/scripts/templates_py/ui_list_simple.py 1407share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_speaker.py
1408share/blender/${PKGVERSION}/scripts/templates_py/ui_menu.py 1408share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_freestyle.py
1409share/blender/${PKGVERSION}/scripts/templates_py/ui_menu_simple.py 1409share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_game.py
1410share/blender/${PKGVERSION}/scripts/templates_py/ui_panel.py 1410share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_grease_pencil_common.py
1411share/blender/${PKGVERSION}/scripts/templates_py/ui_panel_simple.py 1411share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_mask_common.py
1412share/blender/${PKGVERSION}/scripts/templates_py/ui_pie_menu.py 1412share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_material.py
 1413share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_object.py
 1414share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_paint_common.py
 1415share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_particle.py
 1416share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_cloth.py
 1417share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_common.py
 1418share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
 1419share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_field.py
 1420share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_fluid.py
 1421share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_rigidbody.py
 1422share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
 1423share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_smoke.py
 1424share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_softbody.py
 1425share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_render.py
 1426share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_render_layer.py
 1427share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_scene.py
 1428share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_texture.py
 1429share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_world.py
 1430share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_clip.py
 1431share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_console.py
 1432share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_dopesheet.py
 1433share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_filebrowser.py
 1434share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_graph.py
 1435share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_image.py
 1436share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_info.py
 1437share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_logic.py
 1438share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_nla.py
 1439share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_node.py
 1440share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_outliner.py
 1441share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_properties.py
 1442share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_sequencer.py
 1443share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_text.py
 1444share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_time.py
 1445share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_userpref.py
 1446share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_view3d.py
 1447share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_view3d_toolbar.py
 1448share/blender/${BLENDERVER}/scripts/startup/keyingsets_builtins.py
 1449share/blender/${BLENDERVER}/scripts/startup/nodeitems_builtins.py
 1450share/blender/${BLENDERVER}/scripts/templates_osl/empty_shader.osl
 1451share/blender/${BLENDERVER}/scripts/templates_osl/fresnel_conductive.osl
 1452share/blender/${BLENDERVER}/scripts/templates_osl/gabor_noise.osl
 1453share/blender/${BLENDERVER}/scripts/templates_osl/lyapunov_texture.osl
 1454share/blender/${BLENDERVER}/scripts/templates_osl/noise.osl
 1455share/blender/${BLENDERVER}/scripts/templates_osl/ramp_closure.osl
 1456share/blender/${BLENDERVER}/scripts/templates_py/addon_add_object.py
 1457share/blender/${BLENDERVER}/scripts/templates_py/background_job.py
 1458share/blender/${BLENDERVER}/scripts/templates_py/batch_export.py
 1459share/blender/${BLENDERVER}/scripts/templates_py/bmesh_simple.py
 1460share/blender/${BLENDERVER}/scripts/templates_py/bmesh_simple_editmode.py
 1461share/blender/${BLENDERVER}/scripts/templates_py/builtin_keyingset.py
 1462share/blender/${BLENDERVER}/scripts/templates_py/custom_nodes.py
 1463share/blender/${BLENDERVER}/scripts/templates_py/driver_functions.py
 1464share/blender/${BLENDERVER}/scripts/templates_py/gamelogic.py
 1465share/blender/${BLENDERVER}/scripts/templates_py/gamelogic_module.py
 1466share/blender/${BLENDERVER}/scripts/templates_py/gamelogic_simple.py
 1467share/blender/${BLENDERVER}/scripts/templates_py/operator_file_export.py
 1468share/blender/${BLENDERVER}/scripts/templates_py/operator_file_import.py
 1469share/blender/${BLENDERVER}/scripts/templates_py/operator_mesh_add.py
 1470share/blender/${BLENDERVER}/scripts/templates_py/operator_mesh_uv.py
 1471share/blender/${BLENDERVER}/scripts/templates_py/operator_modal.py
 1472share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_draw.py
 1473share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_timer.py
 1474share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_view3d.py
 1475share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_view3d_raycast.py
 1476share/blender/${BLENDERVER}/scripts/templates_py/operator_node.py
 1477share/blender/${BLENDERVER}/scripts/templates_py/operator_simple.py
 1478share/blender/${BLENDERVER}/scripts/templates_py/script_stub.py
 1479share/blender/${BLENDERVER}/scripts/templates_py/ui_list.py
 1480share/blender/${BLENDERVER}/scripts/templates_py/ui_list_simple.py
 1481share/blender/${BLENDERVER}/scripts/templates_py/ui_menu.py
 1482share/blender/${BLENDERVER}/scripts/templates_py/ui_menu_simple.py
 1483share/blender/${BLENDERVER}/scripts/templates_py/ui_panel.py
 1484share/blender/${BLENDERVER}/scripts/templates_py/ui_panel_simple.py
 1485share/blender/${BLENDERVER}/scripts/templates_py/ui_pie_menu.py
 1486share/blender/${BLENDERVER}/scripts/templates_py/ui_previews_custom_icon.py
 1487share/blender/${BLENDERVER}/scripts/templates_py/ui_previews_dynamic_enum.py
1413share/blender/GPL-license.txt 1488share/blender/GPL-license.txt
1414share/blender/GPL3-license.txt 1489share/blender/GPL3-license.txt
1415share/blender/LICENSE-bfont.ttf.txt 1490share/blender/LICENSE-bfont.ttf.txt
1416share/blender/LICENSE-bmonofont-i18n.ttf.txt 1491share/blender/LICENSE-bmonofont-i18n.ttf.txt
1417share/blender/LICENSE-droidsans.ttf.txt 1492share/blender/LICENSE-droidsans.ttf.txt
1418share/blender/Python-license.txt 1493share/blender/Python-license.txt
1419share/blender/blender 1494share/blender/blender
1420share/blender/copyright.txt 1495share/blender/copyright.txt
1421share/blender/jemalloc-license.txt 1496share/blender/jemalloc-license.txt
1422share/blender/readme.html 1497share/blender/readme.html
1423@pkgdir share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/site-packages 1498@pkgdir share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site-packages

cvs diff -r1.3 -r1.4 pkgsrc/graphics/blender/Attic/PLIST.Linux (expand / switch to unified diff)

--- pkgsrc/graphics/blender/Attic/PLIST.Linux 2015/12/15 09:46:27 1.3
+++ pkgsrc/graphics/blender/Attic/PLIST.Linux 2015/12/19 20:52:12 1.4
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1@comment $NetBSD: PLIST.Linux,v 1.3 2015/12/15 09:46:27 markd Exp $ 1@comment $NetBSD: PLIST.Linux,v 1.4 2015/12/19 20:52:12 markd Exp $
2share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sqlite3.so 2share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sqlite3.so
3share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/ossaudiodev.so 3share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/ossaudiodev.so
4share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/pyexpat.so 4share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/pyexpat.so
5share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/readline.so 5share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/readline.so
6share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/CDROM.py 6share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-linux/CDROM.py
7share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/DLFCN.py 7share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-linux/DLFCN.py
8share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/IN.py 8share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-linux/IN.py
9share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/TYPES.py 9share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-linux/TYPES.py
10share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/regen 10share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-linux/regen
11share/blender/blender-thumbnailer.py 11share/blender/blender-thumbnailer.py
12share/blender/icons/16x16/apps/blender.png 12share/blender/icons/16x16/apps/blender.png
13share/blender/icons/22x22/apps/blender.png 13share/blender/icons/22x22/apps/blender.png
14share/blender/icons/24x24/apps/blender.png 14share/blender/icons/24x24/apps/blender.png
15share/blender/icons/256x256/apps/blender.png 15share/blender/icons/256x256/apps/blender.png
16share/blender/icons/32x32/apps/blender.png 16share/blender/icons/32x32/apps/blender.png
17share/blender/icons/48x48/apps/blender.png 17share/blender/icons/48x48/apps/blender.png
18share/blender/icons/blender_icon_source.svg 18share/blender/icons/blender_icon_source.svg
19share/blender/icons/scalable/apps/blender.svg 19share/blender/icons/scalable/apps/blender.svg
20share/blender/blenderplayer 20share/blender/blenderplayer

cvs diff -r1.3 -r1.4 pkgsrc/graphics/blender/Attic/PLIST.NetBSD (expand / switch to unified diff)

--- pkgsrc/graphics/blender/Attic/PLIST.NetBSD 2015/12/15 09:46:27 1.3
+++ pkgsrc/graphics/blender/Attic/PLIST.NetBSD 2015/12/19 20:52:12 1.4
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1@comment $NetBSD: PLIST.NetBSD,v 1.3 2015/12/15 09:46:27 markd Exp $ 1@comment $NetBSD: PLIST.NetBSD,v 1.4 2015/12/19 20:52:12 markd Exp $
2share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-${NETBSDVER}/IN.py 2share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-${NETBSDVER}/IN.py
3share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-${NETBSDVER}/regen 3share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-${NETBSDVER}/regen

cvs diff -r1.45 -r1.46 pkgsrc/graphics/blender/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/blender/distinfo 2015/12/15 09:46:27 1.45
+++ pkgsrc/graphics/blender/distinfo 2015/12/19 20:52:12 1.46
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: distinfo,v 1.45 2015/12/15 09:46:27 markd Exp $ 1$NetBSD: distinfo,v 1.46 2015/12/19 20:52:12 markd Exp $
2 2
3SHA1 (blender-2.74.tar.gz) = 303a84ec01c358be77498983ba7be212212aa70b 3SHA1 (blender-2.76b.tar.gz) = 7be96d90296cc95e15380ad0ae56cb86f1374a65
4RMD160 (blender-2.74.tar.gz) = 6fb8544e6ac084b0289efe32461e4f045a940878 4RMD160 (blender-2.76b.tar.gz) = 393c03e9ff15631f89ddd0cdfc8548bb87a0bde5
5SHA512 (blender-2.74.tar.gz) = 080ca06cf3532ba62746a404d994f2887472155d916415ab8467fb70bd3e0fc678dc617f9d0290e261768990387dd2d22998ba190dafe2782eaa11392d6ceb8c 5SHA512 (blender-2.76b.tar.gz) = 6226f9709d680344fe5cd8106fafc94c33c131658971681d56df6865ae86c834fc248830c9d2c2ac0c5342bf903ada4d5b61afcdfb1ab79a06976287eeed28b9
6Size (blender-2.74.tar.gz) = 54011017 bytes 6Size (blender-2.76b.tar.gz) = 41728871 bytes
7SHA1 (patch-build__files_scons_config_linux-config.py) = 595dbb0c8d8ceaa06e5b862ceb318b5aa4011d16 7SHA1 (patch-build__files_scons_config_linux-config.py) = 595dbb0c8d8ceaa06e5b862ceb318b5aa4011d16
8SHA1 (patch-build__files_scons_config_netbsd6-config.py) = 105360e9959ac98620e178cf4139d68a277bead2 8SHA1 (patch-build__files_scons_config_netbsd6-config.py) = 105360e9959ac98620e178cf4139d68a277bead2
9SHA1 (patch-build__files_scons_tools_btools.py) = 53e9b0766e040f24cfe4a3e8a8ced8d799e2dbe4 9SHA1 (patch-build__files_scons_tools_btools.py) = 53e9b0766e040f24cfe4a3e8a8ced8d799e2dbe4
10SHA1 (patch-doc_python_api_sphinx_doc_gen.sh) = 734a372369ca7bb89ef62f0e0aae22d7046f49f8 10SHA1 (patch-doc_python_api_sphinx_doc_gen.sh) = 734a372369ca7bb89ef62f0e0aae22d7046f49f8
11SHA1 (patch-extern_libmv_third__party_glog_src_config.h) = d889d56d47167222ab54fad1c8f87c7ddb02852a 11SHA1 (patch-extern_libmv_third__party_glog_src_config.h) = d889d56d47167222ab54fad1c8f87c7ddb02852a
12SHA1 (patch-extern_libmv_third__party_glog_src_config__netbsd.h) = 72dad7d3ec74560d46217b7e943eeeef097c23fe 12SHA1 (patch-extern_libmv_third__party_glog_src_config__netbsd.h) = 72dad7d3ec74560d46217b7e943eeeef097c23fe
13SHA1 (patch-extern_libmv_third__party_glog_src_utilities.h) = 32fea10d935621ef0529fe56b3e857685fbc5d1f 13SHA1 (patch-extern_libmv_third__party_glog_src_utilities.h) = 32fea10d935621ef0529fe56b3e857685fbc5d1f
14SHA1 (patch-extern_rangetree_range__tree.hh) = 976881b9caad67a2cfb24039652e887867fa6cc0 14SHA1 (patch-extern_rangetree_range__tree.hh) = 976881b9caad67a2cfb24039652e887867fa6cc0
15SHA1 (patch-intern_cycles_util_util__types.h) = 37944c6b0a970468e6791ec4a5beef1ec0ddf190 15SHA1 (patch-intern_cycles_util_util__types.h) = 37944c6b0a970468e6791ec4a5beef1ec0ddf190
16SHA1 (patch-intern_ghost_SConscript) = d576ea87b5b0f386e2c78efa78351927a105f243 16SHA1 (patch-intern_ghost_SConscript) = d576ea87b5b0f386e2c78efa78351927a105f243
17SHA1 (patch-intern_guardedalloc_intern_mallocn__intern.h) = 6d92a0c0a19c04cbb5e34de360c9e3303e2d8ceb 17SHA1 (patch-intern_guardedalloc_intern_mallocn__intern.h) = c7bc89af1c03b50ae0bd8af5aacc25cd82dfcbfc

cvs diff -r1.1 -r1.2 pkgsrc/graphics/blender/patches/patch-intern_guardedalloc_intern_mallocn__intern.h (expand / switch to unified diff)

--- pkgsrc/graphics/blender/patches/patch-intern_guardedalloc_intern_mallocn__intern.h 2014/04/07 12:21:25 1.1
+++ pkgsrc/graphics/blender/patches/patch-intern_guardedalloc_intern_mallocn__intern.h 2015/12/19 20:52:12 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-intern_guardedalloc_intern_mallocn__intern.h,v 1.1 2014/04/07 12:21:25 ryoon Exp $ 1$NetBSD: patch-intern_guardedalloc_intern_mallocn__intern.h,v 1.2 2015/12/19 20:52:12 markd Exp $
2 2
3--- intern/guardedalloc/intern/mallocn_intern.h.orig 2014-03-19 22:05:25.000000000 +0000 3--- intern/guardedalloc/intern/mallocn_intern.h.orig 2015-10-07 00:09:33.000000000 +0000
4+++ intern/guardedalloc/intern/mallocn_intern.h 4+++ intern/guardedalloc/intern/mallocn_intern.h
5@@ -62,6 +62,8 @@ 5@@ -63,6 +63,8 @@
6 #elif defined(WIN32) 6 #elif defined(WIN32)
7 # include <malloc.h> 7 # include <malloc.h>
8 # define malloc_usable_size _msize 8 # define malloc_usable_size _msize
9+#elif defined(__NetBSD__) 9+#elif defined(__NetBSD__)
10+# define malloc_usable_size(x) 0 10+# define malloc_usable_size(x) 0
11 #else 11 #else
12 # error "We don't know how to use malloc_usable_size on your platform" 12 # pragma message "We don't know how to use malloc_usable_size on your platform"
13 #endif 13 # undef USE_MALLOC_USABLE_SIZE