Sun Apr 28 11:56:00 2019 UTC ()
blender: build with WITH_PYTHON_INSTALL=OFF

also actually get it to use the external openjpeg.


(markd)
diff -r1.145 -r1.146 pkgsrc/graphics/blender/Makefile
diff -r1.27 -r1.28 pkgsrc/graphics/blender/PLIST
diff -r1.7 -r0 pkgsrc/graphics/blender/PLIST.Linux
diff -r1.6 -r0 pkgsrc/graphics/blender/PLIST.NetBSD

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

--- pkgsrc/graphics/blender/Makefile 2019/04/25 07:32:57 1.145
+++ pkgsrc/graphics/blender/Makefile 2019/04/28 11:56:00 1.146
@@ -1,80 +1,76 @@ @@ -1,80 +1,76 @@
1# $NetBSD: Makefile,v 1.145 2019/04/25 07:32:57 maya Exp $ 1# $NetBSD: Makefile,v 1.146 2019/04/28 11:56:00 markd Exp $
2 2
3DISTNAME= blender-2.79b 3DISTNAME= blender-2.79b
4PKGREVISION= 3 4PKGREVISION= 4
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://download.blender.org/source/ 6MASTER_SITES= http://download.blender.org/source/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.blender.org/ 9HOMEPAGE= https://www.blender.org/
10COMMENT= Fully integrated 3D graphics creation suite 10COMMENT= Fully integrated 3D graphics creation suite
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_TOOLS+= gmake sed 13USE_TOOLS+= gmake sed
14USE_CMAKE= yes 14USE_CMAKE= yes
15USE_LANGUAGES= c c++11 15USE_LANGUAGES= c c++11
16CMAKE_OPTS+= -DWITH_OPENAL:BOOL=OFF 16CMAKE_OPTS+= -DWITH_OPENAL:BOOL=OFF
17CMAKE_OPTS+= -DWITH_MEM_JEMALLOC:BOOL=OFF 17CMAKE_OPTS+= -DWITH_MEM_JEMALLOC:BOOL=OFF
 18CMAKE_OPTS+= -DWITH_SYSTEM_OPENJPEG:BOOL=ON
18CMAKE_OPTS+= -DPYVERSSUFFIX:STRING=${PYVERSSUFFIX} 19CMAKE_OPTS+= -DPYVERSSUFFIX:STRING=${PYVERSSUFFIX}
19CMAKE_OPTS+= -DPYTHON_VERSION:STRING=${PYVERSSUFFIX} 20CMAKE_OPTS+= -DPYTHON_VERSION:STRING=${PYVERSSUFFIX}
20CMAKE_OPTS+= -DPYTHON_ROOT_DIR:STRING=${PREFIX} 21CMAKE_OPTS+= -DPYTHON_ROOT_DIR:STRING=${PREFIX}
21CMAKE_OPTS+= -DPYTHON_INCLUDE_DIR:STRING=${PREFIX}/${PYINC} 22CMAKE_OPTS+= -DPYTHON_INCLUDE_DIR:STRING=${PREFIX}/${PYINC}
22CMAKE_OPTS+= -DPYTHON_INCLUDE_CONFIG_DIR:STRING=${PREFIX}/${PYINC} 23CMAKE_OPTS+= -DPYTHON_INCLUDE_CONFIG_DIR:STRING=${PREFIX}/${PYINC}
23CMAKE_OPTS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN} 24CMAKE_OPTS+= -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN}
24CMAKE_OPTS+= -DPYTHON_LIBRARY:FILEPATH=${PREFIX}/lib/libpython${PYVERSSUFFIX}${M}.so 25CMAKE_OPTS+= -DWITH_PYTHON_INSTALL:BOOL=OFF
25CMAKE_OPTS+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX}/share/blender 26CMAKE_OPTS+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX}/share/blender
26CMAKE_OPTS+= -DCMAKE_MODULE_PATH:PATH=${_CMAKE_DIR} 27CMAKE_OPTS+= -DCMAKE_MODULE_PATH:PATH=${_CMAKE_DIR}
27CMAKE_OPTS+= -DCMAKE_SKIP_RPATH:BOOL=TRUE 28CMAKE_OPTS+= -DCMAKE_SKIP_RPATH:BOOL=TRUE
28CMAKE_OPTS+= -DCMAKE_INSTALL_LIBDIR:PATH=lib 29CMAKE_OPTS+= -DCMAKE_INSTALL_LIBDIR:PATH=lib
29CMAKE_OPTS+= -DCMAKE_INSTALL_MANDIR:PATH=man 30CMAKE_OPTS+= -DCMAKE_INSTALL_MANDIR:PATH=man
30CMAKE_OPTS+= -DFREETYPE_INCLUDE_DIRS:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2 31CMAKE_OPTS+= -DFREETYPE_INCLUDE_DIRS:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2
31CMAKE_OPTS+= -DFREETYPE_LIBRARY:STRING=freetype 32CMAKE_OPTS+= -DFREETYPE_LIBRARY:STRING=freetype
32CMAKE_OPTS+= -D_OPENGL_LIB_PATH:PATH=${BUILDLINK_PREFIX.MesaLib}/lib 33CMAKE_OPTS+= -D_OPENGL_LIB_PATH:PATH=${BUILDLINK_PREFIX.MesaLib}/lib
33CMAKE_OPTS+= -D_OPENGL_INCLUDE_PATH:PATH=${BUILDLINK_PREFIX.MesaLib}/include 34CMAKE_OPTS+= -D_OPENGL_INCLUDE_PATH:PATH=${BUILDLINK_PREFIX.MesaLib}/include
34CMAKE_OPTS+= -DOPENGL_glu_LIBRARY:STRING=GLU 35CMAKE_OPTS+= -DOPENGL_glu_LIBRARY:STRING=GLU
35 36
36CMAKE_OPTS+= -DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS:Q} 37CMAKE_OPTS+= -DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS:Q}
37 38
38PYTHON_VERSIONS_INCOMPATIBLE= 27 39PYTHON_VERSIONS_INCOMPATIBLE= 27
39GCC_REQD+= 4.7 40GCC_REQD+= 4.7
40 41
41DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat 42DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
42CMAKE_OPTS+= -DWITH_PYTHON_INSTALL_NUMPY:BOOL=OFF 43CMAKE_OPTS+= -DWITH_PYTHON_INSTALL_NUMPY:BOOL=OFF
43CMAKE_OPTS+= -DWITH_PYTHON_INSTALL_REQUESTS:BOOL=OFF 44CMAKE_OPTS+= -DWITH_PYTHON_INSTALL_REQUESTS:BOOL=OFF
44 45
45REPLACE_PYTHON= release/bin/blender-thumbnailer.py 46REPLACE_PYTHON= release/bin/blender-thumbnailer.py
46 47
47.include "options.mk" 48.include "options.mk"
48 49
49# Needs M=m when python has been built with the pymalloc option 
50M= 
51 
52INSTALLATION_DIRS= bin share/blender 50INSTALLATION_DIRS= bin share/blender
53 51
54PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 52PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
55PLIST_SUBST+= M=${M} 53PLIST_SUBST+= M=${M}
56PLIST_SUBST+= BLENDERVER=${PKGVERSION_NOREV:C/[a-z]//} 54PLIST_SUBST+= BLENDERVER=${PKGVERSION_NOREV:C/[a-z]//}
57 55
58.if !empty(MACHINE_PLATFORM:MNetBSD-8.*) 56.if !empty(MACHINE_PLATFORM:MNetBSD-8.*)
59PLIST_SUBST+= NETBSDVER=netbsd8 57PLIST_SUBST+= NETBSDVER=netbsd8
60.elif !empty(MACHINE_PLATFORM:MNetBSD-7.*) 58.elif !empty(MACHINE_PLATFORM:MNetBSD-7.*)
61PLIST_SUBST+= NETBSDVER=netbsd7 59PLIST_SUBST+= NETBSDVER=netbsd7
62.else 60.else
63PLIST_SUBST+= NETBSDVER=netbsd6 61PLIST_SUBST+= NETBSDVER=netbsd6
64.endif 62.endif
65 63
66PLIST_VARS+= py34 py35 py36 py37 
67 
68OBJDIR= ../build 64OBJDIR= ../build
69CONFIGURE_DIRS= ${OBJDIR} 65CONFIGURE_DIRS= ${OBJDIR}
70CMAKE_ARG_PATH= ../${DISTNAME} 66CMAKE_ARG_PATH= ../${DISTNAME}
71 67
72pre-configure: 68pre-configure:
73 ${MKDIR} ${WRKSRC}/${OBJDIR} 69 ${MKDIR} ${WRKSRC}/${OBJDIR}
74 70
75# Install to custom CMAKE_INSTALL_PREFIX. 71# Install to custom CMAKE_INSTALL_PREFIX.
76do-configure: 72do-configure:
77 cd ${WRKSRC}/${OBJDIR} && \ 73 cd ${WRKSRC}/${OBJDIR} && \
78 env ${CONFIGURE_ENV} \ 74 env ${CONFIGURE_ENV} \
79 ${PREFIX}/bin/cmake ${CMAKE_OPTS} ${CMAKE_ARG_PATH} 75 ${PREFIX}/bin/cmake ${CMAKE_OPTS} ${CMAKE_ARG_PATH}
80 76
@@ -93,24 +89,14 @@ post-install: @@ -93,24 +89,14 @@ post-install:
93.include "../../graphics/freetype2/buildlink3.mk" 89.include "../../graphics/freetype2/buildlink3.mk"
94#.include "../../graphics/glew/buildlink3.mk" 90#.include "../../graphics/glew/buildlink3.mk"
95.include "../../graphics/openexr/buildlink3.mk" 91.include "../../graphics/openexr/buildlink3.mk"
96.include "../../graphics/openimageio/buildlink3.mk" 92.include "../../graphics/openimageio/buildlink3.mk"
97.include "../../graphics/openjpeg15/buildlink3.mk" 93.include "../../graphics/openjpeg15/buildlink3.mk"
98.include "../../graphics/png/buildlink3.mk" 94.include "../../graphics/png/buildlink3.mk"
99.include "../../graphics/tiff/buildlink3.mk" 95.include "../../graphics/tiff/buildlink3.mk"
100.include "../../math/fftw/buildlink3.mk" 96.include "../../math/fftw/buildlink3.mk"
101#.include "../../multimedia/ffmpeg010/buildlink3.mk" 97#.include "../../multimedia/ffmpeg010/buildlink3.mk"
102.include "../../security/openssl/buildlink3.mk" 98.include "../../security/openssl/buildlink3.mk"
103 99
104.include "../../lang/python/application.mk" 100.include "../../lang/python/application.mk"
105 101
106.if ${PYVERSSUFFIX} == "3.4" 
107PLIST.py34= yes 
108.elif ${PYVERSSUFFIX} == "3.5" 
109PLIST.py35= yes 
110.elif ${PYVERSSUFFIX} == "3.6" 
111PLIST.py36= yes 
112.elif ${PYVERSSUFFIX} == "3.7" 
113PLIST.py37= yes 
114.endif 
115 
116.include "../../mk/bsd.pkg.mk" 102.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/graphics/blender/PLIST 2019/03/27 11:05:57 1.27
+++ pkgsrc/graphics/blender/PLIST 2019/04/28 11:56:00 1.28
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.27 2019/03/27 11:05:57 markd Exp $ 1@comment $NetBSD: PLIST,v 1.28 2019/04/28 11:56:00 markd Exp $
2bin/blender 2bin/blender
3share/blender/${BLENDERVER}/datafiles/fonts/bmonofont-i18n.ttf.gz 3share/blender/${BLENDERVER}/datafiles/fonts/bmonofont-i18n.ttf.gz
4share/blender/${BLENDERVER}/datafiles/fonts/droidsans.ttf.gz 4share/blender/${BLENDERVER}/datafiles/fonts/droidsans.ttf.gz
5share/blender/${BLENDERVER}/datafiles/locale/ar/LC_MESSAGES/blender.mo 5share/blender/${BLENDERVER}/datafiles/locale/ar/LC_MESSAGES/blender.mo
6share/blender/${BLENDERVER}/datafiles/locale/ca/LC_MESSAGES/blender.mo 6share/blender/${BLENDERVER}/datafiles/locale/ca/LC_MESSAGES/blender.mo
7share/blender/${BLENDERVER}/datafiles/locale/cs/LC_MESSAGES/blender.mo 7share/blender/${BLENDERVER}/datafiles/locale/cs/LC_MESSAGES/blender.mo
8share/blender/${BLENDERVER}/datafiles/locale/de/LC_MESSAGES/blender.mo 8share/blender/${BLENDERVER}/datafiles/locale/de/LC_MESSAGES/blender.mo
9share/blender/${BLENDERVER}/datafiles/locale/eo/LC_MESSAGES/blender.mo 9share/blender/${BLENDERVER}/datafiles/locale/eo/LC_MESSAGES/blender.mo
10share/blender/${BLENDERVER}/datafiles/locale/es/LC_MESSAGES/blender.mo 10share/blender/${BLENDERVER}/datafiles/locale/es/LC_MESSAGES/blender.mo
11share/blender/${BLENDERVER}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo 11share/blender/${BLENDERVER}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
12share/blender/${BLENDERVER}/datafiles/locale/eu/LC_MESSAGES/blender.mo 12share/blender/${BLENDERVER}/datafiles/locale/eu/LC_MESSAGES/blender.mo
13share/blender/${BLENDERVER}/datafiles/locale/fa/LC_MESSAGES/blender.mo 13share/blender/${BLENDERVER}/datafiles/locale/fa/LC_MESSAGES/blender.mo
14share/blender/${BLENDERVER}/datafiles/locale/fr/LC_MESSAGES/blender.mo 14share/blender/${BLENDERVER}/datafiles/locale/fr/LC_MESSAGES/blender.mo
@@ -25,694 +25,26 @@ share/blender/${BLENDERVER}/datafiles/lo @@ -25,694 +25,26 @@ share/blender/${BLENDERVER}/datafiles/lo
25share/blender/${BLENDERVER}/datafiles/locale/nl/LC_MESSAGES/blender.mo 25share/blender/${BLENDERVER}/datafiles/locale/nl/LC_MESSAGES/blender.mo
26share/blender/${BLENDERVER}/datafiles/locale/pl/LC_MESSAGES/blender.mo 26share/blender/${BLENDERVER}/datafiles/locale/pl/LC_MESSAGES/blender.mo
27share/blender/${BLENDERVER}/datafiles/locale/pt/LC_MESSAGES/blender.mo 27share/blender/${BLENDERVER}/datafiles/locale/pt/LC_MESSAGES/blender.mo
28share/blender/${BLENDERVER}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo 28share/blender/${BLENDERVER}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
29share/blender/${BLENDERVER}/datafiles/locale/ru/LC_MESSAGES/blender.mo 29share/blender/${BLENDERVER}/datafiles/locale/ru/LC_MESSAGES/blender.mo
30share/blender/${BLENDERVER}/datafiles/locale/sr/LC_MESSAGES/blender.mo 30share/blender/${BLENDERVER}/datafiles/locale/sr/LC_MESSAGES/blender.mo
31share/blender/${BLENDERVER}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo 31share/blender/${BLENDERVER}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
32share/blender/${BLENDERVER}/datafiles/locale/sv/LC_MESSAGES/blender.mo 32share/blender/${BLENDERVER}/datafiles/locale/sv/LC_MESSAGES/blender.mo
33share/blender/${BLENDERVER}/datafiles/locale/tr/LC_MESSAGES/blender.mo 33share/blender/${BLENDERVER}/datafiles/locale/tr/LC_MESSAGES/blender.mo
34share/blender/${BLENDERVER}/datafiles/locale/uk/LC_MESSAGES/blender.mo 34share/blender/${BLENDERVER}/datafiles/locale/uk/LC_MESSAGES/blender.mo
35share/blender/${BLENDERVER}/datafiles/locale/vi/LC_MESSAGES/blender.mo 35share/blender/${BLENDERVER}/datafiles/locale/vi/LC_MESSAGES/blender.mo
36share/blender/${BLENDERVER}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo 36share/blender/${BLENDERVER}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
37share/blender/${BLENDERVER}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo 37share/blender/${BLENDERVER}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
38share/blender/${BLENDERVER}/python/bin/python${PYVERSSUFFIX} 
39share/blender/${BLENDERVER}/python/include/python${PYVERSSUFFIX}${M}/pyconfig.h 
40share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/LICENSE.txt 
41share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__future__.py 
42share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__phello__.foo.py 
43share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_bootlocale.py 
44share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_collections_abc.py 
45share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compat_pickle.py 
46share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compression.py 
47share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_dummy_thread.py 
48share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_markupbase.py 
49share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_osx_support.py 
50share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_py_abc.py 
51share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pydecimal.py 
52share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pyio.py 
53share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sitebuiltins.py 
54share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_strptime.py 
55share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_threading_local.py 
56share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_weakrefset.py 
57share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/abc.py 
58share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/aifc.py 
59share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/antigravity.py 
60share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/argparse.py 
61share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ast.py 
62share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asynchat.py 
63share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/__init__.py 
64share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_events.py 
65share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_futures.py 
66share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_subprocess.py 
67share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_tasks.py 
68share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/constants.py 
69share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/coroutines.py 
70share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/events.py 
71share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/format_helpers.py 
72share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/futures.py 
73share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/locks.py 
74share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/log.py 
75share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/proactor_events.py 
76share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/protocols.py 
77share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/queues.py 
78share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/runners.py 
79share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/selector_events.py 
80share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/sslproto.py 
81share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/streams.py 
82share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/subprocess.py 
83share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/tasks.py 
84share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/transports.py 
85share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/unix_events.py 
86share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_events.py 
87share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_utils.py 
88share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncore.py 
89share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/base64.py 
90share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bdb.py 
91share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/binhex.py 
92share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bisect.py 
93share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bz2.py 
94share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cProfile.py 
95share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/calendar.py 
96share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgi.py 
97share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgitb.py 
98share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/chunk.py 
99share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cmd.py 
100share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/code.py 
101share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codecs.py 
102share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codeop.py 
103share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/__init__.py 
104share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/abc.py 
105share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/colorsys.py 
106share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/compileall.py 
107share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/__init__.py 
108share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/__init__.py 
109share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/_base.py 
110share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/process.py 
111share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/thread.py 
112share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/Makefile 
113share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/Setup 
114share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/Setup.local 
115share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/config.c 
116share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/config.c.in 
117share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/install-sh 
118share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/makesetup 
119share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/python-config.py 
120share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/config-${PYVERSSUFFIX}${M}/python.o 
121share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/configparser.py 
122share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/contextlib.py 
123share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/contextvars.py 
124share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copy.py 
125share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copyreg.py 
126share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/crypt.py 
127share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/csv.py 
128share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/__init__.py 
129share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/_aix.py 
130share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/_endian.py 
131share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/README.ctypes 
132share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/__init__.py 
133share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dyld.py 
134share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dylib.py 
135share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib 
136share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib.bat 
137share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/framework.py 
138share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/util.py 
139share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/wintypes.py 
140share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/__init__.py 
141share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/ascii.py 
142share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/has_key.py 
143share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/panel.py 
144share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/textpad.py 
145share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dataclasses.py 
146share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/datetime.py 
147share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/__init__.py 
148share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/dumb.py 
149share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/gnu.py 
150share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/ndbm.py 
151share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/decimal.py 
152share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/difflib.py 
153share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dis.py 
154share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/README 
155share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/__init__.py 
156share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/_msvccompiler.py 
157share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/archive_util.py 
158share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/bcppcompiler.py 
159share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/ccompiler.py 
160share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/cmd.py 
161share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/__init__.py 
162share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist.py 
163share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_dumb.py 
164share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_msi.py 
165share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_rpm.py 
166share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/bdist_wininst.py 
167share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build.py 
168share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_clib.py 
169share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_ext.py 
170share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_py.py 
171share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/build_scripts.py 
172share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/check.py 
173share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/clean.py 
174share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/command_template 
175share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/config.py 
176share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install.py 
177share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_data.py 
178share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_egg_info.py 
179share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_headers.py 
180share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_lib.py 
181share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/install_scripts.py 
182share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/register.py 
183share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/sdist.py 
184share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/upload.py 
185share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-10.0-amd64.exe 
186share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-10.0.exe 
187share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-14.0-amd64.exe 
188share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-14.0.exe 
189share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-6.0.exe 
190share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-7.1.exe 
191share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-8.0.exe 
192share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-9.0-amd64.exe 
193share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/command/wininst-9.0.exe 
194share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/config.py 
195share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/core.py 
196share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/cygwinccompiler.py 
197share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/debug.py 
198share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/dep_util.py 
199share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/dir_util.py 
200share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/dist.py 
201share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/errors.py 
202share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/extension.py 
203share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/fancy_getopt.py 
204share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/file_util.py 
205share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/filelist.py 
206share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/log.py 
207share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/msvc9compiler.py 
208share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/msvccompiler.py 
209share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/spawn.py 
210share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/sysconfig.py 
211share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/Setup.sample 
212share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/__init__.py 
213share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/support.py 
214share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_archive_util.py 
215share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist.py 
216share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_dumb.py 
217share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_msi.py 
218share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_rpm.py 
219share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_bdist_wininst.py 
220share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build.py 
221share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_clib.py 
222share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_ext.py 
223share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_py.py 
224share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_build_scripts.py 
225share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_check.py 
226share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_clean.py 
227share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_cmd.py 
228share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_config.py 
229share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_config_cmd.py 
230share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_core.py 
231share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_cygwinccompiler.py 
232share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_dep_util.py 
233share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_dir_util.py 
234share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_dist.py 
235share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_extension.py 
236share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_file_util.py 
237share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_filelist.py 
238share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install.py 
239share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_data.py 
240share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_headers.py 
241share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_lib.py 
242share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_install_scripts.py 
243share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_log.py 
244share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_msvc9compiler.py 
245share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_msvccompiler.py 
246share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_register.py 
247share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_sdist.py 
248share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_spawn.py 
249share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_sysconfig.py 
250share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_text_file.py 
251share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_unixccompiler.py 
252share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_upload.py 
253share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_util.py 
254share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_version.py 
255share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/test_versionpredicate.py 
256share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/tests/xxmodule.c 
257share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/text_file.py 
258share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/unixccompiler.py 
259share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/util.py 
260share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/version.py 
261share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/distutils/versionpredicate.py 
262share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/doctest.py 
263share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dummy_threading.py 
264share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/__init__.py 
265share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_encoded_words.py 
266share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_header_value_parser.py 
267share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_parseaddr.py 
268share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_policybase.py 
269share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/architecture.rst 
270share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/base64mime.py 
271share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/charset.py 
272share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/contentmanager.py 
273share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/encoders.py 
274share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/errors.py 
275share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/feedparser.py 
276share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/generator.py 
277share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/header.py 
278share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/headerregistry.py 
279share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/iterators.py 
280share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/message.py 
281share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/__init__.py 
282share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/application.py 
283share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/audio.py 
284share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/base.py 
285share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/image.py 
286share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/message.py 
287share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/multipart.py 
288share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/nonmultipart.py 
289share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/text.py 
290share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/parser.py 
291share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/policy.py 
292share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/quoprimime.py 
293share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/utils.py 
294share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/__init__.py 
295share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/aliases.py 
296share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ascii.py 
297share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/base64_codec.py 
298share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5.py 
299share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5hkscs.py 
300share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/bz2_codec.py 
301share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/charmap.py 
302share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp037.py 
303share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1006.py 
304share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1026.py 
305share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1125.py 
306share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1140.py 
307share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1250.py 
308share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1251.py 
309share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1252.py 
310share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1253.py 
311share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1254.py 
312share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1255.py 
313share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1256.py 
314share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1257.py 
315share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1258.py 
316share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp273.py 
317share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp424.py 
318share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp437.py 
319share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp500.py 
320share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp65001.py 
321share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp720.py 
322share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp737.py 
323share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp775.py 
324share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp850.py 
325share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp852.py 
326share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp855.py 
327share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp856.py 
328share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp857.py 
329share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp858.py 
330share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp860.py 
331share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp861.py 
332share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp862.py 
333share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp863.py 
334share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp864.py 
335share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp865.py 
336share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp866.py 
337share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp869.py 
338share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp874.py 
339share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp875.py 
340share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp932.py 
341share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp949.py 
342share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp950.py 
343share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jis_2004.py 
344share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jisx0213.py 
345share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jp.py 
346share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_kr.py 
347share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb18030.py 
348share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb2312.py 
349share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gbk.py 
350share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hex_codec.py 
351share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hp_roman8.py 
352share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hz.py 
353share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/idna.py 
354share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp.py 
355share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_1.py 
356share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2.py 
357share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2004.py 
358share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_3.py 
359share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_ext.py 
360share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_kr.py 
361share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_1.py 
362share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_10.py 
363share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_11.py 
364share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_13.py 
365share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_14.py 
366share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_15.py 
367share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_16.py 
368share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_2.py 
369share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_3.py 
370share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_4.py 
371share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_5.py 
372share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_6.py 
373share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_7.py 
374share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_8.py 
375share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_9.py 
376share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/johab.py 
377share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_r.py 
378share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_t.py 
379share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_u.py 
380share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/kz1048.py 
381share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/latin_1.py 
382share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_arabic.py 
383share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_centeuro.py 
384share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_croatian.py 
385share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_cyrillic.py 
386share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_farsi.py 
387share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_greek.py 
388share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_iceland.py 
389share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_latin2.py 
390share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_roman.py 
391share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_romanian.py 
392share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_turkish.py 
393share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mbcs.py 
394share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/oem.py 
395share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/palmos.py 
396share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ptcp154.py 
397share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/punycode.py 
398share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/quopri_codec.py 
399share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/raw_unicode_escape.py 
400share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/rot_13.py 
401share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis.py 
402share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis_2004.py 
403share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jisx0213.py 
404share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/tis_620.py 
405share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/undefined.py 
406share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_escape.py 
407share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_internal.py 
408share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16.py 
409share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_be.py 
410share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_le.py 
411share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32.py 
412share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_be.py 
413share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_le.py 
414share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_7.py 
415share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8.py 
416share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8_sig.py 
417share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/uu_codec.py 
418share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/zlib_codec.py 
419share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__init__.py 
420share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__main__.py 
421share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl 
422share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl 
423share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_uninstall.py 
424share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/enum.py 
425share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/filecmp.py 
426share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fileinput.py 
427share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fnmatch.py 
428share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/formatter.py 
429share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fractions.py 
430share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ftplib.py 
431share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/functools.py 
432share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/genericpath.py 
433share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getopt.py 
434share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getpass.py 
435share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gettext.py 
436share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/glob.py 
437share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gzip.py 
438share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hashlib.py 
439share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/heapq.py 
440share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hmac.py 
441share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/__init__.py 
442share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/entities.py 
443share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/parser.py 
444share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/__init__.py 
445share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/client.py 
446share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookiejar.py 
447share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookies.py 
448share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/server.py 
449share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imaplib.py 
450share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imghdr.py 
451share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imp.py 
452share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/__init__.py 
453share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap.py 
454share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap_external.py 
455share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/abc.py 
456share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/machinery.py 
457share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/resources.py 
458share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/util.py 
459share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/inspect.py 
460share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/io.py 
461share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ipaddress.py 
462share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/__init__.py 
463share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/decoder.py 
464share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/encoder.py 
465share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/scanner.py 
466share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/tool.py 
467share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/keyword.py 
468share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_asyncio.so 
469share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bisect.so 
470share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_blake2.so 
471share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bz2.so 
472share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_cn.so 
473share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_hk.so 
474share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_iso2022.so 
475share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_jp.so 
476share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_kr.so 
477share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_tw.so 
478share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_contextvars.so 
479share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_crypt.so 
480share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_csv.so 
481share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes.so 
482share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes_test.so 
483share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_datetime.so 
484share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_dbm.so 
485share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_decimal.so 
486share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_hashlib.so 
487share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_heapq.so 
488share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_json.so 
489share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lsprof.so 
490share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lzma.so 
491share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_md5.so 
492share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multibytecodec.so 
493share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multiprocessing.so 
494share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_opcode.so 
495share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_pickle.so 
496share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_posixsubprocess.so 
497share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_queue.so 
498share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_random.so 
499share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha1.so 
500share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha256.so 
501share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha3.so 
502share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha512.so 
503share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_socket.so 
504share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ssl.so 
505share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_struct.so 
506share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testbuffer.so 
507share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testcapi.so 
508share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testimportmultiple.so 
509share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testmultiphase.so 
510share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_uuid.so 
511share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_xxtestfuzz.so 
512share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/array.so 
513share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/audioop.so 
514share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/binascii.so 
515share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/cmath.so 
516share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/fcntl.so 
517share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/grp.so 
518share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/math.so 
519share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/mmap.so 
520share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/nis.so 
521share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/parser.so 
522share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/pyexpat.so 
523share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/resource.so 
524share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/select.so 
525share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/syslog.so 
526share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/termios.so 
527share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/unicodedata.so 
528share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/zlib.so 
529share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/linecache.py 
530share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/locale.py 
531share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/__init__.py 
532share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/config.py 
533share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/handlers.py 
534share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lzma.py 
535share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/macpath.py 
536share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailbox.py 
537share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailcap.py 
538share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mimetypes.py 
539share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/modulefinder.py 
540share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/__init__.py 
541share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/connection.py 
542share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/context.py 
543share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/__init__.py 
544share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/connection.py 
545share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/forkserver.py 
546share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/heap.py 
547share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/managers.py 
548share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/pool.py 
549share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_fork.py 
550share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_forkserver.py 
551share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_posix.py 
552share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_win32.py 
553share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/process.py 
554share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/queues.py 
555share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/reduction.py 
556share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/resource_sharer.py 
557share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/semaphore_tracker.py 
558share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/sharedctypes.py 
559share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/spawn.py 
560share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/synchronize.py 
561share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/util.py 
562share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/netrc.py 
563share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nntplib.py 
564share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ntpath.py 
565share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nturl2path.py 
566share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/numbers.py 
567share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/opcode.py 
568share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/operator.py 
569share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/optparse.py 
570share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/os.py 
571share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pathlib.py 
572share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pdb.py 
573share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickle.py 
574share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickletools.py 
575share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pipes.py 
576share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pkgutil.py 
577share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/platform.py 
578share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plistlib.py 
579share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/poplib.py 
580share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/posixpath.py 
581share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pprint.py 
582share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/profile.py 
583share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pstats.py 
584share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pty.py 
585share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/py_compile.py 
586share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pyclbr.py 
587share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc.py 
588share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/__init__.py 
589share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/_pydoc.css 
590share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/topics.py 
591share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/queue.py 
592share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/quopri.py 
593share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/random.py 
594share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/re.py 
595share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/reprlib.py 
596share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/rlcompleter.py 
597share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/runpy.py 
598share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sched.py 
599share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/secrets.py 
600share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/selectors.py 
601share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shelve.py 
602share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shlex.py 
603share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shutil.py 
604share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/signal.py 
605share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site.py 
606share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtpd.py 
607share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtplib.py 
608share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sndhdr.py 
609share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socket.py 
610share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socketserver.py 
611share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/__init__.py 
612share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dbapi2.py 
613share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dump.py 
614share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_compile.py 
615share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_constants.py 
616share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_parse.py 
617share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ssl.py 
618share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stat.py 
619share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/statistics.py 
620share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/string.py 
621share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stringprep.py 
622share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/struct.py 
623share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/subprocess.py 
624share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sunau.py 
625share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symbol.py 
626share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symtable.py 
627share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sysconfig.py 
628share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tabnanny.py 
629share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tarfile.py 
630share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/telnetlib.py 
631share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tempfile.py 
632share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/textwrap.py 
633share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/this.py 
634share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/threading.py 
635share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/timeit.py 
636share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/token.py 
637share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tokenize.py 
638share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/trace.py 
639share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/traceback.py 
640share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tracemalloc.py 
641share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tty.py 
642share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/types.py 
643share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/typing.py 
644share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__init__.py 
645share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__main__.py 
646share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/case.py 
647share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/loader.py 
648share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/main.py 
649share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/mock.py 
650share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/result.py 
651share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/runner.py 
652share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/signals.py 
653share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/suite.py 
654share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/util.py 
655share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/__init__.py 
656share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/error.py 
657share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/parse.py 
658share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/request.py 
659share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/response.py 
660share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/robotparser.py 
661share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uu.py 
662share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uuid.py 
663share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__init__.py 
664share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__main__.py 
665share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/common/activate 
666share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.csh 
667share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.fish 
668share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/warnings.py 
669share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wave.py 
670share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/weakref.py 
671share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/webbrowser.py 
672share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/__init__.py 
673share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/handlers.py 
674share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/headers.py 
675share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/simple_server.py 
676share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/util.py 
677share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/validate.py 
678share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xdrlib.py 
679share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/__init__.py 
680share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/NodeFilter.py 
681share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/__init__.py 
682share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/domreg.py 
683share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/expatbuilder.py 
684share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minicompat.py 
685share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minidom.py 
686share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/pulldom.py 
687share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/xmlbuilder.py 
688share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementInclude.py 
689share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementPath.py 
690share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementTree.py 
691share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/__init__.py 
692share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/cElementTree.py 
693share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/__init__.py 
694share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/expat.py 
695share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/__init__.py 
696share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/_exceptions.py 
697share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/expatreader.py 
698share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/handler.py 
699share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/saxutils.py 
700share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/xmlreader.py 
701share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/__init__.py 
702share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/client.py 
703share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/server.py 
704share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipapp.py 
705share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipfile.py 
706share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/__init__.py 38share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/__init__.py
707share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/add_light_template.py 39share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/add_light_template.py
708share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/add_mesh_aggregate.py 40share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/add_mesh_aggregate.py
709share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/arrange_on_curve.py 41share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/arrange_on_curve.py
710share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/circle_array.py 42share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/circle_array.py
711share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/copy2.py 43share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/copy2.py
712share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/cubester.py 44share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/cubester.py
713share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/make_struts.py 45share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/make_struts.py
714share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/mesh_easylattice.py 46share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/mesh_easylattice.py
715share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/object_add_chain.py 47share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/object_add_chain.py
716share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/oscurart_chain_maker.py 48share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/oscurart_chain_maker.py
717share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/pixelate_3d.py 49share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/pixelate_3d.py
718share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/random_box_structure.py 50share/blender/${BLENDERVER}/scripts/addons/add_advanced_objects_menu/random_box_structure.py
@@ -2201,14 +1533,13 @@ share/blender/GPL-license.txt @@ -2201,14 +1533,13 @@ share/blender/GPL-license.txt
2201share/blender/GPL3-license.txt 1533share/blender/GPL3-license.txt
2202share/blender/LICENSE-bfont.ttf.txt 1534share/blender/LICENSE-bfont.ttf.txt
2203share/blender/LICENSE-bmonofont-i18n.ttf.txt 1535share/blender/LICENSE-bmonofont-i18n.ttf.txt
2204share/blender/LICENSE-droidsans.ttf.txt 1536share/blender/LICENSE-droidsans.ttf.txt
2205share/blender/Python-license.txt 1537share/blender/Python-license.txt
2206share/blender/blender 1538share/blender/blender
2207share/blender/blender-thumbnailer.py 1539share/blender/blender-thumbnailer.py
2208share/blender/blender.desktop 1540share/blender/blender.desktop
2209share/blender/blender.svg 1541share/blender/blender.svg
2210share/blender/copyright.txt 1542share/blender/copyright.txt
2211share/blender/jemalloc-license.txt 1543share/blender/jemalloc-license.txt
2212share/blender/ocio-license.txt 1544share/blender/ocio-license.txt
2213share/blender/readme.html 1545share/blender/readme.html
2214@pkgdir share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site-packages 

File Deleted: pkgsrc/graphics/blender/Attic/PLIST.Linux

File Deleted: pkgsrc/graphics/blender/Attic/PLIST.NetBSD