diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-09 20:01:08 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-09 20:01:08 +0000 |
commit | 01934b1209a5ccc566e379daddcd1fb5da0544e4 (patch) | |
tree | 4063c3fe2435ed69a124f365189cdea7327ff60c /graphics/blender | |
parent | 786421edd8a0038ffb6a4dff8fd9369c5920a7a2 (diff) | |
download | pkgsrc-01934b1209a5ccc566e379daddcd1fb5da0544e4.tar.gz |
Update to 2.71
Changelog:
Many bugfixes.
I detail see http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70/Bug_Fixes
and http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.71/Bug_Fixes
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 13 | ||||
-rw-r--r-- | graphics/blender/PLIST | 1349 | ||||
-rw-r--r-- | graphics/blender/PLIST.Linux | 22 | ||||
-rw-r--r-- | graphics/blender/PLIST.NetBSD | 6 | ||||
-rw-r--r-- | graphics/blender/distinfo | 15 | ||||
-rw-r--r-- | graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py | 6 | ||||
-rw-r--r-- | graphics/blender/patches/patch-build__files_scons_tools_btools.py | 21 | ||||
-rw-r--r-- | graphics/blender/patches/patch-extern_carve_include_carve_mesh__ops.hpp | 13 | ||||
-rw-r--r-- | graphics/blender/patches/patch-extern_libmv_third__party_glog_src_config__netbsd.h | 12 |
9 files changed, 918 insertions, 539 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 8bbef445ec6..11f68a153aa 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.106 2014/04/10 06:21:26 obache Exp $ +# $NetBSD: Makefile,v 1.107 2014/07/09 20:01:08 ryoon Exp $ -DISTNAME= blender-2.70 -PKGREVISION= 2 +DISTNAME= blender-2.71 CATEGORIES= graphics MASTER_SITES= http://download.blender.org/source/ @@ -10,10 +9,12 @@ HOMEPAGE= http://www.blender.org/ COMMENT= Fully integrated 3D graphics creation suite LICENSE= gnu-gpl-v2 +#WRKSRC= ${WRKDIR}/blender-2.71 + USE_TOOLS+= gmake sed USE_LANGUAGES= c c++ -PYTHON_VERSIONS_ACCEPTED= 33 +PYTHON_VERSIONS_ACCEPTED= 34 33 BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons @@ -44,7 +45,9 @@ SCONS_ARGS+= WITH_BF_FFMPEG=False SCONS_ARGS+= WITH_BF_3DMOUSE=False SCONS_ARGS+= BF_PYTHON=${PREFIX} +#SCONS_ARGS+= BF_PYTHON_INC=${PREFIX}/include/python${PYVERSSUFFIX} SCONS_ARGS+= BF_PYTHON_ABI_FLAGS='' +SCONS_ARGS+= BF_PYTHON_VERSION=${PYVERSSUFFIX} SCONS_ARGS+= BF_SDL=${BUILDLINK_PREFIX.SDL} SCONS_ARGS+= BF_OPENEXR=${BUILDLINK_PREFIX.openexr} SCONS_ARGS+= BF_JPEG=${BUILDLINK_PREFIX.jpeg} @@ -62,6 +65,8 @@ SCONS_ARGS+= BF_PCRE=${BUILDLINK_PREFIX.pcre} SCONS_ARGS+= BF_FFTW3=${BUILDLINK_PREFIX.fftw} SCONS_ARGS+= BF_INSTALLDIR=${DESTDIR}${PREFIX}/share/blender +PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} + # I cannot separate build and install... do-build: diff --git a/graphics/blender/PLIST b/graphics/blender/PLIST index f80e7110f9e..65082ce5db9 100644 --- a/graphics/blender/PLIST +++ b/graphics/blender/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2014/04/07 12:26:22 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.20 2014/07/09 20:01:08 ryoon Exp $ bin/blender share/blender/${PKGVERSION}/datafiles/fonts/bmonofont-i18n.ttf.gz share/blender/${PKGVERSION}/datafiles/fonts/droidsans.ttf.gz @@ -35,483 +35,530 @@ share/blender/${PKGVERSION}/datafiles/locale/tr/LC_MESSAGES/blender.mo share/blender/${PKGVERSION}/datafiles/locale/uk/LC_MESSAGES/blender.mo share/blender/${PKGVERSION}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo share/blender/${PKGVERSION}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo -share/blender/${PKGVERSION}/python/lib/python3.3/LICENSE.txt -share/blender/${PKGVERSION}/python/lib/python3.3/__future__.py -share/blender/${PKGVERSION}/python/lib/python3.3/__phello__.foo.py -share/blender/${PKGVERSION}/python/lib/python3.3/_compat_pickle.py -share/blender/${PKGVERSION}/python/lib/python3.3/_dummy_thread.py -share/blender/${PKGVERSION}/python/lib/python3.3/_markupbase.py -share/blender/${PKGVERSION}/python/lib/python3.3/_osx_support.py -share/blender/${PKGVERSION}/python/lib/python3.3/_pyio.py -share/blender/${PKGVERSION}/python/lib/python3.3/_strptime.py -share/blender/${PKGVERSION}/python/lib/python3.3/_sysconfigdata.py -share/blender/${PKGVERSION}/python/lib/python3.3/_threading_local.py -share/blender/${PKGVERSION}/python/lib/python3.3/_weakrefset.py -share/blender/${PKGVERSION}/python/lib/python3.3/abc.py -share/blender/${PKGVERSION}/python/lib/python3.3/aifc.py -share/blender/${PKGVERSION}/python/lib/python3.3/antigravity.py -share/blender/${PKGVERSION}/python/lib/python3.3/argparse.py -share/blender/${PKGVERSION}/python/lib/python3.3/ast.py -share/blender/${PKGVERSION}/python/lib/python3.3/asynchat.py -share/blender/${PKGVERSION}/python/lib/python3.3/asyncore.py -share/blender/${PKGVERSION}/python/lib/python3.3/base64.py -share/blender/${PKGVERSION}/python/lib/python3.3/bdb.py -share/blender/${PKGVERSION}/python/lib/python3.3/binhex.py -share/blender/${PKGVERSION}/python/lib/python3.3/bisect.py -share/blender/${PKGVERSION}/python/lib/python3.3/bz2.py -share/blender/${PKGVERSION}/python/lib/python3.3/cProfile.py -share/blender/${PKGVERSION}/python/lib/python3.3/calendar.py -share/blender/${PKGVERSION}/python/lib/python3.3/cgi.py -share/blender/${PKGVERSION}/python/lib/python3.3/cgitb.py -share/blender/${PKGVERSION}/python/lib/python3.3/chunk.py -share/blender/${PKGVERSION}/python/lib/python3.3/cmd.py -share/blender/${PKGVERSION}/python/lib/python3.3/code.py -share/blender/${PKGVERSION}/python/lib/python3.3/codecs.py -share/blender/${PKGVERSION}/python/lib/python3.3/codeop.py -share/blender/${PKGVERSION}/python/lib/python3.3/collections/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/collections/__main__.py -share/blender/${PKGVERSION}/python/lib/python3.3/collections/abc.py -share/blender/${PKGVERSION}/python/lib/python3.3/colorsys.py -share/blender/${PKGVERSION}/python/lib/python3.3/compileall.py -share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/_base.py -share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/process.py -share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/thread.py -share/blender/${PKGVERSION}/python/lib/python3.3/configparser.py -share/blender/${PKGVERSION}/python/lib/python3.3/contextlib.py -share/blender/${PKGVERSION}/python/lib/python3.3/copy.py -share/blender/${PKGVERSION}/python/lib/python3.3/copyreg.py -share/blender/${PKGVERSION}/python/lib/python3.3/crypt.py -share/blender/${PKGVERSION}/python/lib/python3.3/csv.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/_endian.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/README.ctypes -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/dyld.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/dylib.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/fetch_macholib -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/fetch_macholib.bat -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/framework.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/util.py -share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/wintypes.py -share/blender/${PKGVERSION}/python/lib/python3.3/curses/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/curses/ascii.py -share/blender/${PKGVERSION}/python/lib/python3.3/curses/has_key.py -share/blender/${PKGVERSION}/python/lib/python3.3/curses/panel.py -share/blender/${PKGVERSION}/python/lib/python3.3/curses/textpad.py -share/blender/${PKGVERSION}/python/lib/python3.3/datetime.py -share/blender/${PKGVERSION}/python/lib/python3.3/dbm/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/dbm/dumb.py -share/blender/${PKGVERSION}/python/lib/python3.3/dbm/gnu.py -share/blender/${PKGVERSION}/python/lib/python3.3/dbm/ndbm.py -share/blender/${PKGVERSION}/python/lib/python3.3/decimal.py -share/blender/${PKGVERSION}/python/lib/python3.3/difflib.py -share/blender/${PKGVERSION}/python/lib/python3.3/dis.py -share/blender/${PKGVERSION}/python/lib/python3.3/doctest.py -share/blender/${PKGVERSION}/python/lib/python3.3/dummy_threading.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/_encoded_words.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/_header_value_parser.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/_parseaddr.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/_policybase.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/architecture.rst -share/blender/${PKGVERSION}/python/lib/python3.3/email/base64mime.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/charset.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/encoders.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/errors.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/feedparser.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/generator.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/header.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/headerregistry.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/iterators.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/message.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/application.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/audio.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/base.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/image.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/message.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/multipart.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/nonmultipart.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/text.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/parser.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/policy.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/quoprimime.py -share/blender/${PKGVERSION}/python/lib/python3.3/email/utils.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/aliases.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/ascii.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/base64_codec.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/big5.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/big5hkscs.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/bz2_codec.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/charmap.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp037.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1006.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1026.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1140.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1250.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1251.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1252.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1253.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1254.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1255.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1256.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1257.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1258.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp424.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp437.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp500.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp65001.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp720.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp737.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp775.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp850.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp852.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp855.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp856.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp857.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp858.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp860.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp861.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp862.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp863.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp864.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp865.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp866.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp869.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp874.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp875.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp932.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp949.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp950.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jis_2004.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jisx0213.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jp.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_kr.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gb18030.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gb2312.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gbk.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hex_codec.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hp_roman8.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hz.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/idna.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_1.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_2.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_2004.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_3.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_ext.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_kr.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_1.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_10.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_11.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_13.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_14.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_15.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_16.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_2.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_3.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_4.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_5.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_6.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_7.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_8.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_9.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/johab.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/koi8_r.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/koi8_u.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/latin_1.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_arabic.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_centeuro.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_croatian.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_cyrillic.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_farsi.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_greek.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_iceland.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_latin2.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_roman.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_romanian.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_turkish.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mbcs.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/palmos.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/ptcp154.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/punycode.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/quopri_codec.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/raw_unicode_escape.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/rot_13.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jis.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jis_2004.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jisx0213.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/tis_620.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/undefined.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/unicode_escape.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/unicode_internal.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16_be.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16_le.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32_be.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32_le.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_7.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_8.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_8_sig.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/uu_codec.py -share/blender/${PKGVERSION}/python/lib/python3.3/encodings/zlib_codec.py -share/blender/${PKGVERSION}/python/lib/python3.3/filecmp.py -share/blender/${PKGVERSION}/python/lib/python3.3/fileinput.py -share/blender/${PKGVERSION}/python/lib/python3.3/fnmatch.py -share/blender/${PKGVERSION}/python/lib/python3.3/formatter.py -share/blender/${PKGVERSION}/python/lib/python3.3/fractions.py -share/blender/${PKGVERSION}/python/lib/python3.3/ftplib.py -share/blender/${PKGVERSION}/python/lib/python3.3/functools.py -share/blender/${PKGVERSION}/python/lib/python3.3/genericpath.py -share/blender/${PKGVERSION}/python/lib/python3.3/getopt.py -share/blender/${PKGVERSION}/python/lib/python3.3/getpass.py -share/blender/${PKGVERSION}/python/lib/python3.3/gettext.py -share/blender/${PKGVERSION}/python/lib/python3.3/glob.py -share/blender/${PKGVERSION}/python/lib/python3.3/gzip.py -share/blender/${PKGVERSION}/python/lib/python3.3/hashlib.py -share/blender/${PKGVERSION}/python/lib/python3.3/heapq.py -share/blender/${PKGVERSION}/python/lib/python3.3/hmac.py -share/blender/${PKGVERSION}/python/lib/python3.3/html/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/html/entities.py -share/blender/${PKGVERSION}/python/lib/python3.3/html/parser.py -share/blender/${PKGVERSION}/python/lib/python3.3/http/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/http/client.py -share/blender/${PKGVERSION}/python/lib/python3.3/http/cookiejar.py -share/blender/${PKGVERSION}/python/lib/python3.3/http/cookies.py -share/blender/${PKGVERSION}/python/lib/python3.3/http/server.py -share/blender/${PKGVERSION}/python/lib/python3.3/imaplib.py -share/blender/${PKGVERSION}/python/lib/python3.3/imghdr.py -share/blender/${PKGVERSION}/python/lib/python3.3/imp.py -share/blender/${PKGVERSION}/python/lib/python3.3/importlib/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/importlib/_bootstrap.py -share/blender/${PKGVERSION}/python/lib/python3.3/importlib/abc.py -share/blender/${PKGVERSION}/python/lib/python3.3/importlib/machinery.py -share/blender/${PKGVERSION}/python/lib/python3.3/importlib/util.py -share/blender/${PKGVERSION}/python/lib/python3.3/inspect.py -share/blender/${PKGVERSION}/python/lib/python3.3/io.py -share/blender/${PKGVERSION}/python/lib/python3.3/ipaddress.py -share/blender/${PKGVERSION}/python/lib/python3.3/json/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/json/decoder.py -share/blender/${PKGVERSION}/python/lib/python3.3/json/encoder.py -share/blender/${PKGVERSION}/python/lib/python3.3/json/scanner.py -share/blender/${PKGVERSION}/python/lib/python3.3/json/tool.py -share/blender/${PKGVERSION}/python/lib/python3.3/keyword.py -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_bisect.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_bz2.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_cn.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_hk.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_iso2022.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_jp.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_kr.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_tw.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_crypt.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_csv.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ctypes.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ctypes_test.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_datetime.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_dbm.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_decimal.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_hashlib.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_heapq.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_json.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_lsprof.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_lzma.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_md5.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_multibytecodec.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_multiprocessing.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_pickle.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_posixsubprocess.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_random.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha1.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha256.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha512.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_socket.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ssl.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_struct.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_testbuffer.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_testcapi.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/array.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/atexit.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/audioop.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/binascii.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/cmath.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/fcntl.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/grp.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/math.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/mmap.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/nis.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/parser.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/resource.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/select.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/syslog.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/termios.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/time.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/unicodedata.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/zlib.so -share/blender/${PKGVERSION}/python/lib/python3.3/linecache.py -share/blender/${PKGVERSION}/python/lib/python3.3/locale.py -share/blender/${PKGVERSION}/python/lib/python3.3/logging/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/logging/config.py -share/blender/${PKGVERSION}/python/lib/python3.3/logging/handlers.py -share/blender/${PKGVERSION}/python/lib/python3.3/lzma.py -share/blender/${PKGVERSION}/python/lib/python3.3/macpath.py -share/blender/${PKGVERSION}/python/lib/python3.3/macurl2path.py -share/blender/${PKGVERSION}/python/lib/python3.3/mailbox.py -share/blender/${PKGVERSION}/python/lib/python3.3/mailcap.py -share/blender/${PKGVERSION}/python/lib/python3.3/mimetypes.py -share/blender/${PKGVERSION}/python/lib/python3.3/modulefinder.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/connection.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/dummy/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/dummy/connection.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/forking.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/heap.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/managers.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/pool.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/process.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/queues.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/reduction.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/sharedctypes.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/synchronize.py -share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/util.py -share/blender/${PKGVERSION}/python/lib/python3.3/netrc.py -share/blender/${PKGVERSION}/python/lib/python3.3/nntplib.py -share/blender/${PKGVERSION}/python/lib/python3.3/ntpath.py -share/blender/${PKGVERSION}/python/lib/python3.3/nturl2path.py -share/blender/${PKGVERSION}/python/lib/python3.3/numbers.py -share/blender/${PKGVERSION}/python/lib/python3.3/opcode.py -share/blender/${PKGVERSION}/python/lib/python3.3/optparse.py -share/blender/${PKGVERSION}/python/lib/python3.3/os.py -share/blender/${PKGVERSION}/python/lib/python3.3/os2emxpath.py -share/blender/${PKGVERSION}/python/lib/python3.3/pdb.py -share/blender/${PKGVERSION}/python/lib/python3.3/pickle.py -share/blender/${PKGVERSION}/python/lib/python3.3/pickletools.py -share/blender/${PKGVERSION}/python/lib/python3.3/pipes.py -share/blender/${PKGVERSION}/python/lib/python3.3/pkgutil.py -share/blender/${PKGVERSION}/python/lib/python3.3/platform.py -share/blender/${PKGVERSION}/python/lib/python3.3/plistlib.py -share/blender/${PKGVERSION}/python/lib/python3.3/poplib.py -share/blender/${PKGVERSION}/python/lib/python3.3/posixpath.py -share/blender/${PKGVERSION}/python/lib/python3.3/pprint.py -share/blender/${PKGVERSION}/python/lib/python3.3/profile.py -share/blender/${PKGVERSION}/python/lib/python3.3/pstats.py -share/blender/${PKGVERSION}/python/lib/python3.3/pty.py -share/blender/${PKGVERSION}/python/lib/python3.3/py_compile.py -share/blender/${PKGVERSION}/python/lib/python3.3/pyclbr.py -share/blender/${PKGVERSION}/python/lib/python3.3/pydoc.py -share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/_pydoc.css -share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/topics.py -share/blender/${PKGVERSION}/python/lib/python3.3/queue.py -share/blender/${PKGVERSION}/python/lib/python3.3/quopri.py -share/blender/${PKGVERSION}/python/lib/python3.3/random.py -share/blender/${PKGVERSION}/python/lib/python3.3/re.py -share/blender/${PKGVERSION}/python/lib/python3.3/reprlib.py -share/blender/${PKGVERSION}/python/lib/python3.3/rlcompleter.py -share/blender/${PKGVERSION}/python/lib/python3.3/runpy.py -share/blender/${PKGVERSION}/python/lib/python3.3/sched.py -share/blender/${PKGVERSION}/python/lib/python3.3/shelve.py -share/blender/${PKGVERSION}/python/lib/python3.3/shlex.py -share/blender/${PKGVERSION}/python/lib/python3.3/shutil.py -share/blender/${PKGVERSION}/python/lib/python3.3/site.py -share/blender/${PKGVERSION}/python/lib/python3.3/smtpd.py -share/blender/${PKGVERSION}/python/lib/python3.3/smtplib.py -share/blender/${PKGVERSION}/python/lib/python3.3/sndhdr.py -share/blender/${PKGVERSION}/python/lib/python3.3/socket.py -share/blender/${PKGVERSION}/python/lib/python3.3/socketserver.py -share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/dbapi2.py -share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/dump.py -share/blender/${PKGVERSION}/python/lib/python3.3/sre_compile.py -share/blender/${PKGVERSION}/python/lib/python3.3/sre_constants.py -share/blender/${PKGVERSION}/python/lib/python3.3/sre_parse.py -share/blender/${PKGVERSION}/python/lib/python3.3/ssl.py -share/blender/${PKGVERSION}/python/lib/python3.3/stat.py -share/blender/${PKGVERSION}/python/lib/python3.3/string.py -share/blender/${PKGVERSION}/python/lib/python3.3/stringprep.py -share/blender/${PKGVERSION}/python/lib/python3.3/struct.py -share/blender/${PKGVERSION}/python/lib/python3.3/subprocess.py -share/blender/${PKGVERSION}/python/lib/python3.3/sunau.py -share/blender/${PKGVERSION}/python/lib/python3.3/symbol.py -share/blender/${PKGVERSION}/python/lib/python3.3/symtable.py -share/blender/${PKGVERSION}/python/lib/python3.3/sysconfig.py -share/blender/${PKGVERSION}/python/lib/python3.3/tabnanny.py -share/blender/${PKGVERSION}/python/lib/python3.3/tarfile.py -share/blender/${PKGVERSION}/python/lib/python3.3/telnetlib.py -share/blender/${PKGVERSION}/python/lib/python3.3/tempfile.py -share/blender/${PKGVERSION}/python/lib/python3.3/textwrap.py -share/blender/${PKGVERSION}/python/lib/python3.3/this.py -share/blender/${PKGVERSION}/python/lib/python3.3/threading.py -share/blender/${PKGVERSION}/python/lib/python3.3/timeit.py -share/blender/${PKGVERSION}/python/lib/python3.3/token.py -share/blender/${PKGVERSION}/python/lib/python3.3/tokenize.py -share/blender/${PKGVERSION}/python/lib/python3.3/trace.py -share/blender/${PKGVERSION}/python/lib/python3.3/traceback.py -share/blender/${PKGVERSION}/python/lib/python3.3/tty.py -share/blender/${PKGVERSION}/python/lib/python3.3/types.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/__main__.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/case.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/loader.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/main.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/mock.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/result.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/runner.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/signals.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/suite.py -share/blender/${PKGVERSION}/python/lib/python3.3/unittest/util.py -share/blender/${PKGVERSION}/python/lib/python3.3/urllib/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/urllib/error.py -share/blender/${PKGVERSION}/python/lib/python3.3/urllib/parse.py -share/blender/${PKGVERSION}/python/lib/python3.3/urllib/request.py -share/blender/${PKGVERSION}/python/lib/python3.3/urllib/response.py -share/blender/${PKGVERSION}/python/lib/python3.3/urllib/robotparser.py -share/blender/${PKGVERSION}/python/lib/python3.3/uu.py -share/blender/${PKGVERSION}/python/lib/python3.3/uuid.py -share/blender/${PKGVERSION}/python/lib/python3.3/venv/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/venv/__main__.py -share/blender/${PKGVERSION}/python/lib/python3.3/venv/scripts/posix/activate -share/blender/${PKGVERSION}/python/lib/python3.3/warnings.py -share/blender/${PKGVERSION}/python/lib/python3.3/wave.py -share/blender/${PKGVERSION}/python/lib/python3.3/weakref.py -share/blender/${PKGVERSION}/python/lib/python3.3/webbrowser.py -share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/handlers.py -share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/headers.py -share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/simple_server.py -share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/util.py -share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/validate.py -share/blender/${PKGVERSION}/python/lib/python3.3/xdrlib.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/NodeFilter.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/domreg.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/expatbuilder.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/minicompat.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/minidom.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/pulldom.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/xmlbuilder.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementInclude.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementPath.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementTree.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/cElementTree.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/parsers/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/parsers/expat.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/_exceptions.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/expatreader.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/handler.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/saxutils.py -share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/xmlreader.py -share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/__init__.py -share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/client.py -share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/server.py -share/blender/${PKGVERSION}/python/lib/python3.3/zipfile.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/LICENSE.txt +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/__future__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/__phello__.foo.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_bootlocale.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_collections_abc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_compat_pickle.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_dummy_thread.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_markupbase.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_osx_support.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_pyio.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_sitebuiltins.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_strptime.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_sysconfigdata.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_threading_local.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/_weakrefset.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/abc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/aifc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/antigravity.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/argparse.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ast.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asynchat.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/base_events.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/base_subprocess.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/constants.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/events.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/futures.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/locks.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/log.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/proactor_events.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/protocols.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/queues.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/selector_events.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/streams.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/subprocess.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/tasks.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/test_utils.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/transports.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/unix_events.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_events.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_utils.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/asyncore.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/base64.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/bdb.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/binhex.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/bisect.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/bz2.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cProfile.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/calendar.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cgi.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cgitb.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/chunk.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/cmd.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/code.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/codecs.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/codeop.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/collections/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/collections/__main__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/collections/abc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/colorsys.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/compileall.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/_base.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/process.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/thread.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/configparser.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/contextlib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/copy.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/copyreg.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/crypt.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/csv.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/_endian.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/README.ctypes +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dyld.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dylib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib.bat +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/framework.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/util.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ctypes/wintypes.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/ascii.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/has_key.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/panel.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/curses/textpad.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/datetime.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/dumb.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/gnu.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dbm/ndbm.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/decimal.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/difflib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dis.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/doctest.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/dummy_threading.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_encoded_words.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_header_value_parser.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_parseaddr.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/_policybase.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/architecture.rst +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/base64mime.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/charset.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/contentmanager.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/encoders.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/errors.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/feedparser.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/generator.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/header.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/headerregistry.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/iterators.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/message.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/application.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/audio.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/base.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/image.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/message.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/multipart.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/nonmultipart.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/mime/text.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/parser.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/policy.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/quoprimime.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/email/utils.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/aliases.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/ascii.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/base64_codec.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/big5.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/big5hkscs.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/bz2_codec.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/charmap.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp037.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1006.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1026.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1125.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1140.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1250.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1251.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1252.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1253.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1254.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1255.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1256.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1257.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp1258.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp273.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp424.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp437.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp500.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp65001.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp720.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp737.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp775.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp850.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp852.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp855.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp856.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp857.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp858.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp860.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp861.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp862.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp863.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp864.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp865.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp866.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp869.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp874.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp875.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp932.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp949.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/cp950.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jis_2004.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jisx0213.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jp.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/euc_kr.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/gb18030.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/gb2312.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/gbk.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/hex_codec.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/hp_roman8.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/hz.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/idna.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_1.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2004.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_3.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_ext.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_kr.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_1.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_10.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_11.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_13.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_14.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_15.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_16.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_2.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_3.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_4.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_5.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_6.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_7.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_8.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_9.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/johab.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_r.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_u.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/latin_1.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_arabic.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_centeuro.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_croatian.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_cyrillic.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_farsi.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_greek.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_iceland.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_latin2.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_roman.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_romanian.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mac_turkish.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/mbcs.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/palmos.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/ptcp154.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/punycode.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/quopri_codec.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/raw_unicode_escape.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/rot_13.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis_2004.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jisx0213.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/tis_620.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/undefined.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_escape.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_internal.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_be.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_le.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_be.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_le.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_7.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8_sig.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/uu_codec.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/encodings/zlib_codec.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/__main__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ensurepip/_uninstall.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/enum.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/filecmp.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/fileinput.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/fnmatch.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/formatter.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/fractions.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ftplib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/functools.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/genericpath.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/getopt.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/getpass.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/gettext.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/glob.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/gzip.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/hashlib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/heapq.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/hmac.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/html/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/html/entities.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/html/parser.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/client.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/cookiejar.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/cookies.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/http/server.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/imaplib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/imghdr.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/imp.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/abc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/machinery.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/importlib/util.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/inspect.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/io.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ipaddress.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/decoder.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/encoder.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/scanner.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/json/tool.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/keyword.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bisect.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bz2.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_cn.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_hk.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_iso2022.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_jp.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_kr.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_tw.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_crypt.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_csv.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes_test.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_datetime.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_dbm.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_decimal.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_hashlib.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_heapq.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_json.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lsprof.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lzma.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_md5.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multibytecodec.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multiprocessing.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_opcode.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_pickle.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_posixsubprocess.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_random.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha1.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha256.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha512.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_socket.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ssl.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_struct.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testbuffer.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testcapi.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testimportmultiple.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/array.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/audioop.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/binascii.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/cmath.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/fcntl.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/grp.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/math.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/mmap.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/nis.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/parser.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/resource.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/select.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/syslog.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/termios.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/time.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/unicodedata.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/zlib.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/linecache.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/locale.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/logging/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/logging/config.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/logging/handlers.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lzma.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/macpath.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/macurl2path.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/mailbox.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/mailcap.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/mimetypes.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/modulefinder.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/connection.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/context.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/connection.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/forkserver.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/heap.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/managers.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/pool.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_fork.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_forkserver.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_posix.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_win32.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/process.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/queues.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/reduction.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/resource_sharer.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/semaphore_tracker.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/sharedctypes.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/spawn.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/synchronize.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/multiprocessing/util.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/netrc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/nntplib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ntpath.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/nturl2path.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/numbers.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/opcode.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/operator.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/optparse.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/os.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pathlib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pdb.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pickle.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pickletools.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pipes.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pkgutil.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/platform.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plistlib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/poplib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/posixpath.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pprint.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/profile.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pstats.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pty.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/py_compile.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pyclbr.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc_data/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc_data/_pydoc.css +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/pydoc_data/topics.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/queue.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/quopri.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/random.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/re.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/reprlib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/rlcompleter.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/runpy.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sched.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/selectors.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/shelve.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/shlex.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/shutil.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/site.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/smtpd.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/smtplib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sndhdr.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/socket.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/socketserver.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sqlite3/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sqlite3/dbapi2.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sqlite3/dump.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sre_compile.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sre_constants.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sre_parse.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/ssl.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/stat.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/statistics.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/string.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/stringprep.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/struct.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/subprocess.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sunau.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/symbol.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/symtable.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/sysconfig.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tabnanny.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tarfile.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/telnetlib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tempfile.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/textwrap.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/this.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/threading.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/timeit.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/token.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tokenize.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/trace.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/traceback.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tracemalloc.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/tty.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/types.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/__main__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/case.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/loader.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/main.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/mock.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/result.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/runner.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/signals.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/suite.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/unittest/util.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/error.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/parse.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/request.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/response.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/urllib/robotparser.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/uu.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/uuid.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/__main__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.csh +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.fish +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/warnings.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wave.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/weakref.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/webbrowser.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/handlers.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/headers.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/simple_server.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/util.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/wsgiref/validate.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xdrlib.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/NodeFilter.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/domreg.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/expatbuilder.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/minicompat.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/minidom.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/pulldom.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/dom/xmlbuilder.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementInclude.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementPath.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementTree.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/etree/cElementTree.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/parsers/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/parsers/expat.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/_exceptions.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/expatreader.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/handler.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/saxutils.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xml/sax/xmlreader.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xmlrpc/__init__.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xmlrpc/client.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/xmlrpc/server.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/zipfile.py share/blender/${PKGVERSION}/scripts/addons/.arcconfig share/blender/${PKGVERSION}/scripts/addons/.gitignore share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/__init__.py @@ -558,6 +605,7 @@ share/blender/${PKGVERSION}/scripts/addons/cycles/__init__.py share/blender/${PKGVERSION}/scripts/addons/cycles/engine.py share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/SConscript share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_shirley.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_velvet.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse_ramp.h @@ -570,26 +618,35 @@ share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_refraction share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_toon.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_transparent.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_util.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ward.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_westin.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bssrdf.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/emissive.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/volume.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_attribute.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh_shadow.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh_subsurface.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_bvh_traversal.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_curve.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_motion_curve.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_motion_triangle.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_object.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_primitive.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_triangle.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/geom/geom_volume.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cl share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cu share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_accumulate.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_avx.cpp -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh_subsurface.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh_traversal.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_avx2.cpp +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bake.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_camera.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cpu.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cuda.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_opencl.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_curve.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_differential.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_displace.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_emission.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_film.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_globals.h @@ -597,11 +654,11 @@ share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_jitter.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_light.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_math.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_montecarlo.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_object.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_passes.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_state.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_primitive.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_surface.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_volume.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_projection.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_random.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_shader.h @@ -611,7 +668,6 @@ share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse3.cpp share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse41.cpp share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_subsurface.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_textures.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_triangle.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_types.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_volume.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm.h @@ -642,7 +698,7 @@ share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_noisetex.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_normal.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_ramp.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_hsv.h -share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_rgb.h +share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_vector.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sky.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_tex_coord.h share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_texture.h @@ -741,11 +797,14 @@ share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/export_3ds.py share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/import_3ds.py share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/__init__.py share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/cycles_shader_compat.py +share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/data_types.py +share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/encode_bin.py share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx.py +share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx_bin.py +share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/fbx_utils.py share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/import_fbx.py +share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/json2fbx.py share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/parse_fbx.py -share/blender/${PKGVERSION}/scripts/addons/io_scene_map/__init__.py -share/blender/${PKGVERSION}/scripts/addons/io_scene_map/export_map.py share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/__init__.py share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_export.py share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_import.py @@ -932,6 +991,314 @@ share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_svn.py share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_ui.py share/blender/${PKGVERSION}/scripts/addons/uv_bake_texture_to_vcols.py share/blender/${PKGVERSION}/scripts/addons/uv_texture_atlas.py +share/blender/${PKGVERSION}/scripts/addons_contrib/.arcconfig +share/blender/${PKGVERSION}/scripts/addons_contrib/.gitignore +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/Blocks.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/Wallfactory.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/add_mesh_balcony.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/add_mesh_beam_builder.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/add_mesh_sove.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/add_mesh_window.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/general.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/post.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/rail.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/retainer.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/stairbuilder.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/stringer.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_building_objects/tread.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_chain_rope/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_chain_rope/oscurart_chain_maker.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_chain_rope/oscurart_rope_maker.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_clusters/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_clusters/add_mesh_cluster.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_rocks/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_rocks/add_mesh_rocks.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_rocks/factory.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_rocks/rockgen.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_rocks/settings.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_rocks/utils.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_space_tree/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_space_tree/kdtree.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_space_tree/sca.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_space_tree/simplefork.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_space_tree/timer.py +share/blender/${PKGVERSION}/scripts/addons_contrib/add_mesh_symmetrical_empty.py +share/blender/${PKGVERSION}/scripts/addons_contrib/anim_selection_sets.py +share/blender/${PKGVERSION}/scripts/addons_contrib/animation_motion_trail.py +share/blender/${PKGVERSION}/scripts/addons_contrib/btrace/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/btrace/bTrace.py +share/blender/${PKGVERSION}/scripts/addons_contrib/chromoly_ruler/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/chromoly_ruler/va/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/chromoly_ruler/va/gl.py +share/blender/${PKGVERSION}/scripts/addons_contrib/chromoly_ruler/va/math.py +share/blender/${PKGVERSION}/scripts/addons_contrib/chromoly_ruler/va/mesh.py +share/blender/${PKGVERSION}/scripts/addons_contrib/chromoly_ruler/va/utils.py +share/blender/${PKGVERSION}/scripts/addons_contrib/chromoly_ruler/va/view.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cmu_mocap_browser/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cmu_mocap_browser/data.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cmu_mocap_browser/download.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cmu_mocap_browser/library.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cmu_mocap_browser/makehuman.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cursor_control/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cursor_control/data.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cursor_control/history.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cursor_control/memory.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cursor_control/operators.py +share/blender/${PKGVERSION}/scripts/addons_contrib/cursor_control/ui.py +share/blender/${PKGVERSION}/scripts/addons_contrib/curve_tools.py +share/blender/${PKGVERSION}/scripts/addons_contrib/development_class_viewer.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_deathguppie.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_edgegrow.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_edgetune.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_fanconnect.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_floodsel.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_innerweld.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_laprelax.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_paredge.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_quadder.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_selproject.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/mesh_straightenplus.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/object_decouple.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/object_fastorigin.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ewoc_projects_tools/object_keeptrans.py +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/add_shape_geodesic.py +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/forms_259.py +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/geodesic_classes_259.py +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/read_me.txt +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/third_domes_panel.py +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/tmp/GD_0.GD +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/tmp/GD_start.GD +share/blender/${PKGVERSION}/scripts/addons_contrib/geodesic_domes/vefm_259.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_atomblend_utilities/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_atomblend_utilities/io_atomblend_utilities.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/README +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/fs.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/group.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/image.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/material.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/mesh.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/ob.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/bel/uv.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/import_x.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_directx_bel/templates_x.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_export_marmalade.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_export_md3.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_import_BrushSet.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_import_LRO_Lola_MGS_Mola_img.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_import_lipSync_Importer.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_import_sound_to_anim.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_import_voodoo_camera.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_mesh_gwyddion/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_mesh_gwyddion/import_gwyddion.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_mesh_xyz/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_mesh_xyz/atom_info.dat +share/blender/${PKGVERSION}/scripts/addons_contrib/io_mesh_xyz/export_xyz.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_mesh_xyz/import_xyz.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_points_pcd/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_points_pcd/pcd_utils.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_points_pcd/pcdparser.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_points_pcd/test.pcd +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_cod/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_cod/export_xanim.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_cod/export_xmodel.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_cod/import_xanim.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_cod/import_xmodel.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/cfb_spec.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/fpx_import.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/fpx_resource.blend +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/fpx_spec.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/fpx_strings.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/fpx_ui.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/fpx_utils.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_fpx/lzo_spec.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_scene_open_street_map.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/art2polyarea.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/geom.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/import_vecfile.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/model.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/offset.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/pdf.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/svg.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/triquad.py +share/blender/${PKGVERSION}/scripts/addons_contrib/io_vector/vecfile.py +share/blender/${PKGVERSION}/scripts/addons_contrib/lamp_geographical_sun.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_border_deselect_outer.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_copy_uvs_from_joined.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_discombobulator.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_easylattice.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_edgetools.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/face_inset_fillet.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_bevel_witold.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_bump.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_extras.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_filletplus.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_mextrude_plus.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_normal_smooth.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_polyredux.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extra_tools/mesh_vertex_chamfer.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_extrude_along_curve.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_face_info_select.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_insert_edge_ring.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_extras.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_index_select.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_info_select.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_select_by_direction.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_select_by_edge_length.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_select_by_pi.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_select_by_type.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_select_checkered.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_select_connected_faces.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_select_innermost.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_tools/mesh_selection_topokit.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_select_vertex_groups.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_show_vgroup_weights.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_tinyCAD/BIX.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_tinyCAD/EXM.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_tinyCAD/V2X.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_tinyCAD/VTX.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_tinyCAD/XALL.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_tinyCAD/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/mesh_tinyCAD/cad_module.py +share/blender/${PKGVERSION}/scripts/addons_contrib/node_presets.py +share/blender/${PKGVERSION}/scripts/addons_contrib/object_batch_rename_datablocks.py +share/blender/${PKGVERSION}/scripts/addons_contrib/object_booleans.py +share/blender/${PKGVERSION}/scripts/addons_contrib/object_creaprim.py +share/blender/${PKGVERSION}/scripts/addons_contrib/object_drop_to_ground.py +share/blender/${PKGVERSION}/scripts/addons_contrib/object_laplace_lightning.py +share/blender/${PKGVERSION}/scripts/addons_contrib/object_mangle_tools.py +share/blender/${PKGVERSION}/scripts/addons_contrib/object_powerlib.py +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/basic_blue.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/dull_coral.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/dull_olive.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/flaky_green.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/flaky_purple.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/flaky_tangelo.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/glossy_yellow.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/car-paint/metallic_blue.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/effects/blaster_bolt_red.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/effects/fake_shading.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/effects/fingerprint.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/effects/invisible_light.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/effects/simulated_sss.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/effects/volumetric_light.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/effects/wireframe.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/food/gummy_worm.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/food/milk_chocolate.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/food/raspberry.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/glass/absorption.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/glass/iridescent.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/glass/lalique.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/glass/soda_lime_common.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/groups/square_tiles.bcg +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/index.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/liquids/cranberry_juice.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/liquids/slime.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/liquids/soap_bubble.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/metals/barbwire.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/metals/bronze_ancient.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/metals/chain_link.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/metals/fools_gold.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/metals/galvanized_steel.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/nature/forest.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/nature/lava.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/nature/pearl.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/patterns/sierpinski_squares.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/plastics/toy_brick_red.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/barbwire_texture.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/chain_link_texture.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/ellipse_mask.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/fingerprint_texture.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/scales_shader.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/sierpinski_squares.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/weave_shader.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/scripts/wireframe.osl +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/skin/dragon_scales.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/skin/pox.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/stones/diamond.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/stones/hexagonal_tiles.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/stones/malachite.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/stones/polished_haematite.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/stones/pool_tiles.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/stones/veined_marble.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/synthetic/carbon_fiber.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/synthetic/carbon_fiber_glossy.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/synthetic/polystyrene_foam.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/synthetic/rubber.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/textiles/denim.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/textiles/hessian_fabric.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/textiles/velvet_edged.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/textiles/weave_test.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/textiles/woven_fabric.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/textiles/woven_wool.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/wood/parquete_tiled.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/wood/polished_walnut.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/wood/rough_pine.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/bundled/cycles/wood/rough_walnut.bcm +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/my-materials/read-me.txt +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/peter.cassetta.info/release/cycles/revision_data.ini +share/blender/${PKGVERSION}/scripts/addons_contrib/online_mat_lib/material-library/peter.cassetta.info/testing/cycles/revision_data.ini +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_futurism.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_mesh_cache_tools.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_mesh_thread.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_tools/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_tools/oscurart_files.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_tools/oscurart_meshes.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_tools/oscurart_objects.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_tools/oscurart_overrides.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_tools/oscurart_render.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_tools/oscurart_shapes.py +share/blender/${PKGVERSION}/scripts/addons_contrib/oscurart_worn_edges_map.py +share/blender/${PKGVERSION}/scripts/addons_contrib/particle_hair_lab.py +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/3ds_max.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/amaranth.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/dark_blue_gradient.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/maya.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/modo.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/softblend.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/softdefault.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/toxic.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/interface_theme/zbrush.xml +share/blender/${PKGVERSION}/scripts/addons_contrib/presets/keyconfig/blender_2012_experimental.py +share/blender/${PKGVERSION}/scripts/addons_contrib/render_auto_save.py +share/blender/${PKGVERSION}/scripts/addons_contrib/render_clay.py +share/blender/${PKGVERSION}/scripts/addons_contrib/render_notify.py +share/blender/${PKGVERSION}/scripts/addons_contrib/render_time.py +share/blender/${PKGVERSION}/scripts/addons_contrib/render_to_print.py +share/blender/${PKGVERSION}/scripts/addons_contrib/scene_amaranth_toolset.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_extra_actions/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_extra_actions/exiftool.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_extra_actions/functions.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_extra_actions/operators_extra_actions.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_extra_actions/ui.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_jumptocut.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_tools/__init__.py +share/blender/${PKGVERSION}/scripts/addons_contrib/sequencer_tools/export_strips.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_add_surround_cameras.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_enhanced_3d_cursor.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_game_props_visualiser.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_library_hide.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_manipulator_Menu.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_objects_panel.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_paint_bprojection.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_quickPrefs.py +share/blender/${PKGVERSION}/scripts/addons_contrib/space_view3d_simple_align.py +share/blender/${PKGVERSION}/scripts/addons_contrib/system_keyboard_svg.py +share/blender/${PKGVERSION}/scripts/addons_contrib/system_project_folder.py +share/blender/${PKGVERSION}/scripts/addons_contrib/text_editor_pasteall.py +share/blender/${PKGVERSION}/scripts/addons_contrib/text_intellisense.py +share/blender/${PKGVERSION}/scripts/addons_contrib/ui_layer_manager.py +share/blender/${PKGVERSION}/scripts/addons_contrib/uv_utility.py +share/blender/${PKGVERSION}/scripts/addons_contrib/wetted_mesh.py share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/__init__.py share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/chainingiterators.py share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/functions.py @@ -1288,4 +1655,4 @@ share/blender/blender share/blender/copyright.txt share/blender/jemalloc-license.txt share/blender/readme.html -@pkgdir share/blender/${PKGVERSION}/python/lib/python3.3/site-packages +@pkgdir share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/site-packages diff --git a/graphics/blender/PLIST.Linux b/graphics/blender/PLIST.Linux index 76c4505563a..4e8a2edb16a 100644 --- a/graphics/blender/PLIST.Linux +++ b/graphics/blender/PLIST.Linux @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST.Linux,v 1.1 2014/02/01 03:57:52 markd Exp $ -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sqlite3.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/ossaudiodev.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/pyexpat.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/readline.so -share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/spwd.so -share/blender/${PKGVERSION}/python/lib/python3.3/plat-linux/CDROM.py -share/blender/${PKGVERSION}/python/lib/python3.3/plat-linux/DLFCN.py -share/blender/${PKGVERSION}/python/lib/python3.3/plat-linux/IN.py -share/blender/${PKGVERSION}/python/lib/python3.3/plat-linux/TYPES.py -share/blender/${PKGVERSION}/python/lib/python3.3/plat-linux/regen +@comment $NetBSD: PLIST.Linux,v 1.2 2014/07/09 20:01:08 ryoon Exp $ +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sqlite3.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/ossaudiodev.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/pyexpat.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/readline.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/lib-dynload/spwd.so +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/CDROM.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/DLFCN.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/IN.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/TYPES.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-linux/regen share/blender/blender-thumbnailer.py share/blender/icons/16x16/apps/blender.png share/blender/icons/22x22/apps/blender.png diff --git a/graphics/blender/PLIST.NetBSD b/graphics/blender/PLIST.NetBSD index eb301d580bf..14113841caf 100644 --- a/graphics/blender/PLIST.NetBSD +++ b/graphics/blender/PLIST.NetBSD @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST.NetBSD,v 1.1 2014/02/01 03:57:52 markd Exp $ -share/blender/${PKGVERSION}/python/lib/python3.3/plat-netbsd6/IN.py -share/blender/${PKGVERSION}/python/lib/python3.3/plat-netbsd6/regen +@comment $NetBSD: PLIST.NetBSD,v 1.2 2014/07/09 20:01:08 ryoon Exp $ +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-netbsd6/IN.py +share/blender/${PKGVERSION}/python/lib/python${PYVERSSUFFIX}/plat-netbsd6/regen diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo index 3078dc989c8..abfea92e933 100644 --- a/graphics/blender/distinfo +++ b/graphics/blender/distinfo @@ -1,14 +1,13 @@ -$NetBSD: distinfo,v 1.42 2014/04/17 20:20:25 joerg Exp $ +$NetBSD: distinfo,v 1.43 2014/07/09 20:01:08 ryoon Exp $ -SHA1 (blender-2.70.tar.gz) = 294d89855e4bd2226bfbd4311f835709379ec309 -RMD160 (blender-2.70.tar.gz) = 83a44e77d1143cc01932ec18b55a7b7f12bc21b0 -Size (blender-2.70.tar.gz) = 55298021 bytes +SHA1 (blender-2.71.tar.gz) = 3fb2faa7faecdcef552e2c7a66fd91347173f1cb +RMD160 (blender-2.71.tar.gz) = 25a4c7bb4972a633af80a198f54d86f4c29a9331 +Size (blender-2.71.tar.gz) = 57120144 bytes SHA1 (patch-build__files_scons_config_linux-config.py) = 863ff0b2839fa96a4b579cb52d7c4475aa4c571c -SHA1 (patch-build__files_scons_config_netbsd6-config.py) = f7224f0cd7baacdf26e47348c3ee45caf9e31a32 -SHA1 (patch-build__files_scons_tools_btools.py) = 09fe67666091daafcf586aa70dc19fa6964b2098 -SHA1 (patch-extern_carve_include_carve_mesh__ops.hpp) = 65b077d5c523475ec515b7b7ec7ae066d0afe244 +SHA1 (patch-build__files_scons_config_netbsd6-config.py) = 105360e9959ac98620e178cf4139d68a277bead2 +SHA1 (patch-build__files_scons_tools_btools.py) = cd5cf628cd3f5c1e13c9a14e5fb66759f98d0816 SHA1 (patch-extern_libmv_third__party_glog_src_config.h) = d889d56d47167222ab54fad1c8f87c7ddb02852a -SHA1 (patch-extern_libmv_third__party_glog_src_config__netbsd.h) = 423dda12bb5871f810938666c0267ac73b3f856e +SHA1 (patch-extern_libmv_third__party_glog_src_config__netbsd.h) = 72dad7d3ec74560d46217b7e943eeeef097c23fe SHA1 (patch-extern_libmv_third__party_glog_src_utilities.h) = 32fea10d935621ef0529fe56b3e857685fbc5d1f SHA1 (patch-extern_rangetree_range__tree.hh) = 976881b9caad67a2cfb24039652e887867fa6cc0 SHA1 (patch-intern_cycles_util_util__types.h) = 37944c6b0a970468e6791ec4a5beef1ec0ddf190 diff --git a/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py b/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py index 6dee722e0d0..3f16dbbbd71 100644 --- a/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py +++ b/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py @@ -1,8 +1,8 @@ -$NetBSD: patch-build__files_scons_config_netbsd6-config.py,v 1.4 2014/04/07 12:21:25 ryoon Exp $ +$NetBSD: patch-build__files_scons_config_netbsd6-config.py,v 1.5 2014/07/09 20:01:08 ryoon Exp $ * config file for NetBSD 6 ---- build_files/scons/config/netbsd6-config.py.orig 2013-11-20 14:12:04.000000000 +0000 +--- build_files/scons/config/netbsd6-config.py.orig 2014-07-09 12:42:15.000000000 +0000 +++ build_files/scons/config/netbsd6-config.py @@ -0,0 +1,227 @@ +CC = 'gcc' @@ -231,4 +231,4 @@ $NetBSD: patch-build__files_scons_config_netbsd6-config.py,v 1.4 2014/04/07 12:2 +BF_INSTALLDIR='../install/netbsd6' + +#Link against pthread and libexecinfo -+PLATFORM_LINKFLAGS = ['-pthread', @PYLDFLAGS@] ++PLATFORM_LINKFLAGS = ['-pthread', '-lexecinfo', '-Wl,-R/usr/pkg/lib', '-Wl,-R/usr/X11R7/lib'] diff --git a/graphics/blender/patches/patch-build__files_scons_tools_btools.py b/graphics/blender/patches/patch-build__files_scons_tools_btools.py index 09dc9d7f21a..92f35582f90 100644 --- a/graphics/blender/patches/patch-build__files_scons_tools_btools.py +++ b/graphics/blender/patches/patch-build__files_scons_tools_btools.py @@ -1,10 +1,25 @@ -$NetBSD: patch-build__files_scons_tools_btools.py,v 1.1 2012/12/03 13:15:51 ryoon Exp $ +$NetBSD: patch-build__files_scons_tools_btools.py,v 1.2 2014/07/09 20:01:08 ryoon Exp $ From Gentoo's 2.64a/0300-scons-failure.patch ---- build_files/scons/tools/btools.py.orig 2012-10-09 18:41:53.000000000 +0000 +--- build_files/scons/tools/btools.py.orig 2014-06-25 20:43:52.000000000 +0000 +++ build_files/scons/tools/btools.py -@@ -482,7 +482,9 @@ def read_opts(env, cfg, args): +@@ -56,13 +56,7 @@ def get_version(): + raise Exception("%s: missing version string" % fname) + + def get_hash(): +- try: +- build_hash = subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD']).strip() +- except OSError: +- build_hash = None +- print("WARNING: could not use git to retrieve current Blender repository hash...") +- if build_hash == '' or build_hash == None: +- build_hash = 'UNKNOWN' ++ build_hash = 'UNKNOWN' + + return build_hash + +@@ -478,7 +472,9 @@ def read_opts(env, cfg, args): ('BF_3DMOUSE_LIB', '3d mouse library', ''), ('BF_3DMOUSE_LIBPATH', '3d mouse library path', ''), ('BF_3DMOUSE_LIB_STATIC', '3d mouse static library', ''), diff --git a/graphics/blender/patches/patch-extern_carve_include_carve_mesh__ops.hpp b/graphics/blender/patches/patch-extern_carve_include_carve_mesh__ops.hpp deleted file mode 100644 index a3efa9c0838..00000000000 --- a/graphics/blender/patches/patch-extern_carve_include_carve_mesh__ops.hpp +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-extern_carve_include_carve_mesh__ops.hpp,v 1.1 2014/04/17 20:20:25 joerg Exp $ - ---- extern/carve/include/carve/mesh_ops.hpp.orig 2014-04-17 15:04:25.000000000 +0000 -+++ extern/carve/include/carve/mesh_ops.hpp -@@ -580,7 +580,7 @@ namespace carve { - std::vector<VertexInfo *> queue; - - void checkheap() { --#ifdef __GNUC__ -+#ifdef __GLIBCXX__ - CARVE_ASSERT(std::__is_heap(queue.begin(), queue.end(), order_by_score())); - #endif - } diff --git a/graphics/blender/patches/patch-extern_libmv_third__party_glog_src_config__netbsd.h b/graphics/blender/patches/patch-extern_libmv_third__party_glog_src_config__netbsd.h index 3a50d5aa1b3..a6a8aab2e8b 100644 --- a/graphics/blender/patches/patch-extern_libmv_third__party_glog_src_config__netbsd.h +++ b/graphics/blender/patches/patch-extern_libmv_third__party_glog_src_config__netbsd.h @@ -1,10 +1,10 @@ -$NetBSD: patch-extern_libmv_third__party_glog_src_config__netbsd.h,v 1.2 2013/01/02 02:22:08 ryoon Exp $ +$NetBSD: patch-extern_libmv_third__party_glog_src_config__netbsd.h,v 1.3 2014/07/09 20:01:08 ryoon Exp $ * config file for NetBSD ---- extern/libmv/third_party/glog/src/config_netbsd.h.orig 2012-12-03 06:03:04.000000000 +0000 +--- extern/libmv/third_party/glog/src/config_netbsd.h.orig 2014-07-09 12:42:15.000000000 +0000 +++ extern/libmv/third_party/glog/src/config_netbsd.h -@@ -0,0 +1,171 @@ +@@ -0,0 +1,177 @@ +/* src/config.h. Generated from config.h.in by configure. */ +/* src/config.h.in. Generated from configure.ac by autoheader. */ + @@ -58,12 +58,18 @@ $NetBSD: patch-extern_libmv_third__party_glog_src_config__netbsd.h,v 1.2 2013/01 +/* define if the compiler implements namespaces */ +#define HAVE_NAMESPACES 1 + ++/* Define if you have the 'pread' function */ ++#define HAVE_PREAD 1 ++ +/* Define if you have POSIX threads libraries and header files. */ +#define HAVE_PTHREAD 1 + +/* Define to 1 if you have the <pwd.h> header file. */ +#define HAVE_PWD_H 1 + ++/* Define if you have the 'pwrite' function */ ++#define HAVE_PWRITE 1 ++ +/* define if the compiler implements pthread_rwlock_* */ +#define HAVE_RWLOCK 1 + |