summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorjoerg <joerg>2014-01-10 20:06:46 +0000
committerjoerg <joerg>2014-01-10 20:06:46 +0000
commit77f964cb2e7a5f948e9d252e9c0c4b90076479ac (patch)
tree3ac86d3c88004b3f5b67e2b65b08dee78a52a28d /graphics/blender
parent70f595da8e2b01a842f60dfe4d8abe46b96ffb08 (diff)
downloadpkgsrc-77f964cb2e7a5f948e9d252e9c0c4b90076479ac.tar.gz
Update to Blender 2.69. Add fixes for building with Clang, either from
upstream or submitted for upstream. Import changes: A new hidden wire display option was added to help with retopology. Mesh Bisect is a new tool to cut meshes in half. The Bridge, Edgenet fill, Grid fill and Symmetrize tools were improved. New curve and lattice editing tools were added too. Hair rendering was improved with a new Hair shader and reorganized settings. Subsurface scattering uses a new sampling algorithm and now supports bump mapping and texture blurring. Sky rendering now uses a more accurate sky model. New blackbody, vector transform and HSV nodes were added. The non-progressive integrator was renamed to Branched Path Integrator, and is now available for GPU rendering. The Motion tracker now supports plane tracking, which can be used to replace billboards, screens and other flat things in footage. Lists in the user interface can now be resized, sorted and filtered. Further there are small improvements for vertex parenting, empty objects, the shrinkwrap modifier, mask editing, armatures, f-curves and drivers. FBX Import support has been added and FBX/OBJ can now export split normals (without the need for the edge split modifier). In addition to the new features, over 270 bugs that existed in previous releases have been fixed.
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile14
-rw-r--r--graphics/blender/PLIST2546
-rw-r--r--graphics/blender/distinfo29
-rw-r--r--graphics/blender/patches/patch-ab12
-rw-r--r--graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py6
-rw-r--r--graphics/blender/patches/patch-extern_carve_lib_triangulator.cpp13
-rw-r--r--graphics/blender/patches/patch-extern_libmv_third__party_ceres_internal_ceres_collections__port.h44
-rw-r--r--graphics/blender/patches/patch-extern_rangetree_range__tree.hh17
-rw-r--r--graphics/blender/patches/patch-intern_cycles_util_util__types.h14
-rw-r--r--graphics/blender/patches/patch-intern_itasc_Armature.cpp13
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_frameacc.hpp94
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_frames.hpp93
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_framevel.hpp96
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_jacobian.hpp23
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_jntarray.hpp19
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_jntarrayacc.hpp17
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_jntarrayvel.hpp17
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_tree.cpp13
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_tree.hpp59
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.cpp44
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.hpp13
-rw-r--r--graphics/blender/patches/patch-intern_itasc_kdl_treejnttojacsolver.cpp24
22 files changed, 1931 insertions, 1289 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 2801e0f7066..ff82d411618 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2013/12/27 01:59:42 dholland Exp $
+# $NetBSD: Makefile,v 1.101 2014/01/10 20:06:46 joerg Exp $
-DISTNAME= blender-2.68a
-PKGREVISION= 3
+DISTNAME= blender-2.69
CATEGORIES= graphics
MASTER_SITES= http://download.blender.org/source/
@@ -24,12 +23,9 @@ FIND_PREFIX:= SCONSDIR=scons
INSTALLATION_DIRS= bin share/blender
-.if ${OPSYS} == "NetBSD"
-# This doesn't seem right...
-.if !empty(OS_VERSION:M6.99.*) || !empty(OS_VERSION:M7.*)
+.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
LDFLAGS+= -lexecinfo
.endif
-.endif
# To pass LDFLAGS to compiler/linker
MYLDFLAGS= `printf "'%s'," ${LDFLAGS} | sed -e 's:,$$::'`
@@ -68,8 +64,8 @@ do-build:
# build is done in install phase.
do-install:
- cd ${WRKSRC} && \
- ${SCONSDIR}/bin/scons ${SCONS_ARGS}
+ cd ${WRKSRC:Q} && ${PKGSRC_SETENV} ${MAKE_ENV} \
+ ${SCONSDIR}/bin/scons ${SCONS_ARGS} ${_MAKE_JOBS}
CHECK_INTERPRETER_SKIP= share/blender/${DISTNAME:S/blender-//:C/[a-z]//}/scripts/*.py share/blender/${DISTNAME:S/blender-//:C/[a-z]//}datafiles/*.py \
share/blender/${DISTNAME:S/blender-//:C/[a-z]//}/python/lib/python3.3/venv/scripts/posix/pydoc
diff --git a/graphics/blender/PLIST b/graphics/blender/PLIST
index ad5bc3898f4..ad9ba3e55f5 100644
--- a/graphics/blender/PLIST
+++ b/graphics/blender/PLIST
@@ -1,1272 +1,1288 @@
-@comment $NetBSD: PLIST,v 1.15 2013/12/27 01:59:42 dholland Exp $
+@comment $NetBSD: PLIST,v 1.16 2014/01/10 20:06:46 joerg Exp $
bin/blender
-share/blender/2.68/datafiles/fonts/bmonofont-i18n.ttf.gz
-share/blender/2.68/datafiles/fonts/droidsans.ttf.gz
-share/blender/2.68/datafiles/locale/ar/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/ca/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/cs/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/de/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/eo/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/es/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/fa/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/fr/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/he/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/hi/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/hr/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/hu/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/id/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/it/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/ja/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/ko/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/ky/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/languages
-share/blender/2.68/datafiles/locale/nl/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/pt/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/ru/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/sr/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/sv/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/tr/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/uk/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
-share/blender/2.68/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
-share/blender/2.68/python/lib/python3.3/LICENSE.txt
-share/blender/2.68/python/lib/python3.3/__future__.py
-share/blender/2.68/python/lib/python3.3/__phello__.foo.py
-share/blender/2.68/python/lib/python3.3/_compat_pickle.py
-share/blender/2.68/python/lib/python3.3/_dummy_thread.py
-share/blender/2.68/python/lib/python3.3/_markupbase.py
-share/blender/2.68/python/lib/python3.3/_osx_support.py
-share/blender/2.68/python/lib/python3.3/_pyio.py
-share/blender/2.68/python/lib/python3.3/_strptime.py
-share/blender/2.68/python/lib/python3.3/_sysconfigdata.py
-share/blender/2.68/python/lib/python3.3/_threading_local.py
-share/blender/2.68/python/lib/python3.3/_weakrefset.py
-share/blender/2.68/python/lib/python3.3/abc.py
-share/blender/2.68/python/lib/python3.3/aifc.py
-share/blender/2.68/python/lib/python3.3/antigravity.py
-share/blender/2.68/python/lib/python3.3/argparse.py
-share/blender/2.68/python/lib/python3.3/ast.py
-share/blender/2.68/python/lib/python3.3/asynchat.py
-share/blender/2.68/python/lib/python3.3/asyncore.py
-share/blender/2.68/python/lib/python3.3/base64.py
-share/blender/2.68/python/lib/python3.3/bdb.py
-share/blender/2.68/python/lib/python3.3/binhex.py
-share/blender/2.68/python/lib/python3.3/bisect.py
-share/blender/2.68/python/lib/python3.3/bz2.py
-share/blender/2.68/python/lib/python3.3/cProfile.py
-share/blender/2.68/python/lib/python3.3/calendar.py
-share/blender/2.68/python/lib/python3.3/cgi.py
-share/blender/2.68/python/lib/python3.3/cgitb.py
-share/blender/2.68/python/lib/python3.3/chunk.py
-share/blender/2.68/python/lib/python3.3/cmd.py
-share/blender/2.68/python/lib/python3.3/code.py
-share/blender/2.68/python/lib/python3.3/codecs.py
-share/blender/2.68/python/lib/python3.3/codeop.py
-share/blender/2.68/python/lib/python3.3/collections/__init__.py
-share/blender/2.68/python/lib/python3.3/collections/__main__.py
-share/blender/2.68/python/lib/python3.3/collections/abc.py
-share/blender/2.68/python/lib/python3.3/colorsys.py
-share/blender/2.68/python/lib/python3.3/compileall.py
-share/blender/2.68/python/lib/python3.3/concurrent/__init__.py
-share/blender/2.68/python/lib/python3.3/concurrent/futures/__init__.py
-share/blender/2.68/python/lib/python3.3/concurrent/futures/_base.py
-share/blender/2.68/python/lib/python3.3/concurrent/futures/process.py
-share/blender/2.68/python/lib/python3.3/concurrent/futures/thread.py
-share/blender/2.68/python/lib/python3.3/configparser.py
-share/blender/2.68/python/lib/python3.3/contextlib.py
-share/blender/2.68/python/lib/python3.3/copy.py
-share/blender/2.68/python/lib/python3.3/copyreg.py
-share/blender/2.68/python/lib/python3.3/crypt.py
-share/blender/2.68/python/lib/python3.3/csv.py
-share/blender/2.68/python/lib/python3.3/ctypes/__init__.py
-share/blender/2.68/python/lib/python3.3/ctypes/_endian.py
-share/blender/2.68/python/lib/python3.3/ctypes/macholib/README.ctypes
-share/blender/2.68/python/lib/python3.3/ctypes/macholib/__init__.py
-share/blender/2.68/python/lib/python3.3/ctypes/macholib/dyld.py
-share/blender/2.68/python/lib/python3.3/ctypes/macholib/dylib.py
-share/blender/2.68/python/lib/python3.3/ctypes/macholib/fetch_macholib
-share/blender/2.68/python/lib/python3.3/ctypes/macholib/fetch_macholib.bat
-share/blender/2.68/python/lib/python3.3/ctypes/macholib/framework.py
-share/blender/2.68/python/lib/python3.3/ctypes/util.py
-share/blender/2.68/python/lib/python3.3/ctypes/wintypes.py
-share/blender/2.68/python/lib/python3.3/curses/__init__.py
-share/blender/2.68/python/lib/python3.3/curses/ascii.py
-share/blender/2.68/python/lib/python3.3/curses/has_key.py
-share/blender/2.68/python/lib/python3.3/curses/panel.py
-share/blender/2.68/python/lib/python3.3/curses/textpad.py
-share/blender/2.68/python/lib/python3.3/datetime.py
-share/blender/2.68/python/lib/python3.3/dbm/__init__.py
-share/blender/2.68/python/lib/python3.3/dbm/dumb.py
-share/blender/2.68/python/lib/python3.3/dbm/gnu.py
-share/blender/2.68/python/lib/python3.3/dbm/ndbm.py
-share/blender/2.68/python/lib/python3.3/decimal.py
-share/blender/2.68/python/lib/python3.3/difflib.py
-share/blender/2.68/python/lib/python3.3/dis.py
-share/blender/2.68/python/lib/python3.3/doctest.py
-share/blender/2.68/python/lib/python3.3/dummy_threading.py
-share/blender/2.68/python/lib/python3.3/email/__init__.py
-share/blender/2.68/python/lib/python3.3/email/_encoded_words.py
-share/blender/2.68/python/lib/python3.3/email/_header_value_parser.py
-share/blender/2.68/python/lib/python3.3/email/_parseaddr.py
-share/blender/2.68/python/lib/python3.3/email/_policybase.py
-share/blender/2.68/python/lib/python3.3/email/architecture.rst
-share/blender/2.68/python/lib/python3.3/email/base64mime.py
-share/blender/2.68/python/lib/python3.3/email/charset.py
-share/blender/2.68/python/lib/python3.3/email/encoders.py
-share/blender/2.68/python/lib/python3.3/email/errors.py
-share/blender/2.68/python/lib/python3.3/email/feedparser.py
-share/blender/2.68/python/lib/python3.3/email/generator.py
-share/blender/2.68/python/lib/python3.3/email/header.py
-share/blender/2.68/python/lib/python3.3/email/headerregistry.py
-share/blender/2.68/python/lib/python3.3/email/iterators.py
-share/blender/2.68/python/lib/python3.3/email/message.py
-share/blender/2.68/python/lib/python3.3/email/mime/__init__.py
-share/blender/2.68/python/lib/python3.3/email/mime/application.py
-share/blender/2.68/python/lib/python3.3/email/mime/audio.py
-share/blender/2.68/python/lib/python3.3/email/mime/base.py
-share/blender/2.68/python/lib/python3.3/email/mime/image.py
-share/blender/2.68/python/lib/python3.3/email/mime/message.py
-share/blender/2.68/python/lib/python3.3/email/mime/multipart.py
-share/blender/2.68/python/lib/python3.3/email/mime/nonmultipart.py
-share/blender/2.68/python/lib/python3.3/email/mime/text.py
-share/blender/2.68/python/lib/python3.3/email/parser.py
-share/blender/2.68/python/lib/python3.3/email/policy.py
-share/blender/2.68/python/lib/python3.3/email/quoprimime.py
-share/blender/2.68/python/lib/python3.3/email/utils.py
-share/blender/2.68/python/lib/python3.3/encodings/__init__.py
-share/blender/2.68/python/lib/python3.3/encodings/aliases.py
-share/blender/2.68/python/lib/python3.3/encodings/ascii.py
-share/blender/2.68/python/lib/python3.3/encodings/base64_codec.py
-share/blender/2.68/python/lib/python3.3/encodings/big5.py
-share/blender/2.68/python/lib/python3.3/encodings/big5hkscs.py
-share/blender/2.68/python/lib/python3.3/encodings/bz2_codec.py
-share/blender/2.68/python/lib/python3.3/encodings/charmap.py
-share/blender/2.68/python/lib/python3.3/encodings/cp037.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1006.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1026.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1140.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1250.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1251.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1252.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1253.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1254.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1255.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1256.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1257.py
-share/blender/2.68/python/lib/python3.3/encodings/cp1258.py
-share/blender/2.68/python/lib/python3.3/encodings/cp424.py
-share/blender/2.68/python/lib/python3.3/encodings/cp437.py
-share/blender/2.68/python/lib/python3.3/encodings/cp500.py
-share/blender/2.68/python/lib/python3.3/encodings/cp65001.py
-share/blender/2.68/python/lib/python3.3/encodings/cp720.py
-share/blender/2.68/python/lib/python3.3/encodings/cp737.py
-share/blender/2.68/python/lib/python3.3/encodings/cp775.py
-share/blender/2.68/python/lib/python3.3/encodings/cp850.py
-share/blender/2.68/python/lib/python3.3/encodings/cp852.py
-share/blender/2.68/python/lib/python3.3/encodings/cp855.py
-share/blender/2.68/python/lib/python3.3/encodings/cp856.py
-share/blender/2.68/python/lib/python3.3/encodings/cp857.py
-share/blender/2.68/python/lib/python3.3/encodings/cp858.py
-share/blender/2.68/python/lib/python3.3/encodings/cp860.py
-share/blender/2.68/python/lib/python3.3/encodings/cp861.py
-share/blender/2.68/python/lib/python3.3/encodings/cp862.py
-share/blender/2.68/python/lib/python3.3/encodings/cp863.py
-share/blender/2.68/python/lib/python3.3/encodings/cp864.py
-share/blender/2.68/python/lib/python3.3/encodings/cp865.py
-share/blender/2.68/python/lib/python3.3/encodings/cp866.py
-share/blender/2.68/python/lib/python3.3/encodings/cp869.py
-share/blender/2.68/python/lib/python3.3/encodings/cp874.py
-share/blender/2.68/python/lib/python3.3/encodings/cp875.py
-share/blender/2.68/python/lib/python3.3/encodings/cp932.py
-share/blender/2.68/python/lib/python3.3/encodings/cp949.py
-share/blender/2.68/python/lib/python3.3/encodings/cp950.py
-share/blender/2.68/python/lib/python3.3/encodings/euc_jis_2004.py
-share/blender/2.68/python/lib/python3.3/encodings/euc_jisx0213.py
-share/blender/2.68/python/lib/python3.3/encodings/euc_jp.py
-share/blender/2.68/python/lib/python3.3/encodings/euc_kr.py
-share/blender/2.68/python/lib/python3.3/encodings/gb18030.py
-share/blender/2.68/python/lib/python3.3/encodings/gb2312.py
-share/blender/2.68/python/lib/python3.3/encodings/gbk.py
-share/blender/2.68/python/lib/python3.3/encodings/hex_codec.py
-share/blender/2.68/python/lib/python3.3/encodings/hp_roman8.py
-share/blender/2.68/python/lib/python3.3/encodings/hz.py
-share/blender/2.68/python/lib/python3.3/encodings/idna.py
-share/blender/2.68/python/lib/python3.3/encodings/iso2022_jp.py
-share/blender/2.68/python/lib/python3.3/encodings/iso2022_jp_1.py
-share/blender/2.68/python/lib/python3.3/encodings/iso2022_jp_2.py
-share/blender/2.68/python/lib/python3.3/encodings/iso2022_jp_2004.py
-share/blender/2.68/python/lib/python3.3/encodings/iso2022_jp_3.py
-share/blender/2.68/python/lib/python3.3/encodings/iso2022_jp_ext.py
-share/blender/2.68/python/lib/python3.3/encodings/iso2022_kr.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_1.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_10.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_11.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_13.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_14.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_15.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_16.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_2.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_3.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_4.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_5.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_6.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_7.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_8.py
-share/blender/2.68/python/lib/python3.3/encodings/iso8859_9.py
-share/blender/2.68/python/lib/python3.3/encodings/johab.py
-share/blender/2.68/python/lib/python3.3/encodings/koi8_r.py
-share/blender/2.68/python/lib/python3.3/encodings/koi8_u.py
-share/blender/2.68/python/lib/python3.3/encodings/latin_1.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_arabic.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_centeuro.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_croatian.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_cyrillic.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_farsi.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_greek.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_iceland.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_latin2.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_roman.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_romanian.py
-share/blender/2.68/python/lib/python3.3/encodings/mac_turkish.py
-share/blender/2.68/python/lib/python3.3/encodings/mbcs.py
-share/blender/2.68/python/lib/python3.3/encodings/palmos.py
-share/blender/2.68/python/lib/python3.3/encodings/ptcp154.py
-share/blender/2.68/python/lib/python3.3/encodings/punycode.py
-share/blender/2.68/python/lib/python3.3/encodings/quopri_codec.py
-share/blender/2.68/python/lib/python3.3/encodings/raw_unicode_escape.py
-share/blender/2.68/python/lib/python3.3/encodings/rot_13.py
-share/blender/2.68/python/lib/python3.3/encodings/shift_jis.py
-share/blender/2.68/python/lib/python3.3/encodings/shift_jis_2004.py
-share/blender/2.68/python/lib/python3.3/encodings/shift_jisx0213.py
-share/blender/2.68/python/lib/python3.3/encodings/tis_620.py
-share/blender/2.68/python/lib/python3.3/encodings/undefined.py
-share/blender/2.68/python/lib/python3.3/encodings/unicode_escape.py
-share/blender/2.68/python/lib/python3.3/encodings/unicode_internal.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_16.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_16_be.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_16_le.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_32.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_32_be.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_32_le.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_7.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_8.py
-share/blender/2.68/python/lib/python3.3/encodings/utf_8_sig.py
-share/blender/2.68/python/lib/python3.3/encodings/uu_codec.py
-share/blender/2.68/python/lib/python3.3/encodings/zlib_codec.py
-share/blender/2.68/python/lib/python3.3/filecmp.py
-share/blender/2.68/python/lib/python3.3/fileinput.py
-share/blender/2.68/python/lib/python3.3/fnmatch.py
-share/blender/2.68/python/lib/python3.3/formatter.py
-share/blender/2.68/python/lib/python3.3/fractions.py
-share/blender/2.68/python/lib/python3.3/ftplib.py
-share/blender/2.68/python/lib/python3.3/functools.py
-share/blender/2.68/python/lib/python3.3/genericpath.py
-share/blender/2.68/python/lib/python3.3/getopt.py
-share/blender/2.68/python/lib/python3.3/getpass.py
-share/blender/2.68/python/lib/python3.3/gettext.py
-share/blender/2.68/python/lib/python3.3/glob.py
-share/blender/2.68/python/lib/python3.3/gzip.py
-share/blender/2.68/python/lib/python3.3/hashlib.py
-share/blender/2.68/python/lib/python3.3/heapq.py
-share/blender/2.68/python/lib/python3.3/hmac.py
-share/blender/2.68/python/lib/python3.3/html/__init__.py
-share/blender/2.68/python/lib/python3.3/html/entities.py
-share/blender/2.68/python/lib/python3.3/html/parser.py
-share/blender/2.68/python/lib/python3.3/http/__init__.py
-share/blender/2.68/python/lib/python3.3/http/client.py
-share/blender/2.68/python/lib/python3.3/http/cookiejar.py
-share/blender/2.68/python/lib/python3.3/http/cookies.py
-share/blender/2.68/python/lib/python3.3/http/server.py
-share/blender/2.68/python/lib/python3.3/imaplib.py
-share/blender/2.68/python/lib/python3.3/imghdr.py
-share/blender/2.68/python/lib/python3.3/imp.py
-share/blender/2.68/python/lib/python3.3/importlib/__init__.py
-share/blender/2.68/python/lib/python3.3/importlib/_bootstrap.py
-share/blender/2.68/python/lib/python3.3/importlib/abc.py
-share/blender/2.68/python/lib/python3.3/importlib/machinery.py
-share/blender/2.68/python/lib/python3.3/importlib/util.py
-share/blender/2.68/python/lib/python3.3/inspect.py
-share/blender/2.68/python/lib/python3.3/io.py
-share/blender/2.68/python/lib/python3.3/ipaddress.py
-share/blender/2.68/python/lib/python3.3/json/__init__.py
-share/blender/2.68/python/lib/python3.3/json/decoder.py
-share/blender/2.68/python/lib/python3.3/json/encoder.py
-share/blender/2.68/python/lib/python3.3/json/scanner.py
-share/blender/2.68/python/lib/python3.3/json/tool.py
-share/blender/2.68/python/lib/python3.3/keyword.py
-share/blender/2.68/python/lib/python3.3/lib-dynload/_bisect.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_bz2.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_codecs_cn.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_codecs_hk.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_codecs_iso2022.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_codecs_jp.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_codecs_kr.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_codecs_tw.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_crypt.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_csv.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_ctypes.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_ctypes_test.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_datetime.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_dbm.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_decimal.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_hashlib.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_heapq.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_json.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_lsprof.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_lzma.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_md5.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_multibytecodec.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_multiprocessing.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_pickle.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_posixsubprocess.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_random.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_sha1.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_sha256.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_sha512.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_socket.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_ssl.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_struct.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_testbuffer.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/_testcapi.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/array.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/atexit.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/audioop.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/binascii.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/cmath.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/fcntl.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/grp.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/math.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/mmap.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/nis.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/parser.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/resource.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/select.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/syslog.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/termios.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/time.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/unicodedata.so
-share/blender/2.68/python/lib/python3.3/lib-dynload/zlib.so
-share/blender/2.68/python/lib/python3.3/linecache.py
-share/blender/2.68/python/lib/python3.3/locale.py
-share/blender/2.68/python/lib/python3.3/logging/__init__.py
-share/blender/2.68/python/lib/python3.3/logging/config.py
-share/blender/2.68/python/lib/python3.3/logging/handlers.py
-share/blender/2.68/python/lib/python3.3/lzma.py
-share/blender/2.68/python/lib/python3.3/macpath.py
-share/blender/2.68/python/lib/python3.3/macurl2path.py
-share/blender/2.68/python/lib/python3.3/mailbox.py
-share/blender/2.68/python/lib/python3.3/mailcap.py
-share/blender/2.68/python/lib/python3.3/mimetypes.py
-share/blender/2.68/python/lib/python3.3/modulefinder.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/__init__.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/connection.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/dummy/__init__.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/dummy/connection.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/forking.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/heap.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/managers.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/pool.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/process.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/queues.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/reduction.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/sharedctypes.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/synchronize.py
-share/blender/2.68/python/lib/python3.3/multiprocessing/util.py
-share/blender/2.68/python/lib/python3.3/netrc.py
-share/blender/2.68/python/lib/python3.3/nntplib.py
-share/blender/2.68/python/lib/python3.3/ntpath.py
-share/blender/2.68/python/lib/python3.3/nturl2path.py
-share/blender/2.68/python/lib/python3.3/numbers.py
-share/blender/2.68/python/lib/python3.3/opcode.py
-share/blender/2.68/python/lib/python3.3/optparse.py
-share/blender/2.68/python/lib/python3.3/os.py
-share/blender/2.68/python/lib/python3.3/os2emxpath.py
-share/blender/2.68/python/lib/python3.3/pdb.py
-share/blender/2.68/python/lib/python3.3/pickle.py
-share/blender/2.68/python/lib/python3.3/pickletools.py
-share/blender/2.68/python/lib/python3.3/pipes.py
-share/blender/2.68/python/lib/python3.3/pkgutil.py
-share/blender/2.68/python/lib/python3.3/plat-netbsd6/IN.py
-share/blender/2.68/python/lib/python3.3/plat-netbsd6/regen
-share/blender/2.68/python/lib/python3.3/platform.py
-share/blender/2.68/python/lib/python3.3/plistlib.py
-share/blender/2.68/python/lib/python3.3/poplib.py
-share/blender/2.68/python/lib/python3.3/posixpath.py
-share/blender/2.68/python/lib/python3.3/pprint.py
-share/blender/2.68/python/lib/python3.3/profile.py
-share/blender/2.68/python/lib/python3.3/pstats.py
-share/blender/2.68/python/lib/python3.3/pty.py
-share/blender/2.68/python/lib/python3.3/py_compile.py
-share/blender/2.68/python/lib/python3.3/pyclbr.py
-share/blender/2.68/python/lib/python3.3/pydoc.py
-share/blender/2.68/python/lib/python3.3/pydoc_data/__init__.py
-share/blender/2.68/python/lib/python3.3/pydoc_data/_pydoc.css
-share/blender/2.68/python/lib/python3.3/pydoc_data/topics.py
-share/blender/2.68/python/lib/python3.3/queue.py
-share/blender/2.68/python/lib/python3.3/quopri.py
-share/blender/2.68/python/lib/python3.3/random.py
-share/blender/2.68/python/lib/python3.3/re.py
-share/blender/2.68/python/lib/python3.3/reprlib.py
-share/blender/2.68/python/lib/python3.3/rlcompleter.py
-share/blender/2.68/python/lib/python3.3/runpy.py
-share/blender/2.68/python/lib/python3.3/sched.py
-share/blender/2.68/python/lib/python3.3/shelve.py
-share/blender/2.68/python/lib/python3.3/shlex.py
-share/blender/2.68/python/lib/python3.3/shutil.py
-share/blender/2.68/python/lib/python3.3/site.py
-share/blender/2.68/python/lib/python3.3/smtpd.py
-share/blender/2.68/python/lib/python3.3/smtplib.py
-share/blender/2.68/python/lib/python3.3/sndhdr.py
-share/blender/2.68/python/lib/python3.3/socket.py
-share/blender/2.68/python/lib/python3.3/socketserver.py
-share/blender/2.68/python/lib/python3.3/sqlite3/__init__.py
-share/blender/2.68/python/lib/python3.3/sqlite3/dbapi2.py
-share/blender/2.68/python/lib/python3.3/sqlite3/dump.py
-share/blender/2.68/python/lib/python3.3/sre_compile.py
-share/blender/2.68/python/lib/python3.3/sre_constants.py
-share/blender/2.68/python/lib/python3.3/sre_parse.py
-share/blender/2.68/python/lib/python3.3/ssl.py
-share/blender/2.68/python/lib/python3.3/stat.py
-share/blender/2.68/python/lib/python3.3/string.py
-share/blender/2.68/python/lib/python3.3/stringprep.py
-share/blender/2.68/python/lib/python3.3/struct.py
-share/blender/2.68/python/lib/python3.3/subprocess.py
-share/blender/2.68/python/lib/python3.3/sunau.py
-share/blender/2.68/python/lib/python3.3/symbol.py
-share/blender/2.68/python/lib/python3.3/symtable.py
-share/blender/2.68/python/lib/python3.3/sysconfig.py
-share/blender/2.68/python/lib/python3.3/tabnanny.py
-share/blender/2.68/python/lib/python3.3/tarfile.py
-share/blender/2.68/python/lib/python3.3/telnetlib.py
-share/blender/2.68/python/lib/python3.3/tempfile.py
-share/blender/2.68/python/lib/python3.3/textwrap.py
-share/blender/2.68/python/lib/python3.3/this.py
-share/blender/2.68/python/lib/python3.3/threading.py
-share/blender/2.68/python/lib/python3.3/timeit.py
-share/blender/2.68/python/lib/python3.3/token.py
-share/blender/2.68/python/lib/python3.3/tokenize.py
-share/blender/2.68/python/lib/python3.3/trace.py
-share/blender/2.68/python/lib/python3.3/traceback.py
-share/blender/2.68/python/lib/python3.3/tty.py
-share/blender/2.68/python/lib/python3.3/types.py
-share/blender/2.68/python/lib/python3.3/unittest/__init__.py
-share/blender/2.68/python/lib/python3.3/unittest/__main__.py
-share/blender/2.68/python/lib/python3.3/unittest/case.py
-share/blender/2.68/python/lib/python3.3/unittest/loader.py
-share/blender/2.68/python/lib/python3.3/unittest/main.py
-share/blender/2.68/python/lib/python3.3/unittest/mock.py
-share/blender/2.68/python/lib/python3.3/unittest/result.py
-share/blender/2.68/python/lib/python3.3/unittest/runner.py
-share/blender/2.68/python/lib/python3.3/unittest/signals.py
-share/blender/2.68/python/lib/python3.3/unittest/suite.py
-share/blender/2.68/python/lib/python3.3/unittest/util.py
-share/blender/2.68/python/lib/python3.3/urllib/__init__.py
-share/blender/2.68/python/lib/python3.3/urllib/error.py
-share/blender/2.68/python/lib/python3.3/urllib/parse.py
-share/blender/2.68/python/lib/python3.3/urllib/request.py
-share/blender/2.68/python/lib/python3.3/urllib/response.py
-share/blender/2.68/python/lib/python3.3/urllib/robotparser.py
-share/blender/2.68/python/lib/python3.3/uu.py
-share/blender/2.68/python/lib/python3.3/uuid.py
-share/blender/2.68/python/lib/python3.3/venv/__init__.py
-share/blender/2.68/python/lib/python3.3/venv/__main__.py
-share/blender/2.68/python/lib/python3.3/venv/scripts/posix/activate
-share/blender/2.68/python/lib/python3.3/warnings.py
-share/blender/2.68/python/lib/python3.3/wave.py
-share/blender/2.68/python/lib/python3.3/weakref.py
-share/blender/2.68/python/lib/python3.3/webbrowser.py
-share/blender/2.68/python/lib/python3.3/wsgiref/__init__.py
-share/blender/2.68/python/lib/python3.3/wsgiref/handlers.py
-share/blender/2.68/python/lib/python3.3/wsgiref/headers.py
-share/blender/2.68/python/lib/python3.3/wsgiref/simple_server.py
-share/blender/2.68/python/lib/python3.3/wsgiref/util.py
-share/blender/2.68/python/lib/python3.3/wsgiref/validate.py
-share/blender/2.68/python/lib/python3.3/xdrlib.py
-share/blender/2.68/python/lib/python3.3/xml/__init__.py
-share/blender/2.68/python/lib/python3.3/xml/dom/NodeFilter.py
-share/blender/2.68/python/lib/python3.3/xml/dom/__init__.py
-share/blender/2.68/python/lib/python3.3/xml/dom/domreg.py
-share/blender/2.68/python/lib/python3.3/xml/dom/expatbuilder.py
-share/blender/2.68/python/lib/python3.3/xml/dom/minicompat.py
-share/blender/2.68/python/lib/python3.3/xml/dom/minidom.py
-share/blender/2.68/python/lib/python3.3/xml/dom/pulldom.py
-share/blender/2.68/python/lib/python3.3/xml/dom/xmlbuilder.py
-share/blender/2.68/python/lib/python3.3/xml/etree/ElementInclude.py
-share/blender/2.68/python/lib/python3.3/xml/etree/ElementPath.py
-share/blender/2.68/python/lib/python3.3/xml/etree/ElementTree.py
-share/blender/2.68/python/lib/python3.3/xml/etree/__init__.py
-share/blender/2.68/python/lib/python3.3/xml/etree/cElementTree.py
-share/blender/2.68/python/lib/python3.3/xml/parsers/__init__.py
-share/blender/2.68/python/lib/python3.3/xml/parsers/expat.py
-share/blender/2.68/python/lib/python3.3/xml/sax/__init__.py
-share/blender/2.68/python/lib/python3.3/xml/sax/_exceptions.py
-share/blender/2.68/python/lib/python3.3/xml/sax/expatreader.py
-share/blender/2.68/python/lib/python3.3/xml/sax/handler.py
-share/blender/2.68/python/lib/python3.3/xml/sax/saxutils.py
-share/blender/2.68/python/lib/python3.3/xml/sax/xmlreader.py
-share/blender/2.68/python/lib/python3.3/xmlrpc/__init__.py
-share/blender/2.68/python/lib/python3.3/xmlrpc/client.py
-share/blender/2.68/python/lib/python3.3/xmlrpc/server.py
-share/blender/2.68/python/lib/python3.3/zipfile.py
-share/blender/2.68/scripts/addons/add_curve_extra_objects/__init__.py
-share/blender/2.68/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
-share/blender/2.68/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
-share/blender/2.68/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
-share/blender/2.68/scripts/addons/add_curve_ivygen.py
-share/blender/2.68/scripts/addons/add_curve_sapling/__init__.py
-share/blender/2.68/scripts/addons/add_curve_sapling/presets/black_tupelo.py
-share/blender/2.68/scripts/addons/add_curve_sapling/presets/ca_black_oak.py
-share/blender/2.68/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
-share/blender/2.68/scripts/addons/add_curve_sapling/presets/weeping_willow.py
-share/blender/2.68/scripts/addons/add_curve_sapling/utils.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/__init__.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/createMesh.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/preset_utils.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/presets/M10.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/presets/M12.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/presets/M3.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/presets/M4.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/presets/M5.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/presets/M6.py
-share/blender/2.68/scripts/addons/add_mesh_BoltFactory/presets/M8.py
-share/blender/2.68/scripts/addons/add_mesh_ant_landscape.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/__init__.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_extra_objects.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_polysphere.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py
-share/blender/2.68/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py
-share/blender/2.68/scripts/addons/add_mesh_pipe_joint.py
-share/blender/2.68/scripts/addons/add_mesh_solid.py
-share/blender/2.68/scripts/addons/animation_add_corrective_shape_key.py
-share/blender/2.68/scripts/addons/animation_animall.py
-share/blender/2.68/scripts/addons/compositing_film_response/__init__.py
-share/blender/2.68/scripts/addons/compositing_film_response/film_response_curves.py
-share/blender/2.68/scripts/addons/curve_simplify.py
-share/blender/2.68/scripts/addons/cycles/__init__.py
-share/blender/2.68/scripts/addons/cycles/engine.py
-share/blender/2.68/scripts/addons/cycles/kernel/SConscript
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_velvet.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_diffuse.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_diffuse_ramp.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_microfacet.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_oren_nayar.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_phong_ramp.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_reflection.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_refraction.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_toon.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_transparent.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_util.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_ward.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bsdf_westin.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/bssrdf.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/emissive.h
-share/blender/2.68/scripts/addons/cycles/kernel/closure/volume.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel.cl
-share/blender/2.68/scripts/addons/cycles/kernel/kernel.cu
-share/blender/2.68/scripts/addons/cycles/kernel/kernel.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_accumulate.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_bvh.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_bvh_traversal.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_camera.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_compat_cpu.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_compat_cuda.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_compat_opencl.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_curve.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_differential.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_displace.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_emission.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_film.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_globals.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_jitter.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_light.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_math.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_montecarlo.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_object.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_passes.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_path.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_primitive.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_projection.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_random.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_shader.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_sse2.cpp
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_sse3.cpp
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_subsurface.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_textures.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_triangle.h
-share/blender/2.68/scripts/addons/cycles/kernel/kernel_types.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_attribute.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_brick.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_brightness.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_camera.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_checker.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_closure.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_convert.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_displace.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_fresnel.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_gamma.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_geometry.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_gradient.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_hsv.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_image.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_invert.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_light_path.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_magic.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_mapping.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_math.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_mix.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_musgrave.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_noise.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_noisetex.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_normal.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_ramp.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_sepcomb_rgb.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_sky.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_tex_coord.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_texture.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_types.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_value.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_voronoi.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_wave.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_wavelength.h
-share/blender/2.68/scripts/addons/cycles/kernel/svm/svm_wireframe.h
-share/blender/2.68/scripts/addons/cycles/kernel/util_color.h
-share/blender/2.68/scripts/addons/cycles/kernel/util_math.h
-share/blender/2.68/scripts/addons/cycles/kernel/util_transform.h
-share/blender/2.68/scripts/addons/cycles/kernel/util_types.h
-share/blender/2.68/scripts/addons/cycles/license/Apache_2.0.txt
-share/blender/2.68/scripts/addons/cycles/license/Blender.txt
-share/blender/2.68/scripts/addons/cycles/license/Boost.txt
-share/blender/2.68/scripts/addons/cycles/license/GPL.txt
-share/blender/2.68/scripts/addons/cycles/license/ILM.txt
-share/blender/2.68/scripts/addons/cycles/license/NVidia.txt
-share/blender/2.68/scripts/addons/cycles/license/OSL.txt
-share/blender/2.68/scripts/addons/cycles/license/Sobol.txt
-share/blender/2.68/scripts/addons/cycles/license/readme.txt
-share/blender/2.68/scripts/addons/cycles/osl.py
-share/blender/2.68/scripts/addons/cycles/presets.py
-share/blender/2.68/scripts/addons/cycles/properties.py
-share/blender/2.68/scripts/addons/cycles/ui.py
-share/blender/2.68/scripts/addons/development_api_navigator.py
-share/blender/2.68/scripts/addons/development_icon_get.py
-share/blender/2.68/scripts/addons/game_engine_save_as_runtime.py
-share/blender/2.68/scripts/addons/io_anim_acclaim/__init__.py
-share/blender/2.68/scripts/addons/io_anim_bvh/__init__.py
-share/blender/2.68/scripts/addons/io_anim_bvh/export_bvh.py
-share/blender/2.68/scripts/addons/io_anim_bvh/import_bvh.py
-share/blender/2.68/scripts/addons/io_anim_c3d/__init__.py
-share/blender/2.68/scripts/addons/io_anim_c3d/import_c3d.py
-share/blender/2.68/scripts/addons/io_anim_camera.py
-share/blender/2.68/scripts/addons/io_anim_nuke_chan/__init__.py
-share/blender/2.68/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py
-share/blender/2.68/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py
-share/blender/2.68/scripts/addons/io_coat3D/__init__.py
-share/blender/2.68/scripts/addons/io_coat3D/coat.py
-share/blender/2.68/scripts/addons/io_coat3D/tex.py
-share/blender/2.68/scripts/addons/io_convert_image_to_mesh_img/__init__.py
-share/blender/2.68/scripts/addons/io_convert_image_to_mesh_img/import_img.py
-share/blender/2.68/scripts/addons/io_curve_svg/__init__.py
-share/blender/2.68/scripts/addons/io_curve_svg/import_svg.py
-share/blender/2.68/scripts/addons/io_curve_svg/svg_colors.py
-share/blender/2.68/scripts/addons/io_export_after_effects.py
-share/blender/2.68/scripts/addons/io_export_dxf/__init__.py
-share/blender/2.68/scripts/addons/io_export_dxf/draw_blenders/__init__.py
-share/blender/2.68/scripts/addons/io_export_dxf/export_dxf.py
-share/blender/2.68/scripts/addons/io_export_dxf/model/__init__.py
-share/blender/2.68/scripts/addons/io_export_dxf/model/dxfLibrary.py
-share/blender/2.68/scripts/addons/io_export_dxf/model/migiusModel.py
-share/blender/2.68/scripts/addons/io_export_dxf/model/model.py
-share/blender/2.68/scripts/addons/io_export_dxf/operator.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
-share/blender/2.68/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
-share/blender/2.68/scripts/addons/io_export_pc2.py
-share/blender/2.68/scripts/addons/io_export_unreal_psk_psa.py
-share/blender/2.68/scripts/addons/io_import_gimp_image_to_scene.py
-share/blender/2.68/scripts/addons/io_import_images_as_planes.py
-share/blender/2.68/scripts/addons/io_import_scene_dxf.py
-share/blender/2.68/scripts/addons/io_import_scene_lwo.py
-share/blender/2.68/scripts/addons/io_import_scene_mhx.py
-share/blender/2.68/scripts/addons/io_import_scene_unreal_psa_psk.py
-share/blender/2.68/scripts/addons/io_mesh_pdb/__init__.py
-share/blender/2.68/scripts/addons/io_mesh_pdb/atom_info.dat
-share/blender/2.68/scripts/addons/io_mesh_pdb/export_pdb.py
-share/blender/2.68/scripts/addons/io_mesh_pdb/import_pdb.py
-share/blender/2.68/scripts/addons/io_mesh_ply/__init__.py
-share/blender/2.68/scripts/addons/io_mesh_ply/export_ply.py
-share/blender/2.68/scripts/addons/io_mesh_ply/import_ply.py
-share/blender/2.68/scripts/addons/io_mesh_raw/__init__.py
-share/blender/2.68/scripts/addons/io_mesh_raw/export_raw.py
-share/blender/2.68/scripts/addons/io_mesh_raw/import_raw.py
-share/blender/2.68/scripts/addons/io_mesh_stl/__init__.py
-share/blender/2.68/scripts/addons/io_mesh_stl/blender_utils.py
-share/blender/2.68/scripts/addons/io_mesh_stl/stl_utils.py
-share/blender/2.68/scripts/addons/io_mesh_uv_layout/__init__.py
-share/blender/2.68/scripts/addons/io_mesh_uv_layout/export_uv_eps.py
-share/blender/2.68/scripts/addons/io_mesh_uv_layout/export_uv_png.py
-share/blender/2.68/scripts/addons/io_mesh_uv_layout/export_uv_svg.py
-share/blender/2.68/scripts/addons/io_scene_3ds/__init__.py
-share/blender/2.68/scripts/addons/io_scene_3ds/export_3ds.py
-share/blender/2.68/scripts/addons/io_scene_3ds/import_3ds.py
-share/blender/2.68/scripts/addons/io_scene_fbx/__init__.py
-share/blender/2.68/scripts/addons/io_scene_fbx/export_fbx.py
-share/blender/2.68/scripts/addons/io_scene_map/__init__.py
-share/blender/2.68/scripts/addons/io_scene_map/export_map.py
-share/blender/2.68/scripts/addons/io_scene_ms3d/__init__.py
-share/blender/2.68/scripts/addons/io_scene_ms3d/ms3d_export.py
-share/blender/2.68/scripts/addons/io_scene_ms3d/ms3d_import.py
-share/blender/2.68/scripts/addons/io_scene_ms3d/ms3d_spec.py
-share/blender/2.68/scripts/addons/io_scene_ms3d/ms3d_strings.py
-share/blender/2.68/scripts/addons/io_scene_ms3d/ms3d_ui.py
-share/blender/2.68/scripts/addons/io_scene_ms3d/ms3d_utils.py
-share/blender/2.68/scripts/addons/io_scene_obj/__init__.py
-share/blender/2.68/scripts/addons/io_scene_obj/export_obj.py
-share/blender/2.68/scripts/addons/io_scene_obj/import_obj.py
-share/blender/2.68/scripts/addons/io_scene_vrml2/__init__.py
-share/blender/2.68/scripts/addons/io_scene_vrml2/export_vrml2.py
-share/blender/2.68/scripts/addons/io_scene_x/__init__.py
-share/blender/2.68/scripts/addons/io_scene_x/export_x.py
-share/blender/2.68/scripts/addons/io_scene_x3d/__init__.py
-share/blender/2.68/scripts/addons/io_scene_x3d/export_x3d.py
-share/blender/2.68/scripts/addons/io_scene_x3d/import_x3d.py
-share/blender/2.68/scripts/addons/io_sequencer_edl/__init__.py
-share/blender/2.68/scripts/addons/io_sequencer_edl/import_edl.py
-share/blender/2.68/scripts/addons/io_sequencer_edl/parse_edl.py
-share/blender/2.68/scripts/addons/io_shape_mdd/__init__.py
-share/blender/2.68/scripts/addons/io_shape_mdd/export_mdd.py
-share/blender/2.68/scripts/addons/io_shape_mdd/import_mdd.py
-share/blender/2.68/scripts/addons/light_field_tools/__init__.py
-share/blender/2.68/scripts/addons/light_field_tools/light_field_tools.py
-share/blender/2.68/scripts/addons/mesh_bsurfaces.py
-share/blender/2.68/scripts/addons/mesh_f2.py
-share/blender/2.68/scripts/addons/mesh_inset/__init__.py
-share/blender/2.68/scripts/addons/mesh_inset/geom.py
-share/blender/2.68/scripts/addons/mesh_inset/model.py
-share/blender/2.68/scripts/addons/mesh_inset/offset.py
-share/blender/2.68/scripts/addons/mesh_inset/triquad.py
-share/blender/2.68/scripts/addons/mesh_looptools.py
-share/blender/2.68/scripts/addons/mesh_relax.py
-share/blender/2.68/scripts/addons/mocap/__init__.py
-share/blender/2.68/scripts/addons/mocap/mocap_constraints.py
-share/blender/2.68/scripts/addons/mocap/mocap_tools.py
-share/blender/2.68/scripts/addons/mocap/retarget.py
-share/blender/2.68/scripts/addons/modules/constants_utils.py
-share/blender/2.68/scripts/addons/modules/cursor_utils.py
-share/blender/2.68/scripts/addons/modules/extensions_framework/__init__.py
-share/blender/2.68/scripts/addons/modules/extensions_framework/ui.py
-share/blender/2.68/scripts/addons/modules/extensions_framework/util.py
-share/blender/2.68/scripts/addons/modules/extensions_framework/validate.py
-share/blender/2.68/scripts/addons/modules/geometry_utils.py
-share/blender/2.68/scripts/addons/modules/misc_utils.py
-share/blender/2.68/scripts/addons/modules/rna_wiki_reference.py
-share/blender/2.68/scripts/addons/modules/selection_utils.py
-share/blender/2.68/scripts/addons/modules/ui_utils.py
-share/blender/2.68/scripts/addons/netrender/__init__.py
-share/blender/2.68/scripts/addons/netrender/baking.py
-share/blender/2.68/scripts/addons/netrender/balancing.py
-share/blender/2.68/scripts/addons/netrender/client.py
-share/blender/2.68/scripts/addons/netrender/css/images/themes-preview.gif
-share/blender/2.68/scripts/addons/netrender/css/images/themes.gif
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_flat_30_cccccc_40x100.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_flat_50_5c5c5c_40x100.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_glass_20_555555_1x400.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_glass_40_0078a3_1x400.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_glass_40_ffc73d_1x400.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_gloss-wave_25_333333_500x100.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_inset-soft_25_000000_1x100.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-bg_inset-soft_30_f58400_1x100.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-icons_222222_256x240.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-icons_4b8e0b_256x240.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-icons_a83300_256x240.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-icons_cccccc_256x240.png
-share/blender/2.68/scripts/addons/netrender/css/images/ui-icons_ffffff_256x240.png
-share/blender/2.68/scripts/addons/netrender/css/jquery-ui.css
-share/blender/2.68/scripts/addons/netrender/css/jquery.themes.css
-share/blender/2.68/scripts/addons/netrender/js/jquery-ui.js
-share/blender/2.68/scripts/addons/netrender/js/jquery.js
-share/blender/2.68/scripts/addons/netrender/js/jquery.themes.js
-share/blender/2.68/scripts/addons/netrender/js/netrender-action.js
-share/blender/2.68/scripts/addons/netrender/js/netrender-widget.js
-share/blender/2.68/scripts/addons/netrender/js/netrender.js
-share/blender/2.68/scripts/addons/netrender/js/netrender_balance.js
-share/blender/2.68/scripts/addons/netrender/master.py
-share/blender/2.68/scripts/addons/netrender/master_html.py
-share/blender/2.68/scripts/addons/netrender/model.py
-share/blender/2.68/scripts/addons/netrender/netrender.css
-share/blender/2.68/scripts/addons/netrender/netrender.js
-share/blender/2.68/scripts/addons/netrender/newui.html
-share/blender/2.68/scripts/addons/netrender/operators.py
-share/blender/2.68/scripts/addons/netrender/repath.py
-share/blender/2.68/scripts/addons/netrender/slave.py
-share/blender/2.68/scripts/addons/netrender/thumbnail.py
-share/blender/2.68/scripts/addons/netrender/ui.py
-share/blender/2.68/scripts/addons/netrender/utils.py
-share/blender/2.68/scripts/addons/netrender/versioning.py
-share/blender/2.68/scripts/addons/node_efficiency_tools.py
-share/blender/2.68/scripts/addons/object_add_chain.py
-share/blender/2.68/scripts/addons/object_animrenderbake.py
-share/blender/2.68/scripts/addons/object_cloud_gen.py
-share/blender/2.68/scripts/addons/object_edit_linked.py
-share/blender/2.68/scripts/addons/object_fracture/__init__.py
-share/blender/2.68/scripts/addons/object_fracture/data.blend
-share/blender/2.68/scripts/addons/object_fracture/fracture_ops.py
-share/blender/2.68/scripts/addons/object_fracture/fracture_setup.py
-share/blender/2.68/scripts/addons/object_fracture_cell/__init__.py
-share/blender/2.68/scripts/addons/object_fracture_cell/fracture_cell_calc.py
-share/blender/2.68/scripts/addons/object_fracture_cell/fracture_cell_setup.py
-share/blender/2.68/scripts/addons/object_grease_scatter.py
-share/blender/2.68/scripts/addons/object_print3d_utils/__init__.py
-share/blender/2.68/scripts/addons/object_print3d_utils/export.py
-share/blender/2.68/scripts/addons/object_print3d_utils/mesh_helpers.py
-share/blender/2.68/scripts/addons/object_print3d_utils/operators.py
-share/blender/2.68/scripts/addons/object_print3d_utils/readme.rst
-share/blender/2.68/scripts/addons/object_print3d_utils/report.py
-share/blender/2.68/scripts/addons/object_print3d_utils/todo.rst
-share/blender/2.68/scripts/addons/object_print3d_utils/ui.py
-share/blender/2.68/scripts/addons/paint_palette.py
-share/blender/2.68/scripts/addons/render_copy_settings/__init__.py
-share/blender/2.68/scripts/addons/render_copy_settings/operator.py
-share/blender/2.68/scripts/addons/render_copy_settings/panel.py
-share/blender/2.68/scripts/addons/render_copy_settings/presets.py
-share/blender/2.68/scripts/addons/render_copy_settings/translations.py
-share/blender/2.68/scripts/addons/render_povray/__init__.py
-share/blender/2.68/scripts/addons/render_povray/render.py
-share/blender/2.68/scripts/addons/render_povray/ui.py
-share/blender/2.68/scripts/addons/render_povray/update_files.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/__init__.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/exceptions.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/operators.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/ore_session.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/panels.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/prepare.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/rpc.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/upload.py
-share/blender/2.68/scripts/addons/render_renderfarmfi/utils.py
-share/blender/2.68/scripts/addons/rigify/CREDITS
-share/blender/2.68/scripts/addons/rigify/README
-share/blender/2.68/scripts/addons/rigify/__init__.py
-share/blender/2.68/scripts/addons/rigify/generate.py
-share/blender/2.68/scripts/addons/rigify/metarig_menu.py
-share/blender/2.68/scripts/addons/rigify/metarigs/__init__.py
-share/blender/2.68/scripts/addons/rigify/metarigs/human.py
-share/blender/2.68/scripts/addons/rigify/rig_lists.py
-share/blender/2.68/scripts/addons/rigify/rig_ui_template.py
-share/blender/2.68/scripts/addons/rigify/rigs/__init__.py
-share/blender/2.68/scripts/addons/rigify/rigs/basic/__init__.py
-share/blender/2.68/scripts/addons/rigify/rigs/basic/copy.py
-share/blender/2.68/scripts/addons/rigify/rigs/basic/copy_chain.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/__init__.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/arm/__init__.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/arm/deform.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/arm/fk.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/arm/ik.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/leg/__init__.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/leg/deform.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/leg/fk.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/leg/ik.py
-share/blender/2.68/scripts/addons/rigify/rigs/biped/limb_common.py
-share/blender/2.68/scripts/addons/rigify/rigs/finger.py
-share/blender/2.68/scripts/addons/rigify/rigs/misc/__init__.py
-share/blender/2.68/scripts/addons/rigify/rigs/misc/delta.py
-share/blender/2.68/scripts/addons/rigify/rigs/neck_short.py
-share/blender/2.68/scripts/addons/rigify/rigs/palm.py
-share/blender/2.68/scripts/addons/rigify/rigs/spine.py
-share/blender/2.68/scripts/addons/rigify/ui.py
-share/blender/2.68/scripts/addons/rigify/utils.py
-share/blender/2.68/scripts/addons/space_view3d_3d_navigation.py
-share/blender/2.68/scripts/addons/space_view3d_copy_attributes.py
-share/blender/2.68/scripts/addons/space_view3d_materials_utils.py
-share/blender/2.68/scripts/addons/space_view3d_math_vis/__init__.py
-share/blender/2.68/scripts/addons/space_view3d_math_vis/draw.py
-share/blender/2.68/scripts/addons/space_view3d_math_vis/utils.py
-share/blender/2.68/scripts/addons/space_view3d_panel_measure.py
-share/blender/2.68/scripts/addons/space_view3d_screencast_keys.py
-share/blender/2.68/scripts/addons/space_view3d_spacebar_menu.py
-share/blender/2.68/scripts/addons/system_blend_info.py
-share/blender/2.68/scripts/addons/system_demo_mode/__init__.py
-share/blender/2.68/scripts/addons/system_demo_mode/config.py
-share/blender/2.68/scripts/addons/system_demo_mode/demo_mode.py
-share/blender/2.68/scripts/addons/system_property_chart.py
-share/blender/2.68/scripts/addons/texture_paint_layer_manager.py
-share/blender/2.68/scripts/addons/ui_translate/__init__.py
-share/blender/2.68/scripts/addons/ui_translate/edit_translation.py
-share/blender/2.68/scripts/addons/ui_translate/settings.py
-share/blender/2.68/scripts/addons/ui_translate/update_addon.py
-share/blender/2.68/scripts/addons/ui_translate/update_svn.py
-share/blender/2.68/scripts/addons/ui_translate/update_ui.py
-share/blender/2.68/scripts/addons/uv_bake_texture_to_vcols.py
-share/blender/2.68/scripts/addons/uv_texture_atlas.py
-share/blender/2.68/scripts/freestyle/data/env_map/brown00.png
-share/blender/2.68/scripts/freestyle/data/env_map/gray00.png
-share/blender/2.68/scripts/freestyle/data/env_map/gray01.png
-share/blender/2.68/scripts/freestyle/data/env_map/gray02.png
-share/blender/2.68/scripts/freestyle/data/env_map/gray03.png
-share/blender/2.68/scripts/freestyle/data/textures/brushes/charcoalAlpha.bmp
-share/blender/2.68/scripts/freestyle/data/textures/brushes/oil.bmp
-share/blender/2.68/scripts/freestyle/data/textures/brushes/oilnoblend.bmp
-share/blender/2.68/scripts/freestyle/data/textures/brushes/opaqueBrushAlpha.bmp
-share/blender/2.68/scripts/freestyle/data/textures/brushes/opaqueDryBrushAlpha.bmp
-share/blender/2.68/scripts/freestyle/data/textures/brushes/smoothAlpha.bmp
-share/blender/2.68/scripts/freestyle/data/textures/brushes/washbrushAlpha.bmp
-share/blender/2.68/scripts/freestyle/data/textures/papers/whitepaper.jpg
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/dashed.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/dashedfine.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern00.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern01.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern02.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern03.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern04.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern05.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern06.bmp
-share/blender/2.68/scripts/freestyle/data/textures/variation_patterns/pattern07.bmp
-share/blender/2.68/scripts/freestyle/style_modules/ChainingIterators.py
-share/blender/2.68/scripts/freestyle/style_modules/Functions0D.py
-share/blender/2.68/scripts/freestyle/style_modules/Functions1D.py
-share/blender/2.68/scripts/freestyle/style_modules/PredicatesB1D.py
-share/blender/2.68/scripts/freestyle/style_modules/PredicatesU0D.py
-share/blender/2.68/scripts/freestyle/style_modules/PredicatesU1D.py
-share/blender/2.68/scripts/freestyle/style_modules/anisotropic_diffusion.py
-share/blender/2.68/scripts/freestyle/style_modules/apriori_and_causal_density.py
-share/blender/2.68/scripts/freestyle/style_modules/apriori_density.py
-share/blender/2.68/scripts/freestyle/style_modules/backbone_stretcher.py
-share/blender/2.68/scripts/freestyle/style_modules/blueprint_circles.py
-share/blender/2.68/scripts/freestyle/style_modules/blueprint_ellipses.py
-share/blender/2.68/scripts/freestyle/style_modules/blueprint_squares.py
-share/blender/2.68/scripts/freestyle/style_modules/cartoon.py
-share/blender/2.68/scripts/freestyle/style_modules/contour.py
-share/blender/2.68/scripts/freestyle/style_modules/curvature2d.py
-share/blender/2.68/scripts/freestyle/style_modules/external_contour.py
-share/blender/2.68/scripts/freestyle/style_modules/external_contour_sketchy.py
-share/blender/2.68/scripts/freestyle/style_modules/external_contour_smooth.py
-share/blender/2.68/scripts/freestyle/style_modules/haloing.py
-share/blender/2.68/scripts/freestyle/style_modules/ignore_small_occlusions.py
-share/blender/2.68/scripts/freestyle/style_modules/invisible_lines.py
-share/blender/2.68/scripts/freestyle/style_modules/japanese_bigbrush.py
-share/blender/2.68/scripts/freestyle/style_modules/logical_operators.py
-share/blender/2.68/scripts/freestyle/style_modules/long_anisotropically_dense.py
-share/blender/2.68/scripts/freestyle/style_modules/multiple_parameterization.py
-share/blender/2.68/scripts/freestyle/style_modules/nature.py
-share/blender/2.68/scripts/freestyle/style_modules/near_lines.py
-share/blender/2.68/scripts/freestyle/style_modules/occluded_by_specific_object.py
-share/blender/2.68/scripts/freestyle/style_modules/parameter_editor.py
-share/blender/2.68/scripts/freestyle/style_modules/polygonalize.py
-share/blender/2.68/scripts/freestyle/style_modules/qi0.py
-share/blender/2.68/scripts/freestyle/style_modules/qi0_not_external_contour.py
-share/blender/2.68/scripts/freestyle/style_modules/qi1.py
-share/blender/2.68/scripts/freestyle/style_modules/qi2.py
-share/blender/2.68/scripts/freestyle/style_modules/sequentialsplit_sketchy.py
-share/blender/2.68/scripts/freestyle/style_modules/shaders.py
-share/blender/2.68/scripts/freestyle/style_modules/sketchy_multiple_parameterization.py
-share/blender/2.68/scripts/freestyle/style_modules/sketchy_topology_broken.py
-share/blender/2.68/scripts/freestyle/style_modules/sketchy_topology_preserved.py
-share/blender/2.68/scripts/freestyle/style_modules/split_at_highest_2d_curvatures.py
-share/blender/2.68/scripts/freestyle/style_modules/split_at_tvertices.py
-share/blender/2.68/scripts/freestyle/style_modules/stroke_texture.py
-share/blender/2.68/scripts/freestyle/style_modules/suggestive.py
-share/blender/2.68/scripts/freestyle/style_modules/thickness_fof_depth_discontinuity.py
-share/blender/2.68/scripts/freestyle/style_modules/tipremover.py
-share/blender/2.68/scripts/freestyle/style_modules/tvertex_remover.py
-share/blender/2.68/scripts/freestyle/style_modules/uniformpruning_zsort.py
-share/blender/2.68/scripts/modules/addon_utils.py
-share/blender/2.68/scripts/modules/animsys_refactor.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/__init__.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/bl_extract_messages.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/merge_po.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/settings.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/settings_user.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/utils.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/utils_languages_menu.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/utils_rtl.py
-share/blender/2.68/scripts/modules/bl_i18n_utils/utils_spell_check.py
-share/blender/2.68/scripts/modules/blend_render_info.py
-share/blender/2.68/scripts/modules/bpy/__init__.py
-share/blender/2.68/scripts/modules/bpy/ops.py
-share/blender/2.68/scripts/modules/bpy/path.py
-share/blender/2.68/scripts/modules/bpy/utils.py
-share/blender/2.68/scripts/modules/bpy_extras/__init__.py
-share/blender/2.68/scripts/modules/bpy_extras/anim_utils.py
-share/blender/2.68/scripts/modules/bpy_extras/image_utils.py
-share/blender/2.68/scripts/modules/bpy_extras/io_utils.py
-share/blender/2.68/scripts/modules/bpy_extras/keyconfig_utils.py
-share/blender/2.68/scripts/modules/bpy_extras/mesh_utils.py
-share/blender/2.68/scripts/modules/bpy_extras/object_utils.py
-share/blender/2.68/scripts/modules/bpy_extras/view3d_utils.py
-share/blender/2.68/scripts/modules/bpy_restrict_state.py
-share/blender/2.68/scripts/modules/bpy_types.py
-share/blender/2.68/scripts/modules/bpyml.py
-share/blender/2.68/scripts/modules/bpyml_ui.py
-share/blender/2.68/scripts/modules/console/__init__.py
-share/blender/2.68/scripts/modules/console/complete_calltip.py
-share/blender/2.68/scripts/modules/console/complete_import.py
-share/blender/2.68/scripts/modules/console/complete_namespace.py
-share/blender/2.68/scripts/modules/console/intellisense.py
-share/blender/2.68/scripts/modules/console_python.py
-share/blender/2.68/scripts/modules/console_shell.py
-share/blender/2.68/scripts/modules/graphviz_export.py
-share/blender/2.68/scripts/modules/keyingsets_utils.py
-share/blender/2.68/scripts/modules/nodeitems_utils.py
-share/blender/2.68/scripts/modules/rna_info.py
-share/blender/2.68/scripts/modules/rna_keymap_ui.py
-share/blender/2.68/scripts/modules/rna_prop_ui.py
-share/blender/2.68/scripts/modules/rna_xml.py
-share/blender/2.68/scripts/modules/sys_info.py
-share/blender/2.68/scripts/presets/camera/APS-C_DSLR.py
-share/blender/2.68/scripts/presets/camera/Blender.py
-share/blender/2.68/scripts/presets/camera/Canon_1100D.py
-share/blender/2.68/scripts/presets/camera/Canon_1D.py
-share/blender/2.68/scripts/presets/camera/Canon_1DS.py
-share/blender/2.68/scripts/presets/camera/Canon_500D.py
-share/blender/2.68/scripts/presets/camera/Canon_550D.py
-share/blender/2.68/scripts/presets/camera/Canon_5D.py
-share/blender/2.68/scripts/presets/camera/Canon_600D.py
-share/blender/2.68/scripts/presets/camera/Canon_60D.py
-share/blender/2.68/scripts/presets/camera/Canon_7D.py
-share/blender/2.68/scripts/presets/camera/Nikon_D300S.py
-share/blender/2.68/scripts/presets/camera/Nikon_D3100.py
-share/blender/2.68/scripts/presets/camera/Nikon_D3S.py
-share/blender/2.68/scripts/presets/camera/Nikon_D5000.py
-share/blender/2.68/scripts/presets/camera/Nikon_D5100.py
-share/blender/2.68/scripts/presets/camera/Nikon_D7000.py
-share/blender/2.68/scripts/presets/camera/Nikon_D90.py
-share/blender/2.68/scripts/presets/camera/Red_Epic.py
-share/blender/2.68/scripts/presets/camera/Red_One_2K.py
-share/blender/2.68/scripts/presets/camera/Red_One_3K.py
-share/blender/2.68/scripts/presets/camera/Red_One_4K.py
-share/blender/2.68/scripts/presets/camera/Sony_A55.py
-share/blender/2.68/scripts/presets/camera/full_frame_35mm_film.py
-share/blender/2.68/scripts/presets/camera/micro_four_thirds.py
-share/blender/2.68/scripts/presets/camera/super_16_film.py
-share/blender/2.68/scripts/presets/camera/super_35_film.py
-share/blender/2.68/scripts/presets/cloth/cotton.py
-share/blender/2.68/scripts/presets/cloth/denim.py
-share/blender/2.68/scripts/presets/cloth/leather.py
-share/blender/2.68/scripts/presets/cloth/rubber.py
-share/blender/2.68/scripts/presets/cloth/silk.py
-share/blender/2.68/scripts/presets/cycles/integrator/direct_light.py
-share/blender/2.68/scripts/presets/cycles/integrator/full_global_illumination.py
-share/blender/2.68/scripts/presets/cycles/integrator/limited_global_illumination.py
-share/blender/2.68/scripts/presets/ffmpeg/DV.py
-share/blender/2.68/scripts/presets/ffmpeg/DVD.py
-share/blender/2.68/scripts/presets/ffmpeg/SVCD.py
-share/blender/2.68/scripts/presets/ffmpeg/VCD.py
-share/blender/2.68/scripts/presets/ffmpeg/h264.py
-share/blender/2.68/scripts/presets/ffmpeg/theora.py
-share/blender/2.68/scripts/presets/ffmpeg/xvid.py
-share/blender/2.68/scripts/presets/fluid/honey.py
-share/blender/2.68/scripts/presets/fluid/oil.py
-share/blender/2.68/scripts/presets/fluid/water.py
-share/blender/2.68/scripts/presets/framerate/23.98.py
-share/blender/2.68/scripts/presets/framerate/24.py
-share/blender/2.68/scripts/presets/framerate/25.py
-share/blender/2.68/scripts/presets/framerate/29.97.py
-share/blender/2.68/scripts/presets/framerate/30.py
-share/blender/2.68/scripts/presets/framerate/50.py
-share/blender/2.68/scripts/presets/framerate/59.94.py
-share/blender/2.68/scripts/presets/framerate/60.py
-share/blender/2.68/scripts/presets/framerate/Custom.py
-share/blender/2.68/scripts/presets/interaction/3dsmax.py
-share/blender/2.68/scripts/presets/interaction/blender.py
-share/blender/2.68/scripts/presets/interaction/maya.py
-share/blender/2.68/scripts/presets/interface_theme/back_to_black.xml
-share/blender/2.68/scripts/presets/interface_theme/blender_24x.xml
-share/blender/2.68/scripts/presets/interface_theme/elsyiun.xml
-share/blender/2.68/scripts/presets/interface_theme/hexagon.xml
-share/blender/2.68/scripts/presets/interface_theme/ubuntu_ambiance.xml
-share/blender/2.68/scripts/presets/keyconfig/3dsmax.py
-share/blender/2.68/scripts/presets/keyconfig/maya.py
-share/blender/2.68/scripts/presets/operator/wm.collada_export/second_life_rigged.py
-share/blender/2.68/scripts/presets/operator/wm.collada_export/second_life_static.py
-share/blender/2.68/scripts/presets/render/DVCPRO_HD_1080p.py
-share/blender/2.68/scripts/presets/render/DVCPRO_HD_720p.py
-share/blender/2.68/scripts/presets/render/HDTV_1080p.py
-share/blender/2.68/scripts/presets/render/HDTV_720p.py
-share/blender/2.68/scripts/presets/render/HDV_1080p.py
-share/blender/2.68/scripts/presets/render/HDV_NTSC_1080p.py
-share/blender/2.68/scripts/presets/render/HDV_PAL_1080p.py
-share/blender/2.68/scripts/presets/render/TV_NTSC_16_colon_9.py
-share/blender/2.68/scripts/presets/render/TV_NTSC_4_colon_3.py
-share/blender/2.68/scripts/presets/render/TV_PAL_16_colon_9.py
-share/blender/2.68/scripts/presets/render/TV_PAL_4_colon_3.py
-share/blender/2.68/scripts/presets/sss/apple.py
-share/blender/2.68/scripts/presets/sss/chicken.py
-share/blender/2.68/scripts/presets/sss/cream.py
-share/blender/2.68/scripts/presets/sss/ketchup.py
-share/blender/2.68/scripts/presets/sss/marble.py
-share/blender/2.68/scripts/presets/sss/potato.py
-share/blender/2.68/scripts/presets/sss/skim_milk.py
-share/blender/2.68/scripts/presets/sss/skin1.py
-share/blender/2.68/scripts/presets/sss/skin2.py
-share/blender/2.68/scripts/presets/sss/whole_milk.py
-share/blender/2.68/scripts/presets/sunsky/classic.py
-share/blender/2.68/scripts/presets/sunsky/desert.py
-share/blender/2.68/scripts/presets/sunsky/mountain.py
-share/blender/2.68/scripts/presets/tracking_camera/Blender.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_1100D.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_1D.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_1DS.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_500D.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_550D.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_5D.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_600D.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_60D.py
-share/blender/2.68/scripts/presets/tracking_camera/Canon_7D.py
-share/blender/2.68/scripts/presets/tracking_camera/Nikon_D300S.py
-share/blender/2.68/scripts/presets/tracking_camera/Nikon_D3100.py
-share/blender/2.68/scripts/presets/tracking_camera/Nikon_D35.py
-share/blender/2.68/scripts/presets/tracking_camera/Nikon_D5000.py
-share/blender/2.68/scripts/presets/tracking_camera/Nikon_D5100.py
-share/blender/2.68/scripts/presets/tracking_camera/Nikon_D7000.py
-share/blender/2.68/scripts/presets/tracking_camera/Nikon_D90.py
-share/blender/2.68/scripts/presets/tracking_camera/Red_Epic.py
-share/blender/2.68/scripts/presets/tracking_camera/Red_One_2K.py
-share/blender/2.68/scripts/presets/tracking_camera/Red_One_3K.py
-share/blender/2.68/scripts/presets/tracking_camera/Red_One_4K.py
-share/blender/2.68/scripts/presets/tracking_camera/Sony_A55.py
-share/blender/2.68/scripts/presets/tracking_settings/blurry_footage.py
-share/blender/2.68/scripts/presets/tracking_settings/default.py
-share/blender/2.68/scripts/presets/tracking_settings/fast_motion.py
-share/blender/2.68/scripts/presets/tracking_settings/planar.py
-share/blender/2.68/scripts/presets/tracking_track_color/default.py
-share/blender/2.68/scripts/presets/tracking_track_color/far_plane.py
-share/blender/2.68/scripts/presets/tracking_track_color/near_plane.py
-share/blender/2.68/scripts/presets/tracking_track_color/object.py
-share/blender/2.68/scripts/startup/bl_operators/__init__.py
-share/blender/2.68/scripts/startup/bl_operators/add_mesh_torus.py
-share/blender/2.68/scripts/startup/bl_operators/anim.py
-share/blender/2.68/scripts/startup/bl_operators/clip.py
-share/blender/2.68/scripts/startup/bl_operators/console.py
-share/blender/2.68/scripts/startup/bl_operators/freestyle.py
-share/blender/2.68/scripts/startup/bl_operators/image.py
-share/blender/2.68/scripts/startup/bl_operators/mesh.py
-share/blender/2.68/scripts/startup/bl_operators/node.py
-share/blender/2.68/scripts/startup/bl_operators/object.py
-share/blender/2.68/scripts/startup/bl_operators/object_align.py
-share/blender/2.68/scripts/startup/bl_operators/object_quick_effects.py
-share/blender/2.68/scripts/startup/bl_operators/object_randomize_transform.py
-share/blender/2.68/scripts/startup/bl_operators/presets.py
-share/blender/2.68/scripts/startup/bl_operators/rigidbody.py
-share/blender/2.68/scripts/startup/bl_operators/screen_play_rendered_anim.py
-share/blender/2.68/scripts/startup/bl_operators/sequencer.py
-share/blender/2.68/scripts/startup/bl_operators/uvcalc_follow_active.py
-share/blender/2.68/scripts/startup/bl_operators/uvcalc_lightmap.py
-share/blender/2.68/scripts/startup/bl_operators/uvcalc_smart_project.py
-share/blender/2.68/scripts/startup/bl_operators/vertexpaint_dirt.py
-share/blender/2.68/scripts/startup/bl_operators/view3d.py
-share/blender/2.68/scripts/startup/bl_operators/wm.py
-share/blender/2.68/scripts/startup/bl_ui/__init__.py
-share/blender/2.68/scripts/startup/bl_ui/properties_animviz.py
-share/blender/2.68/scripts/startup/bl_ui/properties_constraint.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_armature.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_bone.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_camera.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_curve.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_empty.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_lamp.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_lattice.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_mesh.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_metaball.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_modifier.py
-share/blender/2.68/scripts/startup/bl_ui/properties_data_speaker.py
-share/blender/2.68/scripts/startup/bl_ui/properties_freestyle.py
-share/blender/2.68/scripts/startup/bl_ui/properties_game.py
-share/blender/2.68/scripts/startup/bl_ui/properties_mask_common.py
-share/blender/2.68/scripts/startup/bl_ui/properties_material.py
-share/blender/2.68/scripts/startup/bl_ui/properties_object.py
-share/blender/2.68/scripts/startup/bl_ui/properties_paint_common.py
-share/blender/2.68/scripts/startup/bl_ui/properties_particle.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_cloth.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_common.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_field.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_fluid.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_rigidbody.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_smoke.py
-share/blender/2.68/scripts/startup/bl_ui/properties_physics_softbody.py
-share/blender/2.68/scripts/startup/bl_ui/properties_render.py
-share/blender/2.68/scripts/startup/bl_ui/properties_render_layer.py
-share/blender/2.68/scripts/startup/bl_ui/properties_scene.py
-share/blender/2.68/scripts/startup/bl_ui/properties_texture.py
-share/blender/2.68/scripts/startup/bl_ui/properties_world.py
-share/blender/2.68/scripts/startup/bl_ui/space_clip.py
-share/blender/2.68/scripts/startup/bl_ui/space_console.py
-share/blender/2.68/scripts/startup/bl_ui/space_dopesheet.py
-share/blender/2.68/scripts/startup/bl_ui/space_filebrowser.py
-share/blender/2.68/scripts/startup/bl_ui/space_graph.py
-share/blender/2.68/scripts/startup/bl_ui/space_image.py
-share/blender/2.68/scripts/startup/bl_ui/space_info.py
-share/blender/2.68/scripts/startup/bl_ui/space_logic.py
-share/blender/2.68/scripts/startup/bl_ui/space_nla.py
-share/blender/2.68/scripts/startup/bl_ui/space_node.py
-share/blender/2.68/scripts/startup/bl_ui/space_outliner.py
-share/blender/2.68/scripts/startup/bl_ui/space_properties.py
-share/blender/2.68/scripts/startup/bl_ui/space_sequencer.py
-share/blender/2.68/scripts/startup/bl_ui/space_text.py
-share/blender/2.68/scripts/startup/bl_ui/space_time.py
-share/blender/2.68/scripts/startup/bl_ui/space_userpref.py
-share/blender/2.68/scripts/startup/bl_ui/space_view3d.py
-share/blender/2.68/scripts/startup/bl_ui/space_view3d_toolbar.py
-share/blender/2.68/scripts/startup/keyingsets_builtins.py
-share/blender/2.68/scripts/startup/nodeitems_builtins.py
-share/blender/2.68/scripts/templates_osl/empty_shader.osl
-share/blender/2.68/scripts/templates_osl/noise.osl
-share/blender/2.68/scripts/templates_osl/ramp_closure.osl
-share/blender/2.68/scripts/templates_osl/temperature_to_rgb.osl
-share/blender/2.68/scripts/templates_osl/wavelength_to_rgb.osl
-share/blender/2.68/scripts/templates_osl/westin_closure.osl
-share/blender/2.68/scripts/templates_osl/wireframe.osl
-share/blender/2.68/scripts/templates_py/addon_add_object.py
-share/blender/2.68/scripts/templates_py/background_job.py
-share/blender/2.68/scripts/templates_py/batch_export.py
-share/blender/2.68/scripts/templates_py/bmesh_simple.py
-share/blender/2.68/scripts/templates_py/bmesh_simple_editmode.py
-share/blender/2.68/scripts/templates_py/builtin_keyingset.py
-share/blender/2.68/scripts/templates_py/custom_nodes.py
-share/blender/2.68/scripts/templates_py/driver_functions.py
-share/blender/2.68/scripts/templates_py/gamelogic.py
-share/blender/2.68/scripts/templates_py/gamelogic_module.py
-share/blender/2.68/scripts/templates_py/gamelogic_simple.py
-share/blender/2.68/scripts/templates_py/operator_file_export.py
-share/blender/2.68/scripts/templates_py/operator_file_import.py
-share/blender/2.68/scripts/templates_py/operator_mesh_add.py
-share/blender/2.68/scripts/templates_py/operator_modal.py
-share/blender/2.68/scripts/templates_py/operator_modal_draw.py
-share/blender/2.68/scripts/templates_py/operator_modal_timer.py
-share/blender/2.68/scripts/templates_py/operator_modal_view3d.py
-share/blender/2.68/scripts/templates_py/operator_modal_view3d_raycast.py
-share/blender/2.68/scripts/templates_py/operator_node.py
-share/blender/2.68/scripts/templates_py/operator_simple.py
-share/blender/2.68/scripts/templates_py/operator_uv.py
-share/blender/2.68/scripts/templates_py/script_stub.py
-share/blender/2.68/scripts/templates_py/ui_list.py
-share/blender/2.68/scripts/templates_py/ui_menu.py
-share/blender/2.68/scripts/templates_py/ui_menu_simple.py
-share/blender/2.68/scripts/templates_py/ui_panel.py
-share/blender/2.68/scripts/templates_py/ui_panel_simple.py
+share/blender/${PKGVERSION}/datafiles/fonts/bmonofont-i18n.ttf.gz
+share/blender/${PKGVERSION}/datafiles/fonts/droidsans.ttf.gz
+share/blender/${PKGVERSION}/datafiles/locale/ar/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/ca/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/cs/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/de/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/eo/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/es/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/fa/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/fr/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/he/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/hi/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/hr/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/hu/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/id/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/it/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/ja/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/ko/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/ky/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/languages
+share/blender/${PKGVERSION}/datafiles/locale/nl/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/pt/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/ru/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/sr/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/sv/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/tr/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/uk/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
+share/blender/${PKGVERSION}/python/lib/python3.3/LICENSE.txt
+share/blender/${PKGVERSION}/python/lib/python3.3/__future__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/__phello__.foo.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_compat_pickle.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_dummy_thread.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_markupbase.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_osx_support.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_pyio.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_strptime.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_sysconfigdata.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_threading_local.py
+share/blender/${PKGVERSION}/python/lib/python3.3/_weakrefset.py
+share/blender/${PKGVERSION}/python/lib/python3.3/abc.py
+share/blender/${PKGVERSION}/python/lib/python3.3/aifc.py
+share/blender/${PKGVERSION}/python/lib/python3.3/antigravity.py
+share/blender/${PKGVERSION}/python/lib/python3.3/argparse.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ast.py
+share/blender/${PKGVERSION}/python/lib/python3.3/asynchat.py
+share/blender/${PKGVERSION}/python/lib/python3.3/asyncore.py
+share/blender/${PKGVERSION}/python/lib/python3.3/base64.py
+share/blender/${PKGVERSION}/python/lib/python3.3/bdb.py
+share/blender/${PKGVERSION}/python/lib/python3.3/binhex.py
+share/blender/${PKGVERSION}/python/lib/python3.3/bisect.py
+share/blender/${PKGVERSION}/python/lib/python3.3/bz2.py
+share/blender/${PKGVERSION}/python/lib/python3.3/cProfile.py
+share/blender/${PKGVERSION}/python/lib/python3.3/calendar.py
+share/blender/${PKGVERSION}/python/lib/python3.3/cgi.py
+share/blender/${PKGVERSION}/python/lib/python3.3/cgitb.py
+share/blender/${PKGVERSION}/python/lib/python3.3/chunk.py
+share/blender/${PKGVERSION}/python/lib/python3.3/cmd.py
+share/blender/${PKGVERSION}/python/lib/python3.3/code.py
+share/blender/${PKGVERSION}/python/lib/python3.3/codecs.py
+share/blender/${PKGVERSION}/python/lib/python3.3/codeop.py
+share/blender/${PKGVERSION}/python/lib/python3.3/collections/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/collections/__main__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/collections/abc.py
+share/blender/${PKGVERSION}/python/lib/python3.3/colorsys.py
+share/blender/${PKGVERSION}/python/lib/python3.3/compileall.py
+share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/_base.py
+share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/process.py
+share/blender/${PKGVERSION}/python/lib/python3.3/concurrent/futures/thread.py
+share/blender/${PKGVERSION}/python/lib/python3.3/configparser.py
+share/blender/${PKGVERSION}/python/lib/python3.3/contextlib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/copy.py
+share/blender/${PKGVERSION}/python/lib/python3.3/copyreg.py
+share/blender/${PKGVERSION}/python/lib/python3.3/crypt.py
+share/blender/${PKGVERSION}/python/lib/python3.3/csv.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/_endian.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/README.ctypes
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/dyld.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/dylib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/fetch_macholib
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/fetch_macholib.bat
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/macholib/framework.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/util.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ctypes/wintypes.py
+share/blender/${PKGVERSION}/python/lib/python3.3/curses/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/curses/ascii.py
+share/blender/${PKGVERSION}/python/lib/python3.3/curses/has_key.py
+share/blender/${PKGVERSION}/python/lib/python3.3/curses/panel.py
+share/blender/${PKGVERSION}/python/lib/python3.3/curses/textpad.py
+share/blender/${PKGVERSION}/python/lib/python3.3/datetime.py
+share/blender/${PKGVERSION}/python/lib/python3.3/dbm/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/dbm/dumb.py
+share/blender/${PKGVERSION}/python/lib/python3.3/dbm/gnu.py
+share/blender/${PKGVERSION}/python/lib/python3.3/dbm/ndbm.py
+share/blender/${PKGVERSION}/python/lib/python3.3/decimal.py
+share/blender/${PKGVERSION}/python/lib/python3.3/difflib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/dis.py
+share/blender/${PKGVERSION}/python/lib/python3.3/doctest.py
+share/blender/${PKGVERSION}/python/lib/python3.3/dummy_threading.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/_encoded_words.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/_header_value_parser.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/_parseaddr.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/_policybase.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/architecture.rst
+share/blender/${PKGVERSION}/python/lib/python3.3/email/base64mime.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/charset.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/encoders.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/errors.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/feedparser.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/generator.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/header.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/headerregistry.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/iterators.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/message.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/application.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/audio.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/base.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/image.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/message.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/multipart.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/nonmultipart.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/mime/text.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/parser.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/policy.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/quoprimime.py
+share/blender/${PKGVERSION}/python/lib/python3.3/email/utils.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/aliases.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/ascii.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/base64_codec.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/big5.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/big5hkscs.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/bz2_codec.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/charmap.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp037.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1006.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1026.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1140.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1250.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1251.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1252.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1253.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1254.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1255.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1256.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1257.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp1258.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp424.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp437.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp500.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp65001.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp720.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp737.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp775.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp850.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp852.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp855.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp856.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp857.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp858.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp860.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp861.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp862.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp863.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp864.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp865.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp866.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp869.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp874.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp875.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp932.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp949.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/cp950.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jis_2004.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jisx0213.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_jp.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/euc_kr.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gb18030.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gb2312.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/gbk.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hex_codec.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hp_roman8.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/hz.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/idna.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_1.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_2.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_2004.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_3.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_jp_ext.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso2022_kr.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_1.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_10.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_11.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_13.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_14.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_15.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_16.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_2.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_3.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_4.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_5.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_6.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_7.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_8.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/iso8859_9.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/johab.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/koi8_r.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/koi8_u.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/latin_1.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_arabic.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_centeuro.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_croatian.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_cyrillic.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_farsi.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_greek.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_iceland.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_latin2.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_roman.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_romanian.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mac_turkish.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/mbcs.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/palmos.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/ptcp154.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/punycode.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/quopri_codec.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/raw_unicode_escape.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/rot_13.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jis.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jis_2004.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/shift_jisx0213.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/tis_620.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/undefined.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/unicode_escape.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/unicode_internal.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16_be.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_16_le.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32_be.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_32_le.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_7.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_8.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/utf_8_sig.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/uu_codec.py
+share/blender/${PKGVERSION}/python/lib/python3.3/encodings/zlib_codec.py
+share/blender/${PKGVERSION}/python/lib/python3.3/filecmp.py
+share/blender/${PKGVERSION}/python/lib/python3.3/fileinput.py
+share/blender/${PKGVERSION}/python/lib/python3.3/fnmatch.py
+share/blender/${PKGVERSION}/python/lib/python3.3/formatter.py
+share/blender/${PKGVERSION}/python/lib/python3.3/fractions.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ftplib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/functools.py
+share/blender/${PKGVERSION}/python/lib/python3.3/genericpath.py
+share/blender/${PKGVERSION}/python/lib/python3.3/getopt.py
+share/blender/${PKGVERSION}/python/lib/python3.3/getpass.py
+share/blender/${PKGVERSION}/python/lib/python3.3/gettext.py
+share/blender/${PKGVERSION}/python/lib/python3.3/glob.py
+share/blender/${PKGVERSION}/python/lib/python3.3/gzip.py
+share/blender/${PKGVERSION}/python/lib/python3.3/hashlib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/heapq.py
+share/blender/${PKGVERSION}/python/lib/python3.3/hmac.py
+share/blender/${PKGVERSION}/python/lib/python3.3/html/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/html/entities.py
+share/blender/${PKGVERSION}/python/lib/python3.3/html/parser.py
+share/blender/${PKGVERSION}/python/lib/python3.3/http/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/http/client.py
+share/blender/${PKGVERSION}/python/lib/python3.3/http/cookiejar.py
+share/blender/${PKGVERSION}/python/lib/python3.3/http/cookies.py
+share/blender/${PKGVERSION}/python/lib/python3.3/http/server.py
+share/blender/${PKGVERSION}/python/lib/python3.3/imaplib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/imghdr.py
+share/blender/${PKGVERSION}/python/lib/python3.3/imp.py
+share/blender/${PKGVERSION}/python/lib/python3.3/importlib/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/importlib/_bootstrap.py
+share/blender/${PKGVERSION}/python/lib/python3.3/importlib/abc.py
+share/blender/${PKGVERSION}/python/lib/python3.3/importlib/machinery.py
+share/blender/${PKGVERSION}/python/lib/python3.3/importlib/util.py
+share/blender/${PKGVERSION}/python/lib/python3.3/inspect.py
+share/blender/${PKGVERSION}/python/lib/python3.3/io.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ipaddress.py
+share/blender/${PKGVERSION}/python/lib/python3.3/json/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/json/decoder.py
+share/blender/${PKGVERSION}/python/lib/python3.3/json/encoder.py
+share/blender/${PKGVERSION}/python/lib/python3.3/json/scanner.py
+share/blender/${PKGVERSION}/python/lib/python3.3/json/tool.py
+share/blender/${PKGVERSION}/python/lib/python3.3/keyword.py
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_bisect.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_bz2.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_cn.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_hk.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_iso2022.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_jp.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_kr.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_codecs_tw.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_crypt.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_csv.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ctypes.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ctypes_test.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_datetime.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_dbm.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_decimal.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_hashlib.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_heapq.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_json.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_lsprof.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_lzma.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_md5.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_multibytecodec.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_multiprocessing.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_pickle.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_posixsubprocess.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_random.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha1.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha256.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_sha512.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_socket.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_ssl.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_struct.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_testbuffer.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/_testcapi.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/array.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/atexit.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/audioop.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/binascii.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/cmath.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/fcntl.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/grp.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/math.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/mmap.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/nis.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/parser.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/resource.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/select.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/syslog.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/termios.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/time.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/unicodedata.so
+share/blender/${PKGVERSION}/python/lib/python3.3/lib-dynload/zlib.so
+share/blender/${PKGVERSION}/python/lib/python3.3/linecache.py
+share/blender/${PKGVERSION}/python/lib/python3.3/locale.py
+share/blender/${PKGVERSION}/python/lib/python3.3/logging/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/logging/config.py
+share/blender/${PKGVERSION}/python/lib/python3.3/logging/handlers.py
+share/blender/${PKGVERSION}/python/lib/python3.3/lzma.py
+share/blender/${PKGVERSION}/python/lib/python3.3/macpath.py
+share/blender/${PKGVERSION}/python/lib/python3.3/macurl2path.py
+share/blender/${PKGVERSION}/python/lib/python3.3/mailbox.py
+share/blender/${PKGVERSION}/python/lib/python3.3/mailcap.py
+share/blender/${PKGVERSION}/python/lib/python3.3/mimetypes.py
+share/blender/${PKGVERSION}/python/lib/python3.3/modulefinder.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/connection.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/dummy/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/dummy/connection.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/forking.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/heap.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/managers.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/pool.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/process.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/queues.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/reduction.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/sharedctypes.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/synchronize.py
+share/blender/${PKGVERSION}/python/lib/python3.3/multiprocessing/util.py
+share/blender/${PKGVERSION}/python/lib/python3.3/netrc.py
+share/blender/${PKGVERSION}/python/lib/python3.3/nntplib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ntpath.py
+share/blender/${PKGVERSION}/python/lib/python3.3/nturl2path.py
+share/blender/${PKGVERSION}/python/lib/python3.3/numbers.py
+share/blender/${PKGVERSION}/python/lib/python3.3/opcode.py
+share/blender/${PKGVERSION}/python/lib/python3.3/optparse.py
+share/blender/${PKGVERSION}/python/lib/python3.3/os.py
+share/blender/${PKGVERSION}/python/lib/python3.3/os2emxpath.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pdb.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pickle.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pickletools.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pipes.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pkgutil.py
+share/blender/${PKGVERSION}/python/lib/python3.3/plat-netbsd6/IN.py
+share/blender/${PKGVERSION}/python/lib/python3.3/plat-netbsd6/regen
+share/blender/${PKGVERSION}/python/lib/python3.3/platform.py
+share/blender/${PKGVERSION}/python/lib/python3.3/plistlib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/poplib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/posixpath.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pprint.py
+share/blender/${PKGVERSION}/python/lib/python3.3/profile.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pstats.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pty.py
+share/blender/${PKGVERSION}/python/lib/python3.3/py_compile.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pyclbr.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pydoc.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/_pydoc.css
+share/blender/${PKGVERSION}/python/lib/python3.3/pydoc_data/topics.py
+share/blender/${PKGVERSION}/python/lib/python3.3/queue.py
+share/blender/${PKGVERSION}/python/lib/python3.3/quopri.py
+share/blender/${PKGVERSION}/python/lib/python3.3/random.py
+share/blender/${PKGVERSION}/python/lib/python3.3/re.py
+share/blender/${PKGVERSION}/python/lib/python3.3/reprlib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/rlcompleter.py
+share/blender/${PKGVERSION}/python/lib/python3.3/runpy.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sched.py
+share/blender/${PKGVERSION}/python/lib/python3.3/shelve.py
+share/blender/${PKGVERSION}/python/lib/python3.3/shlex.py
+share/blender/${PKGVERSION}/python/lib/python3.3/shutil.py
+share/blender/${PKGVERSION}/python/lib/python3.3/site.py
+share/blender/${PKGVERSION}/python/lib/python3.3/smtpd.py
+share/blender/${PKGVERSION}/python/lib/python3.3/smtplib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sndhdr.py
+share/blender/${PKGVERSION}/python/lib/python3.3/socket.py
+share/blender/${PKGVERSION}/python/lib/python3.3/socketserver.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/dbapi2.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sqlite3/dump.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sre_compile.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sre_constants.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sre_parse.py
+share/blender/${PKGVERSION}/python/lib/python3.3/ssl.py
+share/blender/${PKGVERSION}/python/lib/python3.3/stat.py
+share/blender/${PKGVERSION}/python/lib/python3.3/string.py
+share/blender/${PKGVERSION}/python/lib/python3.3/stringprep.py
+share/blender/${PKGVERSION}/python/lib/python3.3/struct.py
+share/blender/${PKGVERSION}/python/lib/python3.3/subprocess.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sunau.py
+share/blender/${PKGVERSION}/python/lib/python3.3/symbol.py
+share/blender/${PKGVERSION}/python/lib/python3.3/symtable.py
+share/blender/${PKGVERSION}/python/lib/python3.3/sysconfig.py
+share/blender/${PKGVERSION}/python/lib/python3.3/tabnanny.py
+share/blender/${PKGVERSION}/python/lib/python3.3/tarfile.py
+share/blender/${PKGVERSION}/python/lib/python3.3/telnetlib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/tempfile.py
+share/blender/${PKGVERSION}/python/lib/python3.3/textwrap.py
+share/blender/${PKGVERSION}/python/lib/python3.3/this.py
+share/blender/${PKGVERSION}/python/lib/python3.3/threading.py
+share/blender/${PKGVERSION}/python/lib/python3.3/timeit.py
+share/blender/${PKGVERSION}/python/lib/python3.3/token.py
+share/blender/${PKGVERSION}/python/lib/python3.3/tokenize.py
+share/blender/${PKGVERSION}/python/lib/python3.3/trace.py
+share/blender/${PKGVERSION}/python/lib/python3.3/traceback.py
+share/blender/${PKGVERSION}/python/lib/python3.3/tty.py
+share/blender/${PKGVERSION}/python/lib/python3.3/types.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/__main__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/case.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/loader.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/main.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/mock.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/result.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/runner.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/signals.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/suite.py
+share/blender/${PKGVERSION}/python/lib/python3.3/unittest/util.py
+share/blender/${PKGVERSION}/python/lib/python3.3/urllib/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/urllib/error.py
+share/blender/${PKGVERSION}/python/lib/python3.3/urllib/parse.py
+share/blender/${PKGVERSION}/python/lib/python3.3/urllib/request.py
+share/blender/${PKGVERSION}/python/lib/python3.3/urllib/response.py
+share/blender/${PKGVERSION}/python/lib/python3.3/urllib/robotparser.py
+share/blender/${PKGVERSION}/python/lib/python3.3/uu.py
+share/blender/${PKGVERSION}/python/lib/python3.3/uuid.py
+share/blender/${PKGVERSION}/python/lib/python3.3/venv/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/venv/__main__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/venv/scripts/posix/activate
+share/blender/${PKGVERSION}/python/lib/python3.3/warnings.py
+share/blender/${PKGVERSION}/python/lib/python3.3/wave.py
+share/blender/${PKGVERSION}/python/lib/python3.3/weakref.py
+share/blender/${PKGVERSION}/python/lib/python3.3/webbrowser.py
+share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/handlers.py
+share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/headers.py
+share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/simple_server.py
+share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/util.py
+share/blender/${PKGVERSION}/python/lib/python3.3/wsgiref/validate.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xdrlib.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/NodeFilter.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/domreg.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/expatbuilder.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/minicompat.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/minidom.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/pulldom.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/dom/xmlbuilder.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementInclude.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementPath.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/ElementTree.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/etree/cElementTree.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/parsers/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/parsers/expat.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/_exceptions.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/expatreader.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/handler.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/saxutils.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xml/sax/xmlreader.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/__init__.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/client.py
+share/blender/${PKGVERSION}/python/lib/python3.3/xmlrpc/server.py
+share/blender/${PKGVERSION}/python/lib/python3.3/zipfile.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_ivygen.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/black_tupelo.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/ca_black_oak.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/weeping_willow.py
+share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/utils.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/createMesh.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/preset_utils.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M10.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M12.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M3.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M4.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M5.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M6.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/presets/M8.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_ant_landscape.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_extra_objects.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_polysphere.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_pipe_joint.py
+share/blender/${PKGVERSION}/scripts/addons/add_mesh_solid.py
+share/blender/${PKGVERSION}/scripts/addons/animation_add_corrective_shape_key.py
+share/blender/${PKGVERSION}/scripts/addons/animation_animall.py
+share/blender/${PKGVERSION}/scripts/addons/compositing_film_response/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/compositing_film_response/film_response_curves.py
+share/blender/${PKGVERSION}/scripts/addons/curve_simplify.py
+share/blender/${PKGVERSION}/scripts/addons/cycles/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/cycles/engine.py
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/SConscript
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ashikhmin_velvet.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_diffuse_ramp.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_hair.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_microfacet.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_oren_nayar.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_phong_ramp.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_reflection.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_refraction.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_toon.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_transparent.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_util.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_ward.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bsdf_westin.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/bssrdf.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/emissive.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/closure/volume.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cl
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.cu
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_accumulate.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh_subsurface.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_bvh_traversal.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_camera.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cpu.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_cuda.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_compat_opencl.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_curve.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_differential.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_displace.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_emission.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_film.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_globals.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_jitter.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_light.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_math.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_montecarlo.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_object.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_passes.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_path_state.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_primitive.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_projection.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_random.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_shader.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse2.cpp
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_sse3.cpp
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_subsurface.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_textures.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_triangle.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/kernel_types.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_attribute.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_blackbody.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_brick.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_brightness.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_camera.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_checker.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_closure.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_convert.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_displace.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_fresnel.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_gamma.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_geometry.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_gradient.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_hsv.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_image.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_invert.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_light_path.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_magic.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_mapping.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_math.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_mix.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_musgrave.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_noise.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_noisetex.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_normal.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_ramp.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_hsv.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sepcomb_rgb.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_sky.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_tex_coord.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_texture.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_types.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_value.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_vector_transform.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_voronoi.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wave.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wavelength.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/svm/svm_wireframe.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_color.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_math.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_transform.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/kernel/util_types.h
+share/blender/${PKGVERSION}/scripts/addons/cycles/license/Apache_2.0.txt
+share/blender/${PKGVERSION}/scripts/addons/cycles/license/Boost.txt
+share/blender/${PKGVERSION}/scripts/addons/cycles/license/ILM.txt
+share/blender/${PKGVERSION}/scripts/addons/cycles/license/NVidia.txt
+share/blender/${PKGVERSION}/scripts/addons/cycles/license/OSL.txt
+share/blender/${PKGVERSION}/scripts/addons/cycles/license/Sobol.txt
+share/blender/${PKGVERSION}/scripts/addons/cycles/license/readme.txt
+share/blender/${PKGVERSION}/scripts/addons/cycles/osl.py
+share/blender/${PKGVERSION}/scripts/addons/cycles/presets.py
+share/blender/${PKGVERSION}/scripts/addons/cycles/properties.py
+share/blender/${PKGVERSION}/scripts/addons/cycles/ui.py
+share/blender/${PKGVERSION}/scripts/addons/development_api_navigator.py
+share/blender/${PKGVERSION}/scripts/addons/development_icon_get.py
+share/blender/${PKGVERSION}/scripts/addons/game_engine_save_as_runtime.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_acclaim/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/export_bvh.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/import_bvh.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_c3d/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_c3d/import_c3d.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_camera.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py
+share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py
+share/blender/${PKGVERSION}/scripts/addons/io_coat3D/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_coat3D/coat.py
+share/blender/${PKGVERSION}/scripts/addons/io_coat3D/tex.py
+share/blender/${PKGVERSION}/scripts/addons/io_convert_image_to_mesh_img/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_convert_image_to_mesh_img/import_img.py
+share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/import_svg.py
+share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_colors.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_after_effects.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/draw_blenders/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/export_dxf.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/dxfLibrary.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/migiusModel.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/model.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/operator.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_pc2.py
+share/blender/${PKGVERSION}/scripts/addons/io_export_unreal_psk_psa.py
+share/blender/${PKGVERSION}/scripts/addons/io_import_gimp_image_to_scene.py
+share/blender/${PKGVERSION}/scripts/addons/io_import_images_as_planes.py
+share/blender/${PKGVERSION}/scripts/addons/io_import_scene_dxf.py
+share/blender/${PKGVERSION}/scripts/addons/io_import_scene_lwo.py
+share/blender/${PKGVERSION}/scripts/addons/io_import_scene_mhx.py
+share/blender/${PKGVERSION}/scripts/addons/io_import_scene_unreal_psa_psk.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/atom_info.dat
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/export_pdb.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_pdb/import_pdb.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/export_ply.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/import_ply.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/export_raw.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_raw/import_raw.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/blender_utils.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/stl_utils.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_eps.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_png.py
+share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_svg.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/export_3ds.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_3ds/import_3ds.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/cycles_shader_compat.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/import_fbx.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/parse_fbx.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_map/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_map/export_map.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_export.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_import.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_spec.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_strings.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_ui.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_ms3d/ms3d_utils.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/export_obj.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/import_obj.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_vrml2/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_vrml2/export_vrml2.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_x/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_x/export_x.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/export_x3d.py
+share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/import_x3d.py
+share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/import_edl.py
+share/blender/${PKGVERSION}/scripts/addons/io_sequencer_edl/parse_edl.py
+share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/export_mdd.py
+share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/import_mdd.py
+share/blender/${PKGVERSION}/scripts/addons/light_field_tools/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/light_field_tools/light_field_tools.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_bsurfaces.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_f2.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_inset/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_inset/geom.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_inset/model.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_inset/offset.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_inset/triquad.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_looptools.py
+share/blender/${PKGVERSION}/scripts/addons/mesh_relax.py
+share/blender/${PKGVERSION}/scripts/addons/mocap/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/mocap/mocap_constraints.py
+share/blender/${PKGVERSION}/scripts/addons/mocap/mocap_tools.py
+share/blender/${PKGVERSION}/scripts/addons/mocap/retarget.py
+share/blender/${PKGVERSION}/scripts/addons/modules/constants_utils.py
+share/blender/${PKGVERSION}/scripts/addons/modules/cursor_utils.py
+share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/ui.py
+share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/util.py
+share/blender/${PKGVERSION}/scripts/addons/modules/extensions_framework/validate.py
+share/blender/${PKGVERSION}/scripts/addons/modules/geometry_utils.py
+share/blender/${PKGVERSION}/scripts/addons/modules/misc_utils.py
+share/blender/${PKGVERSION}/scripts/addons/modules/rna_wiki_reference.py
+share/blender/${PKGVERSION}/scripts/addons/modules/selection_utils.py
+share/blender/${PKGVERSION}/scripts/addons/modules/ui_utils.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/baking.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/balancing.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/client.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/themes-preview.gif
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/themes.gif
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_flat_30_cccccc_40x100.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_flat_50_5c5c5c_40x100.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_20_555555_1x400.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_40_0078a3_1x400.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_glass_40_ffc73d_1x400.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_gloss-wave_25_333333_500x100.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_inset-soft_25_000000_1x100.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-bg_inset-soft_30_f58400_1x100.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_222222_256x240.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_4b8e0b_256x240.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_a83300_256x240.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_cccccc_256x240.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/images/ui-icons_ffffff_256x240.png
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/jquery-ui.css
+share/blender/${PKGVERSION}/scripts/addons/netrender/css/jquery.themes.css
+share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery-ui.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/js/jquery.themes.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender-action.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender-widget.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/js/netrender_balance.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/master.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/master_html.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/model.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/netrender.css
+share/blender/${PKGVERSION}/scripts/addons/netrender/netrender.js
+share/blender/${PKGVERSION}/scripts/addons/netrender/newui.html
+share/blender/${PKGVERSION}/scripts/addons/netrender/operators.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/repath.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/slave.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/thumbnail.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/ui.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/utils.py
+share/blender/${PKGVERSION}/scripts/addons/netrender/versioning.py
+share/blender/${PKGVERSION}/scripts/addons/node_efficiency_tools.py
+share/blender/${PKGVERSION}/scripts/addons/object_add_chain.py
+share/blender/${PKGVERSION}/scripts/addons/object_animrenderbake.py
+share/blender/${PKGVERSION}/scripts/addons/object_cloud_gen.py
+share/blender/${PKGVERSION}/scripts/addons/object_edit_linked.py
+share/blender/${PKGVERSION}/scripts/addons/object_fracture/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/object_fracture/data.blend
+share/blender/${PKGVERSION}/scripts/addons/object_fracture/fracture_ops.py
+share/blender/${PKGVERSION}/scripts/addons/object_fracture/fracture_setup.py
+share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_calc.py
+share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_setup.py
+share/blender/${PKGVERSION}/scripts/addons/object_grease_scatter.py
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/export.py
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/mesh_helpers.py
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/operators.py
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/readme.rst
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/report.py
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/todo.rst
+share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/ui.py
+share/blender/${PKGVERSION}/scripts/addons/paint_palette.py
+share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/operator.py
+share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/panel.py
+share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/presets.py
+share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/translations.py
+share/blender/${PKGVERSION}/scripts/addons/render_povray/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/render_povray/render.py
+share/blender/${PKGVERSION}/scripts/addons/render_povray/ui.py
+share/blender/${PKGVERSION}/scripts/addons/render_povray/update_files.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/exceptions.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/operators.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/ore_session.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/panels.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/prepare.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/rpc.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/upload.py
+share/blender/${PKGVERSION}/scripts/addons/render_renderfarmfi/utils.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/CREDITS
+share/blender/${PKGVERSION}/scripts/addons/rigify/README
+share/blender/${PKGVERSION}/scripts/addons/rigify/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/generate.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/metarig_menu.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/human.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rig_lists.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rig_ui_template.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy_chain.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/deform.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/fk.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/arm/ik.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/deform.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/fk.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/leg/ik.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/biped/limb_common.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/finger.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/misc/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/misc/delta.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/neck_short.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/palm.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spine.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/ui.py
+share/blender/${PKGVERSION}/scripts/addons/rigify/utils.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_3d_navigation.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_copy_attributes.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_materials_utils.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/draw.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/utils.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_panel_measure.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_screencast_keys.py
+share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu.py
+share/blender/${PKGVERSION}/scripts/addons/system_blend_info.py
+share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/config.py
+share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/demo_mode.py
+share/blender/${PKGVERSION}/scripts/addons/system_property_chart.py
+share/blender/${PKGVERSION}/scripts/addons/texture_paint_layer_manager.py
+share/blender/${PKGVERSION}/scripts/addons/ui_translate/__init__.py
+share/blender/${PKGVERSION}/scripts/addons/ui_translate/edit_translation.py
+share/blender/${PKGVERSION}/scripts/addons/ui_translate/settings.py
+share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_addon.py
+share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_svn.py
+share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_ui.py
+share/blender/${PKGVERSION}/scripts/addons/uv_bake_texture_to_vcols.py
+share/blender/${PKGVERSION}/scripts/addons/uv_texture_atlas.py
+share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/brown00.png
+share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray00.png
+share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray01.png
+share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray02.png
+share/blender/${PKGVERSION}/scripts/freestyle/data/env_map/gray03.png
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/charcoalAlpha.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/oil.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/oilnoblend.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/opaqueBrushAlpha.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/opaqueDryBrushAlpha.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/smoothAlpha.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/brushes/washbrushAlpha.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/papers/whitepaper.jpg
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/dashed.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/dashedfine.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern00.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern01.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern02.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern03.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern04.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern05.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern06.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/data/textures/variation_patterns/pattern07.bmp
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/ChainingIterators.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/Functions0D.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/Functions1D.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/PredicatesB1D.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/PredicatesU0D.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/PredicatesU1D.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/anisotropic_diffusion.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/apriori_and_causal_density.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/apriori_density.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/backbone_stretcher.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/blueprint_circles.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/blueprint_ellipses.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/blueprint_squares.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/cartoon.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/contour.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/curvature2d.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/external_contour.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/external_contour_sketchy.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/external_contour_smooth.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/haloing.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/ignore_small_occlusions.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/invisible_lines.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/japanese_bigbrush.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/logical_operators.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/long_anisotropically_dense.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/multiple_parameterization.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/nature.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/near_lines.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/occluded_by_specific_object.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/parameter_editor.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/polygonalize.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi0.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi0_not_external_contour.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi1.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/qi2.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sequentialsplit_sketchy.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/shaders.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sketchy_multiple_parameterization.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sketchy_topology_broken.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/sketchy_topology_preserved.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/split_at_highest_2d_curvatures.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/split_at_tvertices.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/stroke_texture.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/suggestive.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/thickness_fof_depth_discontinuity.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/tipremover.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/tvertex_remover.py
+share/blender/${PKGVERSION}/scripts/freestyle/style_modules/uniformpruning_zsort.py
+share/blender/${PKGVERSION}/scripts/modules/addon_utils.py
+share/blender/${PKGVERSION}/scripts/modules/animsys_refactor.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/__init__.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/bl_extract_messages.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/merge_po.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings_user.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_languages_menu.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_rtl.py
+share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_spell_check.py
+share/blender/${PKGVERSION}/scripts/modules/blend_render_info.py
+share/blender/${PKGVERSION}/scripts/modules/bpy/__init__.py
+share/blender/${PKGVERSION}/scripts/modules/bpy/ops.py
+share/blender/${PKGVERSION}/scripts/modules/bpy/path.py
+share/blender/${PKGVERSION}/scripts/modules/bpy/utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/__init__.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/anim_utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/image_utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/io_utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/keyconfig_utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/mesh_utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/object_utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_extras/view3d_utils.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_restrict_state.py
+share/blender/${PKGVERSION}/scripts/modules/bpy_types.py
+share/blender/${PKGVERSION}/scripts/modules/bpyml.py
+share/blender/${PKGVERSION}/scripts/modules/bpyml_ui.py
+share/blender/${PKGVERSION}/scripts/modules/console/__init__.py
+share/blender/${PKGVERSION}/scripts/modules/console/complete_calltip.py
+share/blender/${PKGVERSION}/scripts/modules/console/complete_import.py
+share/blender/${PKGVERSION}/scripts/modules/console/complete_namespace.py
+share/blender/${PKGVERSION}/scripts/modules/console/intellisense.py
+share/blender/${PKGVERSION}/scripts/modules/console_python.py
+share/blender/${PKGVERSION}/scripts/modules/console_shell.py
+share/blender/${PKGVERSION}/scripts/modules/graphviz_export.py
+share/blender/${PKGVERSION}/scripts/modules/keyingsets_utils.py
+share/blender/${PKGVERSION}/scripts/modules/nodeitems_utils.py
+share/blender/${PKGVERSION}/scripts/modules/rna_info.py
+share/blender/${PKGVERSION}/scripts/modules/rna_keymap_ui.py
+share/blender/${PKGVERSION}/scripts/modules/rna_prop_ui.py
+share/blender/${PKGVERSION}/scripts/modules/rna_xml.py
+share/blender/${PKGVERSION}/scripts/modules/sys_info.py
+share/blender/${PKGVERSION}/scripts/presets/camera/APS-C_DSLR.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Blender.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1100D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1DS.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_500D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_550D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_5D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_600D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_60D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Canon_7D.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D300S.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D3100.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D3S.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D5000.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D5100.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D7000.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D90.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Red_Epic.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_2K.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_3K.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_4K.py
+share/blender/${PKGVERSION}/scripts/presets/camera/Sony_A55.py
+share/blender/${PKGVERSION}/scripts/presets/camera/full_frame_35mm_film.py
+share/blender/${PKGVERSION}/scripts/presets/camera/micro_four_thirds.py
+share/blender/${PKGVERSION}/scripts/presets/camera/super_16_film.py
+share/blender/${PKGVERSION}/scripts/presets/camera/super_35_film.py
+share/blender/${PKGVERSION}/scripts/presets/cloth/cotton.py
+share/blender/${PKGVERSION}/scripts/presets/cloth/denim.py
+share/blender/${PKGVERSION}/scripts/presets/cloth/leather.py
+share/blender/${PKGVERSION}/scripts/presets/cloth/rubber.py
+share/blender/${PKGVERSION}/scripts/presets/cloth/silk.py
+share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/direct_light.py
+share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/full_global_illumination.py
+share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/limited_global_illumination.py
+share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/final.py
+share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/preview.py
+share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DV.py
+share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DVD.py
+share/blender/${PKGVERSION}/scripts/presets/ffmpeg/SVCD.py
+share/blender/${PKGVERSION}/scripts/presets/ffmpeg/VCD.py
+share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264.py
+share/blender/${PKGVERSION}/scripts/presets/ffmpeg/theora.py
+share/blender/${PKGVERSION}/scripts/presets/ffmpeg/xvid.py
+share/blender/${PKGVERSION}/scripts/presets/fluid/honey.py
+share/blender/${PKGVERSION}/scripts/presets/fluid/oil.py
+share/blender/${PKGVERSION}/scripts/presets/fluid/water.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/23.98.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/24.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/25.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/29.97.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/30.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/50.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/59.94.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/60.py
+share/blender/${PKGVERSION}/scripts/presets/framerate/Custom.py
+share/blender/${PKGVERSION}/scripts/presets/interaction/3dsmax.py
+share/blender/${PKGVERSION}/scripts/presets/interaction/blender.py
+share/blender/${PKGVERSION}/scripts/presets/interaction/maya.py
+share/blender/${PKGVERSION}/scripts/presets/interface_theme/back_to_black.xml
+share/blender/${PKGVERSION}/scripts/presets/interface_theme/blender_24x.xml
+share/blender/${PKGVERSION}/scripts/presets/interface_theme/elsyiun.xml
+share/blender/${PKGVERSION}/scripts/presets/interface_theme/hexagon.xml
+share/blender/${PKGVERSION}/scripts/presets/interface_theme/ubuntu_ambiance.xml
+share/blender/${PKGVERSION}/scripts/presets/keyconfig/3dsmax.py
+share/blender/${PKGVERSION}/scripts/presets/keyconfig/maya.py
+share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py
+share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
+share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_1080p.py
+share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_720p.py
+share/blender/${PKGVERSION}/scripts/presets/render/HDTV_1080p.py
+share/blender/${PKGVERSION}/scripts/presets/render/HDTV_720p.py
+share/blender/${PKGVERSION}/scripts/presets/render/HDV_1080p.py
+share/blender/${PKGVERSION}/scripts/presets/render/HDV_NTSC_1080p.py
+share/blender/${PKGVERSION}/scripts/presets/render/HDV_PAL_1080p.py
+share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_16_colon_9.py
+share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_4_colon_3.py
+share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_16_colon_9.py
+share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_4_colon_3.py
+share/blender/${PKGVERSION}/scripts/presets/sss/apple.py
+share/blender/${PKGVERSION}/scripts/presets/sss/chicken.py
+share/blender/${PKGVERSION}/scripts/presets/sss/cream.py
+share/blender/${PKGVERSION}/scripts/presets/sss/ketchup.py
+share/blender/${PKGVERSION}/scripts/presets/sss/marble.py
+share/blender/${PKGVERSION}/scripts/presets/sss/potato.py
+share/blender/${PKGVERSION}/scripts/presets/sss/skim_milk.py
+share/blender/${PKGVERSION}/scripts/presets/sss/skin1.py
+share/blender/${PKGVERSION}/scripts/presets/sss/skin2.py
+share/blender/${PKGVERSION}/scripts/presets/sss/whole_milk.py
+share/blender/${PKGVERSION}/scripts/presets/sunsky/classic.py
+share/blender/${PKGVERSION}/scripts/presets/sunsky/desert.py
+share/blender/${PKGVERSION}/scripts/presets/sunsky/mountain.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blender.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1100D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1DS.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_500D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_550D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_5D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_600D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_60D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_7D.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D300S.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D3100.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D35.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D5000.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D5100.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D7000.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D90.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_Epic.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_2K.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_3K.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_4K.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_A55.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_settings/blurry_footage.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_settings/default.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_settings/fast_motion.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_settings/planar.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/default.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/far_plane.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/near_plane.py
+share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/object.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/__init__.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/add_mesh_torus.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/anim.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/clip.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/console.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/freestyle.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/image.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/mask.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/mesh.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/node.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/object.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_align.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_quick_effects.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_randomize_transform.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/presets.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/rigidbody.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/screen_play_rendered_anim.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/sequencer.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_follow_active.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_lightmap.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_smart_project.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/vertexpaint_dirt.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/view3d.py
+share/blender/${PKGVERSION}/scripts/startup/bl_operators/wm.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/__init__.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_animviz.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_constraint.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_armature.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_bone.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_camera.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_curve.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_empty.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lamp.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lattice.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_mesh.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_metaball.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_modifier.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_speaker.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_freestyle.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_game.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_mask_common.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_material.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_object.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_paint_common.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_particle.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_cloth.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_common.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_field.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_fluid.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_smoke.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_softbody.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render_layer.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_scene.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_texture.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_world.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_clip.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_console.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_dopesheet.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_filebrowser.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_graph.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_image.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_info.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_logic.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_nla.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_node.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_outliner.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_properties.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_sequencer.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_text.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_time.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_userpref.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d.py
+share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d_toolbar.py
+share/blender/${PKGVERSION}/scripts/startup/keyingsets_builtins.py
+share/blender/${PKGVERSION}/scripts/startup/nodeitems_builtins.py
+share/blender/${PKGVERSION}/scripts/templates_osl/empty_shader.osl
+share/blender/${PKGVERSION}/scripts/templates_osl/noise.osl
+share/blender/${PKGVERSION}/scripts/templates_osl/ramp_closure.osl
+share/blender/${PKGVERSION}/scripts/templates_osl/temperature_to_rgb.osl
+share/blender/${PKGVERSION}/scripts/templates_osl/wavelength_to_rgb.osl
+share/blender/${PKGVERSION}/scripts/templates_osl/westin_closure.osl
+share/blender/${PKGVERSION}/scripts/templates_osl/wireframe.osl
+share/blender/${PKGVERSION}/scripts/templates_py/addon_add_object.py
+share/blender/${PKGVERSION}/scripts/templates_py/background_job.py
+share/blender/${PKGVERSION}/scripts/templates_py/batch_export.py
+share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple.py
+share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple_editmode.py
+share/blender/${PKGVERSION}/scripts/templates_py/builtin_keyingset.py
+share/blender/${PKGVERSION}/scripts/templates_py/custom_nodes.py
+share/blender/${PKGVERSION}/scripts/templates_py/driver_functions.py
+share/blender/${PKGVERSION}/scripts/templates_py/gamelogic.py
+share/blender/${PKGVERSION}/scripts/templates_py/gamelogic_module.py
+share/blender/${PKGVERSION}/scripts/templates_py/gamelogic_simple.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_file_export.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_file_import.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_add.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_modal.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_draw.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_timer.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d_raycast.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_node.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_simple.py
+share/blender/${PKGVERSION}/scripts/templates_py/operator_uv.py
+share/blender/${PKGVERSION}/scripts/templates_py/script_stub.py
+share/blender/${PKGVERSION}/scripts/templates_py/ui_list.py
+share/blender/${PKGVERSION}/scripts/templates_py/ui_list_simple.py
+share/blender/${PKGVERSION}/scripts/templates_py/ui_menu.py
+share/blender/${PKGVERSION}/scripts/templates_py/ui_menu_simple.py
+share/blender/${PKGVERSION}/scripts/templates_py/ui_panel.py
+share/blender/${PKGVERSION}/scripts/templates_py/ui_panel_simple.py
share/blender/GPL-license.txt
+share/blender/GPL3-license.txt
+share/blender/LICENSE-bfont.ttf.txt
+share/blender/LICENSE-bmonofont-i18n.ttf.txt
+share/blender/LICENSE-droidsans.ttf.txt
share/blender/Python-license.txt
share/blender/blender
share/blender/blenderplayer
share/blender/copyright.txt
+share/blender/jemalloc-license.txt
share/blender/readme.html
-@pkgdir share/blender/2.68/python/lib/python3.3/site-packages
+@pkgdir share/blender/${PKGVERSION}/python/lib/python3.3/site-packages
diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo
index 16b2f37f0fa..356ed2d5b1b 100644
--- a/graphics/blender/distinfo
+++ b/graphics/blender/distinfo
@@ -1,16 +1,33 @@
-$NetBSD: distinfo,v 1.38 2013/10/12 22:11:00 ryoon Exp $
+$NetBSD: distinfo,v 1.39 2014/01/10 20:06:46 joerg Exp $
-SHA1 (blender-2.68a.tar.gz) = b01e73b560c791f5a6086deaed6072ef5f8dd3b3
-RMD160 (blender-2.68a.tar.gz) = ee451f735f0814e067f178097d95eb5d89592fee
-Size (blender-2.68a.tar.gz) = 40042207 bytes
-SHA1 (patch-ab) = 2541584b0a4317f32558f581649a8c5c9ac427b7
-SHA1 (patch-build__files_scons_config_netbsd6-config.py) = 520fa968b4f1f9f10adb1055803e05dafc96f0fe
+SHA1 (blender-2.69.tar.gz) = 9500410d2457d99e685ca506bec12851454dc5d4
+RMD160 (blender-2.69.tar.gz) = 27997d071a767630baeaddc0017e19dccb99b1a9
+Size (blender-2.69.tar.gz) = 41274518 bytes
+SHA1 (patch-ab) = f752ba279aed273bb5c93ede64c2d7292f33fd83
+SHA1 (patch-build__files_scons_config_netbsd6-config.py) = a2ef239cc40430a5eaafd006b423e7f70ac9ee80
SHA1 (patch-build__files_scons_tools_btools.py) = 09fe67666091daafcf586aa70dc19fa6964b2098
SHA1 (patch-doc_python__api_sphinx__doc__gen.sh) = 52c9ee0e0c73b9b9628a3d82292a9588ff0060da
+SHA1 (patch-extern_carve_lib_triangulator.cpp) = ad539e2f04a3b181504c4a9135f106189fccbda0
SHA1 (patch-extern_libmv_libmv_numeric_numeric.h) = 37649c996eda56c2a6e0776b9933df28fac645e3
SHA1 (patch-extern_libmv_libmv_tracking_brute__region__tracker.cc) = be5fe12d44221bde94326cccb30316bcf29f9aba
+SHA1 (patch-extern_libmv_third__party_ceres_internal_ceres_collections__port.h) = 5a276e652ad222aca3ff626da4b4850e5043672c
SHA1 (patch-extern_libmv_third__party_glog_src_config.h) = d889d56d47167222ab54fad1c8f87c7ddb02852a
SHA1 (patch-extern_libmv_third__party_glog_src_config__netbsd.h) = 423dda12bb5871f810938666c0267ac73b3f856e
SHA1 (patch-extern_libmv_third__party_glog_src_utilities.h) = 32fea10d935621ef0529fe56b3e857685fbc5d1f
+SHA1 (patch-extern_rangetree_range__tree.hh) = 976881b9caad67a2cfb24039652e887867fa6cc0
+SHA1 (patch-intern_cycles_util_util__types.h) = 85624299d7b3ed354ba06406c9022393a448ad54
SHA1 (patch-intern_ghost_SConscript) = 84dad76663e6dfc3bd6636fe8924921fe04caa2f
+SHA1 (patch-intern_itasc_Armature.cpp) = ee841eff87e7cb85657868246285644994263fa2
+SHA1 (patch-intern_itasc_kdl_frameacc.hpp) = 06c5b13e889968b87513ff8ad7952b34173147de
+SHA1 (patch-intern_itasc_kdl_frames.hpp) = afcf3d74e50e12d4b8b2efd9b6d2fdfbee8fc629
+SHA1 (patch-intern_itasc_kdl_framevel.hpp) = fbf4accd352be468d3bdc039e315a86ce42010bd
+SHA1 (patch-intern_itasc_kdl_jacobian.hpp) = 490f67d9938e321b41c4bd93ccca06fe0c2d920a
+SHA1 (patch-intern_itasc_kdl_jntarray.hpp) = ff1b5befef08c8a7eb7f542a01305854b303156d
+SHA1 (patch-intern_itasc_kdl_jntarrayacc.hpp) = 05088dc8422c7fef2c7d80fd32547e8c46fb1158
+SHA1 (patch-intern_itasc_kdl_jntarrayvel.hpp) = 5673396e00d984448543959064a0d44e23baa09b
+SHA1 (patch-intern_itasc_kdl_tree.cpp) = 15d3b38b8a936c40726407ec17ee4c2dc7e0ac53
+SHA1 (patch-intern_itasc_kdl_tree.hpp) = 776b17eb67e4a619539d41c680b221d3c6f57dc8
+SHA1 (patch-intern_itasc_kdl_treefksolverpos__recursive.cpp) = bed5ba3ac0578161f35b561a6d4d1595ca085b88
+SHA1 (patch-intern_itasc_kdl_treefksolverpos__recursive.hpp) = da02d9c1bfe1f5825b1afded32ac1b1400613c08
+SHA1 (patch-intern_itasc_kdl_treejnttojacsolver.cpp) = bde39ea3c0b56cfbc7836cf5a30b94b7adbdfaff
SHA1 (patch-user-config.py) = a3cf1a22185496f13b068a31d4b9638c8821f941
diff --git a/graphics/blender/patches/patch-ab b/graphics/blender/patches/patch-ab
index 1af495ffea2..161cd237400 100644
--- a/graphics/blender/patches/patch-ab
+++ b/graphics/blender/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.11 2013/10/12 22:11:00 ryoon Exp $
+$NetBSD: patch-ab,v 1.12 2014/01/10 20:06:46 joerg Exp $
---- source/blender/blenlib/intern/storage.c.orig 2013-04-25 16:35:57.000000000 +0000
+--- source/blender/blenlib/intern/storage.c.orig 2013-08-20 08:33:04.000000000 +0000
+++ source/blender/blenlib/intern/storage.c
@@ -42,13 +42,13 @@
#include <time.h>
@@ -9,7 +9,7 @@ $NetBSD: patch-ab,v 1.11 2013/10/12 22:11:00 ryoon Exp $
-#if defined(__sun__) || defined(__sun) || defined(__NetBSD__)
+#if defined(__sun__) || defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__)
# include <sys/statvfs.h> /* Other modern unix os's should probably use this also */
- #elif !defined(__FreeBSD__) && !defined(linux) && (defined(__sparc) || defined(__sparc__))
+ #elif !defined(__FreeBSD__) && !defined(__linux__) && (defined(__sparc) || defined(__sparc__))
# include <sys/statfs.h>
#endif
@@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.11 2013/10/12 22:11:00 ryoon Exp $
# include <sys/param.h>
# include <sys/mount.h>
#endif
-@@ -173,7 +173,7 @@ double BLI_dir_free_space(const char *di
+@@ -172,7 +172,7 @@ double BLI_dir_free_space(const char *di
return (double) (freec * bytesps * sectorspc);
#else
@@ -27,12 +27,12 @@ $NetBSD: patch-ab,v 1.11 2013/10/12 22:11:00 ryoon Exp $
struct statvfs disk;
#else
struct statfs disk;
-@@ -198,7 +198,7 @@ double BLI_dir_free_space(const char *di
+@@ -197,7 +197,7 @@ double BLI_dir_free_space(const char *di
if (statfs(name, &disk)) return(-1);
#endif
-#if defined(__sun__) || defined(__sun) || defined(__NetBSD__)
+#if defined(__sun__) || defined(__sun) || defined(__NetBSD__) || defined(__DragonFly__)
if (statvfs(name, &disk)) return(-1);
- #elif !defined(__FreeBSD__) && !defined(linux) && (defined(__sparc) || defined(__sparc__))
+ #elif !defined(__FreeBSD__) && !defined(__linux__) && (defined(__sparc) || defined(__sparc__))
/* WARNING - This may not be supported by geeneric unix os's - Campbell */
diff --git a/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py b/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py
index 4410f0b0a55..089cc636650 100644
--- a/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py
+++ b/graphics/blender/patches/patch-build__files_scons_config_netbsd6-config.py
@@ -1,8 +1,8 @@
-$NetBSD: patch-build__files_scons_config_netbsd6-config.py,v 1.2 2013/01/02 02:22:08 ryoon Exp $
+$NetBSD: patch-build__files_scons_config_netbsd6-config.py,v 1.3 2014/01/10 20:06:46 joerg Exp $
* config file for NetBSD 6
---- build_files/scons/config/netbsd6-config.py.orig 2012-12-22 20:01:05.000000000 +0000
+--- build_files/scons/config/netbsd6-config.py.orig 2013-11-20 14:12:04.000000000 +0000
+++ build_files/scons/config/netbsd6-config.py
@@ -0,0 +1,227 @@
+CC = 'gcc'
@@ -185,7 +185,7 @@ $NetBSD: patch-build__files_scons_config_netbsd6-config.py,v 1.2 2013/01/02 02:2
+BF_BOOST_LIB_INTERNATIONAL = 'boost_locale'
+BF_BOOST_LIBPATH = BF_BOOST + '/lib'
+
-+WITH_BF_OPENMP = True
++WITH_BF_OPENMP = False
+
+WITH_GHOST_XDND = False
+
diff --git a/graphics/blender/patches/patch-extern_carve_lib_triangulator.cpp b/graphics/blender/patches/patch-extern_carve_lib_triangulator.cpp
new file mode 100644
index 00000000000..88135fb6dbd
--- /dev/null
+++ b/graphics/blender/patches/patch-extern_carve_lib_triangulator.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-extern_carve_lib_triangulator.cpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- extern/carve/lib/triangulator.cpp.orig 2013-11-20 21:53:04.000000000 +0000
++++ extern/carve/lib/triangulator.cpp
+@@ -122,7 +122,7 @@ namespace {
+ std::vector<vertex_info *> queue;
+
+ void checkheap() {
+-#ifdef __GNUC__
++#if defined(__GNUC__) && !defined(_LIBCPP_VERSION)
+ CARVE_ASSERT(std::__is_heap(queue.begin(), queue.end(), vertex_info_ordering()));
+ #endif
+ }
diff --git a/graphics/blender/patches/patch-extern_libmv_third__party_ceres_internal_ceres_collections__port.h b/graphics/blender/patches/patch-extern_libmv_third__party_ceres_internal_ceres_collections__port.h
new file mode 100644
index 00000000000..a9f14d55842
--- /dev/null
+++ b/graphics/blender/patches/patch-extern_libmv_third__party_ceres_internal_ceres_collections__port.h
@@ -0,0 +1,44 @@
+$NetBSD: patch-extern_libmv_third__party_ceres_internal_ceres_collections__port.h,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- extern/libmv/third_party/ceres/internal/ceres/collections_port.h.orig 2013-11-20 21:36:24.000000000 +0000
++++ extern/libmv/third_party/ceres/internal/ceres/collections_port.h
+@@ -33,11 +33,13 @@
+ #ifndef CERES_INTERNAL_COLLECTIONS_PORT_H_
+ #define CERES_INTERNAL_COLLECTIONS_PORT_H_
+
++#include <cstddef>
++
+ #if defined(CERES_NO_TR1)
+ # include <map>
+ # include <set>
+ #else
+-# if defined(_MSC_VER)
++# if defined(_MSC_VER) || defined(_LIBCPP_VERSION) || __cplusplus >= 201103L
+ # include <unordered_map>
+ # include <unordered_set>
+ # else
+@@ -71,11 +73,24 @@ struct HashSet : set<K> {};
+ namespace ceres {
+ namespace internal {
+
++#if defined(_LIBCPP_VERSION) || __cplusplus >= 201103L
++#undef CERES_HASH_NAMESPACE_START
++#define CERES_HASH_NAMESPACE_START namespace std {
++#undef CERES_HASH_NAMESPACE_END
++#define CERES_HASH_NAMESPACE_END }
++
++template<typename K, typename V>
++struct HashMap : std::unordered_map<K, V> {};
++
++template<typename K>
++struct HashSet : std::unordered_set<K> {};
++#else
+ template<typename K, typename V>
+ struct HashMap : std::tr1::unordered_map<K, V> {};
+
+ template<typename K>
+ struct HashSet : std::tr1::unordered_set<K> {};
++#endif
+
+ #if defined(_WIN32) && !defined(__MINGW64__) && !defined(__MINGW32__)
+ #define GG_LONGLONG(x) x##I64
diff --git a/graphics/blender/patches/patch-extern_rangetree_range__tree.hh b/graphics/blender/patches/patch-extern_rangetree_range__tree.hh
new file mode 100644
index 00000000000..88621b1b682
--- /dev/null
+++ b/graphics/blender/patches/patch-extern_rangetree_range__tree.hh
@@ -0,0 +1,17 @@
+$NetBSD: patch-extern_rangetree_range__tree.hh,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- extern/rangetree/range_tree.hh.orig 2013-11-20 21:28:30.000000000 +0000
++++ extern/rangetree/range_tree.hh
+@@ -39,9 +39,9 @@ struct RangeTree {
+ return max < v.min;
+ }
+
+- const T min;
+- const T max;
+- const bool single;
++ T min;
++ T max;
++ bool single;
+ };
+
+ typedef std::set<Range> Tree;
diff --git a/graphics/blender/patches/patch-intern_cycles_util_util__types.h b/graphics/blender/patches/patch-intern_cycles_util_util__types.h
new file mode 100644
index 00000000000..f646e549f1b
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_cycles_util_util__types.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-intern_cycles_util_util__types.h,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/cycles/util/util_types.h.orig 2013-11-20 21:10:53.000000000 +0000
++++ intern/cycles/util/util_types.h
+@@ -26,6 +26,9 @@
+ /* Qualifiers for kernel code shared by CPU and GPU */
+
+ #ifndef __KERNEL_GPU__
++#ifdef __cplusplus
++#include <locale>
++#endif
+
+ #define __device static inline
+ #define __device_noinline static
diff --git a/graphics/blender/patches/patch-intern_itasc_Armature.cpp b/graphics/blender/patches/patch-intern_itasc_Armature.cpp
new file mode 100644
index 00000000000..970cbbe8ba1
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_Armature.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-intern_itasc_Armature.cpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/Armature.cpp.orig 2013-03-18 11:44:56.000000000 +0000
++++ intern/itasc/Armature.cpp
+@@ -402,7 +402,7 @@ bool Armature::finalize()
+ m_armlength = 0.0;
+ for (i=0; i<m_neffector; i++) {
+ length = 0.0;
+- KDL::SegmentMap::const_iterator sit = m_tree.getSegment(m_effectors[i].name);
++ KDL::SegmentMap::value_type const *sit = m_tree.getSegmentPtr(m_effectors[i].name);
+ while (sit->first != "root") {
+ Frame tip = sit->second.segment.pose(m_qKdl(sit->second.q_nr));
+ length += tip.p.Norm();
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_frameacc.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_frameacc.hpp
new file mode 100644
index 00000000000..94f82aef25a
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_frameacc.hpp
@@ -0,0 +1,94 @@
+$NetBSD: patch-intern_itasc_kdl_frameacc.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/frameacc.hpp.orig 2013-11-20 15:03:18.000000000 +0000
++++ intern/itasc/kdl/frameacc.hpp
+@@ -78,15 +78,18 @@ public:
+ IMETHOD friend VectorAcc operator / (const VectorAcc& r2,const doubleAcc& r1);
+
+
+- IMETHOD friend bool Equal(const VectorAcc& r1,const VectorAcc& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const Vector& r1,const VectorAcc& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const VectorAcc& r1,const Vector& r2,double eps=epsilon);
++ IMETHOD friend bool Equal(const VectorAcc& r1,const VectorAcc& r2,double eps);
++ IMETHOD friend bool Equal(const Vector& r1,const VectorAcc& r2,double eps);
++ IMETHOD friend bool Equal(const VectorAcc& r1,const Vector& r2,double eps);
+ IMETHOD friend VectorAcc operator - (const VectorAcc& r);
+ IMETHOD friend doubleAcc dot(const VectorAcc& lhs,const VectorAcc& rhs);
+ IMETHOD friend doubleAcc dot(const VectorAcc& lhs,const Vector& rhs);
+ IMETHOD friend doubleAcc dot(const Vector& lhs,const VectorAcc& rhs);
+ };
+
++bool Equal(const VectorAcc& r1,const VectorAcc& r2,double eps=epsilon);
++bool Equal(const Vector& r1,const VectorAcc& r2,double eps=epsilon);
++bool Equal(const VectorAcc& r1,const Vector& r2,double eps=epsilon);
+
+
+ class RotationAcc
+@@ -132,15 +135,18 @@ public:
+ IMETHOD friend RotationAcc operator* (const RotationAcc& r1,const RotationAcc& r2);
+ IMETHOD friend RotationAcc operator* (const Rotation& r1,const RotationAcc& r2);
+ IMETHOD friend RotationAcc operator* (const RotationAcc& r1,const Rotation& r2);
+- IMETHOD friend bool Equal(const RotationAcc& r1,const RotationAcc& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const Rotation& r1,const RotationAcc& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const RotationAcc& r1,const Rotation& r2,double eps=epsilon);
++ IMETHOD friend bool Equal(const RotationAcc& r1,const RotationAcc& r2,double eps);
++ IMETHOD friend bool Equal(const Rotation& r1,const RotationAcc& r2,double eps);
++ IMETHOD friend bool Equal(const RotationAcc& r1,const Rotation& r2,double eps);
+ IMETHOD TwistAcc Inverse(const TwistAcc& arg) const;
+ IMETHOD TwistAcc Inverse(const Twist& arg) const;
+ IMETHOD TwistAcc operator * (const TwistAcc& arg) const;
+ IMETHOD TwistAcc operator * (const Twist& arg) const;
+ };
+
++bool Equal(const RotationAcc& r1,const RotationAcc& r2,double eps=epsilon);
++bool Equal(const Rotation& r1,const RotationAcc& r2,double eps=epsilon);
++bool Equal(const RotationAcc& r1,const Rotation& r2,double eps=epsilon);
+
+
+
+@@ -170,9 +176,9 @@ public:
+ IMETHOD friend FrameAcc operator * (const FrameAcc& f1,const FrameAcc& f2);
+ IMETHOD friend FrameAcc operator * (const Frame& f1,const FrameAcc& f2);
+ IMETHOD friend FrameAcc operator * (const FrameAcc& f1,const Frame& f2);
+- IMETHOD friend bool Equal(const FrameAcc& r1,const FrameAcc& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const Frame& r1,const FrameAcc& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const FrameAcc& r1,const Frame& r2,double eps=epsilon);
++ IMETHOD friend bool Equal(const FrameAcc& r1,const FrameAcc& r2,double eps);
++ IMETHOD friend bool Equal(const Frame& r1,const FrameAcc& r2,double eps);
++ IMETHOD friend bool Equal(const FrameAcc& r1,const Frame& r2,double eps);
+
+ IMETHOD TwistAcc Inverse(const TwistAcc& arg) const;
+ IMETHOD TwistAcc Inverse(const Twist& arg) const;
+@@ -180,6 +186,9 @@ public:
+ IMETHOD TwistAcc operator * (const Twist& arg) const;
+ };
+
++bool Equal(const FrameAcc& r1,const FrameAcc& r2,double eps=epsilon);
++bool Equal(const Frame& r1,const FrameAcc& r2,double eps=epsilon);
++bool Equal(const FrameAcc& r1,const Frame& r2,double eps=epsilon);
+
+
+
+@@ -226,9 +235,9 @@ public:
+ // the new point.
+ // Complexity : 6M+6A
+
+- IMETHOD friend bool Equal(const TwistAcc& a,const TwistAcc& b,double eps=epsilon);
+- IMETHOD friend bool Equal(const Twist& a,const TwistAcc& b,double eps=epsilon);
+- IMETHOD friend bool Equal(const TwistAcc& a,const Twist& b,double eps=epsilon);
++ IMETHOD friend bool Equal(const TwistAcc& a,const TwistAcc& b,double eps);
++ IMETHOD friend bool Equal(const Twist& a,const TwistAcc& b,double eps);
++ IMETHOD friend bool Equal(const TwistAcc& a,const Twist& b,double eps);
+
+
+ IMETHOD Twist GetTwist() const;
+@@ -239,6 +248,9 @@ public:
+
+ };
+
++bool Equal(const TwistAcc& a,const TwistAcc& b,double eps=epsilon);
++bool Equal(const Twist& a,const TwistAcc& b,double eps=epsilon);
++bool Equal(const TwistAcc& a,const Twist& b,double eps=epsilon);
+
+
+
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_frames.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_frames.hpp
new file mode 100644
index 00000000000..78f400de3ad
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_frames.hpp
@@ -0,0 +1,93 @@
+$NetBSD: patch-intern_itasc_kdl_frames.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/frames.hpp.orig 2013-11-20 14:46:29.000000000 +0000
++++ intern/itasc/kdl/frames.hpp
+@@ -248,10 +248,10 @@ public:
+
+ //! do not use operator == because the definition of Equal(.,.) is slightly
+ //! different. It compares whether the 2 arguments are equal in an eps-interval
+- inline friend bool Equal(const Vector& a,const Vector& b,double eps=epsilon);
++ inline friend bool Equal(const Vector& a,const Vector& b,double eps);
+
+ //! return a normalized vector
+- inline friend Vector Normalize(const Vector& a, double eps=epsilon);
++ inline friend Vector Normalize(const Vector& a, double eps);
+
+ //! The literal equality operator==(), also identical.
+ inline friend bool operator==(const Vector& a,const Vector& b);
+@@ -502,7 +502,7 @@ public:
+
+ //! do not use operator == because the definition of Equal(.,.) is slightly
+ //! different. It compares whether the 2 arguments are equal in an eps-interval
+- friend bool Equal(const Rotation& a,const Rotation& b,double eps=epsilon);
++ friend bool Equal(const Rotation& a,const Rotation& b,double eps);
+
+ //! The literal equality operator==(), also identical.
+ friend bool operator==(const Rotation& a,const Rotation& b);
+@@ -663,7 +663,7 @@ public:
+
+ //! do not use operator == because the definition of Equal(.,.) is slightly
+ //! different. It compares whether the 2 arguments are equal in an eps-interval
+- inline friend bool Equal(const Frame& a,const Frame& b,double eps=epsilon);
++ inline friend bool Equal(const Frame& a,const Frame& b,double eps);
+
+ //! The literal equality operator==(), also identical.
+ inline friend bool operator==(const Frame& a,const Frame& b);
+@@ -735,7 +735,7 @@ public:
+
+ //! do not use operator == because the definition of Equal(.,.) is slightly
+ //! different. It compares whether the 2 arguments are equal in an eps-interval
+- inline friend bool Equal(const Twist& a,const Twist& b,double eps=epsilon);
++ inline friend bool Equal(const Twist& a,const Twist& b,double eps);
+
+ //! The literal equality operator==(), also identical.
+ inline friend bool operator==(const Twist& a,const Twist& b);
+@@ -898,7 +898,7 @@ public:
+
+ //! do not use operator == because the definition of Equal(.,.) is slightly
+ //! different. It compares whether the 2 arguments are equal in an eps-interval
+- inline friend bool Equal(const Wrench& a,const Wrench& b,double eps=epsilon);
++ inline friend bool Equal(const Wrench& a,const Wrench& b,double eps);
+
+ //! The literal equality operator==(), also identical.
+ inline friend bool operator==(const Wrench& a,const Wrench& b);
+@@ -979,7 +979,7 @@ public:
+
+ //! do not use operator == because the definition of Equal(.,.) is slightly
+ //! different. It compares whether the 2 arguments are equal in an eps-interval
+- inline friend bool Equal(const Vector2& a,const Vector2& b,double eps=epsilon);
++ inline friend bool Equal(const Vector2& a,const Vector2& b,double eps);
+
+ friend class Rotation2;
+ };
+@@ -1026,7 +1026,7 @@ public:
+
+ //! do not use operator == because the definition of Equal(.,.) is slightly
+ //! different. It compares whether the 2 arguments are equal in an eps-interval
+- inline friend bool Equal(const Rotation2& a,const Rotation2& b,double eps=epsilon);
++ inline friend bool Equal(const Rotation2& a,const Rotation2& b,double eps);
+ };
+
+ //! A 2D frame class, for further documentation see the Frames class
+@@ -1067,9 +1067,20 @@ public:
+ tmp.SetIdentity();
+ return tmp;
+ }
+- inline friend bool Equal(const Frame2& a,const Frame2& b,double eps=epsilon);
++ inline friend bool Equal(const Frame2& a,const Frame2& b,double eps);
+ };
+
++
++Vector Normalize(const Vector& a, double eps=epsilon);
++bool Equal(const Vector& a,const Vector& b,double eps=epsilon);
++bool Equal(const Rotation& a,const Rotation& b,double eps=epsilon);
++bool Equal(const Frame& a,const Frame& b,double eps=epsilon);
++bool Equal(const Twist& a,const Twist& b,double eps=epsilon);
++bool Equal(const Wrench& a,const Wrench& b,double eps=epsilon);
++bool Equal(const Vector2& a,const Vector2& b,double eps=epsilon);
++bool Equal(const Rotation2& a,const Rotation2& b,double eps=epsilon);
++bool Equal(const Frame2& a,const Frame2& b,double eps=epsilon);
++
+ IMETHOD Vector diff(const Vector& a,const Vector& b,double dt=1);
+ IMETHOD Vector diff(const Rotation& R_a_b1,const Rotation& R_a_b2,double dt=1);
+ IMETHOD Twist diff(const Frame& F_a_b1,const Frame& F_a_b2,double dt=1);
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_framevel.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_framevel.hpp
new file mode 100644
index 00000000000..4d28d80aa12
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_framevel.hpp
@@ -0,0 +1,96 @@
+$NetBSD: patch-intern_itasc_kdl_framevel.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/framevel.hpp.orig 2013-11-20 14:52:47.000000000 +0000
++++ intern/itasc/kdl/framevel.hpp
+@@ -110,15 +110,18 @@ public:
+ IMETHOD friend void SetToZero(VectorVel& v);
+
+
+- IMETHOD friend bool Equal(const VectorVel& r1,const VectorVel& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const Vector& r1,const VectorVel& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const VectorVel& r1,const Vector& r2,double eps=epsilon);
++ IMETHOD friend bool Equal(const VectorVel& r1,const VectorVel& r2,double eps);
++ IMETHOD friend bool Equal(const Vector& r1,const VectorVel& r2,double eps);
++ IMETHOD friend bool Equal(const VectorVel& r1,const Vector& r2,double eps);
+ IMETHOD friend VectorVel operator - (const VectorVel& r);
+ IMETHOD friend doubleVel dot(const VectorVel& lhs,const VectorVel& rhs);
+ IMETHOD friend doubleVel dot(const VectorVel& lhs,const Vector& rhs);
+ IMETHOD friend doubleVel dot(const Vector& lhs,const VectorVel& rhs);
+ };
+
++bool Equal(const VectorVel& r1,const VectorVel& r2,double eps=epsilon);
++bool Equal(const Vector& r1,const VectorVel& r2,double eps=epsilon);
++bool Equal(const VectorVel& r1,const Vector& r2,double eps=epsilon);
+
+
+ class RotationVel
+@@ -166,9 +169,9 @@ public:
+ IMETHOD friend RotationVel operator* (const RotationVel& r1,const RotationVel& r2);
+ IMETHOD friend RotationVel operator* (const Rotation& r1,const RotationVel& r2);
+ IMETHOD friend RotationVel operator* (const RotationVel& r1,const Rotation& r2);
+- IMETHOD friend bool Equal(const RotationVel& r1,const RotationVel& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const Rotation& r1,const RotationVel& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const RotationVel& r1,const Rotation& r2,double eps=epsilon);
++ IMETHOD friend bool Equal(const RotationVel& r1,const RotationVel& r2,double eps);
++ IMETHOD friend bool Equal(const Rotation& r1,const RotationVel& r2,double eps);
++ IMETHOD friend bool Equal(const RotationVel& r1,const Rotation& r2,double eps);
+
+ IMETHOD TwistVel Inverse(const TwistVel& arg) const;
+ IMETHOD TwistVel Inverse(const Twist& arg) const;
+@@ -176,6 +179,9 @@ public:
+ IMETHOD TwistVel operator * (const Twist& arg) const;
+ };
+
++bool Equal(const RotationVel& r1,const RotationVel& r2,double eps=epsilon);
++bool Equal(const Rotation& r1,const RotationVel& r2,double eps=epsilon);
++bool Equal(const RotationVel& r1,const Rotation& r2,double eps=epsilon);
+
+
+
+@@ -220,9 +226,9 @@ public:
+ IMETHOD friend FrameVel operator * (const FrameVel& f1,const FrameVel& f2);
+ IMETHOD friend FrameVel operator * (const Frame& f1,const FrameVel& f2);
+ IMETHOD friend FrameVel operator * (const FrameVel& f1,const Frame& f2);
+- IMETHOD friend bool Equal(const FrameVel& r1,const FrameVel& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const Frame& r1,const FrameVel& r2,double eps=epsilon);
+- IMETHOD friend bool Equal(const FrameVel& r1,const Frame& r2,double eps=epsilon);
++ IMETHOD friend bool Equal(const FrameVel& r1,const FrameVel& r2,double eps);
++ IMETHOD friend bool Equal(const Frame& r1,const FrameVel& r2,double eps);
++ IMETHOD friend bool Equal(const FrameVel& r1,const Frame& r2,double eps);
+
+ IMETHOD TwistVel Inverse(const TwistVel& arg) const;
+ IMETHOD TwistVel Inverse(const Twist& arg) const;
+@@ -230,6 +236,9 @@ public:
+ IMETHOD TwistVel operator * (const Twist& arg) const;
+ };
+
++bool Equal(const FrameVel& r1,const FrameVel& r2,double eps=epsilon);
++bool Equal(const Frame& r1,const FrameVel& r2,double eps=epsilon);
++bool Equal(const FrameVel& r1,const Frame& r2,double eps=epsilon);
+
+
+
+@@ -292,9 +301,9 @@ public:
+ // = Equality operators
+ // do not use operator == because the definition of Equal(.,.) is slightly
+ // different. It compares whether the 2 arguments are equal in an eps-interval
+- IMETHOD friend bool Equal(const TwistVel& a,const TwistVel& b,double eps=epsilon);
+- IMETHOD friend bool Equal(const Twist& a,const TwistVel& b,double eps=epsilon);
+- IMETHOD friend bool Equal(const TwistVel& a,const Twist& b,double eps=epsilon);
++ IMETHOD friend bool Equal(const TwistVel& a,const TwistVel& b,double eps);
++ IMETHOD friend bool Equal(const Twist& a,const TwistVel& b,double eps);
++ IMETHOD friend bool Equal(const TwistVel& a,const Twist& b,double eps);
+
+ // = Conversion to other entities
+ IMETHOD Twist GetTwist() const;
+@@ -305,6 +314,10 @@ public:
+
+ };
+
++bool Equal(const TwistVel& a,const TwistVel& b,double eps=epsilon);
++bool Equal(const Twist& a,const TwistVel& b,double eps=epsilon);
++bool Equal(const TwistVel& a,const Twist& b,double eps=epsilon);
++
+ IMETHOD VectorVel diff(const VectorVel& a,const VectorVel& b,double dt=1.0) {
+ return VectorVel(diff(a.p,b.p,dt),diff(a.v,b.v,dt));
+ }
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_jacobian.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_jacobian.hpp
new file mode 100644
index 00000000000..6d1f33be537
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_jacobian.hpp
@@ -0,0 +1,23 @@
+$NetBSD: patch-intern_itasc_kdl_jacobian.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/jacobian.hpp.orig 2013-11-20 14:57:39.000000000 +0000
++++ intern/itasc/kdl/jacobian.hpp
+@@ -45,7 +45,7 @@ namespace KDL
+ bool operator ==(const Jacobian& arg);
+ bool operator !=(const Jacobian& arg);
+
+- friend bool Equal(const Jacobian& a,const Jacobian& b,double eps=epsilon);
++ friend bool Equal(const Jacobian& a,const Jacobian& b,double eps);
+
+
+ ~Jacobian();
+@@ -63,6 +63,9 @@ namespace KDL
+
+
+ };
++
++ bool Equal(const Jacobian& a,const Jacobian& b,double eps=epsilon);
+ }
+
++
+ #endif
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_jntarray.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_jntarray.hpp
new file mode 100644
index 00000000000..ea5704c7f94
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_jntarray.hpp
@@ -0,0 +1,19 @@
+$NetBSD: patch-intern_itasc_kdl_jntarray.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/jntarray.hpp.orig 2013-11-20 14:54:27.000000000 +0000
++++ intern/itasc/kdl/jntarray.hpp
+@@ -209,12 +209,13 @@ class MyTask : public RTT::TaskContext
+ * @return true if each element of src1 is within eps of the same
+ * element in src2, or if both src1 and src2 have no data (ie 0==rows())
+ */
+- friend bool Equal(const JntArray& src1,const JntArray& src2,double eps=epsilon);
++ friend bool Equal(const JntArray& src1,const JntArray& src2,double eps);
+
+ friend bool operator==(const JntArray& src1,const JntArray& src2);
+ //friend bool operator!=(const JntArray& src1,const JntArray& src2);
+ };
+
++ bool Equal(const JntArray& src1,const JntArray& src2,double eps=epsilon);
+ bool operator==(const JntArray& src1,const JntArray& src2);
+ //bool operator!=(const JntArray& src1,const JntArray& src2);
+
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayacc.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayacc.hpp
new file mode 100644
index 00000000000..bcf0932d416
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayacc.hpp
@@ -0,0 +1,17 @@
+$NetBSD: patch-intern_itasc_kdl_jntarrayacc.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/jntarrayacc.hpp.orig 2013-11-20 15:09:06.000000000 +0000
++++ intern/itasc/kdl/jntarrayacc.hpp
+@@ -58,9 +58,11 @@ namespace KDL
+ friend void Divide(const JntArrayAcc& src,const doubleVel& factor,JntArrayAcc& dest);
+ friend void Divide(const JntArrayAcc& src,const doubleAcc& factor,JntArrayAcc& dest);
+ friend void SetToZero(JntArrayAcc& array);
+- friend bool Equal(const JntArrayAcc& src1,const JntArrayAcc& src2,double eps=epsilon);
++ friend bool Equal(const JntArrayAcc& src1,const JntArrayAcc& src2,double eps);
+
+ };
++
++ bool Equal(const JntArrayAcc& src1,const JntArrayAcc& src2,double eps=epsilon);
+ }
+
+ #endif
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayvel.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayvel.hpp
new file mode 100644
index 00000000000..b6b90f3ea98
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_jntarrayvel.hpp
@@ -0,0 +1,17 @@
+$NetBSD: patch-intern_itasc_kdl_jntarrayvel.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/jntarrayvel.hpp.orig 2013-11-20 15:08:46.000000000 +0000
++++ intern/itasc/kdl/jntarrayvel.hpp
+@@ -51,9 +51,11 @@ namespace KDL
+ friend void Divide(const JntArrayVel& src,const double& factor,JntArrayVel& dest);
+ friend void Divide(const JntArrayVel& src,const doubleVel& factor,JntArrayVel& dest);
+ friend void SetToZero(JntArrayVel& array);
+- friend bool Equal(const JntArrayVel& src1,const JntArrayVel& src2,double eps=epsilon);
++ friend bool Equal(const JntArrayVel& src1,const JntArrayVel& src2,double eps);
+
+ };
++
++ bool Equal(const JntArrayVel& src1,const JntArrayVel& src2,double eps=epsilon);
+ }
+
+ #endif
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_tree.cpp b/graphics/blender/patches/patch-intern_itasc_kdl_tree.cpp
new file mode 100644
index 00000000000..21a4eb8885c
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_tree.cpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-intern_itasc_kdl_tree.cpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/tree.cpp.orig 2012-06-03 12:00:41.000000000 +0000
++++ intern/itasc/kdl/tree.cpp
+@@ -64,7 +64,7 @@ bool Tree::addSegment(const Segment& seg
+ return false;
+ pair<SegmentMap::iterator, bool> retval;
+ //insert new element
+- TreeElement elem(segment, parent, nrOfJoints);
++ TreeElement elem(segment, *parent, nrOfJoints);
+ std::pair<std::string, TreeElement> val(segment_name, elem);
+
+ retval = segments.insert(val);
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_tree.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_tree.hpp
new file mode 100644
index 00000000000..8bf76b9b2c4
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_tree.hpp
@@ -0,0 +1,59 @@
+$NetBSD: patch-intern_itasc_kdl_tree.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/tree.hpp.orig 2012-12-15 11:15:05.000000000 +0000
++++ intern/itasc/kdl/tree.hpp
+@@ -41,32 +41,28 @@ namespace KDL
+ {
+ //Forward declaration
+ class TreeElement;
+-#if defined(__APPLE__)
+-# if MAC_OS_X_VERSION_MIN_REQUIRED <= 1050
++#if defined(__APPLE__) && MAC_OS_X_VERSION_MIN_REQUIRED <= 1050
+ typedef std::map<std::string,TreeElement> SegmentMap;
+-# else
+- // Eigen allocator is needed for alignment of Eigen data types
+- typedef std::map<std::string,TreeElement, std::less<std::string>, Eigen::aligned_allocator<std::pair<std::string, TreeElement> > > SegmentMap;
+-# endif /* MAC_OS_X_VERSION_MIN_REQUIRED */
+ #else
+ // Eigen allocator is needed for alignment of Eigen data types
+ typedef std::map<std::string,TreeElement, std::less<std::string>, Eigen::aligned_allocator<std::pair<std::string, TreeElement> > > SegmentMap;
+ #endif
++
+ class TreeElement
+ {
+ public:
+- TreeElement():q_nr(0)
++ TreeElement():q_nr(0),parent(0)
+ {};
+ public:
+ Segment segment;
+ unsigned int q_nr;
+- SegmentMap::const_iterator parent;
++ SegmentMap::value_type const *parent;
+ std::vector<SegmentMap::const_iterator > children;
+- TreeElement(const Segment& segment_in,const SegmentMap::const_iterator& parent_in,unsigned int q_nr_in)
++ TreeElement(const Segment& segment_in,const SegmentMap::value_type& parent_in,unsigned int q_nr_in)
+ {
+ q_nr=q_nr_in;
+ segment=segment_in;
+- parent=parent_in;
++ parent=&parent_in;
+ };
+ static TreeElement Root()
+ {
+@@ -167,7 +163,15 @@ namespace KDL
+ return segments.find(segment_name);
+ };
+
++ SegmentMap::value_type const* getSegmentPtr(const std::string& segment_name)const
++ {
++ SegmentMap::const_iterator it = segments.find(segment_name);
++
++ if (it == segments.end())
++ return 0;
+
++ return &*it;
++ };
+
+ const SegmentMap& getSegments()const
+ {
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.cpp b/graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.cpp
new file mode 100644
index 00000000000..191196fbbef
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.cpp
@@ -0,0 +1,44 @@
+$NetBSD: patch-intern_itasc_kdl_treefksolverpos__recursive.cpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/treefksolverpos_recursive.cpp.orig 2011-10-23 18:38:16.000000000 +0000
++++ intern/itasc/kdl/treefksolverpos_recursive.cpp
+@@ -35,22 +35,22 @@ namespace KDL {
+
+ int TreeFkSolverPos_recursive::JntToCart(const JntArray& q_in, Frame& p_out, const std::string& segmentName, const std::string& baseName)
+ {
+- SegmentMap::const_iterator it = tree.getSegment(segmentName);
+- SegmentMap::const_iterator baseit = tree.getSegment(baseName);
++ SegmentMap::value_type const* it = tree.getSegmentPtr(segmentName);
++ SegmentMap::value_type const* baseit = tree.getSegmentPtr(baseName);
+
+ if(q_in.rows() != tree.getNrOfJoints())
+ return -1;
+- else if(it == tree.getSegments().end()) //if the segment name is not found
++ else if(!it) //if the segment name is not found
+ return -2;
+- else if(baseit == tree.getSegments().end()) //if the base segment name is not found
++ else if(!baseit) //if the base segment name is not found
+ return -3;
+ else{
+- p_out = recursiveFk(q_in, it, baseit);
+- return 0;
++ p_out = recursiveFk(q_in, it, baseit);
++ return 0;
+ }
+ }
+
+- Frame TreeFkSolverPos_recursive::recursiveFk(const JntArray& q_in, const SegmentMap::const_iterator& it, const SegmentMap::const_iterator& baseit)
++ Frame TreeFkSolverPos_recursive::recursiveFk(const JntArray& q_in, SegmentMap::value_type const* it, SegmentMap::value_type const* baseit)
+ {
+ //gets the frame for the current element (segment)
+ const TreeElement& currentElement = it->second;
+@@ -60,8 +60,7 @@ namespace KDL {
+ }
+ else{
+ Frame currentFrame = currentElement.segment.pose(((JntArray&)q_in)(currentElement.q_nr));
+- SegmentMap::const_iterator parentIt = currentElement.parent;
+- return recursiveFk(q_in, parentIt, baseit) * currentFrame;
++ return recursiveFk(q_in, currentElement.parent, baseit) * currentFrame;
+ }
+ }
+
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.hpp b/graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.hpp
new file mode 100644
index 00000000000..215de82270b
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_treefksolverpos__recursive.hpp
@@ -0,0 +1,13 @@
+$NetBSD: patch-intern_itasc_kdl_treefksolverpos__recursive.hpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/treefksolverpos_recursive.hpp.orig 2009-07-14 15:36:21.000000000 +0000
++++ intern/itasc/kdl/treefksolverpos_recursive.hpp
+@@ -45,7 +45,7 @@ namespace KDL {
+ private:
+ const Tree tree;
+
+- Frame recursiveFk(const JntArray& q_in, const SegmentMap::const_iterator& it, const SegmentMap::const_iterator& baseit);
++ Frame recursiveFk(const JntArray& q_in, SegmentMap::value_type const* it, SegmentMap::value_type const* baseit);
+ };
+
+ }
diff --git a/graphics/blender/patches/patch-intern_itasc_kdl_treejnttojacsolver.cpp b/graphics/blender/patches/patch-intern_itasc_kdl_treejnttojacsolver.cpp
new file mode 100644
index 00000000000..76f527e8ed6
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_itasc_kdl_treejnttojacsolver.cpp
@@ -0,0 +1,24 @@
+$NetBSD: patch-intern_itasc_kdl_treejnttojacsolver.cpp,v 1.1 2014/01/10 20:06:46 joerg Exp $
+
+--- intern/itasc/kdl/treejnttojacsolver.cpp.orig 2011-10-23 18:38:16.000000000 +0000
++++ intern/itasc/kdl/treejnttojacsolver.cpp
+@@ -28,16 +28,16 @@ int TreeJntToJacSolver::JntToJac(const J
+ return -1;
+
+ //Lets search the tree-element
+- SegmentMap::const_iterator it = tree.getSegments().find(segmentname);
++ SegmentMap::value_type const* it = tree.getSegmentPtr(segmentname);
+
+ //If segmentname is not inside the tree, back out:
+- if (it == tree.getSegments().end())
++ if (!it)
+ return -2;
+
+ //Let's make the jacobian zero:
+ SetToZero(jac);
+
+- SegmentMap::const_iterator root = tree.getSegments().find("root");
++ SegmentMap::value_type const* root = tree.getSegmentPtr("root");
+
+ Frame T_total = Frame::Identity();
+ Frame T_local, T_joint;