pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/blender



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct  7 23:44:50 UTC 2018

Modified Files:
        pkgsrc/graphics/blender: Makefile PLIST PLIST.NetBSD distinfo
Added Files:
        pkgsrc/graphics/blender/patches:
            patch-doc_python__api_sphinx__doc__gen.sh
Removed Files:
        pkgsrc/graphics/blender/patches: patch-doc_python_api_sphinx_doc_gen.sh
            patch-extern_rangetree_range__tree.hh
            patch-intern_cycles_util_util__types.h
            patch-source_blender_blenlib_BLI__alloca.h

Log Message:
Update to

* Fix startup

Changelog:
2.79
In this release:

    Cycles: Built-in Denoising, Shadow catcher, Principled shader, AMD OpenCL optimizations.
    Grease Pencil: New frame interpolation tools, per-layer onion skinning.
    Alembic: Improvements to compatibility, stability and support.
    User Interface: Initial support for reusable custom configurations, automatic DPI scaling.
    Twenty Three new and several updated add-ons.
    And: 100s of bug fixes and other improvements!

2.78
In this release:

    Cycles: Cycles now supports rendering spherical stereo images for VR.
    Grease Pencil: Reworked to be similar to other 2D drawing softwares.
    Alembic: Initial basic support in Blender.
    Improvements to Bendy Bones for Easier and Simpler Rigging.
    Eleven new add-ons.
    And: 100s of bug fixes and other improvements!


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/graphics/blender/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/blender/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/blender/PLIST.NetBSD
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/blender/distinfo
cvs rdiff -u -r0 -r1.5 \
    pkgsrc/graphics/blender/patches/patch-doc_python__api_sphinx__doc__gen.sh
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/blender/patches/patch-doc_python_api_sphinx_doc_gen.sh \
    pkgsrc/graphics/blender/patches/patch-extern_rangetree_range__tree.hh \
    pkgsrc/graphics/blender/patches/patch-source_blender_blenlib_BLI__alloca.h
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/graphics/blender/patches/patch-intern_cycles_util_util__types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/blender/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.140 pkgsrc/graphics/blender/Makefile:1.141
--- pkgsrc/graphics/blender/Makefile:1.140      Thu Aug 16 18:54:51 2018
+++ pkgsrc/graphics/blender/Makefile    Sun Oct  7 23:44:49 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.140 2018/08/16 18:54:51 adam Exp $
+# $NetBSD: Makefile,v 1.141 2018/10/07 23:44:49 ryoon Exp $
 
-DISTNAME=      blender-2.77a
-PKGREVISION=   11
+DISTNAME=      blender-2.79b
 CATEGORIES=    graphics
 MASTER_SITES=  http://download.blender.org/source/
 
@@ -59,7 +58,7 @@ PLIST_SUBST+= NETBSDVER=netbsd7
 PLIST_SUBST+=  NETBSDVER=netbsd6
 .endif
 
-PLIST_VARS+=   py34 py35 py36
+PLIST_VARS+=   py34 py35 py36 py37
 
 OBJDIR=                ../build
 CONFIGURE_DIRS=        ${OBJDIR}
@@ -75,8 +74,10 @@ do-configure:
                ${PREFIX}/bin/cmake ${CMAKE_OPTS} ${CMAKE_ARG_PATH}
 
 post-install:
-       ${LN} -sf ${PREFIX}/share/blender/blender \
-               ${DESTDIR}${PREFIX}/bin
+       ${ECHO} '#! ${SH}' > ${DESTDIR}${PREFIX}/bin/blender
+       ${ECHO} '${PREFIX}/share/blender/blender "$$@"' >> \
+               ${DESTDIR}${PREFIX}/bin/blender
+       ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/blender
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
@@ -103,6 +104,8 @@ PLIST.py34= yes
 PLIST.py35=    yes
 .elif ${PYVERSSUFFIX} == "3.6"
 PLIST.py36=    yes
+.elif ${PYVERSSUFFIX} == "3.7"
+PLIST.py37=    yes
 .endif
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/blender/PLIST
diff -u pkgsrc/graphics/blender/PLIST:1.25 pkgsrc/graphics/blender/PLIST:1.26
--- pkgsrc/graphics/blender/PLIST:1.25  Sat Jul  1 22:12:13 2017
+++ pkgsrc/graphics/blender/PLIST       Sun Oct  7 23:44:49 2018
@@ -1,1509 +1,2203 @@
-@comment $NetBSD: PLIST,v 1.25 2017/07/01 22:12:13 joerg Exp $
+@comment $NetBSD: PLIST,v 1.26 2018/10/07 23:44:49 ryoon Exp $
 bin/blender
-share/blender/${BLENDERVER}/datafiles/fonts/bmonofont-i18n.ttf.gz
-share/blender/${BLENDERVER}/datafiles/fonts/droidsans.ttf.gz
-share/blender/${BLENDERVER}/datafiles/locale/ar/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/ca/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/cs/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/de/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/eo/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/es/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/eu/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/fa/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/fr/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/he/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/hi/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/hr/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/hu/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/id/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/it/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/ja/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/ko/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/ky/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/languages
-share/blender/${BLENDERVER}/datafiles/locale/nl/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/pl/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/pt/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/ru/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/sr/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/sv/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/tr/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/uk/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/vi/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
-share/blender/${BLENDERVER}/python/bin/python${PYVERSSUFFIX}
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/LICENSE.txt
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__future__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/__phello__.foo.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_bootlocale.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_collections_abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compat_pickle.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_compression.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_dummy_thread.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_markupbase.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_osx_support.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pydecimal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_pyio.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sitebuiltins.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_strptime.py
-${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sysconfigdata.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_threading_local.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_weakrefset.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/aifc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/antigravity.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/argparse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ast.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asynchat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_events.py
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_futures.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_subprocess.py
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/base_tasks.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/compat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/constants.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/coroutines.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/futures.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/locks.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/log.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/proactor_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/protocols.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/queues.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/selector_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/sslproto.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/streams.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/subprocess.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/tasks.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/test_utils.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/transports.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/unix_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_events.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncio/windows_utils.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/asyncore.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/base64.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bdb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/binhex.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bisect.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/bz2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cProfile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/calendar.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgi.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cgitb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/chunk.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/cmd.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/code.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codecs.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/codeop.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/__init__.py
-${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/__main__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/collections/abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/colorsys.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/compileall.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/_base.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/process.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/concurrent/futures/thread.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/configparser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/contextlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copy.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/copyreg.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/crypt.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/csv.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/_endian.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/README.ctypes
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dyld.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/dylib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/fetch_macholib.bat
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/macholib/framework.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ctypes/wintypes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/ascii.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/has_key.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/panel.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/curses/textpad.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/datetime.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/dumb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/gnu.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dbm/ndbm.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/decimal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/difflib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dis.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/doctest.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/dummy_threading.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_encoded_words.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_header_value_parser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_parseaddr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/_policybase.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/architecture.rst
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/base64mime.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/charset.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/contentmanager.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/encoders.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/errors.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/feedparser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/generator.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/header.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/headerregistry.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/iterators.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/message.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/application.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/audio.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/base.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/image.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/message.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/multipart.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/nonmultipart.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/mime/text.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/parser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/policy.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/quoprimime.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/email/utils.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/aliases.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ascii.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/base64_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/big5hkscs.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/bz2_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/charmap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp037.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1006.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1026.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1125.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1140.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1250.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1251.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1252.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1253.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1254.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1255.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1256.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1257.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp1258.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp273.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp424.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp437.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp500.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp65001.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp720.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp737.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp775.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp850.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp852.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp855.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp856.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp857.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp858.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp860.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp861.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp862.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp863.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp864.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp865.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp866.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp869.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp874.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp875.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp932.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp949.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/cp950.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jis_2004.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jisx0213.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_jp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/euc_kr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb18030.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gb2312.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/gbk.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hex_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hp_roman8.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/hz.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/idna.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_1.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_2004.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_3.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_jp_ext.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso2022_kr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_1.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_10.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_11.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_13.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_14.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_15.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_16.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_3.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_4.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_5.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_6.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_7.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_8.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/iso8859_9.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/johab.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_r.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_t.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/koi8_u.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/kz1048.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/latin_1.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_arabic.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_centeuro.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_croatian.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_cyrillic.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_farsi.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_greek.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_iceland.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_latin2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_roman.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_romanian.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mac_turkish.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/mbcs.py
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/oem.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/palmos.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/ptcp154.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/punycode.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/quopri_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/raw_unicode_escape.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/rot_13.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jis_2004.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/shift_jisx0213.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/tis_620.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/undefined.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_escape.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/unicode_internal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_be.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_16_le.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_be.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_32_le.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_7.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/utf_8_sig.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/uu_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/encodings/zlib_codec.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/__main__.py
-${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl
-${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ensurepip/_uninstall.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/enum.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/filecmp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fileinput.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fnmatch.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/formatter.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/fractions.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ftplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/functools.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/genericpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getopt.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/getpass.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gettext.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/glob.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/gzip.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hashlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/heapq.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/hmac.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/entities.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/html/parser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/client.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookiejar.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/cookies.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/http/server.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imaplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imghdr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/imp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/_bootstrap_external.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/abc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/machinery.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/importlib/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/inspect.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/io.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ipaddress.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/decoder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/encoder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/scanner.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/json/tool.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/keyword.py
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_asyncio.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bisect.so
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_blake2.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_bz2.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_cn.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_hk.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_iso2022.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_jp.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_kr.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_codecs_tw.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_crypt.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_csv.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ctypes_test.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_datetime.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_dbm.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_decimal.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_hashlib.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_heapq.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_json.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lsprof.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_lzma.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_md5.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multibytecodec.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_multiprocessing.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_opcode.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_pickle.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_posixsubprocess.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_random.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha1.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha256.so
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha3.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_sha512.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_socket.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_ssl.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_struct.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testbuffer.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testcapi.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testimportmultiple.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/_testmultiphase.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/array.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/audioop.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/binascii.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/cmath.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/fcntl.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/grp.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/math.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/mmap.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/nis.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/parser.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/pyexpat.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/resource.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/select.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/syslog.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/termios.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/unicodedata.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lib-dynload/zlib.so
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/linecache.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/locale.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/config.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/logging/handlers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/lzma.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/macpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/macurl2path.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailbox.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mailcap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/mimetypes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/modulefinder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/connection.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/context.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/dummy/connection.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/forkserver.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/heap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/managers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/pool.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_fork.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_forkserver.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_posix.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/popen_spawn_win32.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/process.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/queues.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/reduction.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/resource_sharer.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/semaphore_tracker.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/sharedctypes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/spawn.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/synchronize.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/multiprocessing/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/netrc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nntplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ntpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/nturl2path.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/numbers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/opcode.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/operator.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/optparse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/os.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pathlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pdb.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickle.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pickletools.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pipes.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pkgutil.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/platform.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plistlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/poplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/posixpath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pprint.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/profile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pstats.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pty.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/py_compile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pyclbr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/_pydoc.css
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/pydoc_data/topics.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/queue.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/quopri.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/random.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/re.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/reprlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/rlcompleter.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/runpy.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sched.py
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/secrets.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/selectors.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shelve.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shlex.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/shutil.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/signal.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtpd.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/smtplib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sndhdr.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socket.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/socketserver.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dbapi2.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sqlite3/dump.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_compile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_constants.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sre_parse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/ssl.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/statistics.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/string.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/stringprep.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/struct.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/subprocess.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sunau.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symbol.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/symtable.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/sysconfig.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tabnanny.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tarfile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/telnetlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tempfile.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/textwrap.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/this.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/threading.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/timeit.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/token.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tokenize.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/trace.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/traceback.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tracemalloc.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/tty.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/types.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/typing.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/__main__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/case.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/loader.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/main.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/mock.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/result.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/runner.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/signals.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/suite.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/unittest/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/error.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/parse.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/request.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/response.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/urllib/robotparser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uu.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/uuid.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/__main__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/common/activate
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.csh
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/venv/scripts/posix/activate.fish
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/warnings.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wave.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/weakref.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/webbrowser.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/handlers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/headers.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/simple_server.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/util.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/wsgiref/validate.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xdrlib.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/NodeFilter.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/domreg.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/expatbuilder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minicompat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/minidom.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/pulldom.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/dom/xmlbuilder.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementInclude.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementPath.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/ElementTree.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/etree/cElementTree.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/parsers/expat.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/_exceptions.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/expatreader.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/handler.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/saxutils.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xml/sax/xmlreader.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/__init__.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/client.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/xmlrpc/server.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipapp.py
-share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/zipfile.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_ivygen.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/black_tupelo.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/ca_black_oak.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/presets/willow.py
-share/blender/${BLENDERVER}/scripts/addons/add_curve_sapling/utils.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_BoltFactory/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_BoltFactory/createMesh.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_ant_landscape.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_empty_as_parent.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_menger_sponge.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_pipe_joint.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_round_brilliant.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_round_cube.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_solid.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_star.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py
-share/blender/${BLENDERVER}/scripts/addons/add_mesh_extra_objects/add_mesh_vertex.py
-share/blender/${BLENDERVER}/scripts/addons/animation_add_corrective_shape_key.py
-share/blender/${BLENDERVER}/scripts/addons/animation_animall.py
-share/blender/${BLENDERVER}/scripts/addons/bone_selection_groups.py
-share/blender/${BLENDERVER}/scripts/addons/curve_simplify.py
-share/blender/${BLENDERVER}/scripts/addons/cycles/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/cycles/engine.py
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_shirley.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_velvet.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_diffuse.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_diffuse_ramp.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_hair.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_microfacet.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_oren_nayar.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_phong_ramp.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_reflection.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_refraction.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_toon.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_transparent.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bsdf_util.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/bssrdf.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/emissive.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/closure/volume.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_attribute.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_shadow.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_subsurface.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_traversal.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_volume.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_bvh_volume_all.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_curve.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_motion_curve.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_motion_triangle.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_object.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_primitive.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_shadow.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_subsurface.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_traversal.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_volume.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_qbvh_volume_all.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_triangle.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_triangle_intersect.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/geom/geom_volume.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_accumulate.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_bake.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_camera.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_compat_cpu.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_compat_cuda.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_compat_opencl.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_debug.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_differential.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_emission.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_film.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_globals.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_jitter.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_light.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_math.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_montecarlo.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_passes.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_branched.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_common.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_state.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_surface.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_path_volume.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_projection.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_queues.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_random.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_shader.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_shadow.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_subsurface.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_textures.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_types.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_volume.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernel_work_stealing.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/cuda/kernel.cu
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_background_buffer_update.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_data_init.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_direct_lighting.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_holdout_emission_blurring_pathtermination_ao.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_lamp_emission.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_next_iteration_setup.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_queue_enqueue.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_scene_intersect.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_shader_eval.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_shadow_blocked.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/kernels/opencl/kernel_sum_all_radiance.cl
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_background_buffer_update.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_data_init.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_direct_lighting.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_lamp_emission.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_next_iteration_setup.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_scene_intersect.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_shader_eval.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_shadow_blocked.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_split_common.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/split/kernel_sum_all_radiance.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_attribute.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_blackbody.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_brick.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_brightness.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_camera.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_checker.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_closure.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_convert.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_displace.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_fresnel.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_gamma.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_geometry.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_gradient.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_hsv.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_image.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_invert.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_light_path.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_magic.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_mapping.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_math.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_math_util.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_mix.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_musgrave.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_noise.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_noisetex.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_normal.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_ramp.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_sepcomb_hsv.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_sepcomb_vector.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_sky.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_tex_coord.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_texture.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_types.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_value.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_vector_transform.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_voronoi.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_voxel.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_wave.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_wavelength.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/svm/svm_wireframe.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_atomic.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_color.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_half.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_math.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_math_fast.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_transform.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/kernel/util_types.h
-share/blender/${BLENDERVER}/scripts/addons/cycles/license/Apache_2.0.txt
-share/blender/${BLENDERVER}/scripts/addons/cycles/license/ILM.txt
-share/blender/${BLENDERVER}/scripts/addons/cycles/license/NVidia.txt
-share/blender/${BLENDERVER}/scripts/addons/cycles/license/OSL.txt
-share/blender/${BLENDERVER}/scripts/addons/cycles/license/Sobol.txt
-share/blender/${BLENDERVER}/scripts/addons/cycles/license/readme.txt
-share/blender/${BLENDERVER}/scripts/addons/cycles/osl.py
-share/blender/${BLENDERVER}/scripts/addons/cycles/presets.py
-share/blender/${BLENDERVER}/scripts/addons/cycles/properties.py
-share/blender/${BLENDERVER}/scripts/addons/cycles/ui.py
-share/blender/${BLENDERVER}/scripts/addons/cycles/version_update.py
-share/blender/${BLENDERVER}/scripts/addons/development_api_navigator.py
-share/blender/${BLENDERVER}/scripts/addons/development_icon_get.py
-share/blender/${BLENDERVER}/scripts/addons/game_engine_publishing.py
-share/blender/${BLENDERVER}/scripts/addons/game_engine_save_as_runtime.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_acclaim/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_bvh/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_bvh/export_bvh.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_bvh/import_bvh.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_c3d/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_c3d/import_c3d.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_camera.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_nuke_chan/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py
-share/blender/${BLENDERVER}/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py
-share/blender/${BLENDERVER}/scripts/addons/io_blend_utils/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_blend_utils/bl_utils/pipe_non_blocking.py
-share/blender/${BLENDERVER}/scripts/addons/io_blend_utils/bl_utils/subprocess_helper.py
-share/blender/${BLENDERVER}/scripts/addons/io_blend_utils/blend/blendfile.py
-share/blender/${BLENDERVER}/scripts/addons/io_blend_utils/blend/blendfile_path_walker.py
-share/blender/${BLENDERVER}/scripts/addons/io_blend_utils/blendfile_pack.py
-share/blender/${BLENDERVER}/scripts/addons/io_blend_utils/utils/system.py
-share/blender/${BLENDERVER}/scripts/addons/io_coat3D/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_coat3D/coat.py
-share/blender/${BLENDERVER}/scripts/addons/io_coat3D/tex.py
-share/blender/${BLENDERVER}/scripts/addons/io_convert_image_to_mesh_img/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_convert_image_to_mesh_img/import_img.py
-share/blender/${BLENDERVER}/scripts/addons/io_curve_svg/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_curve_svg/import_svg.py
-share/blender/${BLENDERVER}/scripts/addons/io_curve_svg/svg_colors.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_after_effects.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/draw_blenders/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/export_dxf.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/dxfLibrary.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/migiusModel.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/model/model.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/operator.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_pc2.py
-share/blender/${BLENDERVER}/scripts/addons/io_export_unreal_psk_psa.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/acdsdata.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/blockssection.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/codepage.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/color.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/const.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/cydxfentity.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/cytags.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/decode.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/defaultchunk.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/drawing.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxf12.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxf13.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxfattr.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/dxfentity.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/entities.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/entitysection.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/headersection.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/juliandate.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/layers.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/linetypes.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/pytags.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/sections.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/styles.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/tablessection.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfgrabber/tags.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/convert.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/do.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/fake_entities.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/groupsort.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/is_.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/dxfimport/line_merger.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_dxf/transverse_mercator.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_gimp_image_to_scene.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_images_as_planes.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_scene_lwo.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_scene_mhx.py
-share/blender/${BLENDERVER}/scripts/addons/io_import_scene_unreal_psa_psk.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/atom_info.dat
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/export_pdb.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_pdb/import_pdb.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_ply/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_ply/export_ply.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_ply/import_ply.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_raw/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_raw/export_raw.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_raw/import_raw.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_stl/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_stl/blender_utils.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_stl/stl_utils.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/export_uv_eps.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/export_uv_png.py
-share/blender/${BLENDERVER}/scripts/addons/io_mesh_uv_layout/export_uv_svg.py
-share/blender/${BLENDERVER}/scripts/addons/io_online_sketchfab/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_online_sketchfab/pack_for_export.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_3ds/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_3ds/export_3ds.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_3ds/import_3ds.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/cycles_shader_compat.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/data_types.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/encode_bin.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/export_fbx.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/export_fbx_bin.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/fbx2json.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/fbx_utils.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/import_fbx.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/json2fbx.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_fbx/parse_fbx.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_export.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_import.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_spec.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_strings.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_ui.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_ms3d/ms3d_utils.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_obj/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_obj/export_obj.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_obj/import_obj.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_vrml2/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_vrml2/export_vrml2.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_x/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_x/export_x.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_x3d/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_x3d/export_x3d.py
-share/blender/${BLENDERVER}/scripts/addons/io_scene_x3d/import_x3d.py
-share/blender/${BLENDERVER}/scripts/addons/io_sequencer_edl/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_sequencer_edl/import_edl.py
-share/blender/${BLENDERVER}/scripts/addons/io_sequencer_edl/parse_edl.py
-share/blender/${BLENDERVER}/scripts/addons/io_shape_mdd/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/io_shape_mdd/export_mdd.py
-share/blender/${BLENDERVER}/scripts/addons/io_shape_mdd/import_mdd.py
-share/blender/${BLENDERVER}/scripts/addons/light_field_tools/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/light_field_tools/light_field_tools.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_bsurfaces.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_custom_normals_tools.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_f2.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_inset/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_inset/geom.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_inset/model.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_inset/offset.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_inset/triquad.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_looptools.py
-share/blender/${BLENDERVER}/scripts/addons/mesh_relax.py
-share/blender/${BLENDERVER}/scripts/addons/mocap/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/mocap/mocap_constraints.py
-share/blender/${BLENDERVER}/scripts/addons/mocap/mocap_tools.py
-share/blender/${BLENDERVER}/scripts/addons/mocap/retarget.py
-share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/ui.py
-share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/util.py
-share/blender/${BLENDERVER}/scripts/addons/modules/extensions_framework/validate.py
-share/blender/${BLENDERVER}/scripts/addons/modules/rna_manual_reference.py
-share/blender/${BLENDERVER}/scripts/addons/modules/selection_utils.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/baking.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/balancing.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/client.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/themes-preview.gif
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/themes.gif
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_flat_30_cccccc_40x100.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_flat_50_5c5c5c_40x100.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_glass_20_555555_1x400.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_glass_40_0078a3_1x400.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_glass_40_ffc73d_1x400.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_gloss-wave_25_333333_500x100.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_inset-soft_25_000000_1x100.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-bg_inset-soft_30_f58400_1x100.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_222222_256x240.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_4b8e0b_256x240.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_a83300_256x240.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_cccccc_256x240.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/images/ui-icons_ffffff_256x240.png
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/jquery-ui.css
-share/blender/${BLENDERVER}/scripts/addons/netrender/css/jquery.themes.css
-share/blender/${BLENDERVER}/scripts/addons/netrender/js/jquery-ui.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/js/jquery.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/js/jquery.themes.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender-action.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender-widget.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/js/netrender_balance.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/master.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/master_html.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/model.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/netrender.css
-share/blender/${BLENDERVER}/scripts/addons/netrender/netrender.js
-share/blender/${BLENDERVER}/scripts/addons/netrender/newui.html
-share/blender/${BLENDERVER}/scripts/addons/netrender/operators.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/repath.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/slave.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/thumbnail.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/ui.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/utils.py
-share/blender/${BLENDERVER}/scripts/addons/netrender/versioning.py
-share/blender/${BLENDERVER}/scripts/addons/node_wrangler.py
-share/blender/${BLENDERVER}/scripts/addons/object_add_chain.py
-share/blender/${BLENDERVER}/scripts/addons/object_animrenderbake.py
-share/blender/${BLENDERVER}/scripts/addons/object_cloud_gen.py
-share/blender/${BLENDERVER}/scripts/addons/object_edit_linked.py
-share/blender/${BLENDERVER}/scripts/addons/object_fracture/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/object_fracture/data.blend
-share/blender/${BLENDERVER}/scripts/addons/object_fracture/fracture_ops.py
-share/blender/${BLENDERVER}/scripts/addons/object_fracture/fracture_setup.py
-share/blender/${BLENDERVER}/scripts/addons/object_fracture_cell/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/object_fracture_cell/fracture_cell_calc.py
-share/blender/${BLENDERVER}/scripts/addons/object_fracture_cell/fracture_cell_setup.py
-share/blender/${BLENDERVER}/scripts/addons/object_grease_scatter.py
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/export.py
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/mesh_helpers.py
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/operators.py
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/readme.rst
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/report.py
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/todo.rst
-share/blender/${BLENDERVER}/scripts/addons/object_print3d_utils/ui.py
-share/blender/${BLENDERVER}/scripts/addons/paint_palette.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/7x6.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/9x9_color.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/braided_coil.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/slinky_knot.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/snowflake_(2d).py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/tripple_dna.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/curve.torus_knot_plus/wicker_basket.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/default.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m10.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m12.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m3.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m4.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m5.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m6.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.bolt_add/m8.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Capsule.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Cube.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Octahedron.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Quadsphere.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Rounded_Cube.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/bonbon.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/boy.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catalan.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catenoid.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/clifford_torus.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cochlea.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cosinus.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/dini.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/enneper.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helicoidal.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helix.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hexahedron.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hyperhelicoidal.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/klein.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/moebius.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudo_catenoid.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudosphere.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/ridged_torus.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/shell.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sine.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/snake.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py
-share/blender/${BLENDERVER}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py
-share/blender/${BLENDERVER}/scripts/addons/render_auto_tile_size.py
-share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/operator.py
-share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/panel.py
-share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/presets.py
-share/blender/${BLENDERVER}/scripts/addons/render_copy_settings/translations.py
-share/blender/${BLENDERVER}/scripts/addons/render_freestyle_svg.py
-share/blender/${BLENDERVER}/scripts/addons/render_povray/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/render_povray/df3.py
-share/blender/${BLENDERVER}/scripts/addons/render_povray/primitives.py
-share/blender/${BLENDERVER}/scripts/addons/render_povray/render.py
-share/blender/${BLENDERVER}/scripts/addons/render_povray/shading.py
-share/blender/${BLENDERVER}/scripts/addons/render_povray/ui.py
-share/blender/${BLENDERVER}/scripts/addons/render_povray/update_files.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/CREDITS
-share/blender/${BLENDERVER}/scripts/addons/rigify/README
-share/blender/${BLENDERVER}/scripts/addons/rigify/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/generate.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/metarig_menu.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/metarigs/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/metarigs/human.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/metarigs/pitchipoy_human.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rig_lists.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rig_ui_template.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/basic/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/basic/copy.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/basic/copy_chain.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/deform.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/fk.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/arm/ik.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/deform.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/fk.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/leg/ik.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/biped/limb_common.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/finger.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/misc/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/misc/delta.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/neck_short.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/palm.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/arm.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/leg.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/limb_utils.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/paw.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/super_limb.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/limbs/ui.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/simple_tentacle.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_copy.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_face.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_finger.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_torso_turbo.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/super_widgets.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/pitchipoy/tentacle.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/rigs/spine.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/ui.py
-share/blender/${BLENDERVER}/scripts/addons/rigify/utils.py
-share/blender/${BLENDERVER}/scripts/addons/space_view3d_3d_navigation.py
-share/blender/${BLENDERVER}/scripts/addons/space_view3d_copy_attributes.py
-share/blender/${BLENDERVER}/scripts/addons/space_view3d_materials_utils.py
-share/blender/${BLENDERVER}/scripts/addons/space_view3d_math_vis/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/space_view3d_math_vis/draw.py
-share/blender/${BLENDERVER}/scripts/addons/space_view3d_math_vis/utils.py
-share/blender/${BLENDERVER}/scripts/addons/space_view3d_spacebar_menu.py
-share/blender/${BLENDERVER}/scripts/addons/system_blend_info.py
-share/blender/${BLENDERVER}/scripts/addons/system_demo_mode/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/system_demo_mode/config.py
-share/blender/${BLENDERVER}/scripts/addons/system_demo_mode/demo_mode.py
-share/blender/${BLENDERVER}/scripts/addons/system_property_chart.py
-share/blender/${BLENDERVER}/scripts/addons/ui_layer_manager.py
-share/blender/${BLENDERVER}/scripts/addons/ui_pie_menus_official.py
-share/blender/${BLENDERVER}/scripts/addons/ui_translate/__init__.py
-share/blender/${BLENDERVER}/scripts/addons/ui_translate/edit_translation.py
-share/blender/${BLENDERVER}/scripts/addons/ui_translate/settings.py
-share/blender/${BLENDERVER}/scripts/addons/ui_translate/update_addon.py
-share/blender/${BLENDERVER}/scripts/addons/ui_translate/update_svn.py
-share/blender/${BLENDERVER}/scripts/addons/ui_translate/update_ui.py
-share/blender/${BLENDERVER}/scripts/addons/uv_bake_texture_to_vcols.py
-share/blender/${BLENDERVER}/scripts/addons/uv_texture_atlas.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/__init__.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/chainingiterators.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/functions.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/predicates.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/shaders.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/types.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/freestyle/utils.py
-share/blender/${BLENDERVER}/scripts/freestyle/modules/parameter_editor.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/anisotropic_diffusion.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/apriori_and_causal_density.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/apriori_density.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/backbone_stretcher.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/blueprint_circles.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/blueprint_ellipses.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/blueprint_squares.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/cartoon.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/contour.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/curvature2d.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/external_contour.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/external_contour_sketchy.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/external_contour_smooth.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/haloing.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/ignore_small_occlusions.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/invisible_lines.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/japanese_bigbrush.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/long_anisotropically_dense.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/multiple_parameterization.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/nature.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/near_lines.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/occluded_by_specific_object.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/polygonalize.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/qi0.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/qi0_not_external_contour.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/qi1.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/qi2.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/sequentialsplit_sketchy.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/sketchy_multiple_parameterization.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/sketchy_topology_broken.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/sketchy_topology_preserved.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/split_at_highest_2d_curvatures.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/split_at_tvertices.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/suggestive.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/tipremover.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/tvertex_remover.py
-share/blender/${BLENDERVER}/scripts/freestyle/styles/uniformpruning_zsort.py
-share/blender/${BLENDERVER}/scripts/modules/addon_utils.py
-share/blender/${BLENDERVER}/scripts/modules/animsys_refactor.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/__init__.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/bl_extract_messages.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/merge_po.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/settings.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/settings_user.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils_languages_menu.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils_rtl.py
-share/blender/${BLENDERVER}/scripts/modules/bl_i18n_utils/utils_spell_check.py
-share/blender/${BLENDERVER}/scripts/modules/bl_previews_utils/bl_previews_render.py
-share/blender/${BLENDERVER}/scripts/modules/blend_render_info.py
-share/blender/${BLENDERVER}/scripts/modules/bpy/__init__.py
-share/blender/${BLENDERVER}/scripts/modules/bpy/ops.py
-share/blender/${BLENDERVER}/scripts/modules/bpy/path.py
-share/blender/${BLENDERVER}/scripts/modules/bpy/utils/__init__.py
-share/blender/${BLENDERVER}/scripts/modules/bpy/utils/previews.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/__init__.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/anim_utils.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/image_utils.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/io_utils.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/keyconfig_utils.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/mesh_utils.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/object_utils.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_extras/view3d_utils.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_restrict_state.py
-share/blender/${BLENDERVER}/scripts/modules/bpy_types.py
-share/blender/${BLENDERVER}/scripts/modules/bpyml.py
-share/blender/${BLENDERVER}/scripts/modules/bpyml_ui.py
-share/blender/${BLENDERVER}/scripts/modules/console/__init__.py
-share/blender/${BLENDERVER}/scripts/modules/console/complete_calltip.py
-share/blender/${BLENDERVER}/scripts/modules/console/complete_import.py
-share/blender/${BLENDERVER}/scripts/modules/console/complete_namespace.py
-share/blender/${BLENDERVER}/scripts/modules/console/intellisense.py
-share/blender/${BLENDERVER}/scripts/modules/console_python.py
-share/blender/${BLENDERVER}/scripts/modules/console_shell.py
-share/blender/${BLENDERVER}/scripts/modules/graphviz_export.py
-share/blender/${BLENDERVER}/scripts/modules/keyingsets_utils.py
-share/blender/${BLENDERVER}/scripts/modules/nodeitems_utils.py
-share/blender/${BLENDERVER}/scripts/modules/progress_report.py
-share/blender/${BLENDERVER}/scripts/modules/rna_info.py
-share/blender/${BLENDERVER}/scripts/modules/rna_keymap_ui.py
-share/blender/${BLENDERVER}/scripts/modules/rna_prop_ui.py
-share/blender/${BLENDERVER}/scripts/modules/rna_xml.py
-share/blender/${BLENDERVER}/scripts/modules/sys_info.py
-share/blender/${BLENDERVER}/scripts/presets/camera/1__colon__2.3_inch.py
-share/blender/${BLENDERVER}/scripts/presets/camera/1__colon__2.5_inch.py
-share/blender/${BLENDERVER}/scripts/presets/camera/2__colon__3_inch.py
-share/blender/${BLENDERVER}/scripts/presets/camera/4__colon__3_inch.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Arri_Alexa.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Blackmagic_Cinema_Camera.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Blackmagic_Pocket_Cinema_Camera.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Blackmagic_Production_Camera_4K.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Blender.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Canon_1100D.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Canon_APS-C.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Canon_APS-H.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Canon_C300.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Full_Frame_35mm_Camera.py
-share/blender/${BLENDERVER}/scripts/presets/camera/GoPro_Hero3_Black.py
-share/blender/${BLENDERVER}/scripts/presets/camera/GoPro_Hero3_Silver.py
-share/blender/${BLENDERVER}/scripts/presets/camera/GoPro_Hero3_White.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Nexus_5.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Nikon_D3100.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Nikon_DX.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Panasonic_AG-HVX200.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Panasonic_LX2.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Red_Epic.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Red_One_2K.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Red_One_3K.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Red_One_4K.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Samsung_Galaxy_S3.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Samsung_Galaxy_S4.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Sony_A55.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Sony_EX1.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Sony_F65.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Super_16_Film.py
-share/blender/${BLENDERVER}/scripts/presets/camera/Super_35_Film.py
-share/blender/${BLENDERVER}/scripts/presets/camera/iPhone_4.py
-share/blender/${BLENDERVER}/scripts/presets/camera/iPhone_4S.py
-share/blender/${BLENDERVER}/scripts/presets/camera/iPhone_5.py
-share/blender/${BLENDERVER}/scripts/presets/cloth/cotton.py
-share/blender/${BLENDERVER}/scripts/presets/cloth/denim.py
-share/blender/${BLENDERVER}/scripts/presets/cloth/leather.py
-share/blender/${BLENDERVER}/scripts/presets/cloth/rubber.py
-share/blender/${BLENDERVER}/scripts/presets/cloth/silk.py
-share/blender/${BLENDERVER}/scripts/presets/cycles/integrator/direct_light.py
-share/blender/${BLENDERVER}/scripts/presets/cycles/integrator/full_global_illumination.py
-share/blender/${BLENDERVER}/scripts/presets/cycles/integrator/limited_global_illumination.py
-share/blender/${BLENDERVER}/scripts/presets/cycles/sampling/final.py
-share/blender/${BLENDERVER}/scripts/presets/cycles/sampling/preview.py
-share/blender/${BLENDERVER}/scripts/presets/ffmpeg/DV.py
-share/blender/${BLENDERVER}/scripts/presets/ffmpeg/DVD.py
-share/blender/${BLENDERVER}/scripts/presets/ffmpeg/SVCD.py
-share/blender/${BLENDERVER}/scripts/presets/ffmpeg/VCD.py
-share/blender/${BLENDERVER}/scripts/presets/ffmpeg/h264.py
-share/blender/${BLENDERVER}/scripts/presets/ffmpeg/theora.py
-share/blender/${BLENDERVER}/scripts/presets/ffmpeg/xvid.py
-share/blender/${BLENDERVER}/scripts/presets/fluid/honey.py
-share/blender/${BLENDERVER}/scripts/presets/fluid/oil.py
-share/blender/${BLENDERVER}/scripts/presets/fluid/water.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/23.98.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/24.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/25.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/29.97.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/30.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/50.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/59.94.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/60.py
-share/blender/${BLENDERVER}/scripts/presets/framerate/Custom.py
-share/blender/${BLENDERVER}/scripts/presets/hair_dynamics/default.py
-share/blender/${BLENDERVER}/scripts/presets/interaction/3dsmax.py
-share/blender/${BLENDERVER}/scripts/presets/interaction/blender.py
-share/blender/${BLENDERVER}/scripts/presets/interaction/maya.py
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/back_to_black.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/blender_24x.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/elsyiun.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/flatty_light.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/graph.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/hexagon.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/rtheme.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/science_lab.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/softimage.xml
-share/blender/${BLENDERVER}/scripts/presets/interface_theme/ubuntu_ambiance.xml
-share/blender/${BLENDERVER}/scripts/presets/keyconfig/3dsmax.py
-share/blender/${BLENDERVER}/scripts/presets/keyconfig/maya.py
-share/blender/${BLENDERVER}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py
-share/blender/${BLENDERVER}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
-share/blender/${BLENDERVER}/scripts/presets/render/DVCPRO_HD_1080p.py
-share/blender/${BLENDERVER}/scripts/presets/render/DVCPRO_HD_720p.py
-share/blender/${BLENDERVER}/scripts/presets/render/HDTV_1080p.py
-share/blender/${BLENDERVER}/scripts/presets/render/HDTV_720p.py
-share/blender/${BLENDERVER}/scripts/presets/render/HDV_1080p.py
-share/blender/${BLENDERVER}/scripts/presets/render/HDV_NTSC_1080p.py
-share/blender/${BLENDERVER}/scripts/presets/render/HDV_PAL_1080p.py
-share/blender/${BLENDERVER}/scripts/presets/render/TV_NTSC_16_colon_9.py
-share/blender/${BLENDERVER}/scripts/presets/render/TV_NTSC_4_colon_3.py
-share/blender/${BLENDERVER}/scripts/presets/render/TV_PAL_16_colon_9.py
-share/blender/${BLENDERVER}/scripts/presets/render/TV_PAL_4_colon_3.py
-share/blender/${BLENDERVER}/scripts/presets/safe_areas/14_colon_9_in_16_colon_9.py
-share/blender/${BLENDERVER}/scripts/presets/safe_areas/16_colon_9.py
-share/blender/${BLENDERVER}/scripts/presets/safe_areas/4_colon_3_in_16_colon_9.py
-share/blender/${BLENDERVER}/scripts/presets/sss/apple.py
-share/blender/${BLENDERVER}/scripts/presets/sss/chicken.py
-share/blender/${BLENDERVER}/scripts/presets/sss/cream.py
-share/blender/${BLENDERVER}/scripts/presets/sss/ketchup.py
-share/blender/${BLENDERVER}/scripts/presets/sss/marble.py
-share/blender/${BLENDERVER}/scripts/presets/sss/potato.py
-share/blender/${BLENDERVER}/scripts/presets/sss/skim_milk.py
-share/blender/${BLENDERVER}/scripts/presets/sss/skin1.py
-share/blender/${BLENDERVER}/scripts/presets/sss/skin2.py
-share/blender/${BLENDERVER}/scripts/presets/sss/whole_milk.py
-share/blender/${BLENDERVER}/scripts/presets/sunsky/classic.py
-share/blender/${BLENDERVER}/scripts/presets/sunsky/desert.py
-share/blender/${BLENDERVER}/scripts/presets/sunsky/mountain.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/1__colon__2.3_inch.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/1__colon__2.5_inch.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/2__colon__3_inch.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/4__colon__3_inch.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Arri_Alexa.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blackmagic_Cinema_Camera.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blackmagic_Pocket_Cinema_Camera.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blackmagic_Production_Camera_4K.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Blender.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_1100D.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_APS-C.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_APS-H.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Canon_C300.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Full_Frame_35mm_Camera.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/GoPro_Hero3_Black.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/GoPro_Hero3_Silver.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/GoPro_Hero3_White.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Nexus_5.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Nikon_D3100.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Nikon_DX.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Panasonic_AG-HVX200.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Panasonic_LX2.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_Epic.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_One_2K.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_One_3K.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Red_One_4K.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Samsung_Galaxy_S3.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Samsung_Galaxy_S4.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Sony_A55.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Sony_EX1.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Sony_F65.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Super_16.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/Super_35.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/iPhone_4.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/iPhone_4S.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_camera/iPhone_5.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_settings/blurry_footage.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_settings/default.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_settings/fast_motion.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_settings/planar.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/default.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/far_plane.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/near_plane.py
-share/blender/${BLENDERVER}/scripts/presets/tracking_track_color/object.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/__init__.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/add_mesh_torus.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/anim.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/bmesh/find_adjacent.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/clip.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/console.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/file.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/freestyle.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/image.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/mask.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/mesh.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/node.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/object.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/object_align.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/object_quick_effects.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/object_randomize_transform.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/presets.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/rigidbody.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/screen_play_rendered_anim.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/sequencer.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/uvcalc_follow_active.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/uvcalc_lightmap.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/uvcalc_smart_project.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/vertexpaint_dirt.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/view3d.py
-share/blender/${BLENDERVER}/scripts/startup/bl_operators/wm.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/__init__.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_animviz.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_constraint.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_armature.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_bone.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_camera.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_curve.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_empty.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_lamp.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_lattice.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_mesh.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_metaball.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_modifier.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_data_speaker.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_freestyle.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_game.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_grease_pencil_common.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_mask_common.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_material.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_object.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_paint_common.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_particle.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_cloth.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_common.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_field.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_fluid.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_rigidbody.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_smoke.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_physics_softbody.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_render.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_render_layer.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_scene.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_texture.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/properties_world.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_clip.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_console.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_dopesheet.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_filebrowser.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_graph.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_image.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_info.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_logic.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_nla.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_node.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_outliner.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_properties.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_sequencer.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_text.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_time.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_userpref.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_view3d.py
-share/blender/${BLENDERVER}/scripts/startup/bl_ui/space_view3d_toolbar.py
-share/blender/${BLENDERVER}/scripts/startup/keyingsets_builtins.py
-share/blender/${BLENDERVER}/scripts/startup/nodeitems_builtins.py
-share/blender/${BLENDERVER}/scripts/templates_osl/empty_shader.osl
-share/blender/${BLENDERVER}/scripts/templates_osl/fresnel_conductive.osl
-share/blender/${BLENDERVER}/scripts/templates_osl/gabor_noise.osl
-share/blender/${BLENDERVER}/scripts/templates_osl/lyapunov_texture.osl
-share/blender/${BLENDERVER}/scripts/templates_osl/noise.osl
-share/blender/${BLENDERVER}/scripts/templates_osl/ramp_closure.osl
-share/blender/${BLENDERVER}/scripts/templates_py/addon_add_object.py
-share/blender/${BLENDERVER}/scripts/templates_py/background_job.py
-share/blender/${BLENDERVER}/scripts/templates_py/batch_export.py
-share/blender/${BLENDERVER}/scripts/templates_py/bmesh_simple.py
-share/blender/${BLENDERVER}/scripts/templates_py/bmesh_simple_editmode.py
-share/blender/${BLENDERVER}/scripts/templates_py/builtin_keyingset.py
-share/blender/${BLENDERVER}/scripts/templates_py/custom_nodes.py
-share/blender/${BLENDERVER}/scripts/templates_py/driver_functions.py
-share/blender/${BLENDERVER}/scripts/templates_py/gamelogic.py
-share/blender/${BLENDERVER}/scripts/templates_py/gamelogic_module.py
-share/blender/${BLENDERVER}/scripts/templates_py/gamelogic_simple.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_file_export.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_file_import.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_mesh_add.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_mesh_uv.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_modal.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_draw.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_timer.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_view3d.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_modal_view3d_raycast.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_node.py
-share/blender/${BLENDERVER}/scripts/templates_py/operator_simple.py
-share/blender/${BLENDERVER}/scripts/templates_py/script_stub.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_list.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_list_simple.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_menu.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_menu_simple.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_panel.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_panel_simple.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_pie_menu.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_previews_custom_icon.py
-share/blender/${BLENDERVER}/scripts/templates_py/ui_previews_dynamic_enum.py
+share/blender/2.79/datafiles/fonts/bmonofont-i18n.ttf.gz
+share/blender/2.79/datafiles/fonts/droidsans.ttf.gz
+share/blender/2.79/datafiles/locale/ar/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/ca/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/cs/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/de/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/eo/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/es/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/eu/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/fa/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/fr/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/he/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/hi/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/hr/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/hu/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/id/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/it/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/ja/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/ko/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/ky/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/languages
+share/blender/2.79/datafiles/locale/nl/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/pl/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/pt/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/ru/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/sr/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/sv/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/tr/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/uk/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/vi/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
+share/blender/2.79/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
+share/blender/2.79/python/bin/python3.7
+share/blender/2.79/python/include/python3.7/pyconfig.h
+share/blender/2.79/python/lib/python3.7/LICENSE.txt
+share/blender/2.79/python/lib/python3.7/__future__.py
+share/blender/2.79/python/lib/python3.7/__phello__.foo.py
+share/blender/2.79/python/lib/python3.7/_bootlocale.py
+share/blender/2.79/python/lib/python3.7/_collections_abc.py
+share/blender/2.79/python/lib/python3.7/_compat_pickle.py
+share/blender/2.79/python/lib/python3.7/_compression.py
+share/blender/2.79/python/lib/python3.7/_dummy_thread.py
+share/blender/2.79/python/lib/python3.7/_markupbase.py
+share/blender/2.79/python/lib/python3.7/_osx_support.py
+share/blender/2.79/python/lib/python3.7/_py_abc.py
+share/blender/2.79/python/lib/python3.7/_pydecimal.py
+share/blender/2.79/python/lib/python3.7/_pyio.py
+share/blender/2.79/python/lib/python3.7/_sitebuiltins.py
+share/blender/2.79/python/lib/python3.7/_strptime.py
+share/blender/2.79/python/lib/python3.7/_threading_local.py
+share/blender/2.79/python/lib/python3.7/_weakrefset.py
+share/blender/2.79/python/lib/python3.7/abc.py
+share/blender/2.79/python/lib/python3.7/aifc.py
+share/blender/2.79/python/lib/python3.7/antigravity.py
+share/blender/2.79/python/lib/python3.7/argparse.py
+share/blender/2.79/python/lib/python3.7/ast.py
+share/blender/2.79/python/lib/python3.7/asynchat.py
+share/blender/2.79/python/lib/python3.7/asyncio/__init__.py
+share/blender/2.79/python/lib/python3.7/asyncio/base_events.py
+share/blender/2.79/python/lib/python3.7/asyncio/base_futures.py
+share/blender/2.79/python/lib/python3.7/asyncio/base_subprocess.py
+share/blender/2.79/python/lib/python3.7/asyncio/base_tasks.py
+share/blender/2.79/python/lib/python3.7/asyncio/constants.py
+share/blender/2.79/python/lib/python3.7/asyncio/coroutines.py
+share/blender/2.79/python/lib/python3.7/asyncio/events.py
+share/blender/2.79/python/lib/python3.7/asyncio/format_helpers.py
+share/blender/2.79/python/lib/python3.7/asyncio/futures.py
+share/blender/2.79/python/lib/python3.7/asyncio/locks.py
+share/blender/2.79/python/lib/python3.7/asyncio/log.py
+share/blender/2.79/python/lib/python3.7/asyncio/proactor_events.py
+share/blender/2.79/python/lib/python3.7/asyncio/protocols.py
+share/blender/2.79/python/lib/python3.7/asyncio/queues.py
+share/blender/2.79/python/lib/python3.7/asyncio/runners.py
+share/blender/2.79/python/lib/python3.7/asyncio/selector_events.py
+share/blender/2.79/python/lib/python3.7/asyncio/sslproto.py
+share/blender/2.79/python/lib/python3.7/asyncio/streams.py
+share/blender/2.79/python/lib/python3.7/asyncio/subprocess.py
+share/blender/2.79/python/lib/python3.7/asyncio/tasks.py
+share/blender/2.79/python/lib/python3.7/asyncio/transports.py
+share/blender/2.79/python/lib/python3.7/asyncio/unix_events.py
+share/blender/2.79/python/lib/python3.7/asyncio/windows_events.py
+share/blender/2.79/python/lib/python3.7/asyncio/windows_utils.py
+share/blender/2.79/python/lib/python3.7/asyncore.py
+share/blender/2.79/python/lib/python3.7/base64.py
+share/blender/2.79/python/lib/python3.7/bdb.py
+share/blender/2.79/python/lib/python3.7/binhex.py
+share/blender/2.79/python/lib/python3.7/bisect.py
+share/blender/2.79/python/lib/python3.7/bz2.py
+share/blender/2.79/python/lib/python3.7/cProfile.py
+share/blender/2.79/python/lib/python3.7/calendar.py
+share/blender/2.79/python/lib/python3.7/cgi.py
+share/blender/2.79/python/lib/python3.7/cgitb.py
+share/blender/2.79/python/lib/python3.7/chunk.py
+share/blender/2.79/python/lib/python3.7/cmd.py
+share/blender/2.79/python/lib/python3.7/code.py
+share/blender/2.79/python/lib/python3.7/codecs.py
+share/blender/2.79/python/lib/python3.7/codeop.py
+share/blender/2.79/python/lib/python3.7/collections/__init__.py
+share/blender/2.79/python/lib/python3.7/collections/abc.py
+share/blender/2.79/python/lib/python3.7/colorsys.py
+share/blender/2.79/python/lib/python3.7/compileall.py
+share/blender/2.79/python/lib/python3.7/concurrent/__init__.py
+share/blender/2.79/python/lib/python3.7/concurrent/futures/__init__.py
+share/blender/2.79/python/lib/python3.7/concurrent/futures/_base.py
+share/blender/2.79/python/lib/python3.7/concurrent/futures/process.py
+share/blender/2.79/python/lib/python3.7/concurrent/futures/thread.py
+share/blender/2.79/python/lib/python3.7/config-3.7/Makefile
+share/blender/2.79/python/lib/python3.7/config-3.7/Setup
+share/blender/2.79/python/lib/python3.7/config-3.7/Setup.local
+share/blender/2.79/python/lib/python3.7/config-3.7/config.c
+share/blender/2.79/python/lib/python3.7/config-3.7/config.c.in
+share/blender/2.79/python/lib/python3.7/config-3.7/install-sh
+share/blender/2.79/python/lib/python3.7/config-3.7/libpython3.7.a
+share/blender/2.79/python/lib/python3.7/config-3.7/makesetup
+share/blender/2.79/python/lib/python3.7/config-3.7/python-config.py
+share/blender/2.79/python/lib/python3.7/config-3.7/python.o
+share/blender/2.79/python/lib/python3.7/configparser.py
+share/blender/2.79/python/lib/python3.7/contextlib.py
+share/blender/2.79/python/lib/python3.7/contextvars.py
+share/blender/2.79/python/lib/python3.7/copy.py
+share/blender/2.79/python/lib/python3.7/copyreg.py
+share/blender/2.79/python/lib/python3.7/crypt.py
+share/blender/2.79/python/lib/python3.7/csv.py
+share/blender/2.79/python/lib/python3.7/ctypes/__init__.py
+share/blender/2.79/python/lib/python3.7/ctypes/_aix.py
+share/blender/2.79/python/lib/python3.7/ctypes/_endian.py
+share/blender/2.79/python/lib/python3.7/ctypes/macholib/README.ctypes
+share/blender/2.79/python/lib/python3.7/ctypes/macholib/__init__.py
+share/blender/2.79/python/lib/python3.7/ctypes/macholib/dyld.py
+share/blender/2.79/python/lib/python3.7/ctypes/macholib/dylib.py
+share/blender/2.79/python/lib/python3.7/ctypes/macholib/fetch_macholib
+share/blender/2.79/python/lib/python3.7/ctypes/macholib/fetch_macholib.bat
+share/blender/2.79/python/lib/python3.7/ctypes/macholib/framework.py
+share/blender/2.79/python/lib/python3.7/ctypes/util.py
+share/blender/2.79/python/lib/python3.7/ctypes/wintypes.py
+share/blender/2.79/python/lib/python3.7/curses/__init__.py
+share/blender/2.79/python/lib/python3.7/curses/ascii.py
+share/blender/2.79/python/lib/python3.7/curses/has_key.py
+share/blender/2.79/python/lib/python3.7/curses/panel.py
+share/blender/2.79/python/lib/python3.7/curses/textpad.py
+share/blender/2.79/python/lib/python3.7/dataclasses.py
+share/blender/2.79/python/lib/python3.7/datetime.py
+share/blender/2.79/python/lib/python3.7/dbm/__init__.py
+share/blender/2.79/python/lib/python3.7/dbm/dumb.py
+share/blender/2.79/python/lib/python3.7/dbm/gnu.py
+share/blender/2.79/python/lib/python3.7/dbm/ndbm.py
+share/blender/2.79/python/lib/python3.7/decimal.py
+share/blender/2.79/python/lib/python3.7/difflib.py
+share/blender/2.79/python/lib/python3.7/dis.py
+share/blender/2.79/python/lib/python3.7/distutils/README
+share/blender/2.79/python/lib/python3.7/distutils/__init__.py
+share/blender/2.79/python/lib/python3.7/distutils/_msvccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/archive_util.py
+share/blender/2.79/python/lib/python3.7/distutils/bcppcompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/ccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/cmd.py
+share/blender/2.79/python/lib/python3.7/distutils/command/__init__.py
+share/blender/2.79/python/lib/python3.7/distutils/command/bdist.py
+share/blender/2.79/python/lib/python3.7/distutils/command/bdist_dumb.py
+share/blender/2.79/python/lib/python3.7/distutils/command/bdist_msi.py
+share/blender/2.79/python/lib/python3.7/distutils/command/bdist_rpm.py
+share/blender/2.79/python/lib/python3.7/distutils/command/bdist_wininst.py
+share/blender/2.79/python/lib/python3.7/distutils/command/build.py
+share/blender/2.79/python/lib/python3.7/distutils/command/build_clib.py
+share/blender/2.79/python/lib/python3.7/distutils/command/build_ext.py
+share/blender/2.79/python/lib/python3.7/distutils/command/build_py.py
+share/blender/2.79/python/lib/python3.7/distutils/command/build_scripts.py
+share/blender/2.79/python/lib/python3.7/distutils/command/check.py
+share/blender/2.79/python/lib/python3.7/distutils/command/clean.py
+share/blender/2.79/python/lib/python3.7/distutils/command/command_template
+share/blender/2.79/python/lib/python3.7/distutils/command/config.py
+share/blender/2.79/python/lib/python3.7/distutils/command/install.py
+share/blender/2.79/python/lib/python3.7/distutils/command/install_data.py
+share/blender/2.79/python/lib/python3.7/distutils/command/install_egg_info.py
+share/blender/2.79/python/lib/python3.7/distutils/command/install_headers.py
+share/blender/2.79/python/lib/python3.7/distutils/command/install_lib.py
+share/blender/2.79/python/lib/python3.7/distutils/command/install_scripts.py
+share/blender/2.79/python/lib/python3.7/distutils/command/register.py
+share/blender/2.79/python/lib/python3.7/distutils/command/sdist.py
+share/blender/2.79/python/lib/python3.7/distutils/command/upload.py
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-10.0-amd64.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-10.0.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-14.0-amd64.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-14.0.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-6.0.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-7.1.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-8.0.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-9.0-amd64.exe
+share/blender/2.79/python/lib/python3.7/distutils/command/wininst-9.0.exe
+share/blender/2.79/python/lib/python3.7/distutils/config.py
+share/blender/2.79/python/lib/python3.7/distutils/core.py
+share/blender/2.79/python/lib/python3.7/distutils/cygwinccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/debug.py
+share/blender/2.79/python/lib/python3.7/distutils/dep_util.py
+share/blender/2.79/python/lib/python3.7/distutils/dir_util.py
+share/blender/2.79/python/lib/python3.7/distutils/dist.py
+share/blender/2.79/python/lib/python3.7/distutils/errors.py
+share/blender/2.79/python/lib/python3.7/distutils/extension.py
+share/blender/2.79/python/lib/python3.7/distutils/fancy_getopt.py
+share/blender/2.79/python/lib/python3.7/distutils/file_util.py
+share/blender/2.79/python/lib/python3.7/distutils/filelist.py
+share/blender/2.79/python/lib/python3.7/distutils/log.py
+share/blender/2.79/python/lib/python3.7/distutils/msvc9compiler.py
+share/blender/2.79/python/lib/python3.7/distutils/msvccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/spawn.py
+share/blender/2.79/python/lib/python3.7/distutils/sysconfig.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/Setup.sample
+share/blender/2.79/python/lib/python3.7/distutils/tests/__init__.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/support.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_archive_util.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_bdist.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_bdist_dumb.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_bdist_msi.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_bdist_rpm.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_bdist_wininst.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_build.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_build_clib.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_build_ext.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_build_py.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_build_scripts.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_check.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_clean.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_cmd.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_config.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_config_cmd.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_core.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_cygwinccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_dep_util.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_dir_util.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_dist.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_extension.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_file_util.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_filelist.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_install.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_install_data.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_install_headers.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_install_lib.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_install_scripts.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_log.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_msvc9compiler.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_msvccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_register.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_sdist.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_spawn.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_sysconfig.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_text_file.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_unixccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_upload.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_util.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_version.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/test_versionpredicate.py
+share/blender/2.79/python/lib/python3.7/distutils/tests/xxmodule.c
+share/blender/2.79/python/lib/python3.7/distutils/text_file.py
+share/blender/2.79/python/lib/python3.7/distutils/unixccompiler.py
+share/blender/2.79/python/lib/python3.7/distutils/util.py
+share/blender/2.79/python/lib/python3.7/distutils/version.py
+share/blender/2.79/python/lib/python3.7/distutils/versionpredicate.py
+share/blender/2.79/python/lib/python3.7/doctest.py
+share/blender/2.79/python/lib/python3.7/dummy_threading.py
+share/blender/2.79/python/lib/python3.7/email/__init__.py
+share/blender/2.79/python/lib/python3.7/email/_encoded_words.py
+share/blender/2.79/python/lib/python3.7/email/_header_value_parser.py
+share/blender/2.79/python/lib/python3.7/email/_parseaddr.py
+share/blender/2.79/python/lib/python3.7/email/_policybase.py
+share/blender/2.79/python/lib/python3.7/email/architecture.rst
+share/blender/2.79/python/lib/python3.7/email/base64mime.py
+share/blender/2.79/python/lib/python3.7/email/charset.py
+share/blender/2.79/python/lib/python3.7/email/contentmanager.py
+share/blender/2.79/python/lib/python3.7/email/encoders.py
+share/blender/2.79/python/lib/python3.7/email/errors.py
+share/blender/2.79/python/lib/python3.7/email/feedparser.py
+share/blender/2.79/python/lib/python3.7/email/generator.py
+share/blender/2.79/python/lib/python3.7/email/header.py
+share/blender/2.79/python/lib/python3.7/email/headerregistry.py
+share/blender/2.79/python/lib/python3.7/email/iterators.py
+share/blender/2.79/python/lib/python3.7/email/message.py
+share/blender/2.79/python/lib/python3.7/email/mime/__init__.py
+share/blender/2.79/python/lib/python3.7/email/mime/application.py
+share/blender/2.79/python/lib/python3.7/email/mime/audio.py
+share/blender/2.79/python/lib/python3.7/email/mime/base.py
+share/blender/2.79/python/lib/python3.7/email/mime/image.py
+share/blender/2.79/python/lib/python3.7/email/mime/message.py
+share/blender/2.79/python/lib/python3.7/email/mime/multipart.py
+share/blender/2.79/python/lib/python3.7/email/mime/nonmultipart.py
+share/blender/2.79/python/lib/python3.7/email/mime/text.py
+share/blender/2.79/python/lib/python3.7/email/parser.py
+share/blender/2.79/python/lib/python3.7/email/policy.py
+share/blender/2.79/python/lib/python3.7/email/quoprimime.py
+share/blender/2.79/python/lib/python3.7/email/utils.py
+share/blender/2.79/python/lib/python3.7/encodings/__init__.py
+share/blender/2.79/python/lib/python3.7/encodings/aliases.py
+share/blender/2.79/python/lib/python3.7/encodings/ascii.py
+share/blender/2.79/python/lib/python3.7/encodings/base64_codec.py
+share/blender/2.79/python/lib/python3.7/encodings/big5.py
+share/blender/2.79/python/lib/python3.7/encodings/big5hkscs.py
+share/blender/2.79/python/lib/python3.7/encodings/bz2_codec.py
+share/blender/2.79/python/lib/python3.7/encodings/charmap.py
+share/blender/2.79/python/lib/python3.7/encodings/cp037.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1006.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1026.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1125.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1140.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1250.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1251.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1252.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1253.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1254.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1255.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1256.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1257.py
+share/blender/2.79/python/lib/python3.7/encodings/cp1258.py
+share/blender/2.79/python/lib/python3.7/encodings/cp273.py
+share/blender/2.79/python/lib/python3.7/encodings/cp424.py
+share/blender/2.79/python/lib/python3.7/encodings/cp437.py
+share/blender/2.79/python/lib/python3.7/encodings/cp500.py
+share/blender/2.79/python/lib/python3.7/encodings/cp65001.py
+share/blender/2.79/python/lib/python3.7/encodings/cp720.py
+share/blender/2.79/python/lib/python3.7/encodings/cp737.py
+share/blender/2.79/python/lib/python3.7/encodings/cp775.py
+share/blender/2.79/python/lib/python3.7/encodings/cp850.py
+share/blender/2.79/python/lib/python3.7/encodings/cp852.py
+share/blender/2.79/python/lib/python3.7/encodings/cp855.py
+share/blender/2.79/python/lib/python3.7/encodings/cp856.py
+share/blender/2.79/python/lib/python3.7/encodings/cp857.py
+share/blender/2.79/python/lib/python3.7/encodings/cp858.py
+share/blender/2.79/python/lib/python3.7/encodings/cp860.py
+share/blender/2.79/python/lib/python3.7/encodings/cp861.py
+share/blender/2.79/python/lib/python3.7/encodings/cp862.py
+share/blender/2.79/python/lib/python3.7/encodings/cp863.py
+share/blender/2.79/python/lib/python3.7/encodings/cp864.py
+share/blender/2.79/python/lib/python3.7/encodings/cp865.py
+share/blender/2.79/python/lib/python3.7/encodings/cp866.py
+share/blender/2.79/python/lib/python3.7/encodings/cp869.py
+share/blender/2.79/python/lib/python3.7/encodings/cp874.py
+share/blender/2.79/python/lib/python3.7/encodings/cp875.py
+share/blender/2.79/python/lib/python3.7/encodings/cp932.py
+share/blender/2.79/python/lib/python3.7/encodings/cp949.py
+share/blender/2.79/python/lib/python3.7/encodings/cp950.py
+share/blender/2.79/python/lib/python3.7/encodings/euc_jis_2004.py
+share/blender/2.79/python/lib/python3.7/encodings/euc_jisx0213.py
+share/blender/2.79/python/lib/python3.7/encodings/euc_jp.py
+share/blender/2.79/python/lib/python3.7/encodings/euc_kr.py
+share/blender/2.79/python/lib/python3.7/encodings/gb18030.py
+share/blender/2.79/python/lib/python3.7/encodings/gb2312.py
+share/blender/2.79/python/lib/python3.7/encodings/gbk.py
+share/blender/2.79/python/lib/python3.7/encodings/hex_codec.py
+share/blender/2.79/python/lib/python3.7/encodings/hp_roman8.py
+share/blender/2.79/python/lib/python3.7/encodings/hz.py
+share/blender/2.79/python/lib/python3.7/encodings/idna.py
+share/blender/2.79/python/lib/python3.7/encodings/iso2022_jp.py
+share/blender/2.79/python/lib/python3.7/encodings/iso2022_jp_1.py
+share/blender/2.79/python/lib/python3.7/encodings/iso2022_jp_2.py
+share/blender/2.79/python/lib/python3.7/encodings/iso2022_jp_2004.py
+share/blender/2.79/python/lib/python3.7/encodings/iso2022_jp_3.py
+share/blender/2.79/python/lib/python3.7/encodings/iso2022_jp_ext.py
+share/blender/2.79/python/lib/python3.7/encodings/iso2022_kr.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_1.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_10.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_11.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_13.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_14.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_15.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_16.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_2.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_3.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_4.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_5.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_6.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_7.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_8.py
+share/blender/2.79/python/lib/python3.7/encodings/iso8859_9.py
+share/blender/2.79/python/lib/python3.7/encodings/johab.py
+share/blender/2.79/python/lib/python3.7/encodings/koi8_r.py
+share/blender/2.79/python/lib/python3.7/encodings/koi8_t.py
+share/blender/2.79/python/lib/python3.7/encodings/koi8_u.py
+share/blender/2.79/python/lib/python3.7/encodings/kz1048.py
+share/blender/2.79/python/lib/python3.7/encodings/latin_1.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_arabic.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_centeuro.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_croatian.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_cyrillic.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_farsi.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_greek.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_iceland.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_latin2.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_roman.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_romanian.py
+share/blender/2.79/python/lib/python3.7/encodings/mac_turkish.py
+share/blender/2.79/python/lib/python3.7/encodings/mbcs.py
+share/blender/2.79/python/lib/python3.7/encodings/oem.py
+share/blender/2.79/python/lib/python3.7/encodings/palmos.py
+share/blender/2.79/python/lib/python3.7/encodings/ptcp154.py
+share/blender/2.79/python/lib/python3.7/encodings/punycode.py
+share/blender/2.79/python/lib/python3.7/encodings/quopri_codec.py
+share/blender/2.79/python/lib/python3.7/encodings/raw_unicode_escape.py
+share/blender/2.79/python/lib/python3.7/encodings/rot_13.py
+share/blender/2.79/python/lib/python3.7/encodings/shift_jis.py
+share/blender/2.79/python/lib/python3.7/encodings/shift_jis_2004.py
+share/blender/2.79/python/lib/python3.7/encodings/shift_jisx0213.py
+share/blender/2.79/python/lib/python3.7/encodings/tis_620.py
+share/blender/2.79/python/lib/python3.7/encodings/undefined.py
+share/blender/2.79/python/lib/python3.7/encodings/unicode_escape.py
+share/blender/2.79/python/lib/python3.7/encodings/unicode_internal.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_16.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_16_be.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_16_le.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_32.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_32_be.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_32_le.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_7.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_8.py
+share/blender/2.79/python/lib/python3.7/encodings/utf_8_sig.py
+share/blender/2.79/python/lib/python3.7/encodings/uu_codec.py
+share/blender/2.79/python/lib/python3.7/encodings/zlib_codec.py
+share/blender/2.79/python/lib/python3.7/ensurepip/__init__.py
+share/blender/2.79/python/lib/python3.7/ensurepip/__main__.py
+share/blender/2.79/python/lib/python3.7/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl
+share/blender/2.79/python/lib/python3.7/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
+share/blender/2.79/python/lib/python3.7/ensurepip/_uninstall.py
+share/blender/2.79/python/lib/python3.7/enum.py
+share/blender/2.79/python/lib/python3.7/filecmp.py
+share/blender/2.79/python/lib/python3.7/fileinput.py
+share/blender/2.79/python/lib/python3.7/fnmatch.py
+share/blender/2.79/python/lib/python3.7/formatter.py
+share/blender/2.79/python/lib/python3.7/fractions.py
+share/blender/2.79/python/lib/python3.7/ftplib.py
+share/blender/2.79/python/lib/python3.7/functools.py
+share/blender/2.79/python/lib/python3.7/genericpath.py
+share/blender/2.79/python/lib/python3.7/getopt.py
+share/blender/2.79/python/lib/python3.7/getpass.py
+share/blender/2.79/python/lib/python3.7/gettext.py
+share/blender/2.79/python/lib/python3.7/glob.py
+share/blender/2.79/python/lib/python3.7/gzip.py
+share/blender/2.79/python/lib/python3.7/hashlib.py
+share/blender/2.79/python/lib/python3.7/heapq.py
+share/blender/2.79/python/lib/python3.7/hmac.py
+share/blender/2.79/python/lib/python3.7/html/__init__.py
+share/blender/2.79/python/lib/python3.7/html/entities.py
+share/blender/2.79/python/lib/python3.7/html/parser.py
+share/blender/2.79/python/lib/python3.7/http/__init__.py
+share/blender/2.79/python/lib/python3.7/http/client.py
+share/blender/2.79/python/lib/python3.7/http/cookiejar.py
+share/blender/2.79/python/lib/python3.7/http/cookies.py
+share/blender/2.79/python/lib/python3.7/http/server.py
+share/blender/2.79/python/lib/python3.7/imaplib.py
+share/blender/2.79/python/lib/python3.7/imghdr.py
+share/blender/2.79/python/lib/python3.7/imp.py
+share/blender/2.79/python/lib/python3.7/importlib/__init__.py
+share/blender/2.79/python/lib/python3.7/importlib/_bootstrap.py
+share/blender/2.79/python/lib/python3.7/importlib/_bootstrap_external.py
+share/blender/2.79/python/lib/python3.7/importlib/abc.py
+share/blender/2.79/python/lib/python3.7/importlib/machinery.py
+share/blender/2.79/python/lib/python3.7/importlib/resources.py
+share/blender/2.79/python/lib/python3.7/importlib/util.py
+share/blender/2.79/python/lib/python3.7/inspect.py
+share/blender/2.79/python/lib/python3.7/io.py
+share/blender/2.79/python/lib/python3.7/ipaddress.py
+share/blender/2.79/python/lib/python3.7/json/__init__.py
+share/blender/2.79/python/lib/python3.7/json/decoder.py
+share/blender/2.79/python/lib/python3.7/json/encoder.py
+share/blender/2.79/python/lib/python3.7/json/scanner.py
+share/blender/2.79/python/lib/python3.7/json/tool.py
+share/blender/2.79/python/lib/python3.7/keyword.py
+share/blender/2.79/python/lib/python3.7/lib-dynload/_asyncio.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_bisect.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_blake2.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_bz2.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_codecs_cn.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_codecs_hk.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_codecs_iso2022.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_codecs_jp.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_codecs_kr.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_codecs_tw.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_contextvars.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_crypt.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_csv.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_ctypes.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_ctypes_test.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_datetime.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_dbm.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_decimal.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_hashlib.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_heapq.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_json.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_lsprof.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_lzma.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_md5.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_multibytecodec.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_multiprocessing.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_opcode.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_pickle.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_posixsubprocess.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_queue.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_random.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_sha1.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_sha256.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_sha3.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_sha512.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_socket.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_ssl.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_struct.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_testbuffer.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_testcapi.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_testimportmultiple.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_testmultiphase.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_uuid.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/_xxtestfuzz.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/array.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/audioop.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/binascii.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/cmath.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/fcntl.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/grp.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/math.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/mmap.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/nis.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/parser.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/pyexpat.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/resource.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/select.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/syslog.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/termios.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/unicodedata.so
+share/blender/2.79/python/lib/python3.7/lib-dynload/zlib.so
+share/blender/2.79/python/lib/python3.7/linecache.py
+share/blender/2.79/python/lib/python3.7/locale.py
+share/blender/2.79/python/lib/python3.7/logging/__init__.py
+share/blender/2.79/python/lib/python3.7/logging/config.py
+share/blender/2.79/python/lib/python3.7/logging/handlers.py
+share/blender/2.79/python/lib/python3.7/lzma.py
+share/blender/2.79/python/lib/python3.7/macpath.py
+share/blender/2.79/python/lib/python3.7/mailbox.py
+share/blender/2.79/python/lib/python3.7/mailcap.py
+share/blender/2.79/python/lib/python3.7/mimetypes.py
+share/blender/2.79/python/lib/python3.7/modulefinder.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/__init__.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/connection.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/context.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/dummy/__init__.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/dummy/connection.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/forkserver.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/heap.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/managers.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/pool.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/popen_fork.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/popen_forkserver.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/popen_spawn_posix.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/popen_spawn_win32.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/process.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/queues.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/reduction.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/resource_sharer.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/semaphore_tracker.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/sharedctypes.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/spawn.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/synchronize.py
+share/blender/2.79/python/lib/python3.7/multiprocessing/util.py
+share/blender/2.79/python/lib/python3.7/netrc.py
+share/blender/2.79/python/lib/python3.7/nntplib.py
+share/blender/2.79/python/lib/python3.7/ntpath.py
+share/blender/2.79/python/lib/python3.7/nturl2path.py
+share/blender/2.79/python/lib/python3.7/numbers.py
+share/blender/2.79/python/lib/python3.7/opcode.py
+share/blender/2.79/python/lib/python3.7/operator.py
+share/blender/2.79/python/lib/python3.7/optparse.py
+share/blender/2.79/python/lib/python3.7/os.py
+share/blender/2.79/python/lib/python3.7/pathlib.py
+share/blender/2.79/python/lib/python3.7/pdb.py
+share/blender/2.79/python/lib/python3.7/pickle.py
+share/blender/2.79/python/lib/python3.7/pickletools.py
+share/blender/2.79/python/lib/python3.7/pipes.py
+share/blender/2.79/python/lib/python3.7/pkgutil.py
+share/blender/2.79/python/lib/python3.7/platform.py
+share/blender/2.79/python/lib/python3.7/plistlib.py
+share/blender/2.79/python/lib/python3.7/poplib.py
+share/blender/2.79/python/lib/python3.7/posixpath.py
+share/blender/2.79/python/lib/python3.7/pprint.py
+share/blender/2.79/python/lib/python3.7/profile.py
+share/blender/2.79/python/lib/python3.7/pstats.py
+share/blender/2.79/python/lib/python3.7/pty.py
+share/blender/2.79/python/lib/python3.7/py_compile.py
+share/blender/2.79/python/lib/python3.7/pyclbr.py
+share/blender/2.79/python/lib/python3.7/pydoc.py
+share/blender/2.79/python/lib/python3.7/pydoc_data/__init__.py
+share/blender/2.79/python/lib/python3.7/pydoc_data/_pydoc.css
+share/blender/2.79/python/lib/python3.7/pydoc_data/topics.py
+share/blender/2.79/python/lib/python3.7/queue.py
+share/blender/2.79/python/lib/python3.7/quopri.py
+share/blender/2.79/python/lib/python3.7/random.py
+share/blender/2.79/python/lib/python3.7/re.py
+share/blender/2.79/python/lib/python3.7/reprlib.py
+share/blender/2.79/python/lib/python3.7/rlcompleter.py
+share/blender/2.79/python/lib/python3.7/runpy.py
+share/blender/2.79/python/lib/python3.7/sched.py
+share/blender/2.79/python/lib/python3.7/secrets.py
+share/blender/2.79/python/lib/python3.7/selectors.py
+share/blender/2.79/python/lib/python3.7/shelve.py
+share/blender/2.79/python/lib/python3.7/shlex.py
+share/blender/2.79/python/lib/python3.7/shutil.py
+share/blender/2.79/python/lib/python3.7/signal.py
+share/blender/2.79/python/lib/python3.7/site.py
+share/blender/2.79/python/lib/python3.7/smtpd.py
+share/blender/2.79/python/lib/python3.7/smtplib.py
+share/blender/2.79/python/lib/python3.7/sndhdr.py
+share/blender/2.79/python/lib/python3.7/socket.py
+share/blender/2.79/python/lib/python3.7/socketserver.py
+share/blender/2.79/python/lib/python3.7/sqlite3/__init__.py
+share/blender/2.79/python/lib/python3.7/sqlite3/dbapi2.py
+share/blender/2.79/python/lib/python3.7/sqlite3/dump.py
+share/blender/2.79/python/lib/python3.7/sre_compile.py
+share/blender/2.79/python/lib/python3.7/sre_constants.py
+share/blender/2.79/python/lib/python3.7/sre_parse.py
+share/blender/2.79/python/lib/python3.7/ssl.py
+share/blender/2.79/python/lib/python3.7/stat.py
+share/blender/2.79/python/lib/python3.7/statistics.py
+share/blender/2.79/python/lib/python3.7/string.py
+share/blender/2.79/python/lib/python3.7/stringprep.py
+share/blender/2.79/python/lib/python3.7/struct.py
+share/blender/2.79/python/lib/python3.7/subprocess.py
+share/blender/2.79/python/lib/python3.7/sunau.py
+share/blender/2.79/python/lib/python3.7/symbol.py
+share/blender/2.79/python/lib/python3.7/symtable.py
+share/blender/2.79/python/lib/python3.7/sysconfig.py
+share/blender/2.79/python/lib/python3.7/tabnanny.py
+share/blender/2.79/python/lib/python3.7/tarfile.py
+share/blender/2.79/python/lib/python3.7/telnetlib.py
+share/blender/2.79/python/lib/python3.7/tempfile.py
+share/blender/2.79/python/lib/python3.7/textwrap.py
+share/blender/2.79/python/lib/python3.7/this.py
+share/blender/2.79/python/lib/python3.7/threading.py
+share/blender/2.79/python/lib/python3.7/timeit.py
+share/blender/2.79/python/lib/python3.7/token.py
+share/blender/2.79/python/lib/python3.7/tokenize.py
+share/blender/2.79/python/lib/python3.7/trace.py
+share/blender/2.79/python/lib/python3.7/traceback.py
+share/blender/2.79/python/lib/python3.7/tracemalloc.py
+share/blender/2.79/python/lib/python3.7/tty.py
+share/blender/2.79/python/lib/python3.7/types.py
+share/blender/2.79/python/lib/python3.7/typing.py
+share/blender/2.79/python/lib/python3.7/unittest/__init__.py
+share/blender/2.79/python/lib/python3.7/unittest/__main__.py
+share/blender/2.79/python/lib/python3.7/unittest/case.py
+share/blender/2.79/python/lib/python3.7/unittest/loader.py
+share/blender/2.79/python/lib/python3.7/unittest/main.py
+share/blender/2.79/python/lib/python3.7/unittest/mock.py
+share/blender/2.79/python/lib/python3.7/unittest/result.py
+share/blender/2.79/python/lib/python3.7/unittest/runner.py
+share/blender/2.79/python/lib/python3.7/unittest/signals.py
+share/blender/2.79/python/lib/python3.7/unittest/suite.py
+share/blender/2.79/python/lib/python3.7/unittest/util.py
+share/blender/2.79/python/lib/python3.7/urllib/__init__.py
+share/blender/2.79/python/lib/python3.7/urllib/error.py
+share/blender/2.79/python/lib/python3.7/urllib/parse.py
+share/blender/2.79/python/lib/python3.7/urllib/request.py
+share/blender/2.79/python/lib/python3.7/urllib/response.py
+share/blender/2.79/python/lib/python3.7/urllib/robotparser.py
+share/blender/2.79/python/lib/python3.7/uu.py
+share/blender/2.79/python/lib/python3.7/uuid.py
+share/blender/2.79/python/lib/python3.7/venv/__init__.py
+share/blender/2.79/python/lib/python3.7/venv/__main__.py
+share/blender/2.79/python/lib/python3.7/venv/scripts/common/activate
+share/blender/2.79/python/lib/python3.7/venv/scripts/posix/activate.csh
+share/blender/2.79/python/lib/python3.7/venv/scripts/posix/activate.fish
+share/blender/2.79/python/lib/python3.7/warnings.py
+share/blender/2.79/python/lib/python3.7/wave.py
+share/blender/2.79/python/lib/python3.7/weakref.py
+share/blender/2.79/python/lib/python3.7/webbrowser.py
+share/blender/2.79/python/lib/python3.7/wsgiref/__init__.py
+share/blender/2.79/python/lib/python3.7/wsgiref/handlers.py
+share/blender/2.79/python/lib/python3.7/wsgiref/headers.py
+share/blender/2.79/python/lib/python3.7/wsgiref/simple_server.py
+share/blender/2.79/python/lib/python3.7/wsgiref/util.py
+share/blender/2.79/python/lib/python3.7/wsgiref/validate.py
+share/blender/2.79/python/lib/python3.7/xdrlib.py
+share/blender/2.79/python/lib/python3.7/xml/__init__.py
+share/blender/2.79/python/lib/python3.7/xml/dom/NodeFilter.py
+share/blender/2.79/python/lib/python3.7/xml/dom/__init__.py
+share/blender/2.79/python/lib/python3.7/xml/dom/domreg.py
+share/blender/2.79/python/lib/python3.7/xml/dom/expatbuilder.py
+share/blender/2.79/python/lib/python3.7/xml/dom/minicompat.py
+share/blender/2.79/python/lib/python3.7/xml/dom/minidom.py
+share/blender/2.79/python/lib/python3.7/xml/dom/pulldom.py
+share/blender/2.79/python/lib/python3.7/xml/dom/xmlbuilder.py
+share/blender/2.79/python/lib/python3.7/xml/etree/ElementInclude.py
+share/blender/2.79/python/lib/python3.7/xml/etree/ElementPath.py
+share/blender/2.79/python/lib/python3.7/xml/etree/ElementTree.py
+share/blender/2.79/python/lib/python3.7/xml/etree/__init__.py
+share/blender/2.79/python/lib/python3.7/xml/etree/cElementTree.py
+share/blender/2.79/python/lib/python3.7/xml/parsers/__init__.py
+share/blender/2.79/python/lib/python3.7/xml/parsers/expat.py
+share/blender/2.79/python/lib/python3.7/xml/sax/__init__.py
+share/blender/2.79/python/lib/python3.7/xml/sax/_exceptions.py
+share/blender/2.79/python/lib/python3.7/xml/sax/expatreader.py
+share/blender/2.79/python/lib/python3.7/xml/sax/handler.py
+share/blender/2.79/python/lib/python3.7/xml/sax/saxutils.py
+share/blender/2.79/python/lib/python3.7/xml/sax/xmlreader.py
+share/blender/2.79/python/lib/python3.7/xmlrpc/__init__.py
+share/blender/2.79/python/lib/python3.7/xmlrpc/client.py
+share/blender/2.79/python/lib/python3.7/xmlrpc/server.py
+share/blender/2.79/python/lib/python3.7/zipapp.py
+share/blender/2.79/python/lib/python3.7/zipfile.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/__init__.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/add_light_template.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/add_mesh_aggregate.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/arrange_on_curve.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/circle_array.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/copy2.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/cubester.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/make_struts.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/mesh_easylattice.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/object_add_chain.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/oscurart_chain_maker.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/pixelate_3d.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/random_box_structure.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/rope_alpha.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/scene_objects_bi.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/scene_objects_cycles.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/scene_texture_render.py
+share/blender/2.79/scripts/addons/add_advanced_objects_menu/trilighting.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/DelaunayVoronoi.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/__init__.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/delaunay_voronoi.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/drop_to_ground.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/object_laplace_lightning.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/object_mangle_tools.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/oscurart_constellation.py
+share/blender/2.79/scripts/addons/add_advanced_objects_panels/unfold_transition.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/__init__.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_braid.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_celtic_links.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_curly.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_simple.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/add_surface_plane_cone.py
+share/blender/2.79/scripts/addons/add_curve_extra_objects/beveltaper_curve.py
+share/blender/2.79/scripts/addons/add_curve_ivygen.py
+share/blender/2.79/scripts/addons/add_curve_sapling/__init__.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/callistemon.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/douglas_fir.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/japanese_maple.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/small_maple.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/small_pine.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/weeping_willow.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/white_birch.py
+share/blender/2.79/scripts/addons/add_curve_sapling/presets/willow.py
+share/blender/2.79/scripts/addons/add_curve_sapling/utils.py
+share/blender/2.79/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
+share/blender/2.79/scripts/addons/add_mesh_BoltFactory/__init__.py
+share/blender/2.79/scripts/addons/add_mesh_BoltFactory/createMesh.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/Blocks.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/Wallfactory.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/__init__.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_empty_as_parent.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_beam_builder.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_menger_sponge.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_pipe_joint.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_round_brilliant.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_round_cube.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_solid.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_star.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_triangles.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/add_mesh_vertex.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/geodesic_domes/__init__.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/geodesic_domes/add_shape_geodesic.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/geodesic_domes/forms_271.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/geodesic_domes/geodesic_classes_271.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/geodesic_domes/third_domes_panel_271.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/geodesic_domes/vefm_271.py
+share/blender/2.79/scripts/addons/add_mesh_extra_objects/mesh_discombobulator.py
+share/blender/2.79/scripts/addons/animation_add_corrective_shape_key.py
+share/blender/2.79/scripts/addons/animation_animall.py
+share/blender/2.79/scripts/addons/ant_landscape/ErosionR.txt
+share/blender/2.79/scripts/addons/ant_landscape/__init__.py
+share/blender/2.79/scripts/addons/ant_landscape/add_mesh_ant_landscape.py
+share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py
+share/blender/2.79/scripts/addons/ant_landscape/ant_noise.py
+share/blender/2.79/scripts/addons/ant_landscape/eroder.py
+share/blender/2.79/scripts/addons/ant_landscape/mesh_ant_displace.py
+share/blender/2.79/scripts/addons/ant_landscape/stats.py
+share/blender/2.79/scripts/addons/ant_landscape/test.py
+share/blender/2.79/scripts/addons/ant_landscape/utils.py
+share/blender/2.79/scripts/addons/archimesh/__init__.py
+share/blender/2.79/scripts/addons/archimesh/achm_books_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_column_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_curtain_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_door_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_gltools.py
+share/blender/2.79/scripts/addons/archimesh/achm_kitchen_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_lamp_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_main_panel.py
+share/blender/2.79/scripts/addons/archimesh/achm_roof_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_room_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_shelves_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_stairs_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_tools.py
+share/blender/2.79/scripts/addons/archimesh/achm_venetian_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_window_maker.py
+share/blender/2.79/scripts/addons/archimesh/achm_window_panel.py
+share/blender/2.79/scripts/addons/archimesh/images/fabric_diffuse.png
+share/blender/2.79/scripts/addons/archipack/__init__.py
+share/blender/2.79/scripts/addons/archipack/archipack_2d.py
+share/blender/2.79/scripts/addons/archipack/archipack_autoboolean.py
+share/blender/2.79/scripts/addons/archipack/archipack_cutter.py
+share/blender/2.79/scripts/addons/archipack/archipack_door.py
+share/blender/2.79/scripts/addons/archipack/archipack_fence.py
+share/blender/2.79/scripts/addons/archipack/archipack_floor.py
+share/blender/2.79/scripts/addons/archipack/archipack_gl.py
+share/blender/2.79/scripts/addons/archipack/archipack_handle.py
+share/blender/2.79/scripts/addons/archipack/archipack_keymaps.py
+share/blender/2.79/scripts/addons/archipack/archipack_manipulator.py
+share/blender/2.79/scripts/addons/archipack/archipack_material.py
+share/blender/2.79/scripts/addons/archipack/archipack_object.py
+share/blender/2.79/scripts/addons/archipack/archipack_preset.py
+share/blender/2.79/scripts/addons/archipack/archipack_progressbar.py
+share/blender/2.79/scripts/addons/archipack/archipack_reference_point.py
+share/blender/2.79/scripts/addons/archipack/archipack_rendering.py
+share/blender/2.79/scripts/addons/archipack/archipack_roof.py
+share/blender/2.79/scripts/addons/archipack/archipack_slab.py
+share/blender/2.79/scripts/addons/archipack/archipack_snap.py
+share/blender/2.79/scripts/addons/archipack/archipack_stair.py
+share/blender/2.79/scripts/addons/archipack/archipack_thumbs.py
+share/blender/2.79/scripts/addons/archipack/archipack_truss.py
+share/blender/2.79/scripts/addons/archipack/archipack_wall2.py
+share/blender/2.79/scripts/addons/archipack/archipack_window.py
+share/blender/2.79/scripts/addons/archipack/bmesh_utils.py
+share/blender/2.79/scripts/addons/archipack/icons/archipack.png
+share/blender/2.79/scripts/addons/archipack/icons/detect.png
+share/blender/2.79/scripts/addons/archipack/icons/door.png
+share/blender/2.79/scripts/addons/archipack/icons/fence.png
+share/blender/2.79/scripts/addons/archipack/icons/floor.png
+share/blender/2.79/scripts/addons/archipack/icons/polygons.png
+share/blender/2.79/scripts/addons/archipack/icons/roof.png
+share/blender/2.79/scripts/addons/archipack/icons/selection.png
+share/blender/2.79/scripts/addons/archipack/icons/slab.png
+share/blender/2.79/scripts/addons/archipack/icons/stair.png
+share/blender/2.79/scripts/addons/archipack/icons/truss.png
+share/blender/2.79/scripts/addons/archipack/icons/union.png
+share/blender/2.79/scripts/addons/archipack/icons/wall.png
+share/blender/2.79/scripts/addons/archipack/icons/window.png
+share/blender/2.79/scripts/addons/archipack/panel.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_door/160x200_dual.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_door/400x240_garage.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_door/80x200.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_fence/glass_panels.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_fence/inox_glass_concrete.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_fence/metal.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_fence/metal_glass.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_fence/wood.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/boards_200x20.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/herringbone_50x10.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/herringbone_p_50x10.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/hexagon_10.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/hopscotch_30x30.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/parquet_15x3.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/stepping_stone_30x30.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/tile_30x60.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_floor/windmill_30x30.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/door.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/fence.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/floor.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/handle.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/roof.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/slab.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/stair.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/truss.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/wall2.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_materials/window.txt
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/braas_1.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/braas_2.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/eternit.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/lauze.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/metal.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/ondule.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/roman.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/round.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_roof/square.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_stair/i_wood_over_concrete.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_stair/l_wood_over_concrete.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_stair/o_wood_over_concrete.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_stair/u_wood_over_concrete.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/120x110_flat_2.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_elliptic.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_oblique.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_round.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/180x110_flat_3.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/180x210_flat_3.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/180x210_rail_2.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/240x210_rail_3.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/80x80_flat_1.py
+share/blender/2.79/scripts/addons/archipack/presets/archipack_window/80x80_flat_1_circle.py
+share/blender/2.79/scripts/addons/archipack/presets/missing.png
+share/blender/2.79/scripts/addons/blender_id/CHANGELOG.md
+share/blender/2.79/scripts/addons/blender_id/README.md
+share/blender/2.79/scripts/addons/blender_id/__init__.py
+share/blender/2.79/scripts/addons/blender_id/communication.py
+share/blender/2.79/scripts/addons/blender_id/profiles.py
+share/blender/2.79/scripts/addons/bone_selection_sets.py
+share/blender/2.79/scripts/addons/btrace/__init__.py
+share/blender/2.79/scripts/addons/btrace/bTrace.py
+share/blender/2.79/scripts/addons/btrace/bTrace_props.py
+share/blender/2.79/scripts/addons/camera_dolly_crane_rigs.py
+share/blender/2.79/scripts/addons/camera_turnaround.py
+share/blender/2.79/scripts/addons/curve_simplify.py
+share/blender/2.79/scripts/addons/cycles/__init__.py
+share/blender/2.79/scripts/addons/cycles/engine.py
+share/blender/2.79/scripts/addons/cycles/license/Apache_2.0.txt
+share/blender/2.79/scripts/addons/cycles/license/ILM.txt
+share/blender/2.79/scripts/addons/cycles/license/NVidia.txt
+share/blender/2.79/scripts/addons/cycles/license/OSL.txt
+share/blender/2.79/scripts/addons/cycles/license/Sobol.txt
+share/blender/2.79/scripts/addons/cycles/license/readme.txt
+share/blender/2.79/scripts/addons/cycles/osl.py
+share/blender/2.79/scripts/addons/cycles/presets.py
+share/blender/2.79/scripts/addons/cycles/properties.py
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh_nodes.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh_shadow_all.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh_subsurface.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh_traversal.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh_types.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh_volume.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/bvh_volume_all.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/qbvh_nodes.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/qbvh_shadow_all.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/qbvh_subsurface.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/qbvh_traversal.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/qbvh_volume.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/bvh/qbvh_volume_all.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/alloc.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_ashikhmin_shirley.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_ashikhmin_velvet.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_diffuse.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_diffuse_ramp.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_hair.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet_multi.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet_multi_impl.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_oren_nayar.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_phong_ramp.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_principled_diffuse.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_principled_sheen.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_reflection.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_refraction.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_toon.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_transparent.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bsdf_util.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/bssrdf.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/emissive.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/closure/volume.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_defines.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_features.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_features_sse.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_kernel.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_nlm_cpu.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_nlm_gpu.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_prefilter.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_reconstruction.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_transform.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_transform_gpu.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/filter/filter_transform_sse.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_attribute.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_curve.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_motion_curve.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle_intersect.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle_shader.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_object.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_patch.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_primitive.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_subd_triangle.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_triangle.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_triangle_intersect.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/geom/geom_volume.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_accumulate.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_bake.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_camera.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_compat_cpu.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_compat_cuda.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_compat_opencl.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_debug.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_differential.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_emission.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_film.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_globals.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_image_opencl.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_jitter.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_light.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_math.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_montecarlo.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_passes.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_path.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_path_branched.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_path_common.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_path_state.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_path_subsurface.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_path_surface.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_path_volume.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_projection.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_queues.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_random.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_shader.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_shadow.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_subsurface.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_textures.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_types.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_volume.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernel_work_stealing.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/cuda/filter.cu
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/cuda/kernel.cu
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_config.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_split.cu
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/filter.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_buffer_update.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_data_init.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_direct_lighting.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_do_volume.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_enqueue_inactive.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_holdout_emission_blurring_pathtermination_ao.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_indirect_background.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_indirect_subsurface.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_lamp_emission.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_next_iteration_setup.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_path_init.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_queue_enqueue.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_scene_intersect.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_eval.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_setup.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_sort.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shadow_blocked_ao.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shadow_blocked_dl.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_split.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_split_function.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_state_buffer_size.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_subsurface_scatter.cl
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_branched.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_buffer_update.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_data_init.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_direct_lighting.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_do_volume.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_enqueue_inactive.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_indirect_background.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_indirect_subsurface.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_lamp_emission.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_next_iteration_setup.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_path_init.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_queue_enqueue.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_scene_intersect.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_shader_eval.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_shader_setup.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_shader_sort.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_shadow_blocked_ao.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_shadow_blocked_dl.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_split_common.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_split_data.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_split_data_types.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/split/kernel_subsurface_scatter.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_attribute.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_blackbody.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_brick.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_brightness.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_bump.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_camera.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_checker.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_closure.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_color_util.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_convert.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_displace.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_fresnel.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_gamma.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_geometry.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_gradient.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_hsv.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_image.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_invert.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_light_path.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_magic.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_mapping.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_math.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_math_util.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_mix.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_musgrave.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_noise.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_noisetex.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_normal.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_ramp.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_ramp_util.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_sepcomb_hsv.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_sepcomb_vector.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_sky.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_tex_coord.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_texture.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_types.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_value.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_vector_transform.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_voronoi.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_voxel.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_wave.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_wavelength.h
+share/blender/2.79/scripts/addons/cycles/source/kernel/svm/svm_wireframe.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_atomic.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_color.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_half.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_hash.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_fast.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_float2.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_float3.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_float4.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_int2.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_int3.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_int4.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_intersect.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_math_matrix.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_static_assert.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_texture.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_transform.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_float2.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_float2_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_float3.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_float3_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_float4.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_float4_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_int2.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_int2_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_int3.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_int3_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_int4.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_int4_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uchar2.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uchar2_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uchar3.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uchar3_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uchar4.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uchar4_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uint2.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uint2_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uint3.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uint3_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uint4.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_uint4_impl.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_vector3.h
+share/blender/2.79/scripts/addons/cycles/source/util/util_types_vector3_impl.h
+share/blender/2.79/scripts/addons/cycles/ui.py
+share/blender/2.79/scripts/addons/cycles/version_update.py
+share/blender/2.79/scripts/addons/development_api_navigator.py
+share/blender/2.79/scripts/addons/development_edit_operator.py
+share/blender/2.79/scripts/addons/development_icon_get.py
+share/blender/2.79/scripts/addons/development_iskeyfree.py
+share/blender/2.79/scripts/addons/development_ui_classes.py
+share/blender/2.79/scripts/addons/game_engine_publishing.py
+share/blender/2.79/scripts/addons/game_engine_save_as_runtime.py
+share/blender/2.79/scripts/addons/io_anim_acclaim/__init__.py
+share/blender/2.79/scripts/addons/io_anim_bvh/__init__.py
+share/blender/2.79/scripts/addons/io_anim_bvh/export_bvh.py
+share/blender/2.79/scripts/addons/io_anim_bvh/import_bvh.py
+share/blender/2.79/scripts/addons/io_anim_c3d/__init__.py
+share/blender/2.79/scripts/addons/io_anim_c3d/import_c3d.py
+share/blender/2.79/scripts/addons/io_anim_camera.py
+share/blender/2.79/scripts/addons/io_anim_nuke_chan/__init__.py
+share/blender/2.79/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py
+share/blender/2.79/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py
+share/blender/2.79/scripts/addons/io_blend_utils/README.md
+share/blender/2.79/scripts/addons/io_blend_utils/__init__.py
+share/blender/2.79/scripts/addons/io_blend_utils/bl_utils/pipe_non_blocking.py
+share/blender/2.79/scripts/addons/io_blend_utils/bl_utils/subprocess_helper.py
+share/blender/2.79/scripts/addons/io_blend_utils/blend/blendfile.py
+share/blender/2.79/scripts/addons/io_blend_utils/blend/blendfile_path_walker.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/__init__.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/__main__.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/blend/__init__.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_copy.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_pack.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_pack_restore.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_path_remap.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/blend/blendfile_path_walker.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/cli.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/pack.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/utils/__init__.py
+share/blender/2.79/scripts/addons/io_blend_utils/blender_bam-unpacked.whl/bam/utils/system.py
+share/blender/2.79/scripts/addons/io_blend_utils/install_whl.py
+share/blender/2.79/scripts/addons/io_blend_utils/utils/system.py
+share/blender/2.79/scripts/addons/io_coat3D/__init__.py
+share/blender/2.79/scripts/addons/io_coat3D/coat.py
+share/blender/2.79/scripts/addons/io_coat3D/tex.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/__init__.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/mesh/__init__.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/mesh/dtm.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/mesh/terrain.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/mesh/triangulate.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/pvl/__init__.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/pvl/label.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/pvl/parse.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/pvl/patterns.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/ui/__init__.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/ui/importer.py
+share/blender/2.79/scripts/addons/io_convert_image_to_mesh_img/ui/terrainpanel.py
+share/blender/2.79/scripts/addons/io_curve_svg/__init__.py
+share/blender/2.79/scripts/addons/io_curve_svg/import_svg.py
+share/blender/2.79/scripts/addons/io_curve_svg/svg_colors.py
+share/blender/2.79/scripts/addons/io_export_after_effects.py
+share/blender/2.79/scripts/addons/io_export_dxf/__init__.py
+share/blender/2.79/scripts/addons/io_export_dxf/draw_blenders/__init__.py
+share/blender/2.79/scripts/addons/io_export_dxf/export_dxf.py
+share/blender/2.79/scripts/addons/io_export_dxf/model/__init__.py
+share/blender/2.79/scripts/addons/io_export_dxf/model/dxfLibrary.py
+share/blender/2.79/scripts/addons/io_export_dxf/model/migiusModel.py
+share/blender/2.79/scripts/addons/io_export_dxf/model/model.py
+share/blender/2.79/scripts/addons/io_export_dxf/operator.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
+share/blender/2.79/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
+share/blender/2.79/scripts/addons/io_export_paper_model.py
+share/blender/2.79/scripts/addons/io_export_pc2.py
+share/blender/2.79/scripts/addons/io_export_unreal_psk_psa.py
+share/blender/2.79/scripts/addons/io_import_dxf/__init__.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/__init__.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/acdsdata.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/blockssection.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/codepage.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/color.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/const.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/decode.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/defaultchunk.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/drawing.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/dxfentities.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/dxfobjects.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/entitysection.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/headersection.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/juliandate.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/layers.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/linetypes.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/sections.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/styles.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/tablessection.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfgrabber/tags.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfimport/__init__.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfimport/convert.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfimport/do.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfimport/fake_entities.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfimport/groupsort.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfimport/is_.py
+share/blender/2.79/scripts/addons/io_import_dxf/dxfimport/line_merger.py
+share/blender/2.79/scripts/addons/io_import_dxf/transverse_mercator.py
+share/blender/2.79/scripts/addons/io_import_gimp_image_to_scene.py
+share/blender/2.79/scripts/addons/io_import_images_as_planes.py
+share/blender/2.79/scripts/addons/io_import_scene_lwo.py
+share/blender/2.79/scripts/addons/io_import_scene_unreal_psa_psk.py
+share/blender/2.79/scripts/addons/io_mesh_pdb/__init__.py
+share/blender/2.79/scripts/addons/io_mesh_pdb/atom_info.dat
+share/blender/2.79/scripts/addons/io_mesh_pdb/export_pdb.py
+share/blender/2.79/scripts/addons/io_mesh_pdb/import_pdb.py
+share/blender/2.79/scripts/addons/io_mesh_ply/__init__.py
+share/blender/2.79/scripts/addons/io_mesh_ply/export_ply.py
+share/blender/2.79/scripts/addons/io_mesh_ply/import_ply.py
+share/blender/2.79/scripts/addons/io_mesh_raw/__init__.py
+share/blender/2.79/scripts/addons/io_mesh_raw/export_raw.py
+share/blender/2.79/scripts/addons/io_mesh_raw/import_raw.py
+share/blender/2.79/scripts/addons/io_mesh_stl/__init__.py
+share/blender/2.79/scripts/addons/io_mesh_stl/blender_utils.py
+share/blender/2.79/scripts/addons/io_mesh_stl/stl_utils.py
+share/blender/2.79/scripts/addons/io_mesh_uv_layout/__init__.py
+share/blender/2.79/scripts/addons/io_mesh_uv_layout/export_uv_eps.py
+share/blender/2.79/scripts/addons/io_mesh_uv_layout/export_uv_png.py
+share/blender/2.79/scripts/addons/io_mesh_uv_layout/export_uv_svg.py
+share/blender/2.79/scripts/addons/io_online_sketchfab/__init__.py
+share/blender/2.79/scripts/addons/io_online_sketchfab/pack_for_export.py
+share/blender/2.79/scripts/addons/io_scene_3ds/__init__.py
+share/blender/2.79/scripts/addons/io_scene_3ds/export_3ds.py
+share/blender/2.79/scripts/addons/io_scene_3ds/import_3ds.py
+share/blender/2.79/scripts/addons/io_scene_fbx/__init__.py
+share/blender/2.79/scripts/addons/io_scene_fbx/data_types.py
+share/blender/2.79/scripts/addons/io_scene_fbx/encode_bin.py
+share/blender/2.79/scripts/addons/io_scene_fbx/export_fbx.py
+share/blender/2.79/scripts/addons/io_scene_fbx/export_fbx_bin.py
+share/blender/2.79/scripts/addons/io_scene_fbx/fbx2json.py
+share/blender/2.79/scripts/addons/io_scene_fbx/fbx_utils.py
+share/blender/2.79/scripts/addons/io_scene_fbx/import_fbx.py
+share/blender/2.79/scripts/addons/io_scene_fbx/json2fbx.py
+share/blender/2.79/scripts/addons/io_scene_fbx/parse_fbx.py
+share/blender/2.79/scripts/addons/io_scene_ms3d/__init__.py
+share/blender/2.79/scripts/addons/io_scene_ms3d/ms3d_export.py
+share/blender/2.79/scripts/addons/io_scene_ms3d/ms3d_import.py
+share/blender/2.79/scripts/addons/io_scene_ms3d/ms3d_spec.py
+share/blender/2.79/scripts/addons/io_scene_ms3d/ms3d_strings.py
+share/blender/2.79/scripts/addons/io_scene_ms3d/ms3d_ui.py
+share/blender/2.79/scripts/addons/io_scene_ms3d/ms3d_utils.py
+share/blender/2.79/scripts/addons/io_scene_obj/__init__.py
+share/blender/2.79/scripts/addons/io_scene_obj/export_obj.py
+share/blender/2.79/scripts/addons/io_scene_obj/import_obj.py
+share/blender/2.79/scripts/addons/io_scene_vrml2/__init__.py
+share/blender/2.79/scripts/addons/io_scene_vrml2/export_vrml2.py
+share/blender/2.79/scripts/addons/io_scene_x/__init__.py
+share/blender/2.79/scripts/addons/io_scene_x/export_x.py
+share/blender/2.79/scripts/addons/io_scene_x3d/__init__.py
+share/blender/2.79/scripts/addons/io_scene_x3d/export_x3d.py
+share/blender/2.79/scripts/addons/io_scene_x3d/import_x3d.py
+share/blender/2.79/scripts/addons/io_sequencer_edl/__init__.py
+share/blender/2.79/scripts/addons/io_sequencer_edl/import_edl.py
+share/blender/2.79/scripts/addons/io_sequencer_edl/parse_edl.py
+share/blender/2.79/scripts/addons/io_shape_mdd/__init__.py
+share/blender/2.79/scripts/addons/io_shape_mdd/export_mdd.py
+share/blender/2.79/scripts/addons/io_shape_mdd/import_mdd.py
+share/blender/2.79/scripts/addons/light_field_tools/__init__.py
+share/blender/2.79/scripts/addons/light_field_tools/light_field_tools.py
+share/blender/2.79/scripts/addons/lighting_dynamic_sky.py
+share/blender/2.79/scripts/addons/materials_library_vx/README.txt
+share/blender/2.79/scripts/addons/materials_library_vx/__init__.py
+share/blender/2.79/scripts/addons/materials_library_vx/blender_internal.blend
+share/blender/2.79/scripts/addons/materials_library_vx/categories.txt
+share/blender/2.79/scripts/addons/materials_library_vx/cycles_materials.blend
+share/blender/2.79/scripts/addons/materials_library_vx/cycles_templates.blend
+share/blender/2.79/scripts/addons/materials_utils/__init__.py
+share/blender/2.79/scripts/addons/materials_utils/material_converter.py
+share/blender/2.79/scripts/addons/materials_utils/materials_cycles_converter.py
+share/blender/2.79/scripts/addons/materials_utils/texture_rename.py
+share/blender/2.79/scripts/addons/materials_utils/warning_messages_utils.py
+share/blender/2.79/scripts/addons/measureit/__init__.py
+share/blender/2.79/scripts/addons/measureit/measureit_geometry.py
+share/blender/2.79/scripts/addons/measureit/measureit_main.py
+share/blender/2.79/scripts/addons/measureit/measureit_render.py
+share/blender/2.79/scripts/addons/mesh_auto_mirror.py
+share/blender/2.79/scripts/addons/mesh_bsurfaces.py
+share/blender/2.79/scripts/addons/mesh_carver.py
+share/blender/2.79/scripts/addons/mesh_custom_normals_tools.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/__init__.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/face_inset_fillet.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/icons/icons.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/icons/ngon.png
+share/blender/2.79/scripts/addons/mesh_extra_tools/icons/triangle.png
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_check.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_cut_faces.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_edge_roundifier.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_edges_floor_plan.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_edges_length.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_edgetools.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_extrude_and_reshape.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_fastloop.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_filletplus.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_help.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_mextrude_plus.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_offset_edges.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_pen_tool.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/__init__.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_index_select.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_info_select.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_select_by_direction.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_select_by_edge_length.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_select_by_pi.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_select_by_type.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_select_connected_faces.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_select_tools/mesh_selection_topokit.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/mesh_vertex_chamfer.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/pkhg_faces.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/random_vertices.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/split_solidify.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/vertex_align.py
+share/blender/2.79/scripts/addons/mesh_extra_tools/vfe_specials.py
+share/blender/2.79/scripts/addons/mesh_f2.py
+share/blender/2.79/scripts/addons/mesh_inset/__init__.py
+share/blender/2.79/scripts/addons/mesh_inset/geom.py
+share/blender/2.79/scripts/addons/mesh_inset/model.py
+share/blender/2.79/scripts/addons/mesh_inset/offset.py
+share/blender/2.79/scripts/addons/mesh_inset/triquad.py
+share/blender/2.79/scripts/addons/mesh_looptools.py
+share/blender/2.79/scripts/addons/mesh_relax.py
+share/blender/2.79/scripts/addons/mesh_snap_utilities_line.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/BIX.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/CCEN.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/CFG.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/E2F.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/V2X.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/VTX.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/XALL.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/__init__.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/cad_module.py
+share/blender/2.79/scripts/addons/mesh_tiny_cad/icons/BIX.png
+share/blender/2.79/scripts/addons/mesh_tiny_cad/icons/CCEN.png
+share/blender/2.79/scripts/addons/mesh_tiny_cad/icons/E2F.png
+share/blender/2.79/scripts/addons/mesh_tiny_cad/icons/V2X.png
+share/blender/2.79/scripts/addons/mesh_tiny_cad/icons/VTX.png
+share/blender/2.79/scripts/addons/mesh_tiny_cad/icons/XALL.png
+share/blender/2.79/scripts/addons/mesh_tissue/README.md
+share/blender/2.79/scripts/addons/mesh_tissue/__init__.py
+share/blender/2.79/scripts/addons/mesh_tissue/colors_groups_exchanger.py
+share/blender/2.79/scripts/addons/mesh_tissue/dual_mesh.py
+share/blender/2.79/scripts/addons/mesh_tissue/lattice.py
+share/blender/2.79/scripts/addons/mesh_tissue/tessellate_numpy.py
+share/blender/2.79/scripts/addons/mesh_tissue/uv_to_mesh.py
+share/blender/2.79/scripts/addons/mocap/__init__.py
+share/blender/2.79/scripts/addons/mocap/mocap_constraints.py
+share/blender/2.79/scripts/addons/mocap/mocap_tools.py
+share/blender/2.79/scripts/addons/mocap/retarget.py
+share/blender/2.79/scripts/addons/modules/cycles_shader_compat.py
+share/blender/2.79/scripts/addons/modules/extensions_framework/__init__.py
+share/blender/2.79/scripts/addons/modules/extensions_framework/ui.py
+share/blender/2.79/scripts/addons/modules/extensions_framework/util.py
+share/blender/2.79/scripts/addons/modules/extensions_framework/validate.py
+share/blender/2.79/scripts/addons/modules/rna_manual_reference.py
+share/blender/2.79/scripts/addons/modules/selection_utils.py
+share/blender/2.79/scripts/addons/netrender/__init__.py
+share/blender/2.79/scripts/addons/netrender/baking.py
+share/blender/2.79/scripts/addons/netrender/balancing.py
+share/blender/2.79/scripts/addons/netrender/client.py
+share/blender/2.79/scripts/addons/netrender/css/images/themes-preview.gif
+share/blender/2.79/scripts/addons/netrender/css/images/themes.gif
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_flat_30_cccccc_40x100.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_flat_50_5c5c5c_40x100.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_glass_20_555555_1x400.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_glass_40_0078a3_1x400.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_glass_40_ffc73d_1x400.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_gloss-wave_25_333333_500x100.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_inset-soft_25_000000_1x100.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-bg_inset-soft_30_f58400_1x100.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-icons_222222_256x240.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-icons_4b8e0b_256x240.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-icons_a83300_256x240.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-icons_cccccc_256x240.png
+share/blender/2.79/scripts/addons/netrender/css/images/ui-icons_ffffff_256x240.png
+share/blender/2.79/scripts/addons/netrender/css/jquery-ui.css
+share/blender/2.79/scripts/addons/netrender/css/jquery.themes.css
+share/blender/2.79/scripts/addons/netrender/js/jquery-ui.js
+share/blender/2.79/scripts/addons/netrender/js/jquery.js
+share/blender/2.79/scripts/addons/netrender/js/jquery.themes.js
+share/blender/2.79/scripts/addons/netrender/js/netrender-action.js
+share/blender/2.79/scripts/addons/netrender/js/netrender-widget.js
+share/blender/2.79/scripts/addons/netrender/js/netrender.js
+share/blender/2.79/scripts/addons/netrender/js/netrender_balance.js
+share/blender/2.79/scripts/addons/netrender/master.py
+share/blender/2.79/scripts/addons/netrender/master_html.py
+share/blender/2.79/scripts/addons/netrender/model.py
+share/blender/2.79/scripts/addons/netrender/netrender.css
+share/blender/2.79/scripts/addons/netrender/netrender.js
+share/blender/2.79/scripts/addons/netrender/newui.html
+share/blender/2.79/scripts/addons/netrender/operators.py
+share/blender/2.79/scripts/addons/netrender/repath.py
+share/blender/2.79/scripts/addons/netrender/slave.py
+share/blender/2.79/scripts/addons/netrender/thumbnail.py
+share/blender/2.79/scripts/addons/netrender/ui.py
+share/blender/2.79/scripts/addons/netrender/utils.py
+share/blender/2.79/scripts/addons/netrender/versioning.py
+share/blender/2.79/scripts/addons/node_wrangler.py
+share/blender/2.79/scripts/addons/object_animrenderbake.py
+share/blender/2.79/scripts/addons/object_boolean_tools.py
+share/blender/2.79/scripts/addons/object_cloud_gen.py
+share/blender/2.79/scripts/addons/object_edit_linked.py
+share/blender/2.79/scripts/addons/object_fracture/__init__.py
+share/blender/2.79/scripts/addons/object_fracture/data.blend
+share/blender/2.79/scripts/addons/object_fracture/fracture_ops.py
+share/blender/2.79/scripts/addons/object_fracture/fracture_setup.py
+share/blender/2.79/scripts/addons/object_fracture_cell/__init__.py
+share/blender/2.79/scripts/addons/object_fracture_cell/fracture_cell_calc.py
+share/blender/2.79/scripts/addons/object_fracture_cell/fracture_cell_setup.py
+share/blender/2.79/scripts/addons/object_fracture_crack/__init__.py
+share/blender/2.79/scripts/addons/object_fracture_crack/crack_it.py
+share/blender/2.79/scripts/addons/object_fracture_crack/materials/materials1.blend
+share/blender/2.79/scripts/addons/object_fracture_crack/operator.py
+share/blender/2.79/scripts/addons/object_grease_scatter.py
+share/blender/2.79/scripts/addons/object_print3d_utils/__init__.py
+share/blender/2.79/scripts/addons/object_print3d_utils/export.py
+share/blender/2.79/scripts/addons/object_print3d_utils/mesh_helpers.py
+share/blender/2.79/scripts/addons/object_print3d_utils/operators.py
+share/blender/2.79/scripts/addons/object_print3d_utils/readme.rst
+share/blender/2.79/scripts/addons/object_print3d_utils/report.py
+share/blender/2.79/scripts/addons/object_print3d_utils/todo.rst
+share/blender/2.79/scripts/addons/object_print3d_utils/ui.py
+share/blender/2.79/scripts/addons/object_skinify.py
+share/blender/2.79/scripts/addons/oscurart_tools/__init__.py
+share/blender/2.79/scripts/addons/oscurart_tools/oscurart_animation.py
+share/blender/2.79/scripts/addons/oscurart_tools/oscurart_files.py
+share/blender/2.79/scripts/addons/oscurart_tools/oscurart_meshes.py
+share/blender/2.79/scripts/addons/oscurart_tools/oscurart_objects.py
+share/blender/2.79/scripts/addons/oscurart_tools/oscurart_overrides.py
+share/blender/2.79/scripts/addons/oscurart_tools/oscurart_render.py
+share/blender/2.79/scripts/addons/oscurart_tools/oscurart_shapes.py
+share/blender/2.79/scripts/addons/paint_palette.py
+share/blender/2.79/scripts/addons/pie_menus_official/__init__.py
+share/blender/2.79/scripts/addons/pie_menus_official/pie_clip_marker_of.py
+share/blender/2.79/scripts/addons/pie_menus_official/pie_manipulator_of.py
+share/blender/2.79/scripts/addons/pie_menus_official/pie_object_modes_of.py
+share/blender/2.79/scripts/addons/pie_menus_official/pie_pivot_of.py
+share/blender/2.79/scripts/addons/pie_menus_official/pie_shade_of.py
+share/blender/2.79/scripts/addons/pie_menus_official/pie_snap_of.py
+share/blender/2.79/scripts/addons/pie_menus_official/pie_view_of.py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/7x6.py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/9x9_color.py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/braided_coil.py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/slinky_knot.py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/snowflake_(2d).py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/tripple_dna.py
+share/blender/2.79/scripts/addons/presets/operator/curve.torus_knot_plus/wicker_basket.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/default.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/m10.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/m12.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/m3.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/m4.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/m5.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/m6.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.bolt_add/m8.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.eroder/default.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.eroder/light_erosion.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.eroder/medium_erosion.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.eroder/strong_erosion.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.eroder/thermal_diffusion.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/abstract.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/another_noise.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/billow.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/canion.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/canions.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/cauliflower_hills.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/cliff.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/cristaline.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/default.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/default_large.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/dunes.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/flatstones.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/gully.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/lakes_1.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/lakes_2.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/large_terrain.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/mesa.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/mounds.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/mountain_1.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/mountain_2.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/planet.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/planet_noise.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/ridged.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/river.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/rock.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/slick_rock.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/tech_effect.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/techno_cell.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/vlnoise_turbulence.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/voronoi_hills.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/vulcano.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.landscape_add/yin_yang.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Capsule.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Cube.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Octahedron.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Quadsphere.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Rounded_Cube.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/bonbon.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/boy.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catalan.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catenoid.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/clifford_torus.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cochlea.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cosinus.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/dini.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/enneper.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helicoidal.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helix.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hexahedron.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hyperhelicoidal.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/klein.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/moebius.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudo_catenoid.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudosphere.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/ridged_torus.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/shell.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sine.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/snake.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py
+share/blender/2.79/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py
+share/blender/2.79/scripts/addons/render_auto_tile_size.py
+share/blender/2.79/scripts/addons/render_clay.py
+share/blender/2.79/scripts/addons/render_copy_settings/__init__.py
+share/blender/2.79/scripts/addons/render_copy_settings/operator.py
+share/blender/2.79/scripts/addons/render_copy_settings/panel.py
+share/blender/2.79/scripts/addons/render_copy_settings/presets.py
+share/blender/2.79/scripts/addons/render_copy_settings/translations.py
+share/blender/2.79/scripts/addons/render_freestyle_svg.py
+share/blender/2.79/scripts/addons/render_povray/__init__.py
+share/blender/2.79/scripts/addons/render_povray/df3.py
+share/blender/2.79/scripts/addons/render_povray/nodes.py
+share/blender/2.79/scripts/addons/render_povray/primitives.py
+share/blender/2.79/scripts/addons/render_povray/render.py
+share/blender/2.79/scripts/addons/render_povray/shading.py
+share/blender/2.79/scripts/addons/render_povray/templates_pov/abyss.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/biscuit.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/bsp_Tango.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/chess2.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/cornell.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/diffract.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/diffuse_back.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/float5.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/gamma_showcase.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/grenadine.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/isocacti.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/mediasky.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/patio-radio.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/subsurface.pov
+share/blender/2.79/scripts/addons/render_povray/templates_pov/wallstucco.pov
+share/blender/2.79/scripts/addons/render_povray/ui.py
+share/blender/2.79/scripts/addons/render_povray/update_files.py
+share/blender/2.79/scripts/addons/rigify/__init__.py
+share/blender/2.79/scripts/addons/rigify/generate.py
+share/blender/2.79/scripts/addons/rigify/legacy/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/generate.py
+share/blender/2.79/scripts/addons/rigify/legacy/metarig_menu.py
+share/blender/2.79/scripts/addons/rigify/legacy/metarigs/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/metarigs/human.py
+share/blender/2.79/scripts/addons/rigify/legacy/metarigs/pitchipoy_human.py
+share/blender/2.79/scripts/addons/rigify/legacy/rig_lists.py
+share/blender/2.79/scripts/addons/rigify/legacy/rig_ui_pitchipoy_template.py
+share/blender/2.79/scripts/addons/rigify/legacy/rig_ui_template.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/basic/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/basic/copy.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/basic/copy_chain.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/arm/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/arm/deform.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/arm/fk.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/arm/ik.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/leg/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/leg/deform.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/leg/fk.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/leg/ik.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/biped/limb_common.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/finger.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/misc/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/misc/delta.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/neck_short.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/palm.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/__init__.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/arm.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/leg.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/limb_utils.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/paw.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/super_limb.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/ui.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/simple_tentacle.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/super_copy.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/super_face.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/super_finger.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/super_palm.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/super_torso_turbo.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/super_widgets.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/pitchipoy/tentacle.py
+share/blender/2.79/scripts/addons/rigify/legacy/rigs/spine.py
+share/blender/2.79/scripts/addons/rigify/legacy/ui.py
+share/blender/2.79/scripts/addons/rigify/legacy/utils.py
+share/blender/2.79/scripts/addons/rigify/metarig_menu.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Animals/__init__.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Animals/bird.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Animals/cat.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Animals/horse.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Animals/shark.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Animals/wolf.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Basic/basic_human.py
+share/blender/2.79/scripts/addons/rigify/metarigs/Basic/basic_quadruped.py
+share/blender/2.79/scripts/addons/rigify/metarigs/__init__.py
+share/blender/2.79/scripts/addons/rigify/metarigs/human.py
+share/blender/2.79/scripts/addons/rigify/rig_lists.py
+share/blender/2.79/scripts/addons/rigify/rig_ui_template.py
+share/blender/2.79/scripts/addons/rigify/rigs/__init__.py
+share/blender/2.79/scripts/addons/rigify/rigs/basic/__init__.py
+share/blender/2.79/scripts/addons/rigify/rigs/basic/copy_chain.py
+share/blender/2.79/scripts/addons/rigify/rigs/basic/super_copy.py
+share/blender/2.79/scripts/addons/rigify/rigs/experimental/__init__.py
+share/blender/2.79/scripts/addons/rigify/rigs/experimental/super_chain.py
+share/blender/2.79/scripts/addons/rigify/rigs/experimental/super_eye.py
+share/blender/2.79/scripts/addons/rigify/rigs/faces/__init__.py
+share/blender/2.79/scripts/addons/rigify/rigs/faces/super_face.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/__init__.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/arm.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/leg.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/limb_utils.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/paw.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/rear_paw.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/simple_tentacle.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/super_finger.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/super_limb.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/super_palm.py
+share/blender/2.79/scripts/addons/rigify/rigs/limbs/ui.py
+share/blender/2.79/scripts/addons/rigify/rigs/spines/__init__.py
+share/blender/2.79/scripts/addons/rigify/rigs/spines/super_spine.py
+share/blender/2.79/scripts/addons/rigify/rigs/utils.py
+share/blender/2.79/scripts/addons/rigify/rigs/widgets.py
+share/blender/2.79/scripts/addons/rigify/rot_mode.py
+share/blender/2.79/scripts/addons/rigify/ui.py
+share/blender/2.79/scripts/addons/rigify/utils.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/__init__.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/audio_tools.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/datamosh.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/eco.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/exiftool.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/functions.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/jumptocut.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/operators_extra_actions.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/proxy_tools.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/random_editor.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/recursive_loader.py
+share/blender/2.79/scripts/addons/sequencer_kinoraw_tools/ui.py
+share/blender/2.79/scripts/addons/space_clip_editor_autotracker.py
+share/blender/2.79/scripts/addons/space_clip_editor_refine_solution.py
+share/blender/2.79/scripts/addons/space_view3d_3d_navigation.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/__init__.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/brush_menu.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/brushes.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/curve_menu.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/dyntopo_menu.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/stroke_menu.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/symmetry_menu.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/texture_menu.py
+share/blender/2.79/scripts/addons/space_view3d_brush_menus/utils_core.py
+share/blender/2.79/scripts/addons/space_view3d_copy_attributes.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/__init__.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/display.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/fast_navigate.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/modifier_tools.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/scene_vis.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/select_tools.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/selection_restrictor.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/shading_menu.py
+share/blender/2.79/scripts/addons/space_view3d_display_tools/useless_tools.py
+share/blender/2.79/scripts/addons/space_view3d_math_vis/__init__.py
+share/blender/2.79/scripts/addons/space_view3d_math_vis/draw.py
+share/blender/2.79/scripts/addons/space_view3d_math_vis/utils.py
+share/blender/2.79/scripts/addons/space_view3d_modifier_tools.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/__init__.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_align_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_animation_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_apply_transform_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_cursor.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_delete_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_editor_switch_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_manipulator_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_modes_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_orientation_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_origin.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_pivot_point_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_proportional_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_save_open_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_sculpt_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_select_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_shading_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_snap_menu.py
+share/blender/2.79/scripts/addons/space_view3d_pie_menus/pie_views_numpad_menu.py
+share/blender/2.79/scripts/addons/space_view3d_spacebar_menu.py
+share/blender/2.79/scripts/addons/space_view3d_stored_views/__init__.py
+share/blender/2.79/scripts/addons/space_view3d_stored_views/core.py
+share/blender/2.79/scripts/addons/space_view3d_stored_views/io.py
+share/blender/2.79/scripts/addons/space_view3d_stored_views/operators.py
+share/blender/2.79/scripts/addons/space_view3d_stored_views/properties.py
+share/blender/2.79/scripts/addons/space_view3d_stored_views/ui.py
+share/blender/2.79/scripts/addons/system_blend_info.py
+share/blender/2.79/scripts/addons/system_demo_mode/__init__.py
+share/blender/2.79/scripts/addons/system_demo_mode/config.py
+share/blender/2.79/scripts/addons/system_demo_mode/demo_mode.py
+share/blender/2.79/scripts/addons/system_property_chart.py
+share/blender/2.79/scripts/addons/ui_layer_manager.py
+share/blender/2.79/scripts/addons/ui_translate/__init__.py
+share/blender/2.79/scripts/addons/ui_translate/edit_translation.py
+share/blender/2.79/scripts/addons/ui_translate/settings.py
+share/blender/2.79/scripts/addons/ui_translate/update_addon.py
+share/blender/2.79/scripts/addons/ui_translate/update_svn.py
+share/blender/2.79/scripts/addons/ui_translate/update_ui.py
+share/blender/2.79/scripts/addons/uv_bake_texture_to_vcols.py
+share/blender/2.79/scripts/addons/uv_magic_uv/__init__.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_common.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_cpuv_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_cpuv_selseq_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_fliprot_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_menu.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_mirroruv_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_mvuv_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_packuv_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_preferences.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_preserve_uv_aspect.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_props.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_texlock_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_texproj_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_transuv_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_unwrapconst_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_uvbb_ops.py
+share/blender/2.79/scripts/addons/uv_magic_uv/muv_wsuv_ops.py
+share/blender/2.79/scripts/addons/uv_texture_atlas.py
+share/blender/2.79/scripts/freestyle/modules/freestyle/__init__.py
+share/blender/2.79/scripts/freestyle/modules/freestyle/chainingiterators.py
+share/blender/2.79/scripts/freestyle/modules/freestyle/functions.py
+share/blender/2.79/scripts/freestyle/modules/freestyle/predicates.py
+share/blender/2.79/scripts/freestyle/modules/freestyle/shaders.py
+share/blender/2.79/scripts/freestyle/modules/freestyle/types.py
+share/blender/2.79/scripts/freestyle/modules/freestyle/utils.py
+share/blender/2.79/scripts/freestyle/modules/parameter_editor.py
+share/blender/2.79/scripts/freestyle/styles/anisotropic_diffusion.py
+share/blender/2.79/scripts/freestyle/styles/apriori_and_causal_density.py
+share/blender/2.79/scripts/freestyle/styles/apriori_density.py
+share/blender/2.79/scripts/freestyle/styles/backbone_stretcher.py
+share/blender/2.79/scripts/freestyle/styles/blueprint_circles.py
+share/blender/2.79/scripts/freestyle/styles/blueprint_ellipses.py
+share/blender/2.79/scripts/freestyle/styles/blueprint_squares.py
+share/blender/2.79/scripts/freestyle/styles/cartoon.py
+share/blender/2.79/scripts/freestyle/styles/contour.py
+share/blender/2.79/scripts/freestyle/styles/curvature2d.py
+share/blender/2.79/scripts/freestyle/styles/external_contour.py
+share/blender/2.79/scripts/freestyle/styles/external_contour_sketchy.py
+share/blender/2.79/scripts/freestyle/styles/external_contour_smooth.py
+share/blender/2.79/scripts/freestyle/styles/haloing.py
+share/blender/2.79/scripts/freestyle/styles/ignore_small_occlusions.py
+share/blender/2.79/scripts/freestyle/styles/invisible_lines.py
+share/blender/2.79/scripts/freestyle/styles/japanese_bigbrush.py
+share/blender/2.79/scripts/freestyle/styles/long_anisotropically_dense.py
+share/blender/2.79/scripts/freestyle/styles/multiple_parameterization.py
+share/blender/2.79/scripts/freestyle/styles/nature.py
+share/blender/2.79/scripts/freestyle/styles/near_lines.py
+share/blender/2.79/scripts/freestyle/styles/occluded_by_specific_object.py
+share/blender/2.79/scripts/freestyle/styles/polygonalize.py
+share/blender/2.79/scripts/freestyle/styles/qi0.py
+share/blender/2.79/scripts/freestyle/styles/qi0_not_external_contour.py
+share/blender/2.79/scripts/freestyle/styles/qi1.py
+share/blender/2.79/scripts/freestyle/styles/qi2.py
+share/blender/2.79/scripts/freestyle/styles/sequentialsplit_sketchy.py
+share/blender/2.79/scripts/freestyle/styles/sketchy_multiple_parameterization.py
+share/blender/2.79/scripts/freestyle/styles/sketchy_topology_broken.py
+share/blender/2.79/scripts/freestyle/styles/sketchy_topology_preserved.py
+share/blender/2.79/scripts/freestyle/styles/split_at_highest_2d_curvatures.py
+share/blender/2.79/scripts/freestyle/styles/split_at_tvertices.py
+share/blender/2.79/scripts/freestyle/styles/suggestive.py
+share/blender/2.79/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py
+share/blender/2.79/scripts/freestyle/styles/tipremover.py
+share/blender/2.79/scripts/freestyle/styles/tvertex_remover.py
+share/blender/2.79/scripts/freestyle/styles/uniformpruning_zsort.py
+share/blender/2.79/scripts/modules/addon_utils.py
+share/blender/2.79/scripts/modules/animsys_refactor.py
+share/blender/2.79/scripts/modules/bl_app_override/__init__.py
+share/blender/2.79/scripts/modules/bl_app_override/helpers.py
+share/blender/2.79/scripts/modules/bl_app_template_utils.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/__init__.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/bl_extract_messages.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/merge_po.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/settings.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/settings_user.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/utils.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/utils_languages_menu.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/utils_rtl.py
+share/blender/2.79/scripts/modules/bl_i18n_utils/utils_spell_check.py
+share/blender/2.79/scripts/modules/bl_previews_utils/bl_previews_render.py
+share/blender/2.79/scripts/modules/blend_render_info.py
+share/blender/2.79/scripts/modules/bpy/__init__.py
+share/blender/2.79/scripts/modules/bpy/ops.py
+share/blender/2.79/scripts/modules/bpy/path.py
+share/blender/2.79/scripts/modules/bpy/utils/__init__.py
+share/blender/2.79/scripts/modules/bpy/utils/previews.py
+share/blender/2.79/scripts/modules/bpy_extras/__init__.py
+share/blender/2.79/scripts/modules/bpy_extras/anim_utils.py
+share/blender/2.79/scripts/modules/bpy_extras/image_utils.py
+share/blender/2.79/scripts/modules/bpy_extras/io_utils.py
+share/blender/2.79/scripts/modules/bpy_extras/keyconfig_utils.py
+share/blender/2.79/scripts/modules/bpy_extras/mesh_utils.py
+share/blender/2.79/scripts/modules/bpy_extras/object_utils.py
+share/blender/2.79/scripts/modules/bpy_extras/view3d_utils.py
+share/blender/2.79/scripts/modules/bpy_restrict_state.py
+share/blender/2.79/scripts/modules/bpy_types.py
+share/blender/2.79/scripts/modules/bpyml.py
+share/blender/2.79/scripts/modules/bpyml_ui.py
+share/blender/2.79/scripts/modules/console/__init__.py
+share/blender/2.79/scripts/modules/console/complete_calltip.py
+share/blender/2.79/scripts/modules/console/complete_import.py
+share/blender/2.79/scripts/modules/console/complete_namespace.py
+share/blender/2.79/scripts/modules/console/intellisense.py
+share/blender/2.79/scripts/modules/console_python.py
+share/blender/2.79/scripts/modules/console_shell.py
+share/blender/2.79/scripts/modules/graphviz_export.py
+share/blender/2.79/scripts/modules/keyingsets_utils.py
+share/blender/2.79/scripts/modules/nodeitems_utils.py
+share/blender/2.79/scripts/modules/progress_report.py
+share/blender/2.79/scripts/modules/rna_info.py
+share/blender/2.79/scripts/modules/rna_keymap_ui.py
+share/blender/2.79/scripts/modules/rna_prop_ui.py
+share/blender/2.79/scripts/modules/rna_xml.py
+share/blender/2.79/scripts/modules/sys_info.py
+share/blender/2.79/scripts/presets/camera/1__colon__2.3_inch.py
+share/blender/2.79/scripts/presets/camera/1__colon__2.5_inch.py
+share/blender/2.79/scripts/presets/camera/2__colon__3_inch.py
+share/blender/2.79/scripts/presets/camera/4__colon__3_inch.py
+share/blender/2.79/scripts/presets/camera/Arri_Alexa.py
+share/blender/2.79/scripts/presets/camera/Blackmagic_Cinema_Camera.py
+share/blender/2.79/scripts/presets/camera/Blackmagic_Pocket_Cinema_Camera.py
+share/blender/2.79/scripts/presets/camera/Blackmagic_Production_Camera_4K.py
+share/blender/2.79/scripts/presets/camera/Blender.py
+share/blender/2.79/scripts/presets/camera/Canon_1100D.py
+share/blender/2.79/scripts/presets/camera/Canon_APS-C.py
+share/blender/2.79/scripts/presets/camera/Canon_APS-H.py
+share/blender/2.79/scripts/presets/camera/Canon_C300.py
+share/blender/2.79/scripts/presets/camera/Full_Frame_35mm_Camera.py
+share/blender/2.79/scripts/presets/camera/GoPro_Hero3_Black.py
+share/blender/2.79/scripts/presets/camera/GoPro_Hero3_Silver.py
+share/blender/2.79/scripts/presets/camera/GoPro_Hero3_White.py
+share/blender/2.79/scripts/presets/camera/Nexus_5.py
+share/blender/2.79/scripts/presets/camera/Nikon_D3100.py
+share/blender/2.79/scripts/presets/camera/Nikon_DX.py
+share/blender/2.79/scripts/presets/camera/Panasonic_AG-HVX200.py
+share/blender/2.79/scripts/presets/camera/Panasonic_LX2.py
+share/blender/2.79/scripts/presets/camera/Red_Epic.py
+share/blender/2.79/scripts/presets/camera/Red_One_2K.py
+share/blender/2.79/scripts/presets/camera/Red_One_3K.py
+share/blender/2.79/scripts/presets/camera/Red_One_4K.py
+share/blender/2.79/scripts/presets/camera/Samsung_Galaxy_S3.py
+share/blender/2.79/scripts/presets/camera/Samsung_Galaxy_S4.py
+share/blender/2.79/scripts/presets/camera/Sony_A55.py
+share/blender/2.79/scripts/presets/camera/Sony_EX1.py
+share/blender/2.79/scripts/presets/camera/Sony_F65.py
+share/blender/2.79/scripts/presets/camera/Super_16_Film.py
+share/blender/2.79/scripts/presets/camera/Super_35_Film.py
+share/blender/2.79/scripts/presets/camera/iPhone_4.py
+share/blender/2.79/scripts/presets/camera/iPhone_4S.py
+share/blender/2.79/scripts/presets/camera/iPhone_5.py
+share/blender/2.79/scripts/presets/cloth/cotton.py
+share/blender/2.79/scripts/presets/cloth/denim.py
+share/blender/2.79/scripts/presets/cloth/leather.py
+share/blender/2.79/scripts/presets/cloth/rubber.py
+share/blender/2.79/scripts/presets/cloth/silk.py
+share/blender/2.79/scripts/presets/cycles/integrator/direct_light.py
+share/blender/2.79/scripts/presets/cycles/integrator/full_global_illumination.py
+share/blender/2.79/scripts/presets/cycles/integrator/limited_global_illumination.py
+share/blender/2.79/scripts/presets/cycles/sampling/final.py
+share/blender/2.79/scripts/presets/cycles/sampling/preview.py
+share/blender/2.79/scripts/presets/ffmpeg/DVD_(note_colon__this_changes_render_resolution).py
+share/blender/2.79/scripts/presets/ffmpeg/h264_in_MP4.py
+share/blender/2.79/scripts/presets/ffmpeg/h264_in_Matroska.py
+share/blender/2.79/scripts/presets/ffmpeg/h264_in_Matroska_for_scrubbing.py
+share/blender/2.79/scripts/presets/ffmpeg/ogg_theora.py
+share/blender/2.79/scripts/presets/ffmpeg/xvid.py
+share/blender/2.79/scripts/presets/fluid/honey.py
+share/blender/2.79/scripts/presets/fluid/oil.py
+share/blender/2.79/scripts/presets/fluid/water.py
+share/blender/2.79/scripts/presets/framerate/23.98.py
+share/blender/2.79/scripts/presets/framerate/24.py
+share/blender/2.79/scripts/presets/framerate/25.py
+share/blender/2.79/scripts/presets/framerate/29.97.py
+share/blender/2.79/scripts/presets/framerate/30.py
+share/blender/2.79/scripts/presets/framerate/50.py
+share/blender/2.79/scripts/presets/framerate/59.94.py
+share/blender/2.79/scripts/presets/framerate/60.py
+share/blender/2.79/scripts/presets/framerate/Custom.py
+share/blender/2.79/scripts/presets/hair_dynamics/default.py
+share/blender/2.79/scripts/presets/interaction/3dsmax.py
+share/blender/2.79/scripts/presets/interaction/blender.py
+share/blender/2.79/scripts/presets/interaction/maya.py
+share/blender/2.79/scripts/presets/interface_theme/24x_blues.xml
+share/blender/2.79/scripts/presets/interface_theme/back_to_black.xml
+share/blender/2.79/scripts/presets/interface_theme/blender_24x.xml
+share/blender/2.79/scripts/presets/interface_theme/dark_blue_gradient.xml
+share/blender/2.79/scripts/presets/interface_theme/default++.xml
+share/blender/2.79/scripts/presets/interface_theme/elsyiun.xml
+share/blender/2.79/scripts/presets/interface_theme/flatty_light.xml
+share/blender/2.79/scripts/presets/interface_theme/graph.xml
+share/blender/2.79/scripts/presets/interface_theme/hexagon.xml
+share/blender/2.79/scripts/presets/interface_theme/modern_minimalist.xml
+share/blender/2.79/scripts/presets/interface_theme/north.xml
+share/blender/2.79/scripts/presets/interface_theme/rtheme.xml
+share/blender/2.79/scripts/presets/interface_theme/sandyslate.xml
+share/blender/2.79/scripts/presets/interface_theme/science_lab.xml
+share/blender/2.79/scripts/presets/interface_theme/softblend.xml
+share/blender/2.79/scripts/presets/interface_theme/true_blue_menu.xml
+share/blender/2.79/scripts/presets/keyconfig/3dsmax.py
+share/blender/2.79/scripts/presets/keyconfig/maya.py
+share/blender/2.79/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py
+share/blender/2.79/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
+share/blender/2.79/scripts/presets/render/DVCPRO_HD_1080p.py
+share/blender/2.79/scripts/presets/render/DVCPRO_HD_720p.py
+share/blender/2.79/scripts/presets/render/HDTV_1080p.py
+share/blender/2.79/scripts/presets/render/HDTV_720p.py
+share/blender/2.79/scripts/presets/render/HDV_1080p.py
+share/blender/2.79/scripts/presets/render/HDV_NTSC_1080p.py
+share/blender/2.79/scripts/presets/render/HDV_PAL_1080p.py
+share/blender/2.79/scripts/presets/render/TV_NTSC_16_colon_9.py
+share/blender/2.79/scripts/presets/render/TV_NTSC_4_colon_3.py
+share/blender/2.79/scripts/presets/render/TV_PAL_16_colon_9.py
+share/blender/2.79/scripts/presets/render/TV_PAL_4_colon_3.py
+share/blender/2.79/scripts/presets/safe_areas/14_colon_9_in_16_colon_9.py
+share/blender/2.79/scripts/presets/safe_areas/16_colon_9.py
+share/blender/2.79/scripts/presets/safe_areas/4_colon_3_in_16_colon_9.py
+share/blender/2.79/scripts/presets/sss/apple.py
+share/blender/2.79/scripts/presets/sss/chicken.py
+share/blender/2.79/scripts/presets/sss/cream.py
+share/blender/2.79/scripts/presets/sss/ketchup.py
+share/blender/2.79/scripts/presets/sss/marble.py
+share/blender/2.79/scripts/presets/sss/potato.py
+share/blender/2.79/scripts/presets/sss/skim_milk.py
+share/blender/2.79/scripts/presets/sss/skin1.py
+share/blender/2.79/scripts/presets/sss/skin2.py
+share/blender/2.79/scripts/presets/sss/whole_milk.py
+share/blender/2.79/scripts/presets/sunsky/classic.py
+share/blender/2.79/scripts/presets/sunsky/desert.py
+share/blender/2.79/scripts/presets/sunsky/mountain.py
+share/blender/2.79/scripts/presets/tracking_camera/1__colon__2.3_inch.py
+share/blender/2.79/scripts/presets/tracking_camera/1__colon__2.5_inch.py
+share/blender/2.79/scripts/presets/tracking_camera/2__colon__3_inch.py
+share/blender/2.79/scripts/presets/tracking_camera/4__colon__3_inch.py
+share/blender/2.79/scripts/presets/tracking_camera/Arri_Alexa.py
+share/blender/2.79/scripts/presets/tracking_camera/Blackmagic_Cinema_Camera.py
+share/blender/2.79/scripts/presets/tracking_camera/Blackmagic_Pocket_Cinema_Camera.py
+share/blender/2.79/scripts/presets/tracking_camera/Blackmagic_Production_Camera_4K.py
+share/blender/2.79/scripts/presets/tracking_camera/Blender.py
+share/blender/2.79/scripts/presets/tracking_camera/Canon_1100D.py
+share/blender/2.79/scripts/presets/tracking_camera/Canon_APS-C.py
+share/blender/2.79/scripts/presets/tracking_camera/Canon_APS-H.py
+share/blender/2.79/scripts/presets/tracking_camera/Canon_C300.py
+share/blender/2.79/scripts/presets/tracking_camera/Full_Frame_35mm_Camera.py
+share/blender/2.79/scripts/presets/tracking_camera/GoPro_Hero3_Black.py
+share/blender/2.79/scripts/presets/tracking_camera/GoPro_Hero3_Silver.py
+share/blender/2.79/scripts/presets/tracking_camera/GoPro_Hero3_White.py
+share/blender/2.79/scripts/presets/tracking_camera/Nexus_5.py
+share/blender/2.79/scripts/presets/tracking_camera/Nikon_D3100.py
+share/blender/2.79/scripts/presets/tracking_camera/Nikon_DX.py
+share/blender/2.79/scripts/presets/tracking_camera/Panasonic_AG-HVX200.py
+share/blender/2.79/scripts/presets/tracking_camera/Panasonic_LX2.py
+share/blender/2.79/scripts/presets/tracking_camera/Red_Epic.py
+share/blender/2.79/scripts/presets/tracking_camera/Red_One_2K.py
+share/blender/2.79/scripts/presets/tracking_camera/Red_One_3K.py
+share/blender/2.79/scripts/presets/tracking_camera/Red_One_4K.py
+share/blender/2.79/scripts/presets/tracking_camera/Samsung_Galaxy_S3.py
+share/blender/2.79/scripts/presets/tracking_camera/Samsung_Galaxy_S4.py
+share/blender/2.79/scripts/presets/tracking_camera/Sony_A55.py
+share/blender/2.79/scripts/presets/tracking_camera/Sony_EX1.py
+share/blender/2.79/scripts/presets/tracking_camera/Sony_F65.py
+share/blender/2.79/scripts/presets/tracking_camera/Super_16.py
+share/blender/2.79/scripts/presets/tracking_camera/Super_35.py
+share/blender/2.79/scripts/presets/tracking_camera/iPhone_4.py
+share/blender/2.79/scripts/presets/tracking_camera/iPhone_4S.py
+share/blender/2.79/scripts/presets/tracking_camera/iPhone_5.py
+share/blender/2.79/scripts/presets/tracking_settings/blurry_footage.py
+share/blender/2.79/scripts/presets/tracking_settings/default.py
+share/blender/2.79/scripts/presets/tracking_settings/fast_motion.py
+share/blender/2.79/scripts/presets/tracking_settings/planar.py
+share/blender/2.79/scripts/presets/tracking_track_color/default.py
+share/blender/2.79/scripts/presets/tracking_track_color/far_plane.py
+share/blender/2.79/scripts/presets/tracking_track_color/near_plane.py
+share/blender/2.79/scripts/presets/tracking_track_color/object.py
+share/blender/2.79/scripts/presets/units_length/centimeters.py
+share/blender/2.79/scripts/presets/units_length/feet.py
+share/blender/2.79/scripts/presets/units_length/inches.py
+share/blender/2.79/scripts/presets/units_length/kilometers.py
+share/blender/2.79/scripts/presets/units_length/meters.py
+share/blender/2.79/scripts/presets/units_length/miles.py
+share/blender/2.79/scripts/presets/units_length/millimeters.py
+share/blender/2.79/scripts/startup/bl_operators/__init__.py
+share/blender/2.79/scripts/startup/bl_operators/add_mesh_torus.py
+share/blender/2.79/scripts/startup/bl_operators/anim.py
+share/blender/2.79/scripts/startup/bl_operators/bmesh/find_adjacent.py
+share/blender/2.79/scripts/startup/bl_operators/clip.py
+share/blender/2.79/scripts/startup/bl_operators/console.py
+share/blender/2.79/scripts/startup/bl_operators/file.py
+share/blender/2.79/scripts/startup/bl_operators/freestyle.py
+share/blender/2.79/scripts/startup/bl_operators/image.py
+share/blender/2.79/scripts/startup/bl_operators/mask.py
+share/blender/2.79/scripts/startup/bl_operators/mesh.py
+share/blender/2.79/scripts/startup/bl_operators/node.py
+share/blender/2.79/scripts/startup/bl_operators/object.py
+share/blender/2.79/scripts/startup/bl_operators/object_align.py
+share/blender/2.79/scripts/startup/bl_operators/object_quick_effects.py
+share/blender/2.79/scripts/startup/bl_operators/object_randomize_transform.py
+share/blender/2.79/scripts/startup/bl_operators/presets.py
+share/blender/2.79/scripts/startup/bl_operators/rigidbody.py
+share/blender/2.79/scripts/startup/bl_operators/screen_play_rendered_anim.py
+share/blender/2.79/scripts/startup/bl_operators/sequencer.py
+share/blender/2.79/scripts/startup/bl_operators/uvcalc_follow_active.py
+share/blender/2.79/scripts/startup/bl_operators/uvcalc_lightmap.py
+share/blender/2.79/scripts/startup/bl_operators/uvcalc_smart_project.py
+share/blender/2.79/scripts/startup/bl_operators/vertexpaint_dirt.py
+share/blender/2.79/scripts/startup/bl_operators/view3d.py
+share/blender/2.79/scripts/startup/bl_operators/wm.py
+share/blender/2.79/scripts/startup/bl_ui/__init__.py
+share/blender/2.79/scripts/startup/bl_ui/properties_animviz.py
+share/blender/2.79/scripts/startup/bl_ui/properties_constraint.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_armature.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_bone.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_camera.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_curve.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_empty.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_lamp.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_lattice.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_mesh.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_metaball.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_modifier.py
+share/blender/2.79/scripts/startup/bl_ui/properties_data_speaker.py
+share/blender/2.79/scripts/startup/bl_ui/properties_freestyle.py
+share/blender/2.79/scripts/startup/bl_ui/properties_game.py
+share/blender/2.79/scripts/startup/bl_ui/properties_grease_pencil_common.py
+share/blender/2.79/scripts/startup/bl_ui/properties_mask_common.py
+share/blender/2.79/scripts/startup/bl_ui/properties_material.py
+share/blender/2.79/scripts/startup/bl_ui/properties_object.py
+share/blender/2.79/scripts/startup/bl_ui/properties_paint_common.py
+share/blender/2.79/scripts/startup/bl_ui/properties_particle.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_cloth.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_common.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_field.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_fluid.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_rigidbody.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_smoke.py
+share/blender/2.79/scripts/startup/bl_ui/properties_physics_softbody.py
+share/blender/2.79/scripts/startup/bl_ui/properties_render.py
+share/blender/2.79/scripts/startup/bl_ui/properties_render_layer.py
+share/blender/2.79/scripts/startup/bl_ui/properties_scene.py
+share/blender/2.79/scripts/startup/bl_ui/properties_texture.py
+share/blender/2.79/scripts/startup/bl_ui/properties_world.py
+share/blender/2.79/scripts/startup/bl_ui/space_clip.py
+share/blender/2.79/scripts/startup/bl_ui/space_console.py
+share/blender/2.79/scripts/startup/bl_ui/space_dopesheet.py
+share/blender/2.79/scripts/startup/bl_ui/space_filebrowser.py
+share/blender/2.79/scripts/startup/bl_ui/space_graph.py
+share/blender/2.79/scripts/startup/bl_ui/space_image.py
+share/blender/2.79/scripts/startup/bl_ui/space_info.py
+share/blender/2.79/scripts/startup/bl_ui/space_logic.py
+share/blender/2.79/scripts/startup/bl_ui/space_nla.py
+share/blender/2.79/scripts/startup/bl_ui/space_node.py
+share/blender/2.79/scripts/startup/bl_ui/space_outliner.py
+share/blender/2.79/scripts/startup/bl_ui/space_properties.py
+share/blender/2.79/scripts/startup/bl_ui/space_sequencer.py
+share/blender/2.79/scripts/startup/bl_ui/space_text.py
+share/blender/2.79/scripts/startup/bl_ui/space_time.py
+share/blender/2.79/scripts/startup/bl_ui/space_userpref.py
+share/blender/2.79/scripts/startup/bl_ui/space_view3d.py
+share/blender/2.79/scripts/startup/bl_ui/space_view3d_toolbar.py
+share/blender/2.79/scripts/startup/keyingsets_builtins.py
+share/blender/2.79/scripts/startup/nodeitems_builtins.py
+share/blender/2.79/scripts/templates_osl/empty_shader.osl
+share/blender/2.79/scripts/templates_osl/fresnel_conductive.osl
+share/blender/2.79/scripts/templates_osl/gabor_noise.osl
+share/blender/2.79/scripts/templates_osl/lyapunov_texture.osl
+share/blender/2.79/scripts/templates_osl/noise.osl
+share/blender/2.79/scripts/templates_osl/ramp_closure.osl
+share/blender/2.79/scripts/templates_py/addon_add_object.py
+share/blender/2.79/scripts/templates_py/background_job.py
+share/blender/2.79/scripts/templates_py/batch_export.py
+share/blender/2.79/scripts/templates_py/bmesh_simple.py
+share/blender/2.79/scripts/templates_py/bmesh_simple_editmode.py
+share/blender/2.79/scripts/templates_py/builtin_keyingset.py
+share/blender/2.79/scripts/templates_py/custom_nodes.py
+share/blender/2.79/scripts/templates_py/driver_functions.py
+share/blender/2.79/scripts/templates_py/external_script_stub.py
+share/blender/2.79/scripts/templates_py/gamelogic.py
+share/blender/2.79/scripts/templates_py/gamelogic_module.py
+share/blender/2.79/scripts/templates_py/gamelogic_simple.py
+share/blender/2.79/scripts/templates_py/operator_file_export.py
+share/blender/2.79/scripts/templates_py/operator_file_import.py
+share/blender/2.79/scripts/templates_py/operator_mesh_add.py
+share/blender/2.79/scripts/templates_py/operator_mesh_uv.py
+share/blender/2.79/scripts/templates_py/operator_modal.py
+share/blender/2.79/scripts/templates_py/operator_modal_draw.py
+share/blender/2.79/scripts/templates_py/operator_modal_timer.py
+share/blender/2.79/scripts/templates_py/operator_modal_view3d.py
+share/blender/2.79/scripts/templates_py/operator_modal_view3d_raycast.py
+share/blender/2.79/scripts/templates_py/operator_node.py
+share/blender/2.79/scripts/templates_py/operator_simple.py
+share/blender/2.79/scripts/templates_py/ui_list.py
+share/blender/2.79/scripts/templates_py/ui_list_simple.py
+share/blender/2.79/scripts/templates_py/ui_menu.py
+share/blender/2.79/scripts/templates_py/ui_menu_simple.py
+share/blender/2.79/scripts/templates_py/ui_panel.py
+share/blender/2.79/scripts/templates_py/ui_panel_simple.py
+share/blender/2.79/scripts/templates_py/ui_pie_menu.py
+share/blender/2.79/scripts/templates_py/ui_previews_custom_icon.py
+share/blender/2.79/scripts/templates_py/ui_previews_dynamic_enum.py
 share/blender/GPL-license.txt
 share/blender/GPL3-license.txt
 share/blender/LICENSE-bfont.ttf.txt
@@ -1516,5 +2210,6 @@ share/blender/blender.desktop
 share/blender/blender.svg
 share/blender/copyright.txt
 share/blender/jemalloc-license.txt
+share/blender/ocio-license.txt
 share/blender/readme.html
-@pkgdir share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/site-packages
+@pkgdir share/blender/2.79/python/lib/python3.7/site-packages

Index: pkgsrc/graphics/blender/PLIST.NetBSD
diff -u pkgsrc/graphics/blender/PLIST.NetBSD:1.5 pkgsrc/graphics/blender/PLIST.NetBSD:1.6
--- pkgsrc/graphics/blender/PLIST.NetBSD:1.5    Mon Feb  6 01:29:10 2017
+++ pkgsrc/graphics/blender/PLIST.NetBSD        Sun Oct  7 23:44:49 2018
@@ -1,4 +1,2 @@
-@comment $NetBSD: PLIST.NetBSD,v 1.5 2017/02/06 01:29:10 markd Exp $
-${PLIST.py36}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sysconfigdata_${NETBSDVER}.py
-${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-${NETBSDVER}/IN.py
-${PLIST.py35}share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/plat-${NETBSDVER}/regen
+@comment $NetBSD: PLIST.NetBSD,v 1.6 2018/10/07 23:44:49 ryoon Exp $
+share/blender/${BLENDERVER}/python/lib/python${PYVERSSUFFIX}/_sysconfigdata_${NETBSDVER}.py

Index: pkgsrc/graphics/blender/distinfo
diff -u pkgsrc/graphics/blender/distinfo:1.49 pkgsrc/graphics/blender/distinfo:1.50
--- pkgsrc/graphics/blender/distinfo:1.49       Thu Feb  9 00:23:29 2017
+++ pkgsrc/graphics/blender/distinfo    Sun Oct  7 23:44:49 2018
@@ -1,16 +1,13 @@
-$NetBSD: distinfo,v 1.49 2017/02/09 00:23:29 joerg Exp $
+$NetBSD: distinfo,v 1.50 2018/10/07 23:44:49 ryoon Exp $
 
-SHA1 (blender-2.77a.tar.gz) = 935793b3e9fd4d02c71f275aac3aca27cd58bdfb
-RMD160 (blender-2.77a.tar.gz) = 7d99f064b5a6055aaf549ddb30c49e73f081f002
-SHA512 (blender-2.77a.tar.gz) = 4f8223a3786b80fa613ace27bea9349309b5857bcc1fafdb7d769f6192d5cb455ce4faf60920d7a1c2cb82ef8c40a10b25a760748b305c16c550657cf1e4df93
-Size (blender-2.77a.tar.gz) = 41927082 bytes
-SHA1 (patch-doc_python_api_sphinx_doc_gen.sh) = 734a372369ca7bb89ef62f0e0aae22d7046f49f8
+SHA1 (blender-2.79b.tar.gz) = 4fd307ccfd1d6df5cc1898009712d4b1ae35430f
+RMD160 (blender-2.79b.tar.gz) = 787fc2ee718157aa95ffcced4935355d3086ca0d
+SHA512 (blender-2.79b.tar.gz) = 2db21ace446168dd683cdb5aad9dec001f8888ae4e9603a04ddb44fb78489ded827deb07e83712b0f1118a0e7bf66f2a5d935dc4ebb3a6703d72672ff414367f
+Size (blender-2.79b.tar.gz) = 50204270 bytes
+SHA1 (patch-doc_python__api_sphinx__doc__gen.sh) = 5300936c1f675346dbcd76bbd640dd3266065297
 SHA1 (patch-extern_glog_src_base_mutex.h) = 34a20264581a093a1686f1d13a6fccbd5cd9e674
 SHA1 (patch-extern_glog_src_config.h) = 9666c5d925cfeebeef2f178418c9fc2403831da1
 SHA1 (patch-extern_glog_src_config__netbsd.h) = be4727135b8fe1ddbcb5ad52f8230aec51a1a909
 SHA1 (patch-extern_glog_src_utilities.h) = c78ef191ab6ec7e65837b88468a7e1b8eaf325d3
-SHA1 (patch-extern_rangetree_range__tree.hh) = 976881b9caad67a2cfb24039652e887867fa6cc0
-SHA1 (patch-intern_cycles_util_util__types.h) = 37944c6b0a970468e6791ec4a5beef1ec0ddf190
 SHA1 (patch-intern_guardedalloc_intern_mallocn__intern.h) = c7bc89af1c03b50ae0bd8af5aacc25cd82dfcbfc
-SHA1 (patch-source_blender_blenlib_BLI__alloca.h) = 95ef3250aaf8b3701c56254d9a8ca2752c1bb715
 SHA1 (patch-source_blender_imbuf_intern_dds_DirectDrawSurface.cpp) = b38f61900aa30b02479c7397062d71d295932847

Added files:

Index: pkgsrc/graphics/blender/patches/patch-doc_python__api_sphinx__doc__gen.sh
diff -u /dev/null pkgsrc/graphics/blender/patches/patch-doc_python__api_sphinx__doc__gen.sh:1.5
--- /dev/null   Sun Oct  7 23:44:50 2018
+++ pkgsrc/graphics/blender/patches/patch-doc_python__api_sphinx__doc__gen.sh   Sun Oct  7 23:44:49 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-doc_python__api_sphinx__doc__gen.sh,v 1.5 2018/10/07 23:44:49 ryoon Exp $
+
+--- doc/python_api/sphinx_doc_gen.sh.orig      2018-02-20 09:26:28.000000000 +0000
++++ doc/python_api/sphinx_doc_gen.sh
+@@ -17,7 +17,7 @@ if [ -z $BLENDER_BIN ] ; then
+       BLENDER_BIN="./blender.bin"
+ fi
+ 
+-if [ "$1" == "" ] ; then
++if [ "$1" = "" ] ; then
+       echo "Expected a single argument for the username on blender.org, skipping upload step!"
+       DO_UPLOAD=false
+ else



Home | Main Index | Thread Index | Old Index