Fri Feb 21 16:36:54 2020 UTC ()
blender: Update to 2.82

Release notes:
https://www.blender.org/download/releases/2-82/

TBB being optional is broken with this release


(nia)
diff -r1.154 -r1.155 pkgsrc/graphics/blender/Makefile
diff -r1.30 -r1.31 pkgsrc/graphics/blender/PLIST
diff -r1.54 -r1.55 pkgsrc/graphics/blender/distinfo
diff -r0 -r1.1 pkgsrc/graphics/blender/patches/patch-extern_wcwidth_wcwidth.h
diff -r0 -r1.1 pkgsrc/graphics/blender/patches/patch-source_blender_blenlib_BLI__sys__types.h

cvs diff -r1.154 -r1.155 pkgsrc/graphics/blender/Makefile (switch to unified diff)

--- pkgsrc/graphics/blender/Makefile 2020/01/18 21:49:34 1.154
+++ pkgsrc/graphics/blender/Makefile 2020/02/21 16:36:53 1.155
@@ -1,85 +1,83 @@ @@ -1,85 +1,83 @@
1# $NetBSD: Makefile,v 1.154 2020/01/18 21:49:34 jperkin Exp $ 1# $NetBSD: Makefile,v 1.155 2020/02/21 16:36:53 nia Exp $
2 2
3DISTNAME= blender-2.81 3DISTNAME= blender-2.82
4PKGREVISION= 2 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= https://download.blender.org/source/ 5MASTER_SITES= https://download.blender.org/source/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.blender.org/ 9HOMEPAGE= https://www.blender.org/
11COMMENT= Fully integrated 3D graphics creation suite 10COMMENT= Fully integrated 3D graphics creation suite
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14USE_TOOLS+= gmake sed 
15USE_CMAKE= yes 13USE_CMAKE= yes
16USE_LANGUAGES= c c++11 14USE_LANGUAGES= c c++
17 15
18# C++11 16# C++11
19GCC_REQD+= 4.7 17GCC_REQD+= 4.7
20 18
21CONFIGURE_DIRS= build 19CONFIGURE_DIRS= build
22CMAKE_ARG_PATH= .. 20CMAKE_ARG_PATH= ..
23 21
24CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release" 22CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"
25 23
26CMAKE_ARGS+= -DWITH_MEM_JEMALLOC=OFF 24CMAKE_ARGS+= -DWITH_MEM_JEMALLOC=OFF
27CMAKE_ARGS+= -DWITH_PYTHON_INSTALL=OFF 25CMAKE_ARGS+= -DWITH_PYTHON_INSTALL=OFF
28CMAKE_ARGS+= -DWITH_INSTALL_PORTABLE=OFF 26CMAKE_ARGS+= -DWITH_INSTALL_PORTABLE=OFF
29 27
30CMAKE_ARGS+= -DWITH_BULLET=OFF 28CMAKE_ARGS+= -DWITH_BULLET=OFF
31CMAKE_ARGS+= -DWITH_OPENCOLORIO=ON 29CMAKE_ARGS+= -DWITH_OPENCOLORIO=ON
32CMAKE_ARGS+= -DWITH_FFTW3=ON 30CMAKE_ARGS+= -DWITH_FFTW3=ON
33CMAKE_ARGS+= -DWITH_SDL=ON 31CMAKE_ARGS+= -DWITH_SDL=ON
34CMAKE_ARGS+= -DWITH_SDL_DYNLOAD=OFF 32CMAKE_ARGS+= -DWITH_SDL_DYNLOAD=OFF
35CMAKE_ARGS+= -DWITH_CODEC_FFMPEG=ON 33CMAKE_ARGS+= -DWITH_CODEC_FFMPEG=ON
36CMAKE_ARGS+= -DWITH_CODEC_SNDFILE=ON 34CMAKE_ARGS+= -DWITH_CODEC_SNDFILE=ON
37CMAKE_ARGS+= -DWITH_SYSTEM_GLEW=ON 35CMAKE_ARGS+= -DWITH_SYSTEM_GLEW=ON
38CMAKE_ARGS+= -DWITH_TBB=OFF 
39 36
40CMAKE_ARGS+= -DWITH_PYTHON_INSTALL_NUMPY=OFF 37CMAKE_ARGS+= -DWITH_PYTHON_INSTALL_NUMPY=OFF
41CMAKE_ARGS+= -DWITH_PYTHON_INSTALL_REQUESTS=OFF 38CMAKE_ARGS+= -DWITH_PYTHON_INSTALL_REQUESTS=OFF
42 39
43.include "../../graphics/MesaLib/buildlink3.mk" 40.include "../../graphics/MesaLib/buildlink3.mk"
44.if ${MESALIB_SUPPORTS_EGL} == "yes" 41.if ${MESALIB_SUPPORTS_EGL} == "yes"
45#CMAKE_ARGS+= -DWITH_GL_EGL=ON 42#CMAKE_ARGS+= -DWITH_GL_EGL=ON
46.endif 43.endif
47 44
48PLIST_SUBST+= BLENDERVER=${PKGVERSION_NOREV:C/[a-z]//} 45PLIST_SUBST+= BLENDERVER=${PKGVERSION_NOREV:C/[a-z]//}
49 46
50REPLACE_PYTHON= release/bin/blender-thumbnailer.py 47REPLACE_PYTHON= release/bin/blender-thumbnailer.py
51 48
52INSTALLATION_DIRS= bin share/blender 49INSTALLATION_DIRS= bin share/blender
53 50
54CHECK_PORTABILITY_SKIP+= doc/python_api/sphinx_doc_gen.sh 51CHECK_PORTABILITY_SKIP+= doc/python_api/sphinx_doc_gen.sh
55 52
56PYTHON_VERSIONS_INCOMPATIBLE= 27 53PYTHON_VERSIONS_INCOMPATIBLE= 27
57 54
58pre-configure: 55pre-configure:
59 ${MKDIR} ${WRKSRC}/build 56 ${MKDIR} ${WRKSRC}/build
60 57
61.include "options.mk" 58.include "options.mk"
62.include "../../audio/openal-soft/buildlink3.mk" 59.include "../../audio/openal-soft/buildlink3.mk"
63.include "../../audio/libsndfile/buildlink3.mk" 60.include "../../audio/libsndfile/buildlink3.mk"
64.include "../../devel/SDL2/buildlink3.mk" 61.include "../../devel/SDL2/buildlink3.mk"
65.include "../../devel/boost-libs/buildlink3.mk" 62.include "../../devel/boost-libs/buildlink3.mk"
66.include "../../devel/gettext-tools/buildlink3.mk" 63.include "../../devel/gettext-tools/buildlink3.mk"
67.include "../../devel/libexecinfo/buildlink3.mk" 64.include "../../devel/libexecinfo/buildlink3.mk"
68.include "../../devel/pcre/buildlink3.mk" 65.include "../../devel/pcre/buildlink3.mk"
69.include "../../graphics/freetype2/buildlink3.mk" 66.include "../../graphics/freetype2/buildlink3.mk"
70.include "../../graphics/glew/buildlink3.mk" 67.include "../../graphics/glew/buildlink3.mk"
71.include "../../graphics/glu/buildlink3.mk" 68.include "../../graphics/glu/buildlink3.mk"
72.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 69.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
73.include "../../graphics/openexr/buildlink3.mk" 70.include "../../graphics/openexr/buildlink3.mk"
74.include "../../graphics/opencolorio/buildlink3.mk" 71.include "../../graphics/opencolorio/buildlink3.mk"
75.include "../../graphics/openimageio/buildlink3.mk" 72.include "../../graphics/openimageio/buildlink3.mk"
76.include "../../graphics/openjpeg/buildlink3.mk" 73.include "../../graphics/openjpeg/buildlink3.mk"
77.include "../../graphics/png/buildlink3.mk" 74.include "../../graphics/png/buildlink3.mk"
78.include "../../graphics/tiff/buildlink3.mk" 75.include "../../graphics/tiff/buildlink3.mk"
79.include "../../math/fftw/buildlink3.mk" 76.include "../../math/fftw/buildlink3.mk"
80.include "../../math/py-numpy/buildlink3.mk" 77.include "../../math/py-numpy/buildlink3.mk"
81.include "../../multimedia/ffmpeg4/buildlink3.mk" 78.include "../../multimedia/ffmpeg4/buildlink3.mk"
 79.include "../../parallel/threadingbuildingblocks/buildlink3.mk"
82.include "../../security/openssl/buildlink3.mk" 80.include "../../security/openssl/buildlink3.mk"
83.include "../../sysutils/desktop-file-utils/desktopdb.mk" 81.include "../../sysutils/desktop-file-utils/desktopdb.mk"
84.include "../../lang/python/application.mk" 82.include "../../lang/python/application.mk"
85.include "../../mk/bsd.pkg.mk" 83.include "../../mk/bsd.pkg.mk"

cvs diff -r1.30 -r1.31 pkgsrc/graphics/blender/PLIST (switch to unified diff)

--- pkgsrc/graphics/blender/PLIST 2019/11/23 23:47:14 1.30
+++ pkgsrc/graphics/blender/PLIST 2020/02/21 16:36:53 1.31
@@ -1,1995 +1,2094 @@ @@ -1,1995 +1,2094 @@
1@comment $NetBSD: PLIST,v 1.30 2019/11/23 23:47:14 nia Exp $ 1@comment $NetBSD: PLIST,v 1.31 2020/02/21 16:36:53 nia Exp $
2bin/blender 2bin/blender
3bin/blender-thumbnailer.py 3bin/blender-thumbnailer.py
4share/applications/blender.desktop 4share/applications/blender.desktop
5share/blender/${PKGVERSION}/datafiles/colormanagement/config.ocio 5share/blender/${PKGVERSION}/datafiles/colormanagement/config.ocio
6share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_desat65cube.spi3d 6share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_desat65cube.spi3d
7share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_false_color.spi3d 7share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_false_color.spi3d
8share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-35_1-30.spi1d 8share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-35_1-30.spi1d
9share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-48_1-09.spi1d 9share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-48_1-09.spi1d
10share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-60_1-04.spi1d 10share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-60_1-04.spi1d
11share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-70_1-03.spi1d 11share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-70_1-03.spi1d
12share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-85_1-011.spi1d 12share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0-85_1-011.spi1d
13share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0.99_1-0075.spi1d 13share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_0.99_1-0075.spi1d
14share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_1.20_1-00.spi1d 14share/blender/${PKGVERSION}/datafiles/colormanagement/filmic/filmic_to_1.20_1-00.spi1d
15share/blender/${PKGVERSION}/datafiles/colormanagement/luts/aces_to_xyz.spimtx 15share/blender/${PKGVERSION}/datafiles/colormanagement/luts/aces_to_xyz.spimtx
16share/blender/${PKGVERSION}/datafiles/colormanagement/luts/dci_xyz.spi1d 16share/blender/${PKGVERSION}/datafiles/colormanagement/luts/dci_xyz.spi1d
17share/blender/${PKGVERSION}/datafiles/colormanagement/luts/lg10.spi1d 17share/blender/${PKGVERSION}/datafiles/colormanagement/luts/lg10.spi1d
18share/blender/${PKGVERSION}/datafiles/colormanagement/luts/rec709.spi1d 18share/blender/${PKGVERSION}/datafiles/colormanagement/luts/rec709.spi1d
19share/blender/${PKGVERSION}/datafiles/colormanagement/luts/rec709_to_aces.spimtx 19share/blender/${PKGVERSION}/datafiles/colormanagement/luts/rec709_to_aces.spimtx
20share/blender/${PKGVERSION}/datafiles/colormanagement/luts/srgb.spi1d 20share/blender/${PKGVERSION}/datafiles/colormanagement/luts/srgb.spi1d
21share/blender/${PKGVERSION}/datafiles/colormanagement/luts/srgb_inv.spi1d 21share/blender/${PKGVERSION}/datafiles/colormanagement/luts/srgb_inv.spi1d
22share/blender/${PKGVERSION}/datafiles/colormanagement/luts/srgb_to_xyz.spimtx 22share/blender/${PKGVERSION}/datafiles/colormanagement/luts/srgb_to_xyz.spimtx
23share/blender/${PKGVERSION}/datafiles/colormanagement/luts/vd16.spi1d 23share/blender/${PKGVERSION}/datafiles/colormanagement/luts/vd16.spi1d
24share/blender/${PKGVERSION}/datafiles/fonts/bmonofont-i18n.ttf.gz 24share/blender/${PKGVERSION}/datafiles/fonts/bmonofont-i18n.ttf.gz
25share/blender/${PKGVERSION}/datafiles/fonts/droidsans.ttf.gz 25share/blender/${PKGVERSION}/datafiles/fonts/droidsans.ttf.gz
26share/blender/${PKGVERSION}/datafiles/icons/brush.gpencil_draw.draw.dat 26share/blender/${PKGVERSION}/datafiles/icons/brush.gpencil_draw.draw.dat
27share/blender/${PKGVERSION}/datafiles/icons/brush.gpencil_draw.erase.dat 27share/blender/${PKGVERSION}/datafiles/icons/brush.gpencil_draw.erase.dat
28share/blender/${PKGVERSION}/datafiles/icons/brush.gpencil_draw.fill.dat 28share/blender/${PKGVERSION}/datafiles/icons/brush.gpencil_draw.fill.dat
29share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.airbrush.dat 29share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.airbrush.dat
30share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.clone.dat 30share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.clone.dat
31share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.draw.dat 31share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.draw.dat
32share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.fill.dat 32share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.fill.dat
33share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.mask.dat 33share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.mask.dat
34share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.masklort.dat 34share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.masklort.dat
35share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.multiply.dat 35share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.multiply.dat
36share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.smear.dat 36share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.smear.dat
37share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.soften.dat 37share/blender/${PKGVERSION}/datafiles/icons/brush.paint_texture.soften.dat
38share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.alpha.dat 38share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.alpha.dat
39share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.average.dat 39share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.average.dat
40share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.blur.dat 40share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.blur.dat
41share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.draw.dat 41share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.draw.dat
42share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.smear.dat 42share/blender/${PKGVERSION}/datafiles/icons/brush.paint_vertex.smear.dat
43share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.average.dat 43share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.average.dat
44share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.blur.dat 44share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.blur.dat
45share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.draw.dat 45share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.draw.dat
46share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.mix.dat 46share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.mix.dat
47share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.smear.dat 47share/blender/${PKGVERSION}/datafiles/icons/brush.paint_weight.smear.dat
48share/blender/${PKGVERSION}/datafiles/icons/brush.particle.add.dat 48share/blender/${PKGVERSION}/datafiles/icons/brush.particle.add.dat
49share/blender/${PKGVERSION}/datafiles/icons/brush.particle.comb.dat 49share/blender/${PKGVERSION}/datafiles/icons/brush.particle.comb.dat
50share/blender/${PKGVERSION}/datafiles/icons/brush.particle.cut.dat 50share/blender/${PKGVERSION}/datafiles/icons/brush.particle.cut.dat
51share/blender/${PKGVERSION}/datafiles/icons/brush.particle.length.dat 51share/blender/${PKGVERSION}/datafiles/icons/brush.particle.length.dat
52share/blender/${PKGVERSION}/datafiles/icons/brush.particle.puff.dat 52share/blender/${PKGVERSION}/datafiles/icons/brush.particle.puff.dat
53share/blender/${PKGVERSION}/datafiles/icons/brush.particle.smooth.dat 53share/blender/${PKGVERSION}/datafiles/icons/brush.particle.smooth.dat
54share/blender/${PKGVERSION}/datafiles/icons/brush.particle.weight.dat 54share/blender/${PKGVERSION}/datafiles/icons/brush.particle.weight.dat
55share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.blob.dat 55share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.blob.dat
56share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.clay.dat 56share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.clay.dat
57share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.clay_strips.dat 57share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.clay_strips.dat
58share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.crease.dat 58share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.crease.dat
59share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.draw.dat 59share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.draw.dat
60share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.draw_sharp.dat 60share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.draw_sharp.dat
61share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.elastic_deform.dat 61share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.elastic_deform.dat
62share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.fill.dat 62share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.fill.dat
63share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.flatten.dat 63share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.flatten.dat
64share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.grab.dat 64share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.grab.dat
65share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.inflate.dat 65share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.inflate.dat
66share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.layer.dat 66share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.layer.dat
67share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.mask.dat 67share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.mask.dat
 68share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.multiplane_scrape.dat
68share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.nudge.dat 69share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.nudge.dat
69share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.pinch.dat 70share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.pinch.dat
70share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.pose.dat 71share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.pose.dat
71share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.rotate.dat 72share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.rotate.dat
72share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.scrape.dat 73share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.scrape.dat
73share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.simplify.dat 74share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.simplify.dat
74share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.smooth.dat 75share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.smooth.dat
75share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.snake_hook.dat 76share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.snake_hook.dat
76share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.thumb.dat 77share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.thumb.dat
 78share/blender/${PKGVERSION}/datafiles/icons/brush.sculpt.topology.dat
77share/blender/${PKGVERSION}/datafiles/icons/brush.uv_sculpt.grab.dat 79share/blender/${PKGVERSION}/datafiles/icons/brush.uv_sculpt.grab.dat
78share/blender/${PKGVERSION}/datafiles/icons/brush.uv_sculpt.pinch.dat 80share/blender/${PKGVERSION}/datafiles/icons/brush.uv_sculpt.pinch.dat
79share/blender/${PKGVERSION}/datafiles/icons/brush.uv_sculpt.relax.dat 81share/blender/${PKGVERSION}/datafiles/icons/brush.uv_sculpt.relax.dat
80share/blender/${PKGVERSION}/datafiles/icons/none.dat 82share/blender/${PKGVERSION}/datafiles/icons/none.dat
81share/blender/${PKGVERSION}/datafiles/icons/ops.armature.bone.roll.dat 83share/blender/${PKGVERSION}/datafiles/icons/ops.armature.bone.roll.dat
82share/blender/${PKGVERSION}/datafiles/icons/ops.armature.extrude_cursor.dat 84share/blender/${PKGVERSION}/datafiles/icons/ops.armature.extrude_cursor.dat
83share/blender/${PKGVERSION}/datafiles/icons/ops.armature.extrude_move.dat 85share/blender/${PKGVERSION}/datafiles/icons/ops.armature.extrude_move.dat
84share/blender/${PKGVERSION}/datafiles/icons/ops.curve.draw.dat 86share/blender/${PKGVERSION}/datafiles/icons/ops.curve.draw.dat
85share/blender/${PKGVERSION}/datafiles/icons/ops.curve.extrude_cursor.dat 87share/blender/${PKGVERSION}/datafiles/icons/ops.curve.extrude_cursor.dat
86share/blender/${PKGVERSION}/datafiles/icons/ops.curve.extrude_move.dat 88share/blender/${PKGVERSION}/datafiles/icons/ops.curve.extrude_move.dat
87share/blender/${PKGVERSION}/datafiles/icons/ops.curve.radius.dat 89share/blender/${PKGVERSION}/datafiles/icons/ops.curve.radius.dat
88share/blender/${PKGVERSION}/datafiles/icons/ops.curve.vertex_random.dat 90share/blender/${PKGVERSION}/datafiles/icons/ops.curve.vertex_random.dat
89share/blender/${PKGVERSION}/datafiles/icons/ops.generic.cursor.dat 91share/blender/${PKGVERSION}/datafiles/icons/ops.generic.cursor.dat
90share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select.dat 92share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select.dat
91share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select_box.dat 93share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select_box.dat
92share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select_circle.dat 94share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select_circle.dat
93share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select_lasso.dat 95share/blender/${PKGVERSION}/datafiles/icons/ops.generic.select_lasso.dat
94share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.dat 96share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.dat
95share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.eraser.dat 97share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.eraser.dat
96share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.line.dat 98share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.line.dat
97share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.poly.dat 99share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.draw.poly.dat
98share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_bend.dat 100share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_bend.dat
99share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_mirror.dat 101share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_mirror.dat
100share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_shear.dat 102share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_shear.dat
101share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_to_sphere.dat 103share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.edit_to_sphere.dat
102share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.extrude_move.dat 104share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.extrude_move.dat
103share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_arc.dat 105share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_arc.dat
104share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_box.dat 106share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_box.dat
105share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_circle.dat 107share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_circle.dat
106share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_curve.dat 108share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_curve.dat
107share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_line.dat 109share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_line.dat
 110share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.primitive_polyline.dat
108share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.radius.dat 111share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.radius.dat
109share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_clone.dat 112share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_clone.dat
110share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_grab.dat 113share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_grab.dat
111share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_pinch.dat 114share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_pinch.dat
112share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_push.dat 115share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_push.dat
113share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_randomize.dat 116share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_randomize.dat
114share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_smooth.dat 117share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_smooth.dat
115share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_strength.dat 118share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_strength.dat
116share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_thickness.dat 119share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_thickness.dat
117share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_twist.dat 120share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_twist.dat
118share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_weight.dat 121share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.sculpt_weight.dat
119share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.stroke_cutter.dat 122share/blender/${PKGVERSION}/datafiles/icons/ops.gpencil.stroke_cutter.dat
120share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.bevel.dat 123share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.bevel.dat
121share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.bisect.dat 124share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.bisect.dat
122share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.dupli_extrude_cursor.dat 125share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.dupli_extrude_cursor.dat
123share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.extrude_faces_move.dat 126share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.extrude_faces_move.dat
124share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.extrude_region_move.dat 127share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.extrude_region_move.dat
125share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.extrude_region_shrink_fatten.dat 128share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.extrude_region_shrink_fatten.dat
126share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.inset.dat 129share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.inset.dat
127share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.knife_tool.dat 130share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.knife_tool.dat
128share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.loopcut_slide.dat 131share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.loopcut_slide.dat
129share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.offset_edge_loops_slide.dat 132share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.offset_edge_loops_slide.dat
130share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.polybuild_hover.dat 133share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.polybuild_hover.dat
131share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_cone_add_gizmo.dat 134share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_cone_add_gizmo.dat
132share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_cube_add_gizmo.dat 135share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_cube_add_gizmo.dat
133share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_cylinder_add_gizmo.dat 136share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_cylinder_add_gizmo.dat
134share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_grid_add_gizmo.dat 137share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_grid_add_gizmo.dat
135share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_sphere_add_gizmo.dat 138share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_sphere_add_gizmo.dat
136share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_torus_add_gizmo.dat 139share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.primitive_torus_add_gizmo.dat
137share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.rip.dat 140share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.rip.dat
138share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.rip_edge.dat 141share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.rip_edge.dat
139share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.spin.dat 142share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.spin.dat
140share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.spin.duplicate.dat 143share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.spin.duplicate.dat
141share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.vertices_smooth.dat 144share/blender/${PKGVERSION}/datafiles/icons/ops.mesh.vertices_smooth.dat
142share/blender/${PKGVERSION}/datafiles/icons/ops.node.links_cut.dat 145share/blender/${PKGVERSION}/datafiles/icons/ops.node.links_cut.dat
 146share/blender/${PKGVERSION}/datafiles/icons/ops.paint.eyedropper_add.dat
143share/blender/${PKGVERSION}/datafiles/icons/ops.paint.vertex_color_fill.dat 147share/blender/${PKGVERSION}/datafiles/icons/ops.paint.vertex_color_fill.dat
144share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_fill.dat 148share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_fill.dat
145share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_gradient.dat 149share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_gradient.dat
146share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_sample.dat 150share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_sample.dat
147share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_sample_group.dat 151share/blender/${PKGVERSION}/datafiles/icons/ops.paint.weight_sample_group.dat
148share/blender/${PKGVERSION}/datafiles/icons/ops.pose.breakdowner.dat 152share/blender/${PKGVERSION}/datafiles/icons/ops.pose.breakdowner.dat
149share/blender/${PKGVERSION}/datafiles/icons/ops.pose.push.dat 153share/blender/${PKGVERSION}/datafiles/icons/ops.pose.push.dat
150share/blender/${PKGVERSION}/datafiles/icons/ops.pose.relax.dat 154share/blender/${PKGVERSION}/datafiles/icons/ops.pose.relax.dat
151share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.border_hide.dat 155share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.border_hide.dat
152share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.border_mask.dat 156share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.border_mask.dat
153share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.lasso_mask.dat 157share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.lasso_mask.dat
154share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.mesh_filter.dat 158share/blender/${PKGVERSION}/datafiles/icons/ops.sculpt.mesh_filter.dat
155share/blender/${PKGVERSION}/datafiles/icons/ops.transform.bone_envelope.dat 159share/blender/${PKGVERSION}/datafiles/icons/ops.transform.bone_envelope.dat
156share/blender/${PKGVERSION}/datafiles/icons/ops.transform.bone_size.dat 160share/blender/${PKGVERSION}/datafiles/icons/ops.transform.bone_size.dat
157share/blender/${PKGVERSION}/datafiles/icons/ops.transform.edge_slide.dat 161share/blender/${PKGVERSION}/datafiles/icons/ops.transform.edge_slide.dat
158share/blender/${PKGVERSION}/datafiles/icons/ops.transform.push_pull.dat 162share/blender/${PKGVERSION}/datafiles/icons/ops.transform.push_pull.dat
159share/blender/${PKGVERSION}/datafiles/icons/ops.transform.resize.cage.dat 163share/blender/${PKGVERSION}/datafiles/icons/ops.transform.resize.cage.dat
160share/blender/${PKGVERSION}/datafiles/icons/ops.transform.resize.dat 164share/blender/${PKGVERSION}/datafiles/icons/ops.transform.resize.dat
161share/blender/${PKGVERSION}/datafiles/icons/ops.transform.rotate.dat 165share/blender/${PKGVERSION}/datafiles/icons/ops.transform.rotate.dat
162share/blender/${PKGVERSION}/datafiles/icons/ops.transform.shear.dat 166share/blender/${PKGVERSION}/datafiles/icons/ops.transform.shear.dat
163share/blender/${PKGVERSION}/datafiles/icons/ops.transform.shrink_fatten.dat 167share/blender/${PKGVERSION}/datafiles/icons/ops.transform.shrink_fatten.dat
164share/blender/${PKGVERSION}/datafiles/icons/ops.transform.tilt.dat 168share/blender/${PKGVERSION}/datafiles/icons/ops.transform.tilt.dat
165share/blender/${PKGVERSION}/datafiles/icons/ops.transform.tosphere.dat 169share/blender/${PKGVERSION}/datafiles/icons/ops.transform.tosphere.dat
166share/blender/${PKGVERSION}/datafiles/icons/ops.transform.transform.dat 170share/blender/${PKGVERSION}/datafiles/icons/ops.transform.transform.dat
167share/blender/${PKGVERSION}/datafiles/icons/ops.transform.translate.dat 171share/blender/${PKGVERSION}/datafiles/icons/ops.transform.translate.dat
168share/blender/${PKGVERSION}/datafiles/icons/ops.transform.vert_slide.dat 172share/blender/${PKGVERSION}/datafiles/icons/ops.transform.vert_slide.dat
169share/blender/${PKGVERSION}/datafiles/icons/ops.transform.vertex_random.dat 173share/blender/${PKGVERSION}/datafiles/icons/ops.transform.vertex_random.dat
170share/blender/${PKGVERSION}/datafiles/icons/ops.view3d.ruler.dat 174share/blender/${PKGVERSION}/datafiles/icons/ops.view3d.ruler.dat
171share/blender/${PKGVERSION}/datafiles/locale/ab/LC_MESSAGES/blender.mo 175share/blender/${PKGVERSION}/datafiles/locale/ab/LC_MESSAGES/blender.mo
172share/blender/${PKGVERSION}/datafiles/locale/ar/LC_MESSAGES/blender.mo 176share/blender/${PKGVERSION}/datafiles/locale/ar/LC_MESSAGES/blender.mo
173share/blender/${PKGVERSION}/datafiles/locale/ca/LC_MESSAGES/blender.mo 177share/blender/${PKGVERSION}/datafiles/locale/ca/LC_MESSAGES/blender.mo
174share/blender/${PKGVERSION}/datafiles/locale/cs/LC_MESSAGES/blender.mo 178share/blender/${PKGVERSION}/datafiles/locale/cs/LC_MESSAGES/blender.mo
175share/blender/${PKGVERSION}/datafiles/locale/de/LC_MESSAGES/blender.mo 179share/blender/${PKGVERSION}/datafiles/locale/de/LC_MESSAGES/blender.mo
176share/blender/${PKGVERSION}/datafiles/locale/eo/LC_MESSAGES/blender.mo 180share/blender/${PKGVERSION}/datafiles/locale/eo/LC_MESSAGES/blender.mo
177share/blender/${PKGVERSION}/datafiles/locale/es/LC_MESSAGES/blender.mo 181share/blender/${PKGVERSION}/datafiles/locale/es/LC_MESSAGES/blender.mo
178share/blender/${PKGVERSION}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo 182share/blender/${PKGVERSION}/datafiles/locale/es_ES/LC_MESSAGES/blender.mo
179share/blender/${PKGVERSION}/datafiles/locale/eu/LC_MESSAGES/blender.mo 183share/blender/${PKGVERSION}/datafiles/locale/eu/LC_MESSAGES/blender.mo
180share/blender/${PKGVERSION}/datafiles/locale/fa/LC_MESSAGES/blender.mo 184share/blender/${PKGVERSION}/datafiles/locale/fa/LC_MESSAGES/blender.mo
181share/blender/${PKGVERSION}/datafiles/locale/fr/LC_MESSAGES/blender.mo 185share/blender/${PKGVERSION}/datafiles/locale/fr/LC_MESSAGES/blender.mo
182share/blender/${PKGVERSION}/datafiles/locale/ha/LC_MESSAGES/blender.mo 186share/blender/${PKGVERSION}/datafiles/locale/ha/LC_MESSAGES/blender.mo
183share/blender/${PKGVERSION}/datafiles/locale/he/LC_MESSAGES/blender.mo 187share/blender/${PKGVERSION}/datafiles/locale/he/LC_MESSAGES/blender.mo
184share/blender/${PKGVERSION}/datafiles/locale/hi/LC_MESSAGES/blender.mo 188share/blender/${PKGVERSION}/datafiles/locale/hi/LC_MESSAGES/blender.mo
185share/blender/${PKGVERSION}/datafiles/locale/hr/LC_MESSAGES/blender.mo 189share/blender/${PKGVERSION}/datafiles/locale/hr/LC_MESSAGES/blender.mo
186share/blender/${PKGVERSION}/datafiles/locale/hu/LC_MESSAGES/blender.mo 190share/blender/${PKGVERSION}/datafiles/locale/hu/LC_MESSAGES/blender.mo
187share/blender/${PKGVERSION}/datafiles/locale/id/LC_MESSAGES/blender.mo 191share/blender/${PKGVERSION}/datafiles/locale/id/LC_MESSAGES/blender.mo
188share/blender/${PKGVERSION}/datafiles/locale/it/LC_MESSAGES/blender.mo 192share/blender/${PKGVERSION}/datafiles/locale/it/LC_MESSAGES/blender.mo
189share/blender/${PKGVERSION}/datafiles/locale/ja/LC_MESSAGES/blender.mo 193share/blender/${PKGVERSION}/datafiles/locale/ja/LC_MESSAGES/blender.mo
190share/blender/${PKGVERSION}/datafiles/locale/ko/LC_MESSAGES/blender.mo 194share/blender/${PKGVERSION}/datafiles/locale/ko/LC_MESSAGES/blender.mo
191share/blender/${PKGVERSION}/datafiles/locale/ky/LC_MESSAGES/blender.mo 195share/blender/${PKGVERSION}/datafiles/locale/ky/LC_MESSAGES/blender.mo
192share/blender/${PKGVERSION}/datafiles/locale/languages 196share/blender/${PKGVERSION}/datafiles/locale/languages
193share/blender/${PKGVERSION}/datafiles/locale/nl/LC_MESSAGES/blender.mo 197share/blender/${PKGVERSION}/datafiles/locale/nl/LC_MESSAGES/blender.mo
194share/blender/${PKGVERSION}/datafiles/locale/pl/LC_MESSAGES/blender.mo 198share/blender/${PKGVERSION}/datafiles/locale/pl/LC_MESSAGES/blender.mo
195share/blender/${PKGVERSION}/datafiles/locale/pt/LC_MESSAGES/blender.mo 199share/blender/${PKGVERSION}/datafiles/locale/pt/LC_MESSAGES/blender.mo
196share/blender/${PKGVERSION}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo 200share/blender/${PKGVERSION}/datafiles/locale/pt_BR/LC_MESSAGES/blender.mo
197share/blender/${PKGVERSION}/datafiles/locale/ru/LC_MESSAGES/blender.mo 201share/blender/${PKGVERSION}/datafiles/locale/ru/LC_MESSAGES/blender.mo
198share/blender/${PKGVERSION}/datafiles/locale/sk/LC_MESSAGES/blender.mo 202share/blender/${PKGVERSION}/datafiles/locale/sk/LC_MESSAGES/blender.mo
199share/blender/${PKGVERSION}/datafiles/locale/sr/LC_MESSAGES/blender.mo 203share/blender/${PKGVERSION}/datafiles/locale/sr/LC_MESSAGES/blender.mo
200share/blender/${PKGVERSION}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo 204share/blender/${PKGVERSION}/datafiles/locale/sr@latin/LC_MESSAGES/blender.mo
201share/blender/${PKGVERSION}/datafiles/locale/sv/LC_MESSAGES/blender.mo 205share/blender/${PKGVERSION}/datafiles/locale/sv/LC_MESSAGES/blender.mo
202share/blender/${PKGVERSION}/datafiles/locale/th/LC_MESSAGES/blender.mo 206share/blender/${PKGVERSION}/datafiles/locale/th/LC_MESSAGES/blender.mo
203share/blender/${PKGVERSION}/datafiles/locale/tr/LC_MESSAGES/blender.mo 207share/blender/${PKGVERSION}/datafiles/locale/tr/LC_MESSAGES/blender.mo
204share/blender/${PKGVERSION}/datafiles/locale/uk/LC_MESSAGES/blender.mo 208share/blender/${PKGVERSION}/datafiles/locale/uk/LC_MESSAGES/blender.mo
205share/blender/${PKGVERSION}/datafiles/locale/vi/LC_MESSAGES/blender.mo 209share/blender/${PKGVERSION}/datafiles/locale/vi/LC_MESSAGES/blender.mo
206share/blender/${PKGVERSION}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo 210share/blender/${PKGVERSION}/datafiles/locale/zh_CN/LC_MESSAGES/blender.mo
207share/blender/${PKGVERSION}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo 211share/blender/${PKGVERSION}/datafiles/locale/zh_TW/LC_MESSAGES/blender.mo
208share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_1.exr 212share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_1.exr
209share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_2.exr 213share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_2.exr
210share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_dark.exr 214share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_dark.exr
211share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_side.exr 215share/blender/${PKGVERSION}/datafiles/studiolights/matcap/basic_side.exr
212share/blender/${PKGVERSION}/datafiles/studiolights/matcap/ceramic_dark.exr 216share/blender/${PKGVERSION}/datafiles/studiolights/matcap/ceramic_dark.exr
213share/blender/${PKGVERSION}/datafiles/studiolights/matcap/ceramic_lightbulb.exr 217share/blender/${PKGVERSION}/datafiles/studiolights/matcap/ceramic_lightbulb.exr
214share/blender/${PKGVERSION}/datafiles/studiolights/matcap/check_normal+y.exr 218share/blender/${PKGVERSION}/datafiles/studiolights/matcap/check_normal+y.exr
215share/blender/${PKGVERSION}/datafiles/studiolights/matcap/check_rim_dark.exr 219share/blender/${PKGVERSION}/datafiles/studiolights/matcap/check_rim_dark.exr
216share/blender/${PKGVERSION}/datafiles/studiolights/matcap/check_rim_light.exr 220share/blender/${PKGVERSION}/datafiles/studiolights/matcap/check_rim_light.exr
217share/blender/${PKGVERSION}/datafiles/studiolights/matcap/clay_brown.exr 221share/blender/${PKGVERSION}/datafiles/studiolights/matcap/clay_brown.exr
218share/blender/${PKGVERSION}/datafiles/studiolights/matcap/clay_muddy.exr 222share/blender/${PKGVERSION}/datafiles/studiolights/matcap/clay_muddy.exr
219share/blender/${PKGVERSION}/datafiles/studiolights/matcap/clay_studio.exr 223share/blender/${PKGVERSION}/datafiles/studiolights/matcap/clay_studio.exr
220share/blender/${PKGVERSION}/datafiles/studiolights/matcap/jade.exr 224share/blender/${PKGVERSION}/datafiles/studiolights/matcap/jade.exr
221share/blender/${PKGVERSION}/datafiles/studiolights/matcap/license.txt 225share/blender/${PKGVERSION}/datafiles/studiolights/matcap/license.txt
222share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_anisotropic.exr 226share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_anisotropic.exr
223share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_carpaint.exr 227share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_carpaint.exr
224share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_lead.exr 228share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_lead.exr
225share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_shiny.exr 229share/blender/${PKGVERSION}/datafiles/studiolights/matcap/metal_shiny.exr
226share/blender/${PKGVERSION}/datafiles/studiolights/matcap/pearl.exr 230share/blender/${PKGVERSION}/datafiles/studiolights/matcap/pearl.exr
227share/blender/${PKGVERSION}/datafiles/studiolights/matcap/reflection_check_horizontal.exr 231share/blender/${PKGVERSION}/datafiles/studiolights/matcap/reflection_check_horizontal.exr
228share/blender/${PKGVERSION}/datafiles/studiolights/matcap/reflection_check_vertical.exr 232share/blender/${PKGVERSION}/datafiles/studiolights/matcap/reflection_check_vertical.exr
229share/blender/${PKGVERSION}/datafiles/studiolights/matcap/resin.exr 233share/blender/${PKGVERSION}/datafiles/studiolights/matcap/resin.exr
230share/blender/${PKGVERSION}/datafiles/studiolights/matcap/skin.exr 234share/blender/${PKGVERSION}/datafiles/studiolights/matcap/skin.exr
231share/blender/${PKGVERSION}/datafiles/studiolights/matcap/toon.exr 235share/blender/${PKGVERSION}/datafiles/studiolights/matcap/toon.exr
232share/blender/${PKGVERSION}/datafiles/studiolights/studio/basic.sl 236share/blender/${PKGVERSION}/datafiles/studiolights/studio/basic.sl
233share/blender/${PKGVERSION}/datafiles/studiolights/studio/outdoor.sl 237share/blender/${PKGVERSION}/datafiles/studiolights/studio/outdoor.sl
234share/blender/${PKGVERSION}/datafiles/studiolights/studio/rim.sl 238share/blender/${PKGVERSION}/datafiles/studiolights/studio/rim.sl
235share/blender/${PKGVERSION}/datafiles/studiolights/studio/studio.sl 239share/blender/${PKGVERSION}/datafiles/studiolights/studio/studio.sl
236share/blender/${PKGVERSION}/datafiles/studiolights/world/city.exr 240share/blender/${PKGVERSION}/datafiles/studiolights/world/city.exr
237share/blender/${PKGVERSION}/datafiles/studiolights/world/courtyard.exr 241share/blender/${PKGVERSION}/datafiles/studiolights/world/courtyard.exr
238share/blender/${PKGVERSION}/datafiles/studiolights/world/forest.exr 242share/blender/${PKGVERSION}/datafiles/studiolights/world/forest.exr
239share/blender/${PKGVERSION}/datafiles/studiolights/world/interior.exr 243share/blender/${PKGVERSION}/datafiles/studiolights/world/interior.exr
240share/blender/${PKGVERSION}/datafiles/studiolights/world/license.txt 244share/blender/${PKGVERSION}/datafiles/studiolights/world/license.txt
241share/blender/${PKGVERSION}/datafiles/studiolights/world/night.exr 245share/blender/${PKGVERSION}/datafiles/studiolights/world/night.exr
242share/blender/${PKGVERSION}/datafiles/studiolights/world/studio.exr 246share/blender/${PKGVERSION}/datafiles/studiolights/world/studio.exr
243share/blender/${PKGVERSION}/datafiles/studiolights/world/sunrise.exr 247share/blender/${PKGVERSION}/datafiles/studiolights/world/sunrise.exr
244share/blender/${PKGVERSION}/datafiles/studiolights/world/sunset.exr 248share/blender/${PKGVERSION}/datafiles/studiolights/world/sunset.exr
 249share/blender/${PKGVERSION}/scripts/addons/add_camera_rigs/__init__.py
 250share/blender/${PKGVERSION}/scripts/addons/add_camera_rigs/build_rigs.py
 251share/blender/${PKGVERSION}/scripts/addons/add_camera_rigs/composition_guides_menu.py
 252share/blender/${PKGVERSION}/scripts/addons/add_camera_rigs/create_widgets.py
 253share/blender/${PKGVERSION}/scripts/addons/add_camera_rigs/operators.py
 254share/blender/${PKGVERSION}/scripts/addons/add_camera_rigs/prefs.py
 255share/blender/${PKGVERSION}/scripts/addons/add_camera_rigs/ui_panels.py
245share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/__init__.py 256share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/__init__.py
246share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py 257share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_aceous_galore.py
247share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_braid.py 258share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_braid.py
248share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_celtic_links.py 259share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_celtic_links.py
249share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_curly.py 260share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_curly.py
250share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_simple.py 261share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_simple.py
251share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_spirals.py 262share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_spirals.py
252share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_spirofit_bouncespline.py 263share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_spirofit_bouncespline.py
253share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py 264share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_curve_torus_knots.py
254share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_surface_plane_cone.py 265share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/add_surface_plane_cone.py
255share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/beveltaper_curve.py 266share/blender/${PKGVERSION}/scripts/addons/add_curve_extra_objects/beveltaper_curve.py
256share/blender/${PKGVERSION}/scripts/addons/add_curve_ivygen.py 267share/blender/${PKGVERSION}/scripts/addons/add_curve_ivygen.py
257share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/__init__.py 268share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/__init__.py
258share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/callistemon.py 269share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/callistemon.py
259share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/douglas_fir.py 270share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/douglas_fir.py
260share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/japanese_maple.py 271share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/japanese_maple.py
261share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/quaking_aspen.py 272share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/quaking_aspen.py
262share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/small_maple.py 273share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/small_maple.py
263share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/small_pine.py 274share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/small_pine.py
264share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/weeping_willow.py 275share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/weeping_willow.py
265share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/white_birch.py 276share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/white_birch.py
266share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/willow.py 277share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/presets/willow.py
267share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/utils.py 278share/blender/${PKGVERSION}/scripts/addons/add_curve_sapling/utils.py
268share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/Boltfactory.py 279share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/Boltfactory.py
269share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/__init__.py 280share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/__init__.py
270share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/createMesh.py 281share/blender/${PKGVERSION}/scripts/addons/add_mesh_BoltFactory/createMesh.py
271share/blender/${PKGVERSION}/scripts/addons/add_mesh_discombobulator/__init__.py 282share/blender/${PKGVERSION}/scripts/addons/add_mesh_discombobulator/__init__.py
272share/blender/${PKGVERSION}/scripts/addons/add_mesh_discombobulator/mesh_discombobulator.py 283share/blender/${PKGVERSION}/scripts/addons/add_mesh_discombobulator/mesh_discombobulator.py
273share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/Blocks.py 284share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/Blocks.py
274share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/Wallfactory.py 285share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/Wallfactory.py
275share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/__init__.py 286share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/__init__.py
276share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_empty_as_parent.py 287share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_empty_as_parent.py
277share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py 288share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_3d_function_surface.py
278share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_beam_builder.py 289share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_beam_builder.py
279share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py 290share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gears.py
280share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py 291share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_gemstones.py
281share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py 292share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_honeycomb.py
282share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_menger_sponge.py 293share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_menger_sponge.py
283share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pipe_joint.py 294share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pipe_joint.py
284share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py 295share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_pyramid.py
 296share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/__init__.py
 297share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/add_mesh_rocks.xml
 298share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/factory.xml
 299share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/randomize_texture.py
 300share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/rockgen.py
 301share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/settings.py
 302share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/utils.py
285share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_round_brilliant.py 303share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_round_brilliant.py
286share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_round_cube.py 304share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_round_cube.py
287share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_solid.py 305share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_solid.py
288share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_star.py 306share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_star.py
289share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py 307share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_supertoroid.py
290share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py 308share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_teapot.py
291share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py 309share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_torusknot.py
292share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_triangles.py 310share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_triangles.py
293share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py 311share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_twisted_torus.py
294share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_vertex.py 312share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/add_mesh_vertex.py
 313share/blender/${PKGVERSION}/scripts/addons/add_mesh_extra_objects/utils.py
295share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/__init__.py 314share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/__init__.py
296share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/add_shape_geodesic.py 315share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/add_shape_geodesic.py
297share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/forms_271.py 316share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/forms_271.py
298share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/geodesic_classes_271.py 317share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/geodesic_classes_271.py
299share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/third_domes_panel_271.py 318share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/third_domes_panel_271.py
300share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/vefm_271.py 319share/blender/${PKGVERSION}/scripts/addons/add_mesh_geodesic_domes/vefm_271.py
 320share/blender/${PKGVERSION}/scripts/addons/amaranth/__init__.py
 321share/blender/${PKGVERSION}/scripts/addons/amaranth/animation/__init__.py
 322share/blender/${PKGVERSION}/scripts/addons/amaranth/animation/frame_current.py
 323share/blender/${PKGVERSION}/scripts/addons/amaranth/animation/jump_frames.py
 324share/blender/${PKGVERSION}/scripts/addons/amaranth/animation/motion_paths.py
 325share/blender/${PKGVERSION}/scripts/addons/amaranth/animation/timeline_extra_info.py
 326share/blender/${PKGVERSION}/scripts/addons/amaranth/misc/__init__.py
 327share/blender/${PKGVERSION}/scripts/addons/amaranth/misc/color_management.py
 328share/blender/${PKGVERSION}/scripts/addons/amaranth/misc/dupli_group_id.py
 329share/blender/${PKGVERSION}/scripts/addons/amaranth/misc/sequencer_extra_info.py
 330share/blender/${PKGVERSION}/scripts/addons/amaranth/misc/toggle_wire.py
 331share/blender/${PKGVERSION}/scripts/addons/amaranth/modeling/__init__.py
 332share/blender/${PKGVERSION}/scripts/addons/amaranth/modeling/symmetry_tools.py
 333share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/__init__.py
 334share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/display_image.py
 335share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/id_panel.py
 336share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/node_shader_extra.py
 337share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/node_stats.py
 338share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/normal_node.py
 339share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/simplify_nodes.py
 340share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/switch_material.py
 341share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/templates/__init__.py
 342share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/templates/vectorblur.py
 343share/blender/${PKGVERSION}/scripts/addons/amaranth/node_editor/templates/vignette.py
 344share/blender/${PKGVERSION}/scripts/addons/amaranth/prefs.py
 345share/blender/${PKGVERSION}/scripts/addons/amaranth/render/__init__.py
 346share/blender/${PKGVERSION}/scripts/addons/amaranth/render/border_camera.py
 347share/blender/${PKGVERSION}/scripts/addons/amaranth/render/final_resolution.py
 348share/blender/${PKGVERSION}/scripts/addons/amaranth/render/meshlight_add.py
 349share/blender/${PKGVERSION}/scripts/addons/amaranth/render/meshlight_select.py
 350share/blender/${PKGVERSION}/scripts/addons/amaranth/render/passepartout.py
 351share/blender/${PKGVERSION}/scripts/addons/amaranth/render/render_output_z.py
 352share/blender/${PKGVERSION}/scripts/addons/amaranth/render/samples_scene.py
 353share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/__init__.py
 354share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/current_blend.py
 355share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/debug.py
 356share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/goto_library.py
 357share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/material_remove_unassigned.py
 358share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/refresh.py
 359share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/save_reload.py
 360share/blender/${PKGVERSION}/scripts/addons/amaranth/scene/stats.py
 361share/blender/${PKGVERSION}/scripts/addons/amaranth/utils.py
301share/blender/${PKGVERSION}/scripts/addons/animation_add_corrective_shape_key.py 362share/blender/${PKGVERSION}/scripts/addons/animation_add_corrective_shape_key.py
302share/blender/${PKGVERSION}/scripts/addons/animation_animall.py 363share/blender/${PKGVERSION}/scripts/addons/animation_animall.py
303share/blender/${PKGVERSION}/scripts/addons/ant_landscape/ErosionR.txt 364share/blender/${PKGVERSION}/scripts/addons/ant_landscape/ErosionR.txt
304share/blender/${PKGVERSION}/scripts/addons/ant_landscape/__init__.py 365share/blender/${PKGVERSION}/scripts/addons/ant_landscape/__init__.py
305share/blender/${PKGVERSION}/scripts/addons/ant_landscape/add_mesh_ant_landscape.py 366share/blender/${PKGVERSION}/scripts/addons/ant_landscape/add_mesh_ant_landscape.py
306share/blender/${PKGVERSION}/scripts/addons/ant_landscape/ant_functions.py 367share/blender/${PKGVERSION}/scripts/addons/ant_landscape/ant_functions.py
307share/blender/${PKGVERSION}/scripts/addons/ant_landscape/ant_noise.py 368share/blender/${PKGVERSION}/scripts/addons/ant_landscape/ant_noise.py
308share/blender/${PKGVERSION}/scripts/addons/ant_landscape/eroder.py 369share/blender/${PKGVERSION}/scripts/addons/ant_landscape/eroder.py
309share/blender/${PKGVERSION}/scripts/addons/ant_landscape/mesh_ant_displace.py 370share/blender/${PKGVERSION}/scripts/addons/ant_landscape/mesh_ant_displace.py
310share/blender/${PKGVERSION}/scripts/addons/ant_landscape/stats.py 371share/blender/${PKGVERSION}/scripts/addons/ant_landscape/stats.py
311share/blender/${PKGVERSION}/scripts/addons/ant_landscape/test.py 372share/blender/${PKGVERSION}/scripts/addons/ant_landscape/test.py
312share/blender/${PKGVERSION}/scripts/addons/ant_landscape/utils.py 373share/blender/${PKGVERSION}/scripts/addons/ant_landscape/utils.py
313share/blender/${PKGVERSION}/scripts/addons/archimesh/__init__.py 374share/blender/${PKGVERSION}/scripts/addons/archimesh/__init__.py
314share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_books_maker.py 375share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_books_maker.py
315share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_column_maker.py 376share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_column_maker.py
316share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_curtain_maker.py 377share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_curtain_maker.py
317share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_door_maker.py 378share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_door_maker.py
318share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_gltools.py 379share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_gltools.py
319share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_kitchen_maker.py 380share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_kitchen_maker.py
320share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_lamp_maker.py 381share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_lamp_maker.py
321share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_main_panel.py 382share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_main_panel.py
322share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_roof_maker.py 383share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_roof_maker.py
323share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_room_maker.py 384share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_room_maker.py
324share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_shelves_maker.py 385share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_shelves_maker.py
325share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_stairs_maker.py 386share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_stairs_maker.py
326share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_tools.py 387share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_tools.py
327share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_venetian_maker.py 388share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_venetian_maker.py
328share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_window_maker.py 389share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_window_maker.py
329share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_window_panel.py 390share/blender/${PKGVERSION}/scripts/addons/archimesh/achm_window_panel.py
330share/blender/${PKGVERSION}/scripts/addons/archimesh/images/fabric_diffuse.png 391share/blender/${PKGVERSION}/scripts/addons/archimesh/images/fabric_diffuse.png
331share/blender/${PKGVERSION}/scripts/addons/archipack/__init__.py 392share/blender/${PKGVERSION}/scripts/addons/archipack/__init__.py
332share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_2d.py 393share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_2d.py
333share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_autoboolean.py 394share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_autoboolean.py
334share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_cutter.py 395share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_cutter.py
335share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_door.py 396share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_door.py
336share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_fence.py 397share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_fence.py
337share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_floor.py 398share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_floor.py
338share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_gl.py 399share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_gl.py
339share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_handle.py 400share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_handle.py
340share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_keymaps.py 401share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_keymaps.py
341share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_manipulator.py 402share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_manipulator.py
342share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_material.py 403share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_material.py
343share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_object.py 404share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_object.py
344share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_preset.py 405share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_preset.py
345share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_progressbar.py 406share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_progressbar.py
346share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_reference_point.py 407share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_reference_point.py
347share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_rendering.py 408share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_rendering.py
348share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_roof.py 409share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_roof.py
349share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_slab.py 410share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_slab.py
350share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_snap.py 411share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_snap.py
351share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_stair.py 412share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_stair.py
352share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_thumbs.py 413share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_thumbs.py
353share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_truss.py 414share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_truss.py
354share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_wall2.py 415share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_wall2.py
355share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_window.py 416share/blender/${PKGVERSION}/scripts/addons/archipack/archipack_window.py
356share/blender/${PKGVERSION}/scripts/addons/archipack/bmesh_utils.py 417share/blender/${PKGVERSION}/scripts/addons/archipack/bmesh_utils.py
357share/blender/${PKGVERSION}/scripts/addons/archipack/icons/archipack.png 418share/blender/${PKGVERSION}/scripts/addons/archipack/icons/archipack.png
358share/blender/${PKGVERSION}/scripts/addons/archipack/icons/detect.png 419share/blender/${PKGVERSION}/scripts/addons/archipack/icons/detect.png
359share/blender/${PKGVERSION}/scripts/addons/archipack/icons/door.png 420share/blender/${PKGVERSION}/scripts/addons/archipack/icons/door.png
360share/blender/${PKGVERSION}/scripts/addons/archipack/icons/fence.png 421share/blender/${PKGVERSION}/scripts/addons/archipack/icons/fence.png
361share/blender/${PKGVERSION}/scripts/addons/archipack/icons/floor.png 422share/blender/${PKGVERSION}/scripts/addons/archipack/icons/floor.png
362share/blender/${PKGVERSION}/scripts/addons/archipack/icons/polygons.png 423share/blender/${PKGVERSION}/scripts/addons/archipack/icons/polygons.png
363share/blender/${PKGVERSION}/scripts/addons/archipack/icons/roof.png 424share/blender/${PKGVERSION}/scripts/addons/archipack/icons/roof.png
364share/blender/${PKGVERSION}/scripts/addons/archipack/icons/selection.png 425share/blender/${PKGVERSION}/scripts/addons/archipack/icons/selection.png
365share/blender/${PKGVERSION}/scripts/addons/archipack/icons/slab.png 426share/blender/${PKGVERSION}/scripts/addons/archipack/icons/slab.png
366share/blender/${PKGVERSION}/scripts/addons/archipack/icons/stair.png 427share/blender/${PKGVERSION}/scripts/addons/archipack/icons/stair.png
367share/blender/${PKGVERSION}/scripts/addons/archipack/icons/truss.png 428share/blender/${PKGVERSION}/scripts/addons/archipack/icons/truss.png
368share/blender/${PKGVERSION}/scripts/addons/archipack/icons/union.png 429share/blender/${PKGVERSION}/scripts/addons/archipack/icons/union.png
369share/blender/${PKGVERSION}/scripts/addons/archipack/icons/wall.png 430share/blender/${PKGVERSION}/scripts/addons/archipack/icons/wall.png
370share/blender/${PKGVERSION}/scripts/addons/archipack/icons/window.png 431share/blender/${PKGVERSION}/scripts/addons/archipack/icons/window.png
371share/blender/${PKGVERSION}/scripts/addons/archipack/panel.py 432share/blender/${PKGVERSION}/scripts/addons/archipack/panel.py
372share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_door/160x200_dual.py 433share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_door/160x200_dual.py
373share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_door/400x240_garage.py 434share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_door/400x240_garage.py
374share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_door/80x200.py 435share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_door/80x200.py
375share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/glass_panels.py 436share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/glass_panels.py
376share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/inox_glass_concrete.py 437share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/inox_glass_concrete.py
377share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/metal.py 438share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/metal.py
378share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/metal_glass.py 439share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/metal_glass.py
379share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/wood.py 440share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_fence/wood.py
380share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/boards_200x20.py 441share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/boards_200x20.py
381share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/herringbone_50x10.py 442share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/herringbone_50x10.py
382share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/herringbone_p_50x10.py 443share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/herringbone_p_50x10.py
383share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/hexagon_10.py 444share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/hexagon_10.py
384share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/hopscotch_30x30.py 445share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/hopscotch_30x30.py
385share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/parquet_15x3.py 446share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/parquet_15x3.py
386share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/stepping_stone_30x30.py 447share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/stepping_stone_30x30.py
387share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/tile_30x60.py 448share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/tile_30x60.py
388share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/windmill_30x30.py 449share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_floor/windmill_30x30.py
389share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/door.txt 450share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/door.txt
390share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/fence.txt 451share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/fence.txt
391share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/floor.txt 452share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/floor.txt
392share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/handle.txt 453share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/handle.txt
393share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/roof.txt 454share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/roof.txt
394share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/slab.txt 455share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/slab.txt
395share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/stair.txt 456share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/stair.txt
396share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/truss.txt 457share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/truss.txt
397share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/wall2.txt 458share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/wall2.txt
398share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/window.txt 459share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_materials/window.txt
399share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/braas_1.py 460share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/braas_1.py
400share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/braas_2.py 461share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/braas_2.py
401share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/eternit.py 462share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/eternit.py
402share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/lauze.py 463share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/lauze.py
403share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/metal.py 464share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/metal.py
404share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/ondule.py 465share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/ondule.py
405share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/roman.py 466share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/roman.py
406share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/round.py 467share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/round.py
407share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/square.py 468share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_roof/square.py
408share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/i_wood_over_concrete.py 469share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/i_wood_over_concrete.py
409share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/l_wood_over_concrete.py 470share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/l_wood_over_concrete.py
410share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/o_wood_over_concrete.py 471share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/o_wood_over_concrete.py
411share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/u_wood_over_concrete.py 472share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_stair/u_wood_over_concrete.py
412share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2.py 473share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2.py
413share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_elliptic.py 474share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_elliptic.py
414share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_oblique.py 475share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_oblique.py
415share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_round.py 476share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/120x110_flat_2_round.py
416share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/180x110_flat_3.py 477share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/180x110_flat_3.py
417share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/180x210_flat_3.py 478share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/180x210_flat_3.py
418share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/180x210_rail_2.py 479share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/180x210_rail_2.py
419share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/240x210_rail_3.py 480share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/240x210_rail_3.py
420share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/80x80_flat_1.py 481share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/80x80_flat_1.py
421share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/80x80_flat_1_circle.py 482share/blender/${PKGVERSION}/scripts/addons/archipack/presets/archipack_window/80x80_flat_1_circle.py
422share/blender/${PKGVERSION}/scripts/addons/archipack/presets/missing.png 483share/blender/${PKGVERSION}/scripts/addons/archipack/presets/missing.png
423share/blender/${PKGVERSION}/scripts/addons/blender_id/CHANGELOG.md 484share/blender/${PKGVERSION}/scripts/addons/blender_id/CHANGELOG.md
424share/blender/${PKGVERSION}/scripts/addons/blender_id/README.md 485share/blender/${PKGVERSION}/scripts/addons/blender_id/README.md
425share/blender/${PKGVERSION}/scripts/addons/blender_id/__init__.py 486share/blender/${PKGVERSION}/scripts/addons/blender_id/__init__.py
426share/blender/${PKGVERSION}/scripts/addons/blender_id/communication.py 487share/blender/${PKGVERSION}/scripts/addons/blender_id/communication.py
427share/blender/${PKGVERSION}/scripts/addons/blender_id/profiles.py 488share/blender/${PKGVERSION}/scripts/addons/blender_id/profiles.py
428share/blender/${PKGVERSION}/scripts/addons/blenderkit/README.md 489share/blender/${PKGVERSION}/scripts/addons/blenderkit/README.md
429share/blender/${PKGVERSION}/scripts/addons/blenderkit/__init__.py 490share/blender/${PKGVERSION}/scripts/addons/blenderkit/__init__.py
430share/blender/${PKGVERSION}/scripts/addons/blenderkit/append_link.py 491share/blender/${PKGVERSION}/scripts/addons/blenderkit/append_link.py
431share/blender/${PKGVERSION}/scripts/addons/blenderkit/asset_inspector.py 492share/blender/${PKGVERSION}/scripts/addons/blenderkit/asset_inspector.py
432share/blender/${PKGVERSION}/scripts/addons/blenderkit/autothumb.py 493share/blender/${PKGVERSION}/scripts/addons/blenderkit/autothumb.py
433share/blender/${PKGVERSION}/scripts/addons/blenderkit/autothumb_material_bg.py 494share/blender/${PKGVERSION}/scripts/addons/blenderkit/autothumb_material_bg.py
434share/blender/${PKGVERSION}/scripts/addons/blenderkit/autothumb_model_bg.py 495share/blender/${PKGVERSION}/scripts/addons/blenderkit/autothumb_model_bg.py
435share/blender/${PKGVERSION}/scripts/addons/blenderkit/bg_blender.py 496share/blender/${PKGVERSION}/scripts/addons/blenderkit/bg_blender.py
436share/blender/${PKGVERSION}/scripts/addons/blenderkit/bkit_oauth.py 497share/blender/${PKGVERSION}/scripts/addons/blenderkit/bkit_oauth.py
437share/blender/${PKGVERSION}/scripts/addons/blenderkit/blendfiles/cleaned.blend 498share/blender/${PKGVERSION}/scripts/addons/blenderkit/blendfiles/cleaned.blend
438share/blender/${PKGVERSION}/scripts/addons/blenderkit/blendfiles/material_thumbnailer_cycles.blend 499share/blender/${PKGVERSION}/scripts/addons/blenderkit/blendfiles/material_thumbnailer_cycles.blend
439share/blender/${PKGVERSION}/scripts/addons/blenderkit/blendfiles/thumbnailer.blend 500share/blender/${PKGVERSION}/scripts/addons/blenderkit/blendfiles/thumbnailer.blend
440share/blender/${PKGVERSION}/scripts/addons/blenderkit/categories.py 501share/blender/${PKGVERSION}/scripts/addons/blenderkit/categories.py
441share/blender/${PKGVERSION}/scripts/addons/blenderkit/colors.py 502share/blender/${PKGVERSION}/scripts/addons/blenderkit/colors.py
442share/blender/${PKGVERSION}/scripts/addons/blenderkit/data/categories.json 503share/blender/${PKGVERSION}/scripts/addons/blenderkit/data/categories.json
443share/blender/${PKGVERSION}/scripts/addons/blenderkit/download.py 504share/blender/${PKGVERSION}/scripts/addons/blenderkit/download.py
 505share/blender/${PKGVERSION}/scripts/addons/blenderkit/icons.py
444share/blender/${PKGVERSION}/scripts/addons/blenderkit/oauth.py 506share/blender/${PKGVERSION}/scripts/addons/blenderkit/oauth.py
445share/blender/${PKGVERSION}/scripts/addons/blenderkit/overrides.py 507share/blender/${PKGVERSION}/scripts/addons/blenderkit/overrides.py
446share/blender/${PKGVERSION}/scripts/addons/blenderkit/paths.py 508share/blender/${PKGVERSION}/scripts/addons/blenderkit/paths.py
447share/blender/${PKGVERSION}/scripts/addons/blenderkit/ratings.py 509share/blender/${PKGVERSION}/scripts/addons/blenderkit/ratings.py
448share/blender/${PKGVERSION}/scripts/addons/blenderkit/rerequests.py 510share/blender/${PKGVERSION}/scripts/addons/blenderkit/rerequests.py
449share/blender/${PKGVERSION}/scripts/addons/blenderkit/search.py 511share/blender/${PKGVERSION}/scripts/addons/blenderkit/search.py
450share/blender/${PKGVERSION}/scripts/addons/blenderkit/tasks_queue.py 512share/blender/${PKGVERSION}/scripts/addons/blenderkit/tasks_queue.py
451share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/arrow_left.png 513share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/arrow_left.png
452share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/arrow_right.png 514share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/arrow_right.png
453share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/bar_slider.png 515share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/bar_slider.png
 516share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/flp.png
 517share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/fp.png
454share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/locked.png 518share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/locked.png
455share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/locked_large.png 519share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/locked_large.png
456share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/rating_ui.png 520share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/rating_ui.png
457share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/rating_ui_empty.png 521share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/rating_ui_empty.png
458share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/star_white.png 522share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/star_white.png
459share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/thumbnail_notready.jpg 523share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/thumbnail_notready.jpg
460share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_deleted.png 524share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_deleted.png
461share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_on_hold.png 525share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_on_hold.png
462share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_ready.png 526share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_ready.png
 527share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_rejected.png
463share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_uploaded.png 528share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_uploaded.png
464share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_uploading.png 529share/blender/${PKGVERSION}/scripts/addons/blenderkit/thumbnails/vs_uploading.png
465share/blender/${PKGVERSION}/scripts/addons/blenderkit/ui.py 530share/blender/${PKGVERSION}/scripts/addons/blenderkit/ui.py
466share/blender/${PKGVERSION}/scripts/addons/blenderkit/ui_bgl.py 531share/blender/${PKGVERSION}/scripts/addons/blenderkit/ui_bgl.py
467share/blender/${PKGVERSION}/scripts/addons/blenderkit/ui_panels.py 532share/blender/${PKGVERSION}/scripts/addons/blenderkit/ui_panels.py
468share/blender/${PKGVERSION}/scripts/addons/blenderkit/upload.py 533share/blender/${PKGVERSION}/scripts/addons/blenderkit/upload.py
469share/blender/${PKGVERSION}/scripts/addons/blenderkit/upload_bg.py 534share/blender/${PKGVERSION}/scripts/addons/blenderkit/upload_bg.py
470share/blender/${PKGVERSION}/scripts/addons/blenderkit/utils.py 535share/blender/${PKGVERSION}/scripts/addons/blenderkit/utils.py
471share/blender/${PKGVERSION}/scripts/addons/blenderkit/version_checker.py 536share/blender/${PKGVERSION}/scripts/addons/blenderkit/version_checker.py
472share/blender/${PKGVERSION}/scripts/addons/bone_selection_sets.py 537share/blender/${PKGVERSION}/scripts/addons/bone_selection_sets.py
473share/blender/${PKGVERSION}/scripts/addons/btrace/__init__.py 538share/blender/${PKGVERSION}/scripts/addons/btrace/__init__.py
474share/blender/${PKGVERSION}/scripts/addons/btrace/bTrace.py 539share/blender/${PKGVERSION}/scripts/addons/btrace/bTrace.py
475share/blender/${PKGVERSION}/scripts/addons/btrace/bTrace_panel.py 540share/blender/${PKGVERSION}/scripts/addons/btrace/bTrace_panel.py
476share/blender/${PKGVERSION}/scripts/addons/btrace/bTrace_props.py 541share/blender/${PKGVERSION}/scripts/addons/btrace/bTrace_props.py
477share/blender/${PKGVERSION}/scripts/addons/camera_dolly_crane_rigs.py 
478share/blender/${PKGVERSION}/scripts/addons/camera_turnaround.py 542share/blender/${PKGVERSION}/scripts/addons/camera_turnaround.py
479share/blender/${PKGVERSION}/scripts/addons/curve_assign_shapekey.py 543share/blender/${PKGVERSION}/scripts/addons/curve_assign_shapekey.py
480share/blender/${PKGVERSION}/scripts/addons/curve_simplify.py 544share/blender/${PKGVERSION}/scripts/addons/curve_simplify.py
481share/blender/${PKGVERSION}/scripts/addons/curve_tools/__init__.py 545share/blender/${PKGVERSION}/scripts/addons/curve_tools/__init__.py
482share/blender/${PKGVERSION}/scripts/addons/curve_tools/auto_loft.py 546share/blender/${PKGVERSION}/scripts/addons/curve_tools/auto_loft.py
483share/blender/${PKGVERSION}/scripts/addons/curve_tools/cad.py 547share/blender/${PKGVERSION}/scripts/addons/curve_tools/cad.py
484share/blender/${PKGVERSION}/scripts/addons/curve_tools/curves.py 548share/blender/${PKGVERSION}/scripts/addons/curve_tools/curves.py
485share/blender/${PKGVERSION}/scripts/addons/curve_tools/exports.py 549share/blender/${PKGVERSION}/scripts/addons/curve_tools/exports.py
486share/blender/${PKGVERSION}/scripts/addons/curve_tools/fillet.py 550share/blender/${PKGVERSION}/scripts/addons/curve_tools/fillet.py
487share/blender/${PKGVERSION}/scripts/addons/curve_tools/internal.py 551share/blender/${PKGVERSION}/scripts/addons/curve_tools/internal.py
488share/blender/${PKGVERSION}/scripts/addons/curve_tools/intersections.py 552share/blender/${PKGVERSION}/scripts/addons/curve_tools/intersections.py
489share/blender/${PKGVERSION}/scripts/addons/curve_tools/mathematics.py 553share/blender/${PKGVERSION}/scripts/addons/curve_tools/mathematics.py
490share/blender/${PKGVERSION}/scripts/addons/curve_tools/operators.py 554share/blender/${PKGVERSION}/scripts/addons/curve_tools/operators.py
491share/blender/${PKGVERSION}/scripts/addons/curve_tools/outline.py 555share/blender/${PKGVERSION}/scripts/addons/curve_tools/outline.py
492share/blender/${PKGVERSION}/scripts/addons/curve_tools/path_finder.py 556share/blender/${PKGVERSION}/scripts/addons/curve_tools/path_finder.py
493share/blender/${PKGVERSION}/scripts/addons/curve_tools/properties.py 557share/blender/${PKGVERSION}/scripts/addons/curve_tools/properties.py
494share/blender/${PKGVERSION}/scripts/addons/curve_tools/remove_doubles.py 558share/blender/${PKGVERSION}/scripts/addons/curve_tools/remove_doubles.py
495share/blender/${PKGVERSION}/scripts/addons/curve_tools/show_resolution.py 559share/blender/${PKGVERSION}/scripts/addons/curve_tools/show_resolution.py
496share/blender/${PKGVERSION}/scripts/addons/curve_tools/splines_sequence.py 560share/blender/${PKGVERSION}/scripts/addons/curve_tools/splines_sequence.py
497share/blender/${PKGVERSION}/scripts/addons/curve_tools/surfaces.py 561share/blender/${PKGVERSION}/scripts/addons/curve_tools/surfaces.py
498share/blender/${PKGVERSION}/scripts/addons/curve_tools/toolpath.py 562share/blender/${PKGVERSION}/scripts/addons/curve_tools/toolpath.py
499share/blender/${PKGVERSION}/scripts/addons/curve_tools/util.py 563share/blender/${PKGVERSION}/scripts/addons/curve_tools/util.py
500share/blender/${PKGVERSION}/scripts/addons/cycles/__init__.py 564share/blender/${PKGVERSION}/scripts/addons/cycles/__init__.py
501share/blender/${PKGVERSION}/scripts/addons/cycles/engine.py 565share/blender/${PKGVERSION}/scripts/addons/cycles/engine.py
502share/blender/${PKGVERSION}/scripts/addons/cycles/license/Apache_2.0.txt 566share/blender/${PKGVERSION}/scripts/addons/cycles/license/Apache_2.0.txt
503share/blender/${PKGVERSION}/scripts/addons/cycles/license/ILM.txt 567share/blender/${PKGVERSION}/scripts/addons/cycles/license/ILM.txt
504share/blender/${PKGVERSION}/scripts/addons/cycles/license/NVidia.txt 568share/blender/${PKGVERSION}/scripts/addons/cycles/license/NVidia.txt
505share/blender/${PKGVERSION}/scripts/addons/cycles/license/OSL.txt 569share/blender/${PKGVERSION}/scripts/addons/cycles/license/OSL.txt
506share/blender/${PKGVERSION}/scripts/addons/cycles/license/Sobol.txt 570share/blender/${PKGVERSION}/scripts/addons/cycles/license/Sobol.txt
507share/blender/${PKGVERSION}/scripts/addons/cycles/license/readme.txt 571share/blender/${PKGVERSION}/scripts/addons/cycles/license/readme.txt
508share/blender/${PKGVERSION}/scripts/addons/cycles/operators.py 572share/blender/${PKGVERSION}/scripts/addons/cycles/operators.py
509share/blender/${PKGVERSION}/scripts/addons/cycles/osl.py 573share/blender/${PKGVERSION}/scripts/addons/cycles/osl.py
510share/blender/${PKGVERSION}/scripts/addons/cycles/presets.py 574share/blender/${PKGVERSION}/scripts/addons/cycles/presets.py
511share/blender/${PKGVERSION}/scripts/addons/cycles/properties.py 575share/blender/${PKGVERSION}/scripts/addons/cycles/properties.py
512share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh.h 576share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh.h
513share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_embree.h 577share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_embree.h
514share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_local.h 578share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_local.h
515share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_nodes.h 579share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_nodes.h
516share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_shadow_all.h 580share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_shadow_all.h
517share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_traversal.h 581share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_traversal.h
518share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_types.h 582share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_types.h
519share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_volume.h 583share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_volume.h
520share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_volume_all.h 584share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/bvh_volume_all.h
521share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_local.h 585share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_local.h
522share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_nodes.h 586share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_nodes.h
523share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_shadow_all.h 587share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_shadow_all.h
524share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_traversal.h 588share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_traversal.h
525share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_volume.h 589share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_volume.h
526share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_volume_all.h 590share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/obvh_volume_all.h
527share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_local.h 591share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_local.h
528share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_nodes.h 592share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_nodes.h
529share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_shadow_all.h 593share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_shadow_all.h
530share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_traversal.h 594share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_traversal.h
531share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_volume.h 595share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_volume.h
532share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_volume_all.h 596share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/bvh/qbvh_volume_all.h
533share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/alloc.h 597share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/alloc.h
534share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf.h 598share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf.h
535share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_ashikhmin_shirley.h 599share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_ashikhmin_shirley.h
536share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_ashikhmin_velvet.h 600share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_ashikhmin_velvet.h
537share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_diffuse.h 601share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_diffuse.h
538share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_diffuse_ramp.h 602share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_diffuse_ramp.h
539share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_hair.h 603share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_hair.h
540share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_hair_principled.h 604share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_hair_principled.h
541share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet.h 605share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet.h
542share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet_multi.h 606share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet_multi.h
543share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet_multi_impl.h 607share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_microfacet_multi_impl.h
544share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_oren_nayar.h 608share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_oren_nayar.h
545share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_phong_ramp.h 609share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_phong_ramp.h
546share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_principled_diffuse.h 610share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_principled_diffuse.h
547share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_principled_sheen.h 611share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_principled_sheen.h
548share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_reflection.h 612share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_reflection.h
549share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_refraction.h 613share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_refraction.h
550share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_toon.h 614share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_toon.h
551share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_transparent.h 615share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_transparent.h
552share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_util.h 616share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bsdf_util.h
553share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bssrdf.h 617share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/bssrdf.h
554share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/emissive.h 618share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/emissive.h
555share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/volume.h 619share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/closure/volume.h
556share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter.h 620share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter.h
557share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_defines.h 621share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_defines.h
558share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_features.h 622share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_features.h
559share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_features_sse.h 623share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_features_sse.h
560share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_kernel.h 624share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_kernel.h
561share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_nlm_cpu.h 625share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_nlm_cpu.h
562share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_nlm_gpu.h 626share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_nlm_gpu.h
563share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_prefilter.h 627share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_prefilter.h
564share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_reconstruction.h 628share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_reconstruction.h
565share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_transform.h 629share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_transform.h
566share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_transform_gpu.h 630share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_transform_gpu.h
567share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_transform_sse.h 631share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/filter/filter_transform_sse.h
568share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom.h 632share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom.h
569share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_attribute.h 633share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_attribute.h
570share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_curve.h 634share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_curve.h
571share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_curve_intersect.h 635share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_curve_intersect.h
572share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_curve.h 636share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_curve.h
573share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle.h 637share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle.h
574share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle_intersect.h 638share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle_intersect.h
575share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle_shader.h 639share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_motion_triangle_shader.h
576share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_object.h 640share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_object.h
577share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_patch.h 641share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_patch.h
578share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_primitive.h 642share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_primitive.h
579share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_subd_triangle.h 643share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_subd_triangle.h
580share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_triangle.h 644share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_triangle.h
581share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_triangle_intersect.h 645share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_triangle_intersect.h
582share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_volume.h 646share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/geom/geom_volume.h
583share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_accumulate.h 647share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_accumulate.h
584share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_bake.h 648share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_bake.h
585share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_camera.h 649share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_camera.h
586share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_color.h 650share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_color.h
587share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_cpu.h 651share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_cpu.h
588share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_cuda.h 652share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_cuda.h
589share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_opencl.h 653share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_opencl.h
590share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_optix.h 654share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_compat_optix.h
591share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_differential.h 655share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_differential.h
592share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_emission.h 656share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_emission.h
593share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_film.h 657share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_film.h
594share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_globals.h 658share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_globals.h
595share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_id_passes.h 659share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_id_passes.h
596share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_jitter.h 660share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_jitter.h
597share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_light.h 661share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_light.h
598share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_math.h 662share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_math.h
599share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_montecarlo.h 663share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_montecarlo.h
600share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_passes.h 664share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_passes.h
601share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path.h 665share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path.h
602share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_branched.h 666share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_branched.h
603share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_common.h 667share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_common.h
604share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_state.h 668share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_state.h
605share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_subsurface.h 669share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_subsurface.h
606share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_surface.h 670share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_surface.h
607share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_volume.h 671share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_path_volume.h
608share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_profiling.h 672share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_profiling.h
609share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_projection.h 673share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_projection.h
610share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_queues.h 674share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_queues.h
611share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_random.h 675share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_random.h
612share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_shader.h 676share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_shader.h
613share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_shadow.h 677share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_shadow.h
614share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_subsurface.h 678share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_subsurface.h
615share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_textures.h 679share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_textures.h
616share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_types.h 680share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_types.h
617share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_volume.h 681share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_volume.h
618share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_work_stealing.h 682share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_work_stealing.h
 683share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernel_write_passes.h
619share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/filter.cu 684share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/filter.cu
620share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel.cu 685share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel.cu
621share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_config.h 686share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_config.h
622share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_cuda_image.h 687share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_cuda_image.h
623share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_split.cu 688share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/cuda/kernel_split.cu
624share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/filter.cl 689share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/filter.cl
625share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_background.cl 690share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_background.cl
626share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_bake.cl 691share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_bake.cl
627share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_base.cl 692share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_base.cl
628share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_buffer_update.cl 693share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_buffer_update.cl
629share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_data_init.cl 694share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_data_init.cl
630share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_direct_lighting.cl 695share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_direct_lighting.cl
631share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_displace.cl 696share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_displace.cl
632share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_do_volume.cl 697share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_do_volume.cl
633share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_enqueue_inactive.cl 698share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_enqueue_inactive.cl
634share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_holdout_emission_blurring_pathtermination_ao.cl 699share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_holdout_emission_blurring_pathtermination_ao.cl
635share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_indirect_background.cl 700share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_indirect_background.cl
636share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_indirect_subsurface.cl 701share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_indirect_subsurface.cl
637share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_lamp_emission.cl 702share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_lamp_emission.cl
638share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_next_iteration_setup.cl 703share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_next_iteration_setup.cl
639share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_opencl_image.h 704share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_opencl_image.h
640share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_path_init.cl 705share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_path_init.cl
641share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_queue_enqueue.cl 706share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_queue_enqueue.cl
642share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_scene_intersect.cl 707share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_scene_intersect.cl
643share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_eval.cl 708share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_eval.cl
644share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_setup.cl 709share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_setup.cl
645share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_sort.cl 710share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shader_sort.cl
646share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shadow_blocked_ao.cl 711share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shadow_blocked_ao.cl
647share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shadow_blocked_dl.cl 712share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_shadow_blocked_dl.cl
648share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_split_bundle.cl 713share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_split_bundle.cl
649share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_split_function.h 714share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_split_function.h
650share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_state_buffer_size.cl 715share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_state_buffer_size.cl
651share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_subsurface_scatter.cl 716share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/opencl/kernel_subsurface_scatter.cl
652share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/optix/kernel_optix.cu 717share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/kernels/optix/kernel_optix.cu
653share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_branched.h 718share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_branched.h
654share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_buffer_update.h 719share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_buffer_update.h
655share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_data_init.h 720share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_data_init.h
656share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_direct_lighting.h 721share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_direct_lighting.h
657share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_do_volume.h 722share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_do_volume.h
658share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_enqueue_inactive.h 723share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_enqueue_inactive.h
659share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h 724share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_holdout_emission_blurring_pathtermination_ao.h
660share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_indirect_background.h 725share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_indirect_background.h
661share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_indirect_subsurface.h 726share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_indirect_subsurface.h
662share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_lamp_emission.h 727share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_lamp_emission.h
663share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_next_iteration_setup.h 728share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_next_iteration_setup.h
664share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_path_init.h 729share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_path_init.h
665share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_queue_enqueue.h 730share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_queue_enqueue.h
666share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_scene_intersect.h 731share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_scene_intersect.h
667share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shader_eval.h 732share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shader_eval.h
668share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shader_setup.h 733share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shader_setup.h
669share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shader_sort.h 734share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shader_sort.h
670share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shadow_blocked_ao.h 735share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shadow_blocked_ao.h
671share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shadow_blocked_dl.h 736share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_shadow_blocked_dl.h
672share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_split_common.h 737share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_split_common.h
673share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_split_data.h 738share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_split_data.h
674share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_split_data_types.h 739share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_split_data_types.h
675share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_subsurface_scatter.h 740share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/split/kernel_subsurface_scatter.h
676share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm.h 741share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm.h
677share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ao.h 742share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ao.h
 743share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_aov.h
678share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_attribute.h 744share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_attribute.h
679share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_bevel.h 745share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_bevel.h
680share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_blackbody.h 746share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_blackbody.h
681share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_brick.h 747share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_brick.h
682share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_brightness.h 748share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_brightness.h
683share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_bump.h 749share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_bump.h
684share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_camera.h 750share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_camera.h
685share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_checker.h 751share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_checker.h
686share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_clamp.h 752share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_clamp.h
687share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_closure.h 753share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_closure.h
688share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_color_util.h 754share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_color_util.h
689share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_convert.h 755share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_convert.h
690share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_displace.h 756share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_displace.h
691share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_fractal_noise.h 757share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_fractal_noise.h
692share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_fresnel.h 758share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_fresnel.h
693share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_gamma.h 759share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_gamma.h
694share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_geometry.h 760share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_geometry.h
695share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_gradient.h 761share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_gradient.h
696share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_hsv.h 762share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_hsv.h
697share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ies.h 763share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ies.h
698share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_image.h 764share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_image.h
699share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_invert.h 765share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_invert.h
700share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_light_path.h 766share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_light_path.h
701share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_magic.h 767share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_magic.h
702share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_map_range.h 768share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_map_range.h
703share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_mapping.h 769share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_mapping.h
704share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_mapping_util.h 770share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_mapping_util.h
705share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_math.h 771share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_math.h
706share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_math_util.h 772share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_math_util.h
707share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_mix.h 773share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_mix.h
708share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_musgrave.h 774share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_musgrave.h
709share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_noise.h 775share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_noise.h
710share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_noisetex.h 776share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_noisetex.h
711share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_normal.h 777share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_normal.h
712share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ramp.h 778share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ramp.h
713share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ramp_util.h 779share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_ramp_util.h
714share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_sepcomb_hsv.h 780share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_sepcomb_hsv.h
715share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_sepcomb_vector.h 781share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_sepcomb_vector.h
716share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_sky.h 782share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_sky.h
717share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_tex_coord.h 783share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_tex_coord.h
718share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_types.h 784share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_types.h
719share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_value.h 785share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_value.h
720share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_vector_transform.h 786share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_vector_transform.h
721share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_vertex_color.h 787share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_vertex_color.h
722share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_voronoi.h 788share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_voronoi.h
723share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_voxel.h 789share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_voxel.h
724share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_wave.h 790share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_wave.h
725share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_wavelength.h 791share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_wavelength.h
726share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_white_noise.h 792share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_white_noise.h
727share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_wireframe.h 793share/blender/${PKGVERSION}/scripts/addons/cycles/source/kernel/svm/svm_wireframe.h
728share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_atomic.h 794share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_atomic.h
729share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_color.h 795share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_color.h
730share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_defines.h 796share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_defines.h
731share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_half.h 797share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_half.h
732share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_hash.h 798share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_hash.h
733share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math.h 799share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math.h
734share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_fast.h 800share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_fast.h
735share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_float2.h 801share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_float2.h
736share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_float3.h 802share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_float3.h
737share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_float4.h 803share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_float4.h
738share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_int2.h 804share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_int2.h
739share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_int3.h 805share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_int3.h
740share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_int4.h 806share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_int4.h
741share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_intersect.h 807share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_intersect.h
742share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_matrix.h 808share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_math_matrix.h
743share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_projection.h 809share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_projection.h
744share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_rect.h 810share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_rect.h
745share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_static_assert.h 811share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_static_assert.h
746share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_texture.h 812share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_texture.h
747share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_transform.h 813share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_transform.h
748share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types.h 814share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types.h
749share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float2.h 815share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float2.h
750share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float2_impl.h 816share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float2_impl.h
751share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float3.h 817share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float3.h
752share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float3_impl.h 818share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float3_impl.h
753share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float4.h 819share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float4.h
754share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float4_impl.h 820share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float4_impl.h
755share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float8.h 821share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float8.h
756share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float8_impl.h 822share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_float8_impl.h
757share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int2.h 823share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int2.h
758share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int2_impl.h 824share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int2_impl.h
759share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int3.h 825share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int3.h
760share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int3_impl.h 826share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int3_impl.h
761share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int4.h 827share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int4.h
762share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int4_impl.h 828share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_int4_impl.h
763share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar2.h 829share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar2.h
764share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar2_impl.h 830share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar2_impl.h
765share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar3.h 831share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar3.h
766share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar3_impl.h 832share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar3_impl.h
767share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar4.h 833share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar4.h
768share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar4_impl.h 834share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uchar4_impl.h
769share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint2.h 835share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint2.h
770share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint2_impl.h 836share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint2_impl.h
771share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint3.h 837share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint3.h
772share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint3_impl.h 838share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint3_impl.h
773share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint4.h 839share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint4.h
774share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint4_impl.h 840share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_uint4_impl.h
775share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_ushort4.h 841share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_ushort4.h
776share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_vector3.h 842share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_vector3.h
777share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_vector3_impl.h 843share/blender/${PKGVERSION}/scripts/addons/cycles/source/util/util_types_vector3_impl.h
778share/blender/${PKGVERSION}/scripts/addons/cycles/ui.py 844share/blender/${PKGVERSION}/scripts/addons/cycles/ui.py
779share/blender/${PKGVERSION}/scripts/addons/cycles/version_update.py 845share/blender/${PKGVERSION}/scripts/addons/cycles/version_update.py
780share/blender/${PKGVERSION}/scripts/addons/depsgraph_debug.py 846share/blender/${PKGVERSION}/scripts/addons/depsgraph_debug.py
781share/blender/${PKGVERSION}/scripts/addons/development_edit_operator.py 847share/blender/${PKGVERSION}/scripts/addons/development_edit_operator.py
782share/blender/${PKGVERSION}/scripts/addons/development_icon_get.py 848share/blender/${PKGVERSION}/scripts/addons/development_icon_get.py
783share/blender/${PKGVERSION}/scripts/addons/development_iskeyfree.py 849share/blender/${PKGVERSION}/scripts/addons/development_iskeyfree.py
784share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/__init__.py 850share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/__init__.py
785share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/export_bvh.py 851share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/export_bvh.py
786share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/import_bvh.py 852share/blender/${PKGVERSION}/scripts/addons/io_anim_bvh/import_bvh.py
787share/blender/${PKGVERSION}/scripts/addons/io_anim_camera.py 853share/blender/${PKGVERSION}/scripts/addons/io_anim_camera.py
788share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/__init__.py 854share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/__init__.py
789share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py 855share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/export_nuke_chan.py
790share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py 856share/blender/${PKGVERSION}/scripts/addons/io_anim_nuke_chan/import_nuke_chan.py
791share/blender/${PKGVERSION}/scripts/addons/io_coat3D/__init__.py 857share/blender/${PKGVERSION}/scripts/addons/io_coat3D/__init__.py
792share/blender/${PKGVERSION}/scripts/addons/io_coat3D/data.json 858share/blender/${PKGVERSION}/scripts/addons/io_coat3D/data.json
793share/blender/${PKGVERSION}/scripts/addons/io_coat3D/tex.py 859share/blender/${PKGVERSION}/scripts/addons/io_coat3D/tex.py
794share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/__init__.py 860share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/__init__.py
795share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/import_svg.py 861share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/import_svg.py
796share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_colors.py 862share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_colors.py
797share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_util.py 863share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_util.py
798share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_util_test.py 864share/blender/${PKGVERSION}/scripts/addons/io_curve_svg/svg_util_test.py
799share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/__init__.py 865share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/__init__.py
800share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/draw_blenders/__init__.py 866share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/draw_blenders/__init__.py
801share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/export_dxf.py 867share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/export_dxf.py
802share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/__init__.py 868share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/__init__.py
803share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/dxfLibrary.py 869share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/dxfLibrary.py
804share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/migiusModel.py 870share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/migiusModel.py
805share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/model.py 871share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/model/model.py
806share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/operator.py 872share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/operator.py
807share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/__init__.py 873share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/__init__.py
808share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py 874share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/base_exporter.py
809share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py 875share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/camera_exporter.py
810share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py 876share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/curve_exporter.py
811share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py 877share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/empty_exporter.py
812share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py 878share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/insert_exporter.py
813share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py 879share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/lamp_exporter.py
814share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py 880share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/mesh_exporter.py
815share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py 881share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/text_exporter.py
816share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py 882share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/primitive_exporters/viewborder_exporter.py
817share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/test2.txt 883share/blender/${PKGVERSION}/scripts/addons/io_export_dxf/test2.txt
818share/blender/${PKGVERSION}/scripts/addons/io_export_paper_model.py 884share/blender/${PKGVERSION}/scripts/addons/io_export_paper_model.py
819share/blender/${PKGVERSION}/scripts/addons/io_export_pc2.py 885share/blender/${PKGVERSION}/scripts/addons/io_export_pc2.py
820share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/__init__.py 886share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/__init__.py
821share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/__init__.py 887share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/__init__.py
822share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/acdsdata.py 888share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/acdsdata.py
823share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/blockssection.py 889share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/blockssection.py
824share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/codepage.py 890share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/codepage.py
825share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/color.py 891share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/color.py
826share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/const.py 892share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/const.py
827share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/decode.py 893share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/decode.py
828share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/defaultchunk.py 894share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/defaultchunk.py
829share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/drawing.py 895share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/drawing.py
830share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxfentities.py 896share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxfentities.py
831share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxfobjects.py 897share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/dxfobjects.py
832share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/entitysection.py 898share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/entitysection.py
833share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/headersection.py 899share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/headersection.py
834share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/juliandate.py 900share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/juliandate.py
835share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/layers.py 901share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/layers.py
836share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/linetypes.py 902share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/linetypes.py
837share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/sections.py 903share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/sections.py
838share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/styles.py 904share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/styles.py
839share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/tablessection.py 905share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/tablessection.py
840share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/tags.py 906share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfgrabber/tags.py
841share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/__init__.py 907share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/__init__.py
842share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/convert.py 908share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/convert.py
843share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/do.py 909share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/do.py
844share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/fake_entities.py 910share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/fake_entities.py
845share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/groupsort.py 911share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/groupsort.py
846share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/is_.py 912share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/is_.py
847share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/line_merger.py 913share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/dxfimport/line_merger.py
848share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/transverse_mercator.py 914share/blender/${PKGVERSION}/scripts/addons/io_import_dxf/transverse_mercator.py
849share/blender/${PKGVERSION}/scripts/addons/io_import_images_as_planes.py 915share/blender/${PKGVERSION}/scripts/addons/io_import_images_as_planes.py
 916share/blender/${PKGVERSION}/scripts/addons/io_import_palette/__init__.py
 917share/blender/${PKGVERSION}/scripts/addons/io_import_palette/import_ase.py
 918share/blender/${PKGVERSION}/scripts/addons/io_import_palette/import_krita.py
850share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/__init__.py 919share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/__init__.py
851share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/atom_info.dat 920share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/atom_info.dat
852share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/pdb_export.py 921share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/pdb_export.py
853share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/pdb_gui.py 922share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/pdb_gui.py
854share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/pdb_import.py 923share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/pdb_import.py
855share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/utility_gui.py 924share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/utility_gui.py
856share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/utility_panel.py 925share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/utility_panel.py
857share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/xyz_export.py 926share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/xyz_export.py
858share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/xyz_gui.py 927share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/xyz_gui.py
859share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/xyz_import.py 928share/blender/${PKGVERSION}/scripts/addons/io_mesh_atomic/xyz_import.py
860share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/__init__.py 929share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/__init__.py
861share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/export_ply.py 930share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/export_ply.py
862share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/import_ply.py 931share/blender/${PKGVERSION}/scripts/addons/io_mesh_ply/import_ply.py
863share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/__init__.py 932share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/__init__.py
864share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/blender_utils.py 933share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/blender_utils.py
865share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/stl_utils.py 934share/blender/${PKGVERSION}/scripts/addons/io_mesh_stl/stl_utils.py
866share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/__init__.py 935share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/__init__.py
867share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_eps.py 936share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_eps.py
868share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_png.py 937share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_png.py
869share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_svg.py 938share/blender/${PKGVERSION}/scripts/addons/io_mesh_uv_layout/export_uv_svg.py
870share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/__init__.py 939share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/__init__.py
871share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/data_types.py 940share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/data_types.py
872share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/encode_bin.py 941share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/encode_bin.py
873share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx_bin.py 942share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/export_fbx_bin.py
874share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/fbx2json.py 943share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/fbx2json.py
875share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/fbx_utils.py 944share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/fbx_utils.py
876share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/import_fbx.py 945share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/import_fbx.py
877share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/json2fbx.py 946share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/json2fbx.py
878share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/parse_fbx.py 947share/blender/${PKGVERSION}/scripts/addons/io_scene_fbx/parse_fbx.py
879share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/__init__.py 948share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/__init__.py
880share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_conversion.py 949share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_conversion.py
881share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_data_path.py 950share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_data_path.py
882share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_image.py 951share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_extras.py
883share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_json.py 952share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_json.py
884share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_material_helpers.py 953share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_material_helpers.py
885share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_math.py 954share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_math.py
886share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_export.py 955share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_export.py
887share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_export_keys.py 956share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_export_keys.py
888share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_extract.py 957share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_extract.py
889share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather.py 958share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather.py
890share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_accessors.py 959share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_accessors.py
891share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_channel_target.py 960share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_channel_target.py
892share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_channels.py 961share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_channels.py
893share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_sampler_keyframes.py 962share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_sampler_keyframes.py
894share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_samplers.py 963share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animation_samplers.py
895share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animations.py 964share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_animations.py
896share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_cache.py 965share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_cache.py
897share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_cameras.py 966share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_cameras.py
 967share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_drivers.py
898share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_image.py 968share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_image.py
899share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_joints.py 969share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_joints.py
900share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py 970share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_light_spots.py
901share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_lights.py 971share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_lights.py
902share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_material_normal_texture_info_class.py 972share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_material_normal_texture_info_class.py
903share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_material_occlusion_texture_info_class.py 973share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_material_occlusion_texture_info_class.py
904share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_materials.py 974share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_materials.py
905share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_materials_pbr_metallic_roughness.py 975share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_materials_pbr_metallic_roughness.py
906share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_mesh.py 976share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_mesh.py
907share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_nodes.py 977share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_nodes.py
908share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_primitive_attributes.py 978share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_primitive_attributes.py
909share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_primitives.py 979share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_primitives.py
910share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_sampler.py 980share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_sampler.py
911share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_skins.py 981share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_skins.py
912share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_texture.py 982share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_texture.py
913share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_texture_info.py 983share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_texture_info.py
914share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_generate_extras.py 
915share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_get.py 984share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_get.py
916share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gltf2_exporter.py 985share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gltf2_exporter.py
917share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_image.py 986share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_image.py
918share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_search_node_tree.py 987share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_search_node_tree.py
919share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_utils.py 988share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_utils.py
920share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py 989share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py
921share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_unlit.py 990share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_unlit.py
922share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation.py 991share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation.py
923share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_bone.py 992share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_bone.py
924share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_node.py 993share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_node.py
925share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_utils.py 994share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_utils.py
926share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_weight.py 995share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_weight.py
927share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_camera.py 996share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_camera.py
928share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_gltf.py 997share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_gltf.py
929share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_image.py 998share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_image.py
930share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_light.py 999share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_light.py
931share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_emissive.py 1000share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_emissive.py
932share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_normal.py 1001share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_normal.py
933share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_occlusion.py 1002share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_map_occlusion.py
934share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material.py 1003share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material.py
 1004share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material_utils.py
935share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py 1005share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py
936share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py 1006share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py
937share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py 1007share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py
938share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_primitive.py 1008share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_primitive.py
939share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_scene.py 1009share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_scene.py
940share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_skin.py 1010share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_skin.py
941share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_texture.py 
942share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/__init__.py 1011share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/__init__.py
943share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io.py 1012share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io.py
944share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_color_management.py 1013share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_color_management.py
945share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_constants.py 1014share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_constants.py
946share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_debug.py 1015share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_debug.py
947share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_extensions.py 1016share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_extensions.py
948share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_image.py 
949share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_lights_punctual.py 1017share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_lights_punctual.py
950share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_trs.py 1018share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/com/gltf2_io_trs.py
951share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_binary_data.py 1019share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_binary_data.py
952share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_buffer.py 1020share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_buffer.py
953share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_draco_compression_extension.py 1021share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_draco_compression_extension.py
954share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_export.py 1022share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_export.py
955share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_image_data.py 1023share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_image_data.py
 1024share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/exp/gltf2_io_user_extensions.py
956share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/imp/__init__.py 1025share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/imp/__init__.py
957share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_binary.py 1026share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_binary.py
958share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_gltf.py 1027share/blender/${PKGVERSION}/scripts/addons/io_scene_gltf2/io/imp/gltf2_io_gltf.py
959share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/__init__.py 1028share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/__init__.py
960share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/export_obj.py 1029share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/export_obj.py
961share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/import_obj.py 1030share/blender/${PKGVERSION}/scripts/addons/io_scene_obj/import_obj.py
962share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/__init__.py 1031share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/__init__.py
963share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/export_x3d.py 1032share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/export_x3d.py
964share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/import_x3d.py 1033share/blender/${PKGVERSION}/scripts/addons/io_scene_x3d/import_x3d.py
965share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/__init__.py 1034share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/__init__.py
966share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/export_mdd.py 1035share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/export_mdd.py
967share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/import_mdd.py 1036share/blender/${PKGVERSION}/scripts/addons/io_shape_mdd/import_mdd.py
968share/blender/${PKGVERSION}/scripts/addons/lighting_dynamic_sky.py 1037share/blender/${PKGVERSION}/scripts/addons/lighting_dynamic_sky.py
969share/blender/${PKGVERSION}/scripts/addons/lighting_tri_lights.py 1038share/blender/${PKGVERSION}/scripts/addons/lighting_tri_lights.py
970share/blender/${PKGVERSION}/scripts/addons/magic_uv/__init__.py 1039share/blender/${PKGVERSION}/scripts/addons/magic_uv/__init__.py
971share/blender/${PKGVERSION}/scripts/addons/magic_uv/common.py 1040share/blender/${PKGVERSION}/scripts/addons/magic_uv/common.py
972share/blender/${PKGVERSION}/scripts/addons/magic_uv/lib/__init__.py 1041share/blender/${PKGVERSION}/scripts/addons/magic_uv/lib/__init__.py
973share/blender/${PKGVERSION}/scripts/addons/magic_uv/lib/bglx.py 1042share/blender/${PKGVERSION}/scripts/addons/magic_uv/lib/bglx.py
974share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/__init__.py 1043share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/__init__.py
975share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/align_uv.py 1044share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/align_uv.py
976share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/align_uv_cursor.py 1045share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/align_uv_cursor.py
977share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/copy_paste_uv.py 1046share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/copy_paste_uv.py
978share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/copy_paste_uv_object.py 1047share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/copy_paste_uv_object.py
979share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/copy_paste_uv_uvedit.py 1048share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/copy_paste_uv_uvedit.py
980share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/flip_rotate_uv.py 1049share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/flip_rotate_uv.py
981share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/mirror_uv.py 1050share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/mirror_uv.py
982share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/move_uv.py 1051share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/move_uv.py
983share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/pack_uv.py 1052share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/pack_uv.py
984share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/preserve_uv_aspect.py 1053share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/preserve_uv_aspect.py
985share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/select_uv.py 1054share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/select_uv.py
986share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/smooth_uv.py 1055share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/smooth_uv.py
987share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/texture_lock.py 1056share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/texture_lock.py
988share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/texture_projection.py 1057share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/texture_projection.py
989share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/texture_wrap.py 1058share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/texture_wrap.py
990share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/transfer_uv.py 1059share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/transfer_uv.py
991share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/unwrap_constraint.py 1060share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/unwrap_constraint.py
992share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uv_bounding_box.py 1061share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uv_bounding_box.py
993share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uv_inspection.py 1062share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uv_inspection.py
994share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uv_sculpt.py 1063share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uv_sculpt.py
995share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uvw.py 1064share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/uvw.py
996share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/world_scale_uv.py 1065share/blender/${PKGVERSION}/scripts/addons/magic_uv/op/world_scale_uv.py
997share/blender/${PKGVERSION}/scripts/addons/magic_uv/preferences.py 1066share/blender/${PKGVERSION}/scripts/addons/magic_uv/preferences.py
998share/blender/${PKGVERSION}/scripts/addons/magic_uv/properites.py 1067share/blender/${PKGVERSION}/scripts/addons/magic_uv/properites.py
999share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/IMAGE_MT_uvs.py 1068share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/IMAGE_MT_uvs.py
1000share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/VIEW3D_MT_object.py 1069share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/VIEW3D_MT_object.py
1001share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/VIEW3D_MT_uv_map.py 1070share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/VIEW3D_MT_uv_map.py
1002share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/__init__.py 1071share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/__init__.py
1003share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/uvedit_copy_paste_uv.py 1072share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/uvedit_copy_paste_uv.py
1004share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/uvedit_editor_enhancement.py 1073share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/uvedit_editor_enhancement.py
1005share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/uvedit_uv_manipulation.py 1074share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/uvedit_uv_manipulation.py
1006share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_copy_paste_uv_editmode.py 1075share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_copy_paste_uv_editmode.py
1007share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_copy_paste_uv_objectmode.py 1076share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_copy_paste_uv_objectmode.py
1008share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_uv_manipulation.py 1077share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_uv_manipulation.py
1009share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_uv_mapping.py 1078share/blender/${PKGVERSION}/scripts/addons/magic_uv/ui/view3d_uv_mapping.py
1010share/blender/${PKGVERSION}/scripts/addons/magic_uv/updater.py 1079share/blender/${PKGVERSION}/scripts/addons/magic_uv/updater.py
1011share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/__init__.py 1080share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/__init__.py
1012share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/addon_updater.py 1081share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/addon_updater.py
1013share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/bl_class_registry.py 1082share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/bl_class_registry.py
1014share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/compatibility.py 1083share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/compatibility.py
1015share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/property_class_registry.py 1084share/blender/${PKGVERSION}/scripts/addons/magic_uv/utils/property_class_registry.py
1016share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/__init__.py 1085share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/__init__.py
1017share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/categories.txt 1086share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/categories.txt
1018share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/cycles_materials.blend 1087share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/sample_materials.blend
1019share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/cycles_templates.blend 1088share/blender/${PKGVERSION}/scripts/addons/materials_library_vx/templates.blend
1020share/blender/${PKGVERSION}/scripts/addons/materials_utils/__init__.py 1089share/blender/${PKGVERSION}/scripts/addons/materials_utils/__init__.py
1021share/blender/${PKGVERSION}/scripts/addons/materials_utils/enum_values.py 1090share/blender/${PKGVERSION}/scripts/addons/materials_utils/enum_values.py
1022share/blender/${PKGVERSION}/scripts/addons/materials_utils/functions.py 1091share/blender/${PKGVERSION}/scripts/addons/materials_utils/functions.py
1023share/blender/${PKGVERSION}/scripts/addons/materials_utils/menus.py 1092share/blender/${PKGVERSION}/scripts/addons/materials_utils/menus.py
1024share/blender/${PKGVERSION}/scripts/addons/materials_utils/operators.py 1093share/blender/${PKGVERSION}/scripts/addons/materials_utils/operators.py
1025share/blender/${PKGVERSION}/scripts/addons/materials_utils/preferences.py 1094share/blender/${PKGVERSION}/scripts/addons/materials_utils/preferences.py
1026share/blender/${PKGVERSION}/scripts/addons/measureit/__init__.py 1095share/blender/${PKGVERSION}/scripts/addons/measureit/__init__.py
1027share/blender/${PKGVERSION}/scripts/addons/measureit/measureit_geometry.py 1096share/blender/${PKGVERSION}/scripts/addons/measureit/measureit_geometry.py
1028share/blender/${PKGVERSION}/scripts/addons/measureit/measureit_main.py 1097share/blender/${PKGVERSION}/scripts/addons/measureit/measureit_main.py
1029share/blender/${PKGVERSION}/scripts/addons/measureit/measureit_render.py 1098share/blender/${PKGVERSION}/scripts/addons/measureit/measureit_render.py
1030share/blender/${PKGVERSION}/scripts/addons/mesh_auto_mirror.py 1099share/blender/${PKGVERSION}/scripts/addons/mesh_auto_mirror.py
1031share/blender/${PKGVERSION}/scripts/addons/mesh_bsurfaces.py 1100share/blender/${PKGVERSION}/scripts/addons/mesh_bsurfaces.py
1032share/blender/${PKGVERSION}/scripts/addons/mesh_f2.py 1101share/blender/${PKGVERSION}/scripts/addons/mesh_f2.py
1033share/blender/${PKGVERSION}/scripts/addons/mesh_inset/__init__.py 1102share/blender/${PKGVERSION}/scripts/addons/mesh_inset/__init__.py
1034share/blender/${PKGVERSION}/scripts/addons/mesh_inset/geom.py 1103share/blender/${PKGVERSION}/scripts/addons/mesh_inset/geom.py
1035share/blender/${PKGVERSION}/scripts/addons/mesh_inset/model.py 1104share/blender/${PKGVERSION}/scripts/addons/mesh_inset/model.py
1036share/blender/${PKGVERSION}/scripts/addons/mesh_inset/offset.py 1105share/blender/${PKGVERSION}/scripts/addons/mesh_inset/offset.py
1037share/blender/${PKGVERSION}/scripts/addons/mesh_inset/triquad.py 1106share/blender/${PKGVERSION}/scripts/addons/mesh_inset/triquad.py
1038share/blender/${PKGVERSION}/scripts/addons/mesh_looptools.py 1107share/blender/${PKGVERSION}/scripts/addons/mesh_looptools.py
1039share/blender/${PKGVERSION}/scripts/addons/mesh_relax.py 
1040share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/__init__.py 1108share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/__init__.py
1041share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/common_classes.py 1109share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/common_classes.py
1042share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/common_utilities.py 1110share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/common_utilities.py
1043share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/drawing_utilities.py 1111share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/drawing_utilities.py
1044share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/icons/ops.mesh.snap_utilities_line.dat 1112share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/icons/ops.mesh.snap_utilities_line.dat
1045share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/keys.py 1113share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/keys.py
1046share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/navigation_ops.py 1114share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/navigation_ops.py
1047share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/op_line.py 1115share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/op_line.py
1048share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/preferences.py 1116share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/preferences.py
1049share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/__init__.py 1117share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/__init__.py
1050share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/mesh_drawing.py 1118share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/mesh_drawing.py
1051share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/shaders/ID_color_frag.glsl 1119share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/shaders/ID_color_frag.glsl
1052share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/shaders/ID_color_vert.glsl 1120share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/shaders/ID_color_vert.glsl
1053share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/utils_projection.py 1121share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/snap_context_l/utils_projection.py
1054share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/widgets.py 1122share/blender/${PKGVERSION}/scripts/addons/mesh_snap_utilities_line/widgets.py
1055share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/BIX.py 1123share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/BIX.py
1056share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/CCEN.py 1124share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/CCEN.py
1057share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/CFG.py 1125share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/CFG.py
1058share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/E2F.py 1126share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/E2F.py
1059share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/README.md 1127share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/README.md
1060share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/V2X.py 1128share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/V2X.py
1061share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/VTX.py 1129share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/VTX.py
1062share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/XALL.py 1130share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/XALL.py
1063share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/__init__.py 1131share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/__init__.py
1064share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/cad_module.py 1132share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/cad_module.py
1065share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/BIX.png 1133share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/BIX.png
1066share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/CCEN.png 1134share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/CCEN.png
1067share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/E2F.png 1135share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/E2F.png
1068share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/V2X.png 1136share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/V2X.png
1069share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/VTX.png 1137share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/VTX.png
1070share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/XALL.png 1138share/blender/${PKGVERSION}/scripts/addons/mesh_tiny_cad/icons/XALL.png
1071share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/__init__.py 1139share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/__init__.py
1072share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/colors_groups_exchanger.py 1140share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/colors_groups_exchanger.py
1073share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/dual_mesh.py 1141share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/dual_mesh.py
1074share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/lattice.py 1142share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/lattice.py
1075share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/numba_functions.py 1143share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/numba_functions.py
1076share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/tessellate_numpy.py 1144share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/tessellate_numpy.py
1077share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/utils.py 1145share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/utils.py
1078share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/uv_to_mesh.py 1146share/blender/${PKGVERSION}/scripts/addons/mesh_tissue/uv_to_mesh.py
1079share/blender/${PKGVERSION}/scripts/addons/mesh_tools/__init__.py 1147share/blender/${PKGVERSION}/scripts/addons/mesh_tools/__init__.py
1080share/blender/${PKGVERSION}/scripts/addons/mesh_tools/face_inset_fillet.py 1148share/blender/${PKGVERSION}/scripts/addons/mesh_tools/face_inset_fillet.py
1081share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_cut_faces.py 1149share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_cut_faces.py
1082share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edge_roundifier.py 1150share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edge_roundifier.py
1083share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edges_floor_plan.py 1151share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edges_floor_plan.py
1084share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edges_length.py 1152share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edges_length.py
1085share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edgetools.py 1153share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_edgetools.py
1086share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_extrude_and_reshape.py 1154share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_extrude_and_reshape.py
1087share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_filletplus.py 1155share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_filletplus.py
1088share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_mextrude_plus.py 1156share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_mextrude_plus.py
1089share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_offset_edges.py 1157share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_offset_edges.py
 1158share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_relax.py
1090share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_vertex_chamfer.py 1159share/blender/${PKGVERSION}/scripts/addons/mesh_tools/mesh_vertex_chamfer.py
1091share/blender/${PKGVERSION}/scripts/addons/mesh_tools/pkhg_faces.py 1160share/blender/${PKGVERSION}/scripts/addons/mesh_tools/pkhg_faces.py
1092share/blender/${PKGVERSION}/scripts/addons/mesh_tools/random_vertices.py 1161share/blender/${PKGVERSION}/scripts/addons/mesh_tools/random_vertices.py
1093share/blender/${PKGVERSION}/scripts/addons/mesh_tools/split_solidify.py 1162share/blender/${PKGVERSION}/scripts/addons/mesh_tools/split_solidify.py
1094share/blender/${PKGVERSION}/scripts/addons/mesh_tools/vertex_align.py 1163share/blender/${PKGVERSION}/scripts/addons/mesh_tools/vertex_align.py
1095share/blender/${PKGVERSION}/scripts/addons/node_arrange.py 1164share/blender/${PKGVERSION}/scripts/addons/node_arrange.py
 1165share/blender/${PKGVERSION}/scripts/addons/node_presets.py
1096share/blender/${PKGVERSION}/scripts/addons/node_wrangler.py 1166share/blender/${PKGVERSION}/scripts/addons/node_wrangler.py
1097share/blender/${PKGVERSION}/scripts/addons/object_boolean_tools.py 1167share/blender/${PKGVERSION}/scripts/addons/object_boolean_tools.py
1098share/blender/${PKGVERSION}/scripts/addons/object_carver/__init__.py 1168share/blender/${PKGVERSION}/scripts/addons/object_carver/__init__.py
1099share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_draw.py 1169share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_draw.py
1100share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_operator.py 1170share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_operator.py
1101share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_preferences.py 1171share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_preferences.py
1102share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_profils.py 1172share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_profils.py
1103share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_utils.py 1173share/blender/${PKGVERSION}/scripts/addons/object_carver/carver_utils.py
 1174share/blender/${PKGVERSION}/scripts/addons/object_collection_manager/__init__.py
 1175share/blender/${PKGVERSION}/scripts/addons/object_collection_manager/internals.py
 1176share/blender/${PKGVERSION}/scripts/addons/object_collection_manager/operators.py
 1177share/blender/${PKGVERSION}/scripts/addons/object_collection_manager/ui.py
1104share/blender/${PKGVERSION}/scripts/addons/object_color_rules.py 1178share/blender/${PKGVERSION}/scripts/addons/object_color_rules.py
1105share/blender/${PKGVERSION}/scripts/addons/object_edit_linked.py 1179share/blender/${PKGVERSION}/scripts/addons/object_edit_linked.py
1106share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/__init__.py 1180share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/__init__.py
1107share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_calc.py 1181share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_calc.py
1108share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_setup.py 1182share/blender/${PKGVERSION}/scripts/addons/object_fracture_cell/fracture_cell_setup.py
1109share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/__init__.py 1183share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/__init__.py
1110share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/export.py 1184share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/export.py
1111share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/mesh_helpers.py 1185share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/mesh_helpers.py
1112share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/operators.py 1186share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/operators.py
1113share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/report.py 1187share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/report.py
1114share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/todo.rst 1188share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/todo.rst
1115share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/ui.py 1189share/blender/${PKGVERSION}/scripts/addons/object_print3d_utils/ui.py
1116share/blender/${PKGVERSION}/scripts/addons/object_scatter/__init__.py 1190share/blender/${PKGVERSION}/scripts/addons/object_scatter/__init__.py
1117share/blender/${PKGVERSION}/scripts/addons/object_scatter/operator.py 1191share/blender/${PKGVERSION}/scripts/addons/object_scatter/operator.py
1118share/blender/${PKGVERSION}/scripts/addons/object_scatter/ui.py 1192share/blender/${PKGVERSION}/scripts/addons/object_scatter/ui.py
1119share/blender/${PKGVERSION}/scripts/addons/object_skinify.py 1193share/blender/${PKGVERSION}/scripts/addons/object_skinify.py
1120share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/__init__.py 1194share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/__init__.py
1121share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/files/collect_images.py 1195share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/files/collect_images.py
1122share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/files/reload_images.py 1196share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/files/reload_images.py
1123share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/files/save_incremental.py 1197share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/files/save_incremental.py
1124share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/apply_linked_meshes.py 1198share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/apply_linked_meshes.py
1125share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/flipped_uvs.py 1199share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/flipped_uvs.py
1126share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/overlap_island.py 1200share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/overlap_island.py
1127share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/overlap_uvs.py 1201share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/overlap_uvs.py
1128share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/remove_modifiers.py 1202share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/remove_modifiers.py
1129share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/select_doubles.py 1203share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/select_doubles.py
1130share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/shapes_to_objects.py 1204share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/shapes_to_objects.py
1131share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/vertex_color_id.py 1205share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/mesh/vertex_color_id.py
1132share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/object/distribute.py 1206share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/object/distribute.py
1133share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/object/search_and_select.py 1207share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/object/search_and_select.py
1134share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/object/selection.py 1208share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/object/selection.py
1135share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/render/batch_maker.py 1209share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/render/batch_maker.py
1136share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/render/material_overrides.py 1210share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/render/material_overrides.py
1137share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/render/render_tokens.py 1211share/blender/${PKGVERSION}/scripts/addons/oscurart_tools/render/render_tokens.py
1138share/blender/${PKGVERSION}/scripts/addons/paint_palette.py 1212share/blender/${PKGVERSION}/scripts/addons/paint_palette.py
1139share/blender/${PKGVERSION}/scripts/addons/power_sequencer/__init__.py 1213share/blender/${PKGVERSION}/scripts/addons/power_sequencer/__init__.py
1140share/blender/${PKGVERSION}/scripts/addons/power_sequencer/addon_preferences.py 1214share/blender/${PKGVERSION}/scripts/addons/power_sequencer/addon_preferences.py
1141share/blender/${PKGVERSION}/scripts/addons/power_sequencer/addon_properties.py 1215share/blender/${PKGVERSION}/scripts/addons/power_sequencer/addon_properties.py
1142share/blender/${PKGVERSION}/scripts/addons/power_sequencer/handlers.py 1216share/blender/${PKGVERSION}/scripts/addons/power_sequencer/handlers.py
1143share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/__init__.py 1217share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/__init__.py
1144share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/align_audios.py 1218share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/align_audios.py
1145share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/__init__.py 1219share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/__init__.py
1146share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/convert_and_trim.py 1220share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/convert_and_trim.py
1147share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/cross_correlation.py 1221share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/cross_correlation.py
1148share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/ensure_non_zero.py 1222share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/ensure_non_zero.py
1149share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/find_offset.py 1223share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/find_offset.py
1150share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/__init__.py 1224share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/__init__.py
1151share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/mfcc.py 1225share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/mfcc.py
1152share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/segment_axis.py 1226share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/segment_axis.py
1153share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/trfbank.py 1227share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/mfcc/trfbank.py
1154share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/std_mfcc.py 1228share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/audiosync/std_mfcc.py
1155share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/channel_offset.py 1229share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/channel_offset.py
1156share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/concatenate_strips.py 1230share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/concatenate_strips.py
1157share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/copy_selected_sequences.py 1231share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/copy_selected_sequences.py
1158share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/crossfade_add.py 1232share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/crossfade_add.py
1159share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/crossfade_edit.py 1233share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/crossfade_edit.py
1160share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/cut_strips_under_cursor.py 1234share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/cut_strips_under_cursor.py
1161share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/delete_direct.py 1235share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/delete_direct.py
1162share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/deselect_all_left_or_right.py 1236share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/deselect_all_left_or_right.py
1163share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/deselect_handles_and_grab.py 1237share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/deselect_handles_and_grab.py
1164share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/duplicate_move.py 1238share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/duplicate_move.py
1165share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/expand_to_surrounding_cuts.py 1239share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/expand_to_surrounding_cuts.py
1166share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/fade_add.py 1240share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/fade_add.py
1167share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/fade_clear.py 1241share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/fade_clear.py
1168share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/gap_remove.py 1242share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/gap_remove.py
1169share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/grab.py 1243share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/grab.py
1170share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/grab_closest_handle_or_cut.py 1244share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/grab_closest_handle_or_cut.py
1171share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/grab_sequence_handles.py 1245share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/grab_sequence_handles.py
1172share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/import_local_footage.py 1246share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/import_local_footage.py
1173share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/jump_time_offset.py 1247share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/jump_time_offset.py
1174share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/jump_to_cut.py 1248share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/jump_to_cut.py
1175share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/make_still_image.py 1249share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/make_still_image.py
1176share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_delete_closest.py 1250share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_delete_closest.py
1177share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_delete_direct.py 1251share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_delete_direct.py
1178share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_go_to_next.py 1252share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_go_to_next.py
1179share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_snap_to_cursor.py 1253share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/marker_snap_to_cursor.py
1180share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_as_timecodes.py 1254share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_as_timecodes.py
1181share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_create_from_selected.py 1255share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_create_from_selected.py
1182share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_set_preview_in_between.py 1256share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_set_preview_in_between.py
1183share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_snap_matching_strips.py 1257share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/markers_snap_matching_strips.py
1184share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/meta_resize_to_content.py 1258share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/meta_resize_to_content.py
1185share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/meta_trim_content_to_bounds.py 1259share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/meta_trim_content_to_bounds.py
1186share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/meta_ungroup_and_trim.py 1260share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/meta_ungroup_and_trim.py
1187share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/mouse_toggle_mute.py 1261share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/mouse_toggle_mute.py
1188share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/mouse_trim_instantly.py 1262share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/mouse_trim_instantly.py
1189share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/mouse_trim_modal.py 1263share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/mouse_trim_modal.py
1190share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/open_project_directory.py 1264share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/open_project_directory.py
1191share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/playback_speed_decrease.py 1265share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/playback_speed_decrease.py
1192share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/playback_speed_increase.py 1266share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/playback_speed_increase.py
1193share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/playback_speed_set.py 1267share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/playback_speed_set.py
1194share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/preview_closest_cut.py 1268share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/preview_closest_cut.py
1195share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/preview_to_selection.py 1269share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/preview_to_selection.py
1196share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/render_apply_preset.py 1270share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/render_apply_preset.py
1197share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/render_presets/twitter_720p.py 1271share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/render_presets/twitter_720p.py
1198share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/render_presets/youtube_1080.py 1272share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/render_presets/youtube_1080.py
1199share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/ripple_delete.py 1273share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/ripple_delete.py
1200share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/save_direct.py 1274share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/save_direct.py
1201share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_create_from_selection.py 1275share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_create_from_selection.py
1202share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_cycle.py 1276share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_cycle.py
1203share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_merge_from.py 1277share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_merge_from.py
1204share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_open_from_strip.py 1278share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_open_from_strip.py
1205share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_rename_with_strip.py 1279share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/scene_rename_with_strip.py
1206share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_all_left_or_right.py 1280share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_all_left_or_right.py
1207share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_closest_to_mouse.py 1281share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_closest_to_mouse.py
1208share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_linked_effect.py 1282share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_linked_effect.py
1209share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_linked_strips.py 1283share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_linked_strips.py
1210share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_related_strips.py 1284share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_related_strips.py
1211share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_strips_under_cursor.py 1285share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/select_strips_under_cursor.py
1212share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/set_timeline_range.py 1286share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/set_timeline_range.py
1213share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/snap.py 1287share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/snap.py
1214share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/snap_selection.py 1288share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/snap_selection.py
1215share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/space_sequences.py 1289share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/space_sequences.py
1216share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/speed_remove_effect.py 1290share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/speed_remove_effect.py
1217share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/speed_up_movie_strip.py 1291share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/speed_up_movie_strip.py
1218share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/swap_strips.py 1292share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/swap_strips.py
1219share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/synchronize_titles.py 1293share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/synchronize_titles.py
1220share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/toggle_selected_mute.py 1294share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/toggle_selected_mute.py
1221share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/toggle_waveforms.py 1295share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/toggle_waveforms.py
1222share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/transitions_remove.py 1296share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/transitions_remove.py
1223share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/trim_left_or_right_handles.py 1297share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/trim_left_or_right_handles.py
1224share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/trim_three_point_edit.py 1298share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/trim_three_point_edit.py
1225share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/trim_to_surrounding_cuts.py 1299share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/trim_to_surrounding_cuts.py
1226share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/__init__.py 1300share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/__init__.py
1227share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/doc.py 1301share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/doc.py
1228share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/draw.py 1302share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/draw.py
1229share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/functions.py 1303share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/functions.py
1230share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/global_settings.py 1304share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/global_settings.py
1231share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/info_progress_bar.py 1305share/blender/${PKGVERSION}/scripts/addons/power_sequencer/operators/utils/info_progress_bar.py
1232share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/__init__.py 1306share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/__init__.py
1233share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/__main__.py 1307share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/__main__.py
1234share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/call.py 1308share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/call.py
1235share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/commands.py 1309share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/commands.py
1236share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/config.py 1310share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/config.py
1237share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/utils.py 1311share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/bpsproxy/utils.py
1238share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/setup.py 1312share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSProxy/setup.py
1239share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/__init__.py 1313share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/__init__.py
1240share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/__main__.py 1314share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/__main__.py
1241share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/bscripts/mixdown.py 1315share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/bscripts/mixdown.py
1242share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/bscripts/probe.py 1316share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/bscripts/probe.py
1243share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/bscripts/video.py 1317share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/bscripts/video.py
1244share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/calls.py 1318share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/calls.py
1245share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/commands.py 1319share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/commands.py
1246share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/config.py 1320share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/config.py
1247share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/helpers.py 1321share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/helpers.py
1248share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/setup.py 1322share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/bpsrender/setup.py
1249share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/setup.py 1323share/blender/${PKGVERSION}/scripts/addons/power_sequencer/scripts/BPSRender/setup.py
1250share/blender/${PKGVERSION}/scripts/addons/power_sequencer/ui/__init__.py 1324share/blender/${PKGVERSION}/scripts/addons/power_sequencer/ui/__init__.py
1251share/blender/${PKGVERSION}/scripts/addons/power_sequencer/ui/menu_contextual.py 1325share/blender/${PKGVERSION}/scripts/addons/power_sequencer/ui/menu_contextual.py
1252share/blender/${PKGVERSION}/scripts/addons/power_sequencer/ui/menu_toolbar.py 1326share/blender/${PKGVERSION}/scripts/addons/power_sequencer/ui/menu_toolbar.py
1253share/blender/${PKGVERSION}/scripts/addons/power_sequencer/utils/addon_auto_imports.py 1327share/blender/${PKGVERSION}/scripts/addons/power_sequencer/utils/addon_auto_imports.py
1254share/blender/${PKGVERSION}/scripts/addons/power_sequencer/utils/register_shortcuts.py 1328share/blender/${PKGVERSION}/scripts/addons/power_sequencer/utils/register_shortcuts.py
 1329share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/__init__.py
 1330share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_bix.py
 1331share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_cad_module.py
 1332share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_command.py
 1333share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_command_functions.py
 1334share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_design.py
 1335share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_etof.py
 1336share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_exception.py
 1337share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_functions.py
 1338share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_library.py
 1339share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_menus.py
 1340share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_msg_strings.py
 1341share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_pivot_point.py
 1342share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_view.py
 1343share/blender/${PKGVERSION}/scripts/addons/precision_drawing_tools/pdt_xall.py
1255share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py 1344share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/13x8_wicker_globe.py
1256share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/7x6.py 1345share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/7x6.py
1257share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/9x9_color.py 1346share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/9x9_color.py
1258share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/braided_coil.py 1347share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/braided_coil.py
1259share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py 1348share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/flower_mesh_(2d).py
1260share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/slinky_knot.py 1349share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/slinky_knot.py
1261share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/snowflake_(2d).py 1350share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/snowflake_(2d).py
1262share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py 1351share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/sun_cross_(2d).py
1263share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/tripple_dna.py 1352share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/tripple_dna.py
1264share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/wicker_basket.py 1353share/blender/${PKGVERSION}/scripts/addons/presets/operator/curve.torus_knot_plus/wicker_basket.py
1265share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/default.py 1354share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/default.py
1266share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m10.py 1355share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m10.py
1267share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m12.py 1356share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m12.py
1268share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m3.py 1357share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m3.py
1269share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m4.py 1358share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m4.py
1270share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m5.py 1359share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m5.py
1271share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m6.py 1360share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m6.py
1272share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m8.py 1361share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.bolt_add/m8.py
1273share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/default.py 1362share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/default.py
1274share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/light_erosion.py 1363share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/light_erosion.py
1275share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/medium_erosion.py 1364share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/medium_erosion.py
1276share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/strong_erosion.py 1365share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/strong_erosion.py
1277share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/thermal_diffusion.py 1366share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.eroder/thermal_diffusion.py
1278share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/abstract.py 1367share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/abstract.py
1279share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/another_noise.py 1368share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/another_noise.py
1280share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/billow.py 1369share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/billow.py
1281share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/canyon.py 1370share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/canyon.py
1282share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/canyons.py 1371share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/canyons.py
1283share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/cauliflower_hills.py 1372share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/cauliflower_hills.py
1284share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/cliff.py 1373share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/cliff.py
1285share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/crystalline.py 1374share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/crystalline.py
1286share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/default.py 1375share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/default.py
1287share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/default_large.py 1376share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/default_large.py
1288share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/dunes.py 1377share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/dunes.py
1289share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/flatstones.py 1378share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/flatstones.py
1290share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/gully.py 1379share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/gully.py
1291share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/lakes_1.py 1380share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/lakes_1.py
1292share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/lakes_2.py 1381share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/lakes_2.py
1293share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/large_terrain.py 1382share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/large_terrain.py
1294share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mesa.py 1383share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mesa.py
1295share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mounds.py 1384share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mounds.py
1296share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mountain_1.py 1385share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mountain_1.py
1297share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mountain_2.py 1386share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/mountain_2.py
1298share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/planet.py 1387share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/planet.py
1299share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/planet_noise.py 1388share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/planet_noise.py
1300share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/ridged.py 1389share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/ridged.py
1301share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/river.py 1390share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/river.py
1302share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/rock.py 1391share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/rock.py
1303share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/slick_rock.py 1392share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/slick_rock.py
1304share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/tech_effect.py 1393share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/tech_effect.py
1305share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/techno_cell.py 1394share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/techno_cell.py
1306share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/vlnoise_turbulence.py 1395share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/vlnoise_turbulence.py
1307share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/volcano.py 1396share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/volcano.py
1308share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/voronoi_hills.py 1397share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/voronoi_hills.py
1309share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/yin_yang.py 1398share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.landscape_add/yin_yang.py
1310share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Capsule.py 1399share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Capsule.py
1311share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py 1400share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Clay_Bar.py
1312share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Cube.py 1401share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Cube.py
1313share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py 1402share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Grid_3D.py
1314share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Octahedron.py 1403share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Octahedron.py
1315share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Quadsphere.py 1404share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Quadsphere.py
1316share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Rounded_Cube.py 1405share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_round_cube_add/Rounded_Cube.py
1317share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/bonbon.py 1406share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/bonbon.py
1318share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/boy.py 1407share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/boy.py
1319share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catalan.py 1408share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catalan.py
1320share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catenoid.py 1409share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/catenoid.py
1321share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/clifford_torus.py 1410share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/clifford_torus.py
1322share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cochlea.py 1411share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cochlea.py
1323share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cosinus.py 1412share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/cosinus.py
1324share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/dini.py 1413share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/dini.py
1325share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/enneper.py 1414share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/enneper.py
1326share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helicoidal.py 1415share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helicoidal.py
1327share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helix.py 1416share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/helix.py
1328share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hexahedron.py 1417share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hexahedron.py
1329share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hyperhelicoidal.py 1418share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/hyperhelicoidal.py
1330share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/klein.py 1419share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/klein.py
1331share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/moebius.py 1420share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/moebius.py
1332share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudo_catenoid.py 1421share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudo_catenoid.py
1333share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudosphere.py 1422share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/pseudosphere.py
1334share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/ridged_torus.py 1423share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/ridged_torus.py
1335share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/shell.py 1424share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/shell.py
1336share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sine.py 1425share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sine.py
1337share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/snake.py 1426share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/snake.py
1338share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py 1427share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py
1339share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py 1428share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py
1340share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py 1429share/blender/${PKGVERSION}/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py
1341share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/01_(5400K)_Direct_Sun.py 1430share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/01_(5400K)_Direct_Sun.py
1342share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/02_(5400K)_High_Noon_Sun.py 1431share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/02_(5400K)_High_Noon_Sun.py
1343share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/03_(6000K)_Daylight_Window.py 1432share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/03_(6000K)_Daylight_Window.py
1344share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/04_(6000K)_2500W_HMI_(Halogen_Metal_Iodide).py 1433share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/04_(6000K)_2500W_HMI_(Halogen_Metal_Iodide).py
1345share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/05_(4000K)_100W_Metal_Halide.py 1434share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/05_(4000K)_100W_Metal_Halide.py
1346share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/06_(3200K)_100W_Quartz_Halogen.py 1435share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/06_(3200K)_100W_Quartz_Halogen.py
1347share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/07_(2850K)_100w_Tungsten.py 1436share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/07_(2850K)_100w_Tungsten.py
1348share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/08_(2600K)_40w_Tungsten.py 1437share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/08_(2600K)_40w_Tungsten.py
1349share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/09_(5000K)_75W_Full_Spectrum_Fluorescent_T12.py 1438share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/09_(5000K)_75W_Full_Spectrum_Fluorescent_T12.py
1350share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/10_(4300K)_40W_Vintage_Fluorescent_T12.py 1439share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/10_(4300K)_40W_Vintage_Fluorescent_T12.py
1351share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/11_(5000K)_18W_Standard_Fluorescent_T8.py 1440share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/11_(5000K)_18W_Standard_Fluorescent_T8.py
1352share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/12_(4200K)_18W_Cool_White_Fluorescent_T8.py 1441share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/12_(4200K)_18W_Cool_White_Fluorescent_T8.py
1353share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/13_(3000K)_18W_Warm_Fluorescent_T8.py 1442share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/13_(3000K)_18W_Warm_Fluorescent_T8.py
1354share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/14_(6500K)_54W_Grow_Light_Fluorescent_T5-HO.py 1443share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/14_(6500K)_54W_Grow_Light_Fluorescent_T5-HO.py
1355share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/15_(3200K)_40W_Induction_Fluorescent.py 1444share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/15_(3200K)_40W_Induction_Fluorescent.py
1356share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/16_(2100K)_150W_High_Pressure_Sodium.py 1445share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/16_(2100K)_150W_High_Pressure_Sodium.py
1357share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/17_(1700K)_135W_Low_Pressure_Sodium.py 1446share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/17_(1700K)_135W_Low_Pressure_Sodium.py
1358share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/18_(6800K)_175W_Mercury_Vapor.py 1447share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/18_(6800K)_175W_Mercury_Vapor.py
1359share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/19_(5200K)_700W_Carbon_Arc.py 1448share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/19_(5200K)_700W_Carbon_Arc.py
1360share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/20_(6500K)_15W_LED_Spot.py 1449share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/20_(6500K)_15W_LED_Spot.py
1361share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/21_(2700K)_7W_OLED_Panel.py 1450share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/21_(2700K)_7W_OLED_Panel.py
1362share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/22_(30000K)_40W_Black_Light_Fluorescent.py 1451share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/22_(30000K)_40W_Black_Light_Fluorescent.py
1363share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/23_(30000K)_40W_Black_Light_Bulb.py 1452share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/23_(30000K)_40W_Black_Light_Bulb.py
1364share/blender/${PKGVERSION}/scripts/addons/presets/pov/lamp/24_(1850K)_Candle.py 1453share/blender/${PKGVERSION}/scripts/addons/presets/pov/light/24_(1850K)_Candle.py
1365share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/apple.py 1454share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/apple.py
1366share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/chicken.py 1455share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/chicken.py
1367share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/cream.py 1456share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/cream.py
1368share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/ketchup.py 1457share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/ketchup.py
1369share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/marble.py 1458share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/marble.py
1370share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/potato.py 1459share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/potato.py
1371share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/skim_milk.py 1460share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/skim_milk.py
1372share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/skin1.py 1461share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/skin1.py
1373share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/skin2.py 1462share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/skin2.py
1374share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/whole_milk.py 1463share/blender/${PKGVERSION}/scripts/addons/presets/pov/material/sss/whole_milk.py
1375share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/01_Debug.py 1464share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/01_Debug.py
1376share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/02_Fast.py 1465share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/02_Fast.py
1377share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/03_Normal.py 1466share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/03_Normal.py
1378share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/04_Two_Bounces.py 1467share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/04_Two_Bounces.py
1379share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/05_Final.py 1468share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/05_Final.py
1380share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/06_Outdoor_Low_Quality.py 1469share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/06_Outdoor_Low_Quality.py
1381share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/07_Outdoor_High_Quality.py 1470share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/07_Outdoor_High_Quality.py
1382share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/08_Outdoor_(Sun)Light.py 1471share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/08_Outdoor_(Sun)Light.py
1383share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/09_Indoor_Low_Quality.py 1472share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/09_Indoor_Low_Quality.py
1384share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/10_Indoor_High_Quality.py 1473share/blender/${PKGVERSION}/scripts/addons/presets/pov/radiosity/10_Indoor_High_Quality.py
1385share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/1_Clear_Blue_Sky.py 1474share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/1_Clear_Blue_Sky.py
1386share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/2_Partly_Hazy_Sky.py 1475share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/2_Partly_Hazy_Sky.py
1387share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/3_Overcast_Sky.py 1476share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/3_Overcast_Sky.py
1388share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/4_Cartoony_Sky.py 1477share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/4_Cartoony_Sky.py
1389share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/5_Under_Water.py 1478share/blender/${PKGVERSION}/scripts/addons/presets/pov/world/5_Under_Water.py
1390share/blender/${PKGVERSION}/scripts/addons/render_auto_tile_size.py 1479share/blender/${PKGVERSION}/scripts/addons/render_auto_tile_size.py
1391share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/__init__.py 1480share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/__init__.py
1392share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/data.py 1481share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/data.py
1393share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/operator.py 1482share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/operator.py
1394share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/panel.py 1483share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/panel.py
1395share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/presets.py 1484share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/presets.py
1396share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/translations.py 1485share/blender/${PKGVERSION}/scripts/addons/render_copy_settings/translations.py
1397share/blender/${PKGVERSION}/scripts/addons/render_freestyle_svg.py 1486share/blender/${PKGVERSION}/scripts/addons/render_freestyle_svg.py
1398share/blender/${PKGVERSION}/scripts/addons/render_povray/__init__.py 1487share/blender/${PKGVERSION}/scripts/addons/render_povray/__init__.py
1399share/blender/${PKGVERSION}/scripts/addons/render_povray/df3.py 1488share/blender/${PKGVERSION}/scripts/addons/render_povray/df3.py
1400share/blender/${PKGVERSION}/scripts/addons/render_povray/nodes.py 1489share/blender/${PKGVERSION}/scripts/addons/render_povray/nodes.py
1401share/blender/${PKGVERSION}/scripts/addons/render_povray/primitives.py 1490share/blender/${PKGVERSION}/scripts/addons/render_povray/primitives.py
1402share/blender/${PKGVERSION}/scripts/addons/render_povray/render.py 1491share/blender/${PKGVERSION}/scripts/addons/render_povray/render.py
1403share/blender/${PKGVERSION}/scripts/addons/render_povray/shading.py 1492share/blender/${PKGVERSION}/scripts/addons/render_povray/shading.py
1404share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/abyss.pov 1493share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/abyss.pov
1405share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/biscuit.pov 1494share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/biscuit.pov
1406share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/bsp_Tango.pov 1495share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/bsp_Tango.pov
1407share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/chess2.pov 1496share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/chess2.pov
1408share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/cornell.pov 1497share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/cornell.pov
1409share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/diffract.pov 1498share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/diffract.pov
1410share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/diffuse_back.pov 1499share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/diffuse_back.pov
1411share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/float5.pov 1500share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/float5.pov
1412share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/gamma_showcase.pov 1501share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/gamma_showcase.pov
1413share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/grenadine.pov 1502share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/grenadine.pov
1414share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/isocacti.pov 1503share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/isocacti.pov
1415share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/mediasky.pov 1504share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/mediasky.pov
1416share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/patio-radio.pov 1505share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/patio-radio.pov
1417share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/subsurface.pov 1506share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/subsurface.pov
1418share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/wallstucco.pov 1507share/blender/${PKGVERSION}/scripts/addons/render_povray/templates_pov/wallstucco.pov
1419share/blender/${PKGVERSION}/scripts/addons/render_povray/ui.py 1508share/blender/${PKGVERSION}/scripts/addons/render_povray/ui.py
1420share/blender/${PKGVERSION}/scripts/addons/render_povray/update_files.py 1509share/blender/${PKGVERSION}/scripts/addons/render_povray/update_files.py
1421share/blender/${PKGVERSION}/scripts/addons/rigify/__init__.py 1510share/blender/${PKGVERSION}/scripts/addons/rigify/__init__.py
1422share/blender/${PKGVERSION}/scripts/addons/rigify/base_generate.py 1511share/blender/${PKGVERSION}/scripts/addons/rigify/base_generate.py
1423share/blender/${PKGVERSION}/scripts/addons/rigify/base_rig.py 1512share/blender/${PKGVERSION}/scripts/addons/rigify/base_rig.py
1424share/blender/${PKGVERSION}/scripts/addons/rigify/feature_set_list.py 1513share/blender/${PKGVERSION}/scripts/addons/rigify/feature_set_list.py
1425share/blender/${PKGVERSION}/scripts/addons/rigify/feature_sets/__init__.py 1514share/blender/${PKGVERSION}/scripts/addons/rigify/feature_sets/__init__.py
1426share/blender/${PKGVERSION}/scripts/addons/rigify/generate.py 1515share/blender/${PKGVERSION}/scripts/addons/rigify/generate.py
1427share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/__init__.py 1516share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/__init__.py
1428share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/generate.py 1517share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/generate.py
1429share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarig_menu.py 1518share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarig_menu.py
1430share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarigs/__init__.py 1519share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarigs/__init__.py
1431share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarigs/human.py 1520share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarigs/human.py
1432share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarigs/pitchipoy_human.py 1521share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/metarigs/pitchipoy_human.py
1433share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rig_lists.py 1522share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rig_lists.py
1434share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rig_ui_pitchipoy_template.py 1523share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rig_ui_pitchipoy_template.py
1435share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rig_ui_template.py 1524share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rig_ui_template.py
1436share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/__init__.py 1525share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/__init__.py
1437share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/basic/__init__.py 1526share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/basic/__init__.py
1438share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/basic/copy.py 1527share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/basic/copy.py
1439share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/basic/copy_chain.py 1528share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/basic/copy_chain.py
1440share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/__init__.py 1529share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/__init__.py
1441share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/__init__.py 1530share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/__init__.py
1442share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/deform.py 1531share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/deform.py
1443share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/fk.py 1532share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/fk.py
1444share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/ik.py 1533share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/arm/ik.py
1445share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/__init__.py 1534share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/__init__.py
1446share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/deform.py 1535share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/deform.py
1447share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/fk.py 1536share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/fk.py
1448share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/ik.py 1537share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/leg/ik.py
1449share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/limb_common.py 1538share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/biped/limb_common.py
1450share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/finger.py 1539share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/finger.py
1451share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/misc/__init__.py 1540share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/misc/__init__.py
1452share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/misc/delta.py 1541share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/misc/delta.py
1453share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/neck_short.py 1542share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/neck_short.py
1454share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/palm.py 1543share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/palm.py
1455share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/__init__.py 1544share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/__init__.py
1456share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/__init__.py 1545share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/__init__.py
1457share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/arm.py 1546share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/arm.py
1458share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/leg.py 1547share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/leg.py
1459share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/limb_utils.py 1548share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/limb_utils.py
1460share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/paw.py 1549share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/paw.py
1461share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/super_limb.py 1550share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/super_limb.py
1462share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/ui.py 1551share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/limbs/ui.py
1463share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/simple_tentacle.py 1552share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/simple_tentacle.py
1464share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_copy.py 1553share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_copy.py
1465share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_face.py 1554share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_face.py
1466share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_finger.py 1555share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_finger.py
1467share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_palm.py 1556share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_palm.py
1468share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_torso_turbo.py 1557share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_torso_turbo.py
1469share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_widgets.py 1558share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/super_widgets.py
1470share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/tentacle.py 1559share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/pitchipoy/tentacle.py
1471share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/spine.py 1560share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/rigs/spine.py
1472share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/ui.py 1561share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/ui.py
1473share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/utils.py 1562share/blender/${PKGVERSION}/scripts/addons/rigify/legacy/utils.py
1474share/blender/${PKGVERSION}/scripts/addons/rigify/metarig_menu.py 1563share/blender/${PKGVERSION}/scripts/addons/rigify/metarig_menu.py
1475share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/__init__.py 1564share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/__init__.py
1476share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/bird.py 1565share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/bird.py
1477share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/cat.py 1566share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/cat.py
1478share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/horse.py 1567share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/horse.py
1479share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/shark.py 1568share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/shark.py
1480share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/wolf.py 1569share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Animals/wolf.py
1481share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Basic/basic_human.py 1570share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Basic/basic_human.py
1482share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Basic/basic_quadruped.py 1571share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/Basic/basic_quadruped.py
1483share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/__init__.py 1572share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/__init__.py
1484share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/human.py 1573share/blender/${PKGVERSION}/scripts/addons/rigify/metarigs/human.py
1485share/blender/${PKGVERSION}/scripts/addons/rigify/rig_lists.py 1574share/blender/${PKGVERSION}/scripts/addons/rigify/rig_lists.py
1486share/blender/${PKGVERSION}/scripts/addons/rigify/rig_ui_template.py 1575share/blender/${PKGVERSION}/scripts/addons/rigify/rig_ui_template.py
1487share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/__init__.py 1576share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/__init__.py
1488share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/__init__.py 1577share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/__init__.py
1489share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy_chain.py 1578share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/copy_chain.py
 1579share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/pivot.py
 1580share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/raw_copy.py
1490share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/super_copy.py 1581share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/basic/super_copy.py
1491share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/chain_rigs.py 1582share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/chain_rigs.py
1492share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/experimental/__init__.py 1583share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/experimental/__init__.py
1493share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/experimental/super_chain.py 1584share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/experimental/super_chain.py
1494share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/experimental/super_eye.py 1585share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/experimental/super_eye.py
1495share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/faces/__init__.py 1586share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/faces/__init__.py
1496share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/faces/super_face.py 1587share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/faces/super_face.py
1497share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/__init__.py 1588share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/__init__.py
1498share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/arm.py 1589share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/arm.py
1499share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/leg.py 1590share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/leg.py
1500share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/limb_rigs.py 1591share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/limb_rigs.py
1501share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/limb_utils.py 1592share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/limb_utils.py
1502share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/paw.py 1593share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/paw.py
1503share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/rear_paw.py 1594share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/rear_paw.py
1504share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/simple_tentacle.py 1595share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/simple_tentacle.py
1505share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/super_finger.py 1596share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/super_finger.py
1506share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/super_limb.py 1597share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/super_limb.py
1507share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/super_palm.py 1598share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/limbs/super_palm.py
1508share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/__init__.py 1599share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/__init__.py
1509share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/basic_spine.py 1600share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/basic_spine.py
1510share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/basic_tail.py 1601share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/basic_tail.py
1511share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/spine_rigs.py 1602share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/spine_rigs.py
1512share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/super_head.py 1603share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/super_head.py
1513share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/super_spine.py 1604share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/spines/super_spine.py
1514share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/utils.py 1605share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/utils.py
1515share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/widgets.py 1606share/blender/${PKGVERSION}/scripts/addons/rigify/rigs/widgets.py
1516share/blender/${PKGVERSION}/scripts/addons/rigify/rot_mode.py 1607share/blender/${PKGVERSION}/scripts/addons/rigify/rot_mode.py
1517share/blender/${PKGVERSION}/scripts/addons/rigify/ui.py 1608share/blender/${PKGVERSION}/scripts/addons/rigify/ui.py
1518share/blender/${PKGVERSION}/scripts/addons/rigify/utils/__init__.py 1609share/blender/${PKGVERSION}/scripts/addons/rigify/utils/__init__.py
1519share/blender/${PKGVERSION}/scripts/addons/rigify/utils/animation.py 1610share/blender/${PKGVERSION}/scripts/addons/rigify/utils/animation.py
1520share/blender/${PKGVERSION}/scripts/addons/rigify/utils/bones.py 1611share/blender/${PKGVERSION}/scripts/addons/rigify/utils/bones.py
1521share/blender/${PKGVERSION}/scripts/addons/rigify/utils/collections.py 1612share/blender/${PKGVERSION}/scripts/addons/rigify/utils/collections.py
 1613share/blender/${PKGVERSION}/scripts/addons/rigify/utils/components.py
1522share/blender/${PKGVERSION}/scripts/addons/rigify/utils/errors.py 1614share/blender/${PKGVERSION}/scripts/addons/rigify/utils/errors.py
1523share/blender/${PKGVERSION}/scripts/addons/rigify/utils/layers.py 1615share/blender/${PKGVERSION}/scripts/addons/rigify/utils/layers.py
1524share/blender/${PKGVERSION}/scripts/addons/rigify/utils/mechanism.py 1616share/blender/${PKGVERSION}/scripts/addons/rigify/utils/mechanism.py
1525share/blender/${PKGVERSION}/scripts/addons/rigify/utils/metaclass.py 1617share/blender/${PKGVERSION}/scripts/addons/rigify/utils/metaclass.py
1526share/blender/${PKGVERSION}/scripts/addons/rigify/utils/misc.py 1618share/blender/${PKGVERSION}/scripts/addons/rigify/utils/misc.py
1527share/blender/${PKGVERSION}/scripts/addons/rigify/utils/naming.py 1619share/blender/${PKGVERSION}/scripts/addons/rigify/utils/naming.py
1528share/blender/${PKGVERSION}/scripts/addons/rigify/utils/rig.py 1620share/blender/${PKGVERSION}/scripts/addons/rigify/utils/rig.py
1529share/blender/${PKGVERSION}/scripts/addons/rigify/utils/switch_parent.py 1621share/blender/${PKGVERSION}/scripts/addons/rigify/utils/switch_parent.py
1530share/blender/${PKGVERSION}/scripts/addons/rigify/utils/widgets.py 1622share/blender/${PKGVERSION}/scripts/addons/rigify/utils/widgets.py
1531share/blender/${PKGVERSION}/scripts/addons/rigify/utils/widgets_basic.py 1623share/blender/${PKGVERSION}/scripts/addons/rigify/utils/widgets_basic.py
1532share/blender/${PKGVERSION}/scripts/addons/rigify/utils/widgets_special.py 1624share/blender/${PKGVERSION}/scripts/addons/rigify/utils/widgets_special.py
1533share/blender/${PKGVERSION}/scripts/addons/space_clip_editor_refine_solution.py 1625share/blender/${PKGVERSION}/scripts/addons/space_clip_editor_refine_solution.py
1534share/blender/${PKGVERSION}/scripts/addons/space_view3d_3d_navigation.py 1626share/blender/${PKGVERSION}/scripts/addons/space_view3d_3d_navigation.py
1535share/blender/${PKGVERSION}/scripts/addons/space_view3d_align_tools.py 1627share/blender/${PKGVERSION}/scripts/addons/space_view3d_align_tools.py
1536share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/__init__.py 1628share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/__init__.py
1537share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/brush_menu.py 1629share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/brush_menu.py
1538share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/brushes.py 1630share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/brushes.py
1539share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/curve_menu.py 1631share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/curve_menu.py
1540share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/dyntopo_menu.py 1632share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/dyntopo_menu.py
1541share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/stroke_menu.py 1633share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/stroke_menu.py
1542share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/symmetry_menu.py 1634share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/symmetry_menu.py
1543share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/texture_menu.py 1635share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/texture_menu.py
1544share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/utils_core.py 1636share/blender/${PKGVERSION}/scripts/addons/space_view3d_brush_menus/utils_core.py
1545share/blender/${PKGVERSION}/scripts/addons/space_view3d_copy_attributes.py 1637share/blender/${PKGVERSION}/scripts/addons/space_view3d_copy_attributes.py
1546share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/__init__.py 1638share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/__init__.py
1547share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/draw.py 1639share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/draw.py
1548share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/utils.py 1640share/blender/${PKGVERSION}/scripts/addons/space_view3d_math_vis/utils.py
1549share/blender/${PKGVERSION}/scripts/addons/space_view3d_modifier_tools.py 1641share/blender/${PKGVERSION}/scripts/addons/space_view3d_modifier_tools.py
1550share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/__init__.py 1642share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/__init__.py
1551share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_align_menu.py 1643share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_align_menu.py
1552share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_animation_menu.py 1644share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_animation_menu.py
1553share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_apply_transform_menu.py 1645share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_apply_transform_menu.py
 1646share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_defaults_menu.py
1554share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_delete_menu.py 1647share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_delete_menu.py
1555share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_editor_switch_menu.py 1648share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_editor_switch_menu.py
1556share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_manipulator_menu.py 1649share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_manipulator_menu.py
1557share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_modes_menu.py 1650share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_modes_menu.py
1558share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_origin.py 1651share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_origin.py
 1652share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_proportional_menu.py
1559share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_save_open_menu.py 1653share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_save_open_menu.py
1560share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_sculpt_menu.py 1654share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_sculpt_menu.py
1561share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_select_menu.py 1655share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_select_menu.py
1562share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_shading_menu.py 1656share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_shading_menu.py
1563share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_views_numpad_menu.py 1657share/blender/${PKGVERSION}/scripts/addons/space_view3d_pie_menus/pie_views_numpad_menu.py
1564share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/__init__.py 1658share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/__init__.py
1565share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/animation_menus.py 1659share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/animation_menus.py
1566share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/armature_menus.py 1660share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/armature_menus.py
1567share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/curve_menus.py 1661share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/curve_menus.py
1568share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/edit_mesh.py 1662share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/edit_mesh.py
1569share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/object_menus.py 1663share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/object_menus.py
1570share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/snap_origin_cursor.py 1664share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/snap_origin_cursor.py
1571share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/transform_menus.py 1665share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/transform_menus.py
1572share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/view_menus.py 1666share/blender/${PKGVERSION}/scripts/addons/space_view3d_spacebar_menu/view_menus.py
1573share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/__init__.py 1667share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/__init__.py
1574share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/core.py 1668share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/core.py
1575share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/io.py 1669share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/io.py
1576share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/operators.py 1670share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/operators.py
1577share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/properties.py 1671share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/properties.py
1578share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/stored_views_test.py 1672share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/stored_views_test.py
1579share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/ui.py 1673share/blender/${PKGVERSION}/scripts/addons/space_view3d_stored_views/ui.py
 1674share/blender/${PKGVERSION}/scripts/addons/sun_position/__init__.py
 1675share/blender/${PKGVERSION}/scripts/addons/sun_position/geo.py
 1676share/blender/${PKGVERSION}/scripts/addons/sun_position/hdr.py
 1677share/blender/${PKGVERSION}/scripts/addons/sun_position/north.py
 1678share/blender/${PKGVERSION}/scripts/addons/sun_position/properties.py
 1679share/blender/${PKGVERSION}/scripts/addons/sun_position/sun_calc.py
 1680share/blender/${PKGVERSION}/scripts/addons/sun_position/ui_sun.py
1580share/blender/${PKGVERSION}/scripts/addons/system_blend_info.py 1681share/blender/${PKGVERSION}/scripts/addons/system_blend_info.py
1581share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/__init__.py 1682share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/__init__.py
1582share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/config.py 1683share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/config.py
1583share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/demo_mode.py 1684share/blender/${PKGVERSION}/scripts/addons/system_demo_mode/demo_mode.py
1584share/blender/${PKGVERSION}/scripts/addons/system_property_chart.py 1685share/blender/${PKGVERSION}/scripts/addons/system_property_chart.py
1585share/blender/${PKGVERSION}/scripts/addons/ui_translate/__init__.py 1686share/blender/${PKGVERSION}/scripts/addons/ui_translate/__init__.py
1586share/blender/${PKGVERSION}/scripts/addons/ui_translate/edit_translation.py 1687share/blender/${PKGVERSION}/scripts/addons/ui_translate/edit_translation.py
1587share/blender/${PKGVERSION}/scripts/addons/ui_translate/settings.py 1688share/blender/${PKGVERSION}/scripts/addons/ui_translate/settings.py
1588share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_addon.py 1689share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_addon.py
1589share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_svn.py 1690share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_svn.py
1590share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_ui.py 1691share/blender/${PKGVERSION}/scripts/addons/ui_translate/update_ui.py
1591share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/__init__.py 1692share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/__init__.py
1592share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/chainingiterators.py 1693share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/chainingiterators.py
1593share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/functions.py 1694share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/functions.py
1594share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/predicates.py 1695share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/predicates.py
1595share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/shaders.py 1696share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/shaders.py
1596share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/types.py 1697share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/types.py
1597share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/utils.py 1698share/blender/${PKGVERSION}/scripts/freestyle/modules/freestyle/utils.py
1598share/blender/${PKGVERSION}/scripts/freestyle/modules/parameter_editor.py 1699share/blender/${PKGVERSION}/scripts/freestyle/modules/parameter_editor.py
1599share/blender/${PKGVERSION}/scripts/freestyle/styles/anisotropic_diffusion.py 1700share/blender/${PKGVERSION}/scripts/freestyle/styles/anisotropic_diffusion.py
1600share/blender/${PKGVERSION}/scripts/freestyle/styles/apriori_and_causal_density.py 1701share/blender/${PKGVERSION}/scripts/freestyle/styles/apriori_and_causal_density.py
1601share/blender/${PKGVERSION}/scripts/freestyle/styles/apriori_density.py 1702share/blender/${PKGVERSION}/scripts/freestyle/styles/apriori_density.py
1602share/blender/${PKGVERSION}/scripts/freestyle/styles/backbone_stretcher.py 1703share/blender/${PKGVERSION}/scripts/freestyle/styles/backbone_stretcher.py
1603share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_circles.py 1704share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_circles.py
1604share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_ellipses.py 1705share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_ellipses.py
1605share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_squares.py 1706share/blender/${PKGVERSION}/scripts/freestyle/styles/blueprint_squares.py
1606share/blender/${PKGVERSION}/scripts/freestyle/styles/cartoon.py 1707share/blender/${PKGVERSION}/scripts/freestyle/styles/cartoon.py
1607share/blender/${PKGVERSION}/scripts/freestyle/styles/contour.py 1708share/blender/${PKGVERSION}/scripts/freestyle/styles/contour.py
1608share/blender/${PKGVERSION}/scripts/freestyle/styles/curvature2d.py 1709share/blender/${PKGVERSION}/scripts/freestyle/styles/curvature2d.py
1609share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour.py 1710share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour.py
1610share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour_sketchy.py 1711share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour_sketchy.py
1611share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour_smooth.py 1712share/blender/${PKGVERSION}/scripts/freestyle/styles/external_contour_smooth.py
1612share/blender/${PKGVERSION}/scripts/freestyle/styles/haloing.py 1713share/blender/${PKGVERSION}/scripts/freestyle/styles/haloing.py
1613share/blender/${PKGVERSION}/scripts/freestyle/styles/ignore_small_occlusions.py 1714share/blender/${PKGVERSION}/scripts/freestyle/styles/ignore_small_occlusions.py
1614share/blender/${PKGVERSION}/scripts/freestyle/styles/invisible_lines.py 1715share/blender/${PKGVERSION}/scripts/freestyle/styles/invisible_lines.py
1615share/blender/${PKGVERSION}/scripts/freestyle/styles/japanese_bigbrush.py 1716share/blender/${PKGVERSION}/scripts/freestyle/styles/japanese_bigbrush.py
1616share/blender/${PKGVERSION}/scripts/freestyle/styles/long_anisotropically_dense.py 1717share/blender/${PKGVERSION}/scripts/freestyle/styles/long_anisotropically_dense.py
1617share/blender/${PKGVERSION}/scripts/freestyle/styles/multiple_parameterization.py 1718share/blender/${PKGVERSION}/scripts/freestyle/styles/multiple_parameterization.py
1618share/blender/${PKGVERSION}/scripts/freestyle/styles/nature.py 1719share/blender/${PKGVERSION}/scripts/freestyle/styles/nature.py
1619share/blender/${PKGVERSION}/scripts/freestyle/styles/near_lines.py 1720share/blender/${PKGVERSION}/scripts/freestyle/styles/near_lines.py
1620share/blender/${PKGVERSION}/scripts/freestyle/styles/occluded_by_specific_object.py 1721share/blender/${PKGVERSION}/scripts/freestyle/styles/occluded_by_specific_object.py
1621share/blender/${PKGVERSION}/scripts/freestyle/styles/polygonalize.py 1722share/blender/${PKGVERSION}/scripts/freestyle/styles/polygonalize.py
1622share/blender/${PKGVERSION}/scripts/freestyle/styles/qi0.py 1723share/blender/${PKGVERSION}/scripts/freestyle/styles/qi0.py
1623share/blender/${PKGVERSION}/scripts/freestyle/styles/qi0_not_external_contour.py 1724share/blender/${PKGVERSION}/scripts/freestyle/styles/qi0_not_external_contour.py
1624share/blender/${PKGVERSION}/scripts/freestyle/styles/qi1.py 1725share/blender/${PKGVERSION}/scripts/freestyle/styles/qi1.py
1625share/blender/${PKGVERSION}/scripts/freestyle/styles/qi2.py 1726share/blender/${PKGVERSION}/scripts/freestyle/styles/qi2.py
1626share/blender/${PKGVERSION}/scripts/freestyle/styles/sequentialsplit_sketchy.py 1727share/blender/${PKGVERSION}/scripts/freestyle/styles/sequentialsplit_sketchy.py
1627share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_multiple_parameterization.py 1728share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_multiple_parameterization.py
1628share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_topology_broken.py 1729share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_topology_broken.py
1629share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_topology_preserved.py 1730share/blender/${PKGVERSION}/scripts/freestyle/styles/sketchy_topology_preserved.py
1630share/blender/${PKGVERSION}/scripts/freestyle/styles/split_at_highest_2d_curvatures.py 1731share/blender/${PKGVERSION}/scripts/freestyle/styles/split_at_highest_2d_curvatures.py
1631share/blender/${PKGVERSION}/scripts/freestyle/styles/split_at_tvertices.py 1732share/blender/${PKGVERSION}/scripts/freestyle/styles/split_at_tvertices.py
1632share/blender/${PKGVERSION}/scripts/freestyle/styles/suggestive.py 1733share/blender/${PKGVERSION}/scripts/freestyle/styles/suggestive.py
1633share/blender/${PKGVERSION}/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py 1734share/blender/${PKGVERSION}/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py
1634share/blender/${PKGVERSION}/scripts/freestyle/styles/tipremover.py 1735share/blender/${PKGVERSION}/scripts/freestyle/styles/tipremover.py
1635share/blender/${PKGVERSION}/scripts/freestyle/styles/tvertex_remover.py 1736share/blender/${PKGVERSION}/scripts/freestyle/styles/tvertex_remover.py
1636share/blender/${PKGVERSION}/scripts/freestyle/styles/uniformpruning_zsort.py 1737share/blender/${PKGVERSION}/scripts/freestyle/styles/uniformpruning_zsort.py
1637share/blender/${PKGVERSION}/scripts/modules/addon_utils.py 1738share/blender/${PKGVERSION}/scripts/modules/addon_utils.py
1638share/blender/${PKGVERSION}/scripts/modules/animsys_refactor.py 1739share/blender/${PKGVERSION}/scripts/modules/animsys_refactor.py
1639share/blender/${PKGVERSION}/scripts/modules/bl_app_override/__init__.py 1740share/blender/${PKGVERSION}/scripts/modules/bl_app_override/__init__.py
1640share/blender/${PKGVERSION}/scripts/modules/bl_app_override/helpers.py 1741share/blender/${PKGVERSION}/scripts/modules/bl_app_override/helpers.py
1641share/blender/${PKGVERSION}/scripts/modules/bl_app_template_utils.py 1742share/blender/${PKGVERSION}/scripts/modules/bl_app_template_utils.py
1642share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/__init__.py 1743share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/__init__.py
1643share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/bl_extract_messages.py 1744share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/bl_extract_messages.py
1644share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/merge_po.py 1745share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/merge_po.py
1645share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings.py 1746share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings.py
1646share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings_user.py 1747share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/settings_user.py
1647share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils.py 1748share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils.py
1648share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_languages_menu.py 1749share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_languages_menu.py
1649share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_rtl.py 1750share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_rtl.py
1650share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_spell_check.py 1751share/blender/${PKGVERSION}/scripts/modules/bl_i18n_utils/utils_spell_check.py
1651share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/__init__.py 1752share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/__init__.py
1652share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/io.py 1753share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/io.py
1653share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/keymap_from_toolbar.py 1754share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/keymap_from_toolbar.py
1654share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/keymap_hierarchy.py 1755share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/keymap_hierarchy.py
1655share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/platform_helpers.py 1756share/blender/${PKGVERSION}/scripts/modules/bl_keymap_utils/platform_helpers.py
1656share/blender/${PKGVERSION}/scripts/modules/bl_previews_utils/bl_previews_render.py 1757share/blender/${PKGVERSION}/scripts/modules/bl_previews_utils/bl_previews_render.py
1657share/blender/${PKGVERSION}/scripts/modules/bl_ui_utils/__init__.py 1758share/blender/${PKGVERSION}/scripts/modules/bl_ui_utils/__init__.py
1658share/blender/${PKGVERSION}/scripts/modules/bl_ui_utils/bug_report_url.py 1759share/blender/${PKGVERSION}/scripts/modules/bl_ui_utils/bug_report_url.py
1659share/blender/${PKGVERSION}/scripts/modules/blend_render_info.py 1760share/blender/${PKGVERSION}/scripts/modules/blend_render_info.py
1660share/blender/${PKGVERSION}/scripts/modules/bpy/__init__.py 1761share/blender/${PKGVERSION}/scripts/modules/bpy/__init__.py
1661share/blender/${PKGVERSION}/scripts/modules/bpy/ops.py 1762share/blender/${PKGVERSION}/scripts/modules/bpy/ops.py
1662share/blender/${PKGVERSION}/scripts/modules/bpy/path.py 1763share/blender/${PKGVERSION}/scripts/modules/bpy/path.py
1663share/blender/${PKGVERSION}/scripts/modules/bpy/utils/__init__.py 1764share/blender/${PKGVERSION}/scripts/modules/bpy/utils/__init__.py
1664share/blender/${PKGVERSION}/scripts/modules/bpy/utils/previews.py 1765share/blender/${PKGVERSION}/scripts/modules/bpy/utils/previews.py
1665share/blender/${PKGVERSION}/scripts/modules/bpy/utils/toolsystem.py 1766share/blender/${PKGVERSION}/scripts/modules/bpy/utils/toolsystem.py
1666share/blender/${PKGVERSION}/scripts/modules/bpy_extras/__init__.py 1767share/blender/${PKGVERSION}/scripts/modules/bpy_extras/__init__.py
1667share/blender/${PKGVERSION}/scripts/modules/bpy_extras/anim_utils.py 1768share/blender/${PKGVERSION}/scripts/modules/bpy_extras/anim_utils.py
1668share/blender/${PKGVERSION}/scripts/modules/bpy_extras/image_utils.py 1769share/blender/${PKGVERSION}/scripts/modules/bpy_extras/image_utils.py
1669share/blender/${PKGVERSION}/scripts/modules/bpy_extras/io_utils.py 1770share/blender/${PKGVERSION}/scripts/modules/bpy_extras/io_utils.py
1670share/blender/${PKGVERSION}/scripts/modules/bpy_extras/keyconfig_utils.py 1771share/blender/${PKGVERSION}/scripts/modules/bpy_extras/keyconfig_utils.py
1671share/blender/${PKGVERSION}/scripts/modules/bpy_extras/mesh_utils.py 1772share/blender/${PKGVERSION}/scripts/modules/bpy_extras/mesh_utils.py
1672share/blender/${PKGVERSION}/scripts/modules/bpy_extras/node_shader_utils.py 1773share/blender/${PKGVERSION}/scripts/modules/bpy_extras/node_shader_utils.py
1673share/blender/${PKGVERSION}/scripts/modules/bpy_extras/node_utils.py 1774share/blender/${PKGVERSION}/scripts/modules/bpy_extras/node_utils.py
1674share/blender/${PKGVERSION}/scripts/modules/bpy_extras/object_utils.py 1775share/blender/${PKGVERSION}/scripts/modules/bpy_extras/object_utils.py
1675share/blender/${PKGVERSION}/scripts/modules/bpy_extras/view3d_utils.py 1776share/blender/${PKGVERSION}/scripts/modules/bpy_extras/view3d_utils.py
1676share/blender/${PKGVERSION}/scripts/modules/bpy_extras/wm_utils/progress_report.py 1777share/blender/${PKGVERSION}/scripts/modules/bpy_extras/wm_utils/progress_report.py
1677share/blender/${PKGVERSION}/scripts/modules/bpy_restrict_state.py 1778share/blender/${PKGVERSION}/scripts/modules/bpy_restrict_state.py
1678share/blender/${PKGVERSION}/scripts/modules/bpy_types.py 1779share/blender/${PKGVERSION}/scripts/modules/bpy_types.py
1679share/blender/${PKGVERSION}/scripts/modules/console/__init__.py 1780share/blender/${PKGVERSION}/scripts/modules/console/__init__.py
1680share/blender/${PKGVERSION}/scripts/modules/console/complete_calltip.py 1781share/blender/${PKGVERSION}/scripts/modules/console/complete_calltip.py
1681share/blender/${PKGVERSION}/scripts/modules/console/complete_import.py 1782share/blender/${PKGVERSION}/scripts/modules/console/complete_import.py
1682share/blender/${PKGVERSION}/scripts/modules/console/complete_namespace.py 1783share/blender/${PKGVERSION}/scripts/modules/console/complete_namespace.py
1683share/blender/${PKGVERSION}/scripts/modules/console/intellisense.py 1784share/blender/${PKGVERSION}/scripts/modules/console/intellisense.py
1684share/blender/${PKGVERSION}/scripts/modules/console_python.py 1785share/blender/${PKGVERSION}/scripts/modules/console_python.py
1685share/blender/${PKGVERSION}/scripts/modules/console_shell.py 1786share/blender/${PKGVERSION}/scripts/modules/console_shell.py
1686share/blender/${PKGVERSION}/scripts/modules/gpu_extras/__init__.py 1787share/blender/${PKGVERSION}/scripts/modules/gpu_extras/__init__.py
1687share/blender/${PKGVERSION}/scripts/modules/gpu_extras/batch.py 1788share/blender/${PKGVERSION}/scripts/modules/gpu_extras/batch.py
1688share/blender/${PKGVERSION}/scripts/modules/gpu_extras/presets.py 1789share/blender/${PKGVERSION}/scripts/modules/gpu_extras/presets.py
1689share/blender/${PKGVERSION}/scripts/modules/graphviz_export.py 1790share/blender/${PKGVERSION}/scripts/modules/graphviz_export.py
1690share/blender/${PKGVERSION}/scripts/modules/keyingsets_utils.py 1791share/blender/${PKGVERSION}/scripts/modules/keyingsets_utils.py
1691share/blender/${PKGVERSION}/scripts/modules/nodeitems_utils.py 1792share/blender/${PKGVERSION}/scripts/modules/nodeitems_utils.py
1692share/blender/${PKGVERSION}/scripts/modules/rna_info.py 1793share/blender/${PKGVERSION}/scripts/modules/rna_info.py
1693share/blender/${PKGVERSION}/scripts/modules/rna_keymap_ui.py 1794share/blender/${PKGVERSION}/scripts/modules/rna_keymap_ui.py
1694share/blender/${PKGVERSION}/scripts/modules/rna_manual_reference.py 1795share/blender/${PKGVERSION}/scripts/modules/rna_manual_reference.py
1695share/blender/${PKGVERSION}/scripts/modules/rna_prop_ui.py 1796share/blender/${PKGVERSION}/scripts/modules/rna_prop_ui.py
1696share/blender/${PKGVERSION}/scripts/modules/rna_xml.py 1797share/blender/${PKGVERSION}/scripts/modules/rna_xml.py
1697share/blender/${PKGVERSION}/scripts/modules/sys_info.py 1798share/blender/${PKGVERSION}/scripts/modules/sys_info.py
1698share/blender/${PKGVERSION}/scripts/presets/camera/1_colon_2.3_inch.py 1799share/blender/${PKGVERSION}/scripts/presets/camera/1_colon_2.3_inch.py
1699share/blender/${PKGVERSION}/scripts/presets/camera/1_colon_2.5_inch.py 1800share/blender/${PKGVERSION}/scripts/presets/camera/1_colon_2.5_inch.py
1700share/blender/${PKGVERSION}/scripts/presets/camera/2_colon_3_inch.py 1801share/blender/${PKGVERSION}/scripts/presets/camera/2_colon_3_inch.py
1701share/blender/${PKGVERSION}/scripts/presets/camera/4_colon_3_inch.py 1802share/blender/${PKGVERSION}/scripts/presets/camera/4_colon_3_inch.py
1702share/blender/${PKGVERSION}/scripts/presets/camera/Arri_Alexa.py 1803share/blender/${PKGVERSION}/scripts/presets/camera/Arri_Alexa.py
1703share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Cinema_Camera.py 1804share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Cinema_Camera.py
1704share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Pocket_Cinema_Camera.py 1805share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Pocket_Cinema_Camera.py
1705share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Production_Camera_4K.py 1806share/blender/${PKGVERSION}/scripts/presets/camera/Blackmagic_Production_Camera_4K.py
1706share/blender/${PKGVERSION}/scripts/presets/camera/Blender.py 1807share/blender/${PKGVERSION}/scripts/presets/camera/Blender.py
1707share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1100D.py 1808share/blender/${PKGVERSION}/scripts/presets/camera/Canon_1100D.py
1708share/blender/${PKGVERSION}/scripts/presets/camera/Canon_APS-C.py 1809share/blender/${PKGVERSION}/scripts/presets/camera/Canon_APS-C.py
1709share/blender/${PKGVERSION}/scripts/presets/camera/Canon_APS-H.py 1810share/blender/${PKGVERSION}/scripts/presets/camera/Canon_APS-H.py
1710share/blender/${PKGVERSION}/scripts/presets/camera/Canon_C300.py 1811share/blender/${PKGVERSION}/scripts/presets/camera/Canon_C300.py
1711share/blender/${PKGVERSION}/scripts/presets/camera/Full_Frame_35mm_Camera.py 1812share/blender/${PKGVERSION}/scripts/presets/camera/Full_Frame_35mm_Camera.py
1712share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_Black.py 1813share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_Black.py
1713share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_Silver.py 1814share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_Silver.py
1714share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_White.py 1815share/blender/${PKGVERSION}/scripts/presets/camera/GoPro_Hero3_White.py
1715share/blender/${PKGVERSION}/scripts/presets/camera/Nexus_5.py 1816share/blender/${PKGVERSION}/scripts/presets/camera/Nexus_5.py
1716share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D3100.py 1817share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_D3100.py
1717share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_DX.py 1818share/blender/${PKGVERSION}/scripts/presets/camera/Nikon_DX.py
1718share/blender/${PKGVERSION}/scripts/presets/camera/Panasonic_AG-HVX200.py 1819share/blender/${PKGVERSION}/scripts/presets/camera/Panasonic_AG-HVX200.py
1719share/blender/${PKGVERSION}/scripts/presets/camera/Panasonic_LX2.py 1820share/blender/${PKGVERSION}/scripts/presets/camera/Panasonic_LX2.py
1720share/blender/${PKGVERSION}/scripts/presets/camera/Red_Epic.py 1821share/blender/${PKGVERSION}/scripts/presets/camera/Red_Epic.py
1721share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_2K.py 1822share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_2K.py
1722share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_3K.py 1823share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_3K.py
1723share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_4K.py 1824share/blender/${PKGVERSION}/scripts/presets/camera/Red_One_4K.py
1724share/blender/${PKGVERSION}/scripts/presets/camera/Samsung_Galaxy_S3.py 1825share/blender/${PKGVERSION}/scripts/presets/camera/Samsung_Galaxy_S3.py
1725share/blender/${PKGVERSION}/scripts/presets/camera/Samsung_Galaxy_S4.py 1826share/blender/${PKGVERSION}/scripts/presets/camera/Samsung_Galaxy_S4.py
1726share/blender/${PKGVERSION}/scripts/presets/camera/Sony_A55.py 1827share/blender/${PKGVERSION}/scripts/presets/camera/Sony_A55.py
1727share/blender/${PKGVERSION}/scripts/presets/camera/Sony_EX1.py 1828share/blender/${PKGVERSION}/scripts/presets/camera/Sony_EX1.py
1728share/blender/${PKGVERSION}/scripts/presets/camera/Sony_F65.py 1829share/blender/${PKGVERSION}/scripts/presets/camera/Sony_F65.py
1729share/blender/${PKGVERSION}/scripts/presets/camera/Super_16_Film.py 1830share/blender/${PKGVERSION}/scripts/presets/camera/Super_16_Film.py
1730share/blender/${PKGVERSION}/scripts/presets/camera/Super_35_Film.py 1831share/blender/${PKGVERSION}/scripts/presets/camera/Super_35_Film.py
1731share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_4.py 1832share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_4.py
1732share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_4S.py 1833share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_4S.py
1733share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_5.py 1834share/blender/${PKGVERSION}/scripts/presets/camera/iPhone_5.py
1734share/blender/${PKGVERSION}/scripts/presets/cloth/cotton.py 1835share/blender/${PKGVERSION}/scripts/presets/cloth/cotton.py
1735share/blender/${PKGVERSION}/scripts/presets/cloth/denim.py 1836share/blender/${PKGVERSION}/scripts/presets/cloth/denim.py
1736share/blender/${PKGVERSION}/scripts/presets/cloth/leather.py 1837share/blender/${PKGVERSION}/scripts/presets/cloth/leather.py
1737share/blender/${PKGVERSION}/scripts/presets/cloth/rubber.py 1838share/blender/${PKGVERSION}/scripts/presets/cloth/rubber.py
1738share/blender/${PKGVERSION}/scripts/presets/cloth/silk.py 1839share/blender/${PKGVERSION}/scripts/presets/cloth/silk.py
1739share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/direct_light.py 1840share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/direct_light.py
1740share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/full_global_illumination.py 1841share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/full_global_illumination.py
1741share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/limited_global_illumination.py 1842share/blender/${PKGVERSION}/scripts/presets/cycles/integrator/limited_global_illumination.py
1742share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/final.py 1843share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/final.py
1743share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/preview.py 1844share/blender/${PKGVERSION}/scripts/presets/cycles/sampling/preview.py
1744share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DVD_(note_colon__this_changes_render_resolution).py 1845share/blender/${PKGVERSION}/scripts/presets/ffmpeg/DVD_(note_colon__this_changes_render_resolution).py
1745share/blender/${PKGVERSION}/scripts/presets/ffmpeg/WebM_(VP9+Opus).py 1846share/blender/${PKGVERSION}/scripts/presets/ffmpeg/WebM_(VP9+Opus).py
1746share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264_in_MP4.py 1847share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264_in_MP4.py
1747share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264_in_Matroska.py 1848share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264_in_Matroska.py
1748share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264_in_Matroska_for_scrubbing.py 1849share/blender/${PKGVERSION}/scripts/presets/ffmpeg/h264_in_Matroska_for_scrubbing.py
1749share/blender/${PKGVERSION}/scripts/presets/ffmpeg/ogg_theora.py 1850share/blender/${PKGVERSION}/scripts/presets/ffmpeg/ogg_theora.py
1750share/blender/${PKGVERSION}/scripts/presets/ffmpeg/xvid.py 1851share/blender/${PKGVERSION}/scripts/presets/ffmpeg/xvid.py
1751share/blender/${PKGVERSION}/scripts/presets/fluid/honey.py 1852share/blender/${PKGVERSION}/scripts/presets/fluid/honey.py
1752share/blender/${PKGVERSION}/scripts/presets/fluid/oil.py 1853share/blender/${PKGVERSION}/scripts/presets/fluid/oil.py
1753share/blender/${PKGVERSION}/scripts/presets/fluid/water.py 1854share/blender/${PKGVERSION}/scripts/presets/fluid/water.py
1754share/blender/${PKGVERSION}/scripts/presets/framerate/23.98.py 1855share/blender/${PKGVERSION}/scripts/presets/framerate/23.98.py
1755share/blender/${PKGVERSION}/scripts/presets/framerate/24.py 1856share/blender/${PKGVERSION}/scripts/presets/framerate/24.py
1756share/blender/${PKGVERSION}/scripts/presets/framerate/25.py 1857share/blender/${PKGVERSION}/scripts/presets/framerate/25.py
1757share/blender/${PKGVERSION}/scripts/presets/framerate/29.97.py 1858share/blender/${PKGVERSION}/scripts/presets/framerate/29.97.py
1758share/blender/${PKGVERSION}/scripts/presets/framerate/30.py 1859share/blender/${PKGVERSION}/scripts/presets/framerate/30.py
1759share/blender/${PKGVERSION}/scripts/presets/framerate/50.py 1860share/blender/${PKGVERSION}/scripts/presets/framerate/50.py
1760share/blender/${PKGVERSION}/scripts/presets/framerate/59.94.py 1861share/blender/${PKGVERSION}/scripts/presets/framerate/59.94.py
1761share/blender/${PKGVERSION}/scripts/presets/framerate/60.py 1862share/blender/${PKGVERSION}/scripts/presets/framerate/60.py
1762share/blender/${PKGVERSION}/scripts/presets/framerate/Custom.py 1863share/blender/${PKGVERSION}/scripts/presets/framerate/Custom.py
1763share/blender/${PKGVERSION}/scripts/presets/gpencil_material/fill_only.py 1864share/blender/${PKGVERSION}/scripts/presets/gpencil_material/fill_only.py
1764share/blender/${PKGVERSION}/scripts/presets/gpencil_material/stroke_and_fill.py 1865share/blender/${PKGVERSION}/scripts/presets/gpencil_material/stroke_and_fill.py
1765share/blender/${PKGVERSION}/scripts/presets/gpencil_material/stroke_only.py 1866share/blender/${PKGVERSION}/scripts/presets/gpencil_material/stroke_only.py
1766share/blender/${PKGVERSION}/scripts/presets/hair_dynamics/default.py 1867share/blender/${PKGVERSION}/scripts/presets/hair_dynamics/default.py
1767share/blender/${PKGVERSION}/scripts/presets/interface_theme/blender_dark.xml 1868share/blender/${PKGVERSION}/scripts/presets/interface_theme/blender_dark.xml
1768share/blender/${PKGVERSION}/scripts/presets/interface_theme/blender_light.xml 1869share/blender/${PKGVERSION}/scripts/presets/interface_theme/blender_light.xml
1769share/blender/${PKGVERSION}/scripts/presets/keyconfig/blender.py 1870share/blender/${PKGVERSION}/scripts/presets/keyconfig/blender.py
1770share/blender/${PKGVERSION}/scripts/presets/keyconfig/blender_27x.py 1871share/blender/${PKGVERSION}/scripts/presets/keyconfig/blender_27x.py
1771share/blender/${PKGVERSION}/scripts/presets/keyconfig/industry_compatible.py 1872share/blender/${PKGVERSION}/scripts/presets/keyconfig/industry_compatible.py
1772share/blender/${PKGVERSION}/scripts/presets/keyconfig/keymap_data/blender_default.py 1873share/blender/${PKGVERSION}/scripts/presets/keyconfig/keymap_data/blender_default.py
1773share/blender/${PKGVERSION}/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py 1874share/blender/${PKGVERSION}/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
1774share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py 1875share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py
1775share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py 1876share/blender/${PKGVERSION}/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
1776share/blender/${PKGVERSION}/scripts/presets/render/4K_DCI_2160p.py 1877share/blender/${PKGVERSION}/scripts/presets/render/4K_DCI_2160p.py
1777share/blender/${PKGVERSION}/scripts/presets/render/4K_UW_1600p.py 1878share/blender/${PKGVERSION}/scripts/presets/render/4K_UW_1600p.py
1778share/blender/${PKGVERSION}/scripts/presets/render/4k_UHDTV_2160p.py 1879share/blender/${PKGVERSION}/scripts/presets/render/4k_UHDTV_2160p.py
1779share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_1080p.py 1880share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_1080p.py
1780share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_720p.py 1881share/blender/${PKGVERSION}/scripts/presets/render/DVCPRO_HD_720p.py
1781share/blender/${PKGVERSION}/scripts/presets/render/HDTV_1080p.py 1882share/blender/${PKGVERSION}/scripts/presets/render/HDTV_1080p.py
1782share/blender/${PKGVERSION}/scripts/presets/render/HDTV_720p.py 1883share/blender/${PKGVERSION}/scripts/presets/render/HDTV_720p.py
1783share/blender/${PKGVERSION}/scripts/presets/render/HDV_1080p.py 1884share/blender/${PKGVERSION}/scripts/presets/render/HDV_1080p.py
1784share/blender/${PKGVERSION}/scripts/presets/render/HDV_NTSC_1080p.py 1885share/blender/${PKGVERSION}/scripts/presets/render/HDV_NTSC_1080p.py
1785share/blender/${PKGVERSION}/scripts/presets/render/HDV_PAL_1080p.py 1886share/blender/${PKGVERSION}/scripts/presets/render/HDV_PAL_1080p.py
1786share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_16_colon_9.py 1887share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_16_colon_9.py
1787share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_4_colon_3.py 1888share/blender/${PKGVERSION}/scripts/presets/render/TV_NTSC_4_colon_3.py
1788share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_16_colon_9.py 1889share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_16_colon_9.py
1789share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_4_colon_3.py 1890share/blender/${PKGVERSION}/scripts/presets/render/TV_PAL_4_colon_3.py
1790share/blender/${PKGVERSION}/scripts/presets/safe_areas/14_colon_9_in_16_colon_9.py 1891share/blender/${PKGVERSION}/scripts/presets/safe_areas/14_colon_9_in_16_colon_9.py
1791share/blender/${PKGVERSION}/scripts/presets/safe_areas/16_colon_9.py 1892share/blender/${PKGVERSION}/scripts/presets/safe_areas/16_colon_9.py
1792share/blender/${PKGVERSION}/scripts/presets/safe_areas/4_colon_3_in_16_colon_9.py 1893share/blender/${PKGVERSION}/scripts/presets/safe_areas/4_colon_3_in_16_colon_9.py
1793share/blender/${PKGVERSION}/scripts/presets/sss/apple.py 1894share/blender/${PKGVERSION}/scripts/presets/sss/apple.py
1794share/blender/${PKGVERSION}/scripts/presets/sss/chicken.py 1895share/blender/${PKGVERSION}/scripts/presets/sss/chicken.py
1795share/blender/${PKGVERSION}/scripts/presets/sss/cream.py 1896share/blender/${PKGVERSION}/scripts/presets/sss/cream.py
1796share/blender/${PKGVERSION}/scripts/presets/sss/ketchup.py 1897share/blender/${PKGVERSION}/scripts/presets/sss/ketchup.py
1797share/blender/${PKGVERSION}/scripts/presets/sss/marble.py 1898share/blender/${PKGVERSION}/scripts/presets/sss/marble.py
1798share/blender/${PKGVERSION}/scripts/presets/sss/potato.py 1899share/blender/${PKGVERSION}/scripts/presets/sss/potato.py
1799share/blender/${PKGVERSION}/scripts/presets/sss/skim_milk.py 1900share/blender/${PKGVERSION}/scripts/presets/sss/skim_milk.py
1800share/blender/${PKGVERSION}/scripts/presets/sss/skin1.py 1901share/blender/${PKGVERSION}/scripts/presets/sss/skin1.py
1801share/blender/${PKGVERSION}/scripts/presets/sss/skin2.py 1902share/blender/${PKGVERSION}/scripts/presets/sss/skin2.py
1802share/blender/${PKGVERSION}/scripts/presets/sss/whole_milk.py 1903share/blender/${PKGVERSION}/scripts/presets/sss/whole_milk.py
1803share/blender/${PKGVERSION}/scripts/presets/tracking_camera/1__colon__2.3_inch.py 1904share/blender/${PKGVERSION}/scripts/presets/tracking_camera/1__colon__2.3_inch.py
1804share/blender/${PKGVERSION}/scripts/presets/tracking_camera/1__colon__2.5_inch.py 1905share/blender/${PKGVERSION}/scripts/presets/tracking_camera/1__colon__2.5_inch.py
1805share/blender/${PKGVERSION}/scripts/presets/tracking_camera/2__colon__3_inch.py 1906share/blender/${PKGVERSION}/scripts/presets/tracking_camera/2__colon__3_inch.py
1806share/blender/${PKGVERSION}/scripts/presets/tracking_camera/4__colon__3_inch.py 1907share/blender/${PKGVERSION}/scripts/presets/tracking_camera/4__colon__3_inch.py
1807share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Arri_Alexa.py 1908share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Arri_Alexa.py
1808share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Cinema_Camera.py 1909share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Cinema_Camera.py
1809share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Pocket_Cinema_Camera.py 1910share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Pocket_Cinema_Camera.py
1810share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Production_Camera_4K.py 1911share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blackmagic_Production_Camera_4K.py
1811share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blender.py 1912share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Blender.py
1812share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1100D.py 1913share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_1100D.py
1813share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_APS-C.py 1914share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_APS-C.py
1814share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_APS-H.py 1915share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_APS-H.py
1815share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_C300.py 1916share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Canon_C300.py
1816share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Full_Frame_35mm_Camera.py 1917share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Full_Frame_35mm_Camera.py
1817share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_Black.py 1918share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_Black.py
1818share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_Silver.py 1919share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_Silver.py
1819share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_White.py 1920share/blender/${PKGVERSION}/scripts/presets/tracking_camera/GoPro_Hero3_White.py
1820share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nexus_5.py 1921share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nexus_5.py
1821share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D3100.py 1922share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_D3100.py
1822share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_DX.py 1923share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Nikon_DX.py
1823share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Panasonic_AG-HVX200.py 1924share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Panasonic_AG-HVX200.py
1824share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Panasonic_LX2.py 1925share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Panasonic_LX2.py
1825share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_Epic.py 1926share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_Epic.py
1826share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_2K.py 1927share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_2K.py
1827share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_3K.py 1928share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_3K.py
1828share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_4K.py 1929share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Red_One_4K.py
1829share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Samsung_Galaxy_S3.py 1930share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Samsung_Galaxy_S3.py
1830share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Samsung_Galaxy_S4.py 1931share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Samsung_Galaxy_S4.py
1831share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_A55.py 1932share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_A55.py
1832share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_EX1.py 1933share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_EX1.py
1833share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_F65.py 1934share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Sony_F65.py
1834share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Super_16.py 1935share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Super_16.py
1835share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Super_35.py 1936share/blender/${PKGVERSION}/scripts/presets/tracking_camera/Super_35.py
1836share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_4.py 1937share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_4.py
1837share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_4S.py 1938share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_4S.py
1838share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_5.py 1939share/blender/${PKGVERSION}/scripts/presets/tracking_camera/iPhone_5.py
1839share/blender/${PKGVERSION}/scripts/presets/tracking_settings/blurry_footage.py 1940share/blender/${PKGVERSION}/scripts/presets/tracking_settings/blurry_footage.py
1840share/blender/${PKGVERSION}/scripts/presets/tracking_settings/default.py 1941share/blender/${PKGVERSION}/scripts/presets/tracking_settings/default.py
1841share/blender/${PKGVERSION}/scripts/presets/tracking_settings/fast_motion.py 1942share/blender/${PKGVERSION}/scripts/presets/tracking_settings/fast_motion.py
1842share/blender/${PKGVERSION}/scripts/presets/tracking_settings/planar.py 1943share/blender/${PKGVERSION}/scripts/presets/tracking_settings/planar.py
1843share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/default.py 1944share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/default.py
1844share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/far_plane.py 1945share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/far_plane.py
1845share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/near_plane.py 1946share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/near_plane.py
1846share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/object.py 1947share/blender/${PKGVERSION}/scripts/presets/tracking_track_color/object.py
1847share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend 1948share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend
1848share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Sculpting/__init__.py 1949share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Sculpting/__init__.py
1849share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Sculpting/startup.blend 1950share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Sculpting/startup.blend
1850share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/VFX/startup.blend 1951share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/VFX/startup.blend
1851share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Video_Editing/__init__.py 1952share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Video_Editing/__init__.py
1852share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend 1953share/blender/${PKGVERSION}/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend
1853share/blender/${PKGVERSION}/scripts/startup/bl_operators/__init__.py 1954share/blender/${PKGVERSION}/scripts/startup/bl_operators/__init__.py
1854share/blender/${PKGVERSION}/scripts/startup/bl_operators/add_mesh_torus.py 1955share/blender/${PKGVERSION}/scripts/startup/bl_operators/add_mesh_torus.py
1855share/blender/${PKGVERSION}/scripts/startup/bl_operators/anim.py 1956share/blender/${PKGVERSION}/scripts/startup/bl_operators/anim.py
1856share/blender/${PKGVERSION}/scripts/startup/bl_operators/bmesh/find_adjacent.py 1957share/blender/${PKGVERSION}/scripts/startup/bl_operators/bmesh/find_adjacent.py
1857share/blender/${PKGVERSION}/scripts/startup/bl_operators/clip.py 1958share/blender/${PKGVERSION}/scripts/startup/bl_operators/clip.py
1858share/blender/${PKGVERSION}/scripts/startup/bl_operators/console.py 1959share/blender/${PKGVERSION}/scripts/startup/bl_operators/console.py
1859share/blender/${PKGVERSION}/scripts/startup/bl_operators/constraint.py 1960share/blender/${PKGVERSION}/scripts/startup/bl_operators/constraint.py
1860share/blender/${PKGVERSION}/scripts/startup/bl_operators/file.py 1961share/blender/${PKGVERSION}/scripts/startup/bl_operators/file.py
1861share/blender/${PKGVERSION}/scripts/startup/bl_operators/freestyle.py 1962share/blender/${PKGVERSION}/scripts/startup/bl_operators/freestyle.py
1862share/blender/${PKGVERSION}/scripts/startup/bl_operators/image.py 1963share/blender/${PKGVERSION}/scripts/startup/bl_operators/image.py
1863share/blender/${PKGVERSION}/scripts/startup/bl_operators/mask.py 
1864share/blender/${PKGVERSION}/scripts/startup/bl_operators/mesh.py 1964share/blender/${PKGVERSION}/scripts/startup/bl_operators/mesh.py
1865share/blender/${PKGVERSION}/scripts/startup/bl_operators/node.py 1965share/blender/${PKGVERSION}/scripts/startup/bl_operators/node.py
1866share/blender/${PKGVERSION}/scripts/startup/bl_operators/object.py 1966share/blender/${PKGVERSION}/scripts/startup/bl_operators/object.py
1867share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_align.py 1967share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_align.py
1868share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_quick_effects.py 1968share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_quick_effects.py
1869share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_randomize_transform.py 1969share/blender/${PKGVERSION}/scripts/startup/bl_operators/object_randomize_transform.py
1870share/blender/${PKGVERSION}/scripts/startup/bl_operators/presets.py 1970share/blender/${PKGVERSION}/scripts/startup/bl_operators/presets.py
1871share/blender/${PKGVERSION}/scripts/startup/bl_operators/rigidbody.py 1971share/blender/${PKGVERSION}/scripts/startup/bl_operators/rigidbody.py
1872share/blender/${PKGVERSION}/scripts/startup/bl_operators/screen_play_rendered_anim.py 1972share/blender/${PKGVERSION}/scripts/startup/bl_operators/screen_play_rendered_anim.py
1873share/blender/${PKGVERSION}/scripts/startup/bl_operators/sequencer.py 1973share/blender/${PKGVERSION}/scripts/startup/bl_operators/sequencer.py
1874share/blender/${PKGVERSION}/scripts/startup/bl_operators/userpref.py 1974share/blender/${PKGVERSION}/scripts/startup/bl_operators/userpref.py
1875share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_follow_active.py 1975share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_follow_active.py
1876share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_lightmap.py 1976share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_lightmap.py
1877share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_smart_project.py 1977share/blender/${PKGVERSION}/scripts/startup/bl_operators/uvcalc_smart_project.py
1878share/blender/${PKGVERSION}/scripts/startup/bl_operators/vertexpaint_dirt.py 1978share/blender/${PKGVERSION}/scripts/startup/bl_operators/vertexpaint_dirt.py
1879share/blender/${PKGVERSION}/scripts/startup/bl_operators/view3d.py 1979share/blender/${PKGVERSION}/scripts/startup/bl_operators/view3d.py
1880share/blender/${PKGVERSION}/scripts/startup/bl_operators/wm.py 1980share/blender/${PKGVERSION}/scripts/startup/bl_operators/wm.py
1881share/blender/${PKGVERSION}/scripts/startup/bl_ui/__init__.py 1981share/blender/${PKGVERSION}/scripts/startup/bl_ui/__init__.py
1882share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_animviz.py 1982share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_animviz.py
1883share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_constraint.py 1983share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_constraint.py
1884share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_armature.py 1984share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_armature.py
1885share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_bone.py 1985share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_bone.py
1886share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_camera.py 1986share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_camera.py
1887share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_curve.py 1987share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_curve.py
1888share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_empty.py 1988share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_empty.py
1889share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_gpencil.py 1989share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_gpencil.py
1890share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lattice.py 1990share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lattice.py
1891share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_light.py 1991share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_light.py
1892share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lightprobe.py 1992share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_lightprobe.py
1893share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_mesh.py 1993share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_mesh.py
1894share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_metaball.py 1994share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_metaball.py
1895share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_modifier.py 1995share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_modifier.py
1896share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_shaderfx.py 1996share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_shaderfx.py
1897share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_speaker.py 1997share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_data_speaker.py
1898share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_freestyle.py 1998share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_freestyle.py
1899share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_grease_pencil_common.py 1999share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_grease_pencil_common.py
1900share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_mask_common.py 2000share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_mask_common.py
1901share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_material.py 2001share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_material.py
1902share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_material_gpencil.py 2002share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_material_gpencil.py
1903share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_object.py 2003share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_object.py
1904share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_output.py 2004share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_output.py
1905share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_paint_common.py 2005share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_paint_common.py
1906share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_particle.py 2006share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_particle.py
1907share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_cloth.py 2007share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_cloth.py
1908share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_common.py 2008share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_common.py
1909share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_dynamicpaint.py 2009share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
1910share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_field.py 2010share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_field.py
1911share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_fluid.py 2011share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_fluid.py
1912share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody.py 2012share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody.py
1913share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py 2013share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
1914share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_smoke.py 
1915share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_softbody.py 2014share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_physics_softbody.py
1916share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render.py 2015share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_render.py
1917share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_scene.py 2016share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_scene.py
1918share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_texture.py 2017share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_texture.py
1919share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_view_layer.py 2018share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_view_layer.py
1920share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_workspace.py 2019share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_workspace.py
1921share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_world.py 2020share/blender/${PKGVERSION}/scripts/startup/bl_ui/properties_world.py
1922share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_clip.py 2021share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_clip.py
1923share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_console.py 2022share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_console.py
1924share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_dopesheet.py 2023share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_dopesheet.py
1925share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_filebrowser.py 2024share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_filebrowser.py
1926share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_graph.py 2025share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_graph.py
1927share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_image.py 2026share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_image.py
1928share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_info.py 2027share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_info.py
1929share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_nla.py 2028share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_nla.py
1930share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_node.py 2029share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_node.py
1931share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_outliner.py 2030share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_outliner.py
1932share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_properties.py 2031share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_properties.py
1933share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_sequencer.py 2032share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_sequencer.py
1934share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_statusbar.py 2033share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_statusbar.py
1935share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_text.py 2034share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_text.py
1936share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_time.py 2035share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_time.py
1937share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_toolsystem_common.py 2036share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_toolsystem_common.py
1938share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_toolsystem_toolbar.py 2037share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_toolsystem_toolbar.py
1939share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_topbar.py 2038share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_topbar.py
1940share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_userpref.py 2039share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_userpref.py
1941share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d.py 2040share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d.py
1942share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d_toolbar.py 2041share/blender/${PKGVERSION}/scripts/startup/bl_ui/space_view3d_toolbar.py
1943share/blender/${PKGVERSION}/scripts/startup/bl_ui/utils.py 2042share/blender/${PKGVERSION}/scripts/startup/bl_ui/utils.py
1944share/blender/${PKGVERSION}/scripts/startup/keyingsets_builtins.py 2043share/blender/${PKGVERSION}/scripts/startup/keyingsets_builtins.py
1945share/blender/${PKGVERSION}/scripts/startup/nodeitems_builtins.py 2044share/blender/${PKGVERSION}/scripts/startup/nodeitems_builtins.py
1946share/blender/${PKGVERSION}/scripts/templates_osl/empty_shader.osl 2045share/blender/${PKGVERSION}/scripts/templates_osl/empty_shader.osl
1947share/blender/${PKGVERSION}/scripts/templates_osl/gabor_noise.osl 2046share/blender/${PKGVERSION}/scripts/templates_osl/gabor_noise.osl
1948share/blender/${PKGVERSION}/scripts/templates_osl/lyapunov_texture.osl 2047share/blender/${PKGVERSION}/scripts/templates_osl/lyapunov_texture.osl
1949share/blender/${PKGVERSION}/scripts/templates_osl/noise.osl 2048share/blender/${PKGVERSION}/scripts/templates_osl/noise.osl
1950share/blender/${PKGVERSION}/scripts/templates_osl/ramp_closure.osl 2049share/blender/${PKGVERSION}/scripts/templates_osl/ramp_closure.osl
1951share/blender/${PKGVERSION}/scripts/templates_py/addon_add_object.py 2050share/blender/${PKGVERSION}/scripts/templates_py/addon_add_object.py
1952share/blender/${PKGVERSION}/scripts/templates_py/background_job.py 2051share/blender/${PKGVERSION}/scripts/templates_py/background_job.py
1953share/blender/${PKGVERSION}/scripts/templates_py/batch_export.py 2052share/blender/${PKGVERSION}/scripts/templates_py/batch_export.py
1954share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple.py 2053share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple.py
1955share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple_editmode.py 2054share/blender/${PKGVERSION}/scripts/templates_py/bmesh_simple_editmode.py
1956share/blender/${PKGVERSION}/scripts/templates_py/builtin_keyingset.py 2055share/blender/${PKGVERSION}/scripts/templates_py/builtin_keyingset.py
1957share/blender/${PKGVERSION}/scripts/templates_py/custom_nodes.py 2056share/blender/${PKGVERSION}/scripts/templates_py/custom_nodes.py
1958share/blender/${PKGVERSION}/scripts/templates_py/driver_functions.py 2057share/blender/${PKGVERSION}/scripts/templates_py/driver_functions.py
1959share/blender/${PKGVERSION}/scripts/templates_py/external_script_stub.py 2058share/blender/${PKGVERSION}/scripts/templates_py/external_script_stub.py
1960share/blender/${PKGVERSION}/scripts/templates_py/gizmo_custom_geometry.py 2059share/blender/${PKGVERSION}/scripts/templates_py/gizmo_custom_geometry.py
1961share/blender/${PKGVERSION}/scripts/templates_py/gizmo_operator.py 2060share/blender/${PKGVERSION}/scripts/templates_py/gizmo_operator.py
1962share/blender/${PKGVERSION}/scripts/templates_py/gizmo_operator_target.py 2061share/blender/${PKGVERSION}/scripts/templates_py/gizmo_operator_target.py
1963share/blender/${PKGVERSION}/scripts/templates_py/gizmo_simple.py 2062share/blender/${PKGVERSION}/scripts/templates_py/gizmo_simple.py
1964share/blender/${PKGVERSION}/scripts/templates_py/operator_file_export.py 2063share/blender/${PKGVERSION}/scripts/templates_py/operator_file_export.py
1965share/blender/${PKGVERSION}/scripts/templates_py/operator_file_import.py 2064share/blender/${PKGVERSION}/scripts/templates_py/operator_file_import.py
1966share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_add.py 2065share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_add.py
1967share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_uv.py 2066share/blender/${PKGVERSION}/scripts/templates_py/operator_mesh_uv.py
1968share/blender/${PKGVERSION}/scripts/templates_py/operator_modal.py 2067share/blender/${PKGVERSION}/scripts/templates_py/operator_modal.py
1969share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_draw.py 2068share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_draw.py
1970share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_timer.py 2069share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_timer.py
1971share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d.py 2070share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d.py
1972share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d_raycast.py 2071share/blender/${PKGVERSION}/scripts/templates_py/operator_modal_view3d_raycast.py
1973share/blender/${PKGVERSION}/scripts/templates_py/operator_node.py 2072share/blender/${PKGVERSION}/scripts/templates_py/operator_node.py
1974share/blender/${PKGVERSION}/scripts/templates_py/operator_simple.py 2073share/blender/${PKGVERSION}/scripts/templates_py/operator_simple.py
1975share/blender/${PKGVERSION}/scripts/templates_py/ui_list.py 2074share/blender/${PKGVERSION}/scripts/templates_py/ui_list.py
1976share/blender/${PKGVERSION}/scripts/templates_py/ui_list_simple.py 2075share/blender/${PKGVERSION}/scripts/templates_py/ui_list_simple.py
1977share/blender/${PKGVERSION}/scripts/templates_py/ui_menu.py 2076share/blender/${PKGVERSION}/scripts/templates_py/ui_menu.py
1978share/blender/${PKGVERSION}/scripts/templates_py/ui_menu_simple.py 2077share/blender/${PKGVERSION}/scripts/templates_py/ui_menu_simple.py
1979share/blender/${PKGVERSION}/scripts/templates_py/ui_panel.py 2078share/blender/${PKGVERSION}/scripts/templates_py/ui_panel.py
1980share/blender/${PKGVERSION}/scripts/templates_py/ui_panel_simple.py 2079share/blender/${PKGVERSION}/scripts/templates_py/ui_panel_simple.py
1981share/blender/${PKGVERSION}/scripts/templates_py/ui_pie_menu.py 2080share/blender/${PKGVERSION}/scripts/templates_py/ui_pie_menu.py
1982share/blender/${PKGVERSION}/scripts/templates_py/ui_previews_custom_icon.py 2081share/blender/${PKGVERSION}/scripts/templates_py/ui_previews_custom_icon.py
1983share/blender/${PKGVERSION}/scripts/templates_py/ui_previews_dynamic_enum.py 2082share/blender/${PKGVERSION}/scripts/templates_py/ui_previews_dynamic_enum.py
1984share/blender/${PKGVERSION}/scripts/templates_py/ui_tool_simple.py 2083share/blender/${PKGVERSION}/scripts/templates_py/ui_tool_simple.py
1985share/doc/blender/GPL-license.txt 2084share/doc/blender/GPL-license.txt
1986share/doc/blender/GPL3-license.txt 2085share/doc/blender/GPL3-license.txt
1987share/doc/blender/LICENSE-bfont.ttf.txt 2086share/doc/blender/LICENSE-bfont.ttf.txt
1988share/doc/blender/LICENSE-bmonofont-i18n.ttf.txt 2087share/doc/blender/LICENSE-bmonofont-i18n.ttf.txt
1989share/doc/blender/LICENSE-droidsans.ttf.txt 2088share/doc/blender/LICENSE-droidsans.ttf.txt
1990share/doc/blender/Python-license.txt 2089share/doc/blender/Python-license.txt
1991share/doc/blender/copyright.txt 2090share/doc/blender/copyright.txt
1992share/doc/blender/ocio-license.txt 2091share/doc/blender/ocio-license.txt
1993share/doc/blender/readme.html 2092share/doc/blender/readme.html
1994share/icons/hicolor/scalable/apps/blender.svg 2093share/icons/hicolor/scalable/apps/blender.svg
1995share/icons/hicolor/symbolic/apps/blender-symbolic.svg 2094share/icons/hicolor/symbolic/apps/blender-symbolic.svg

cvs diff -r1.54 -r1.55 pkgsrc/graphics/blender/distinfo (switch to unified diff)

--- pkgsrc/graphics/blender/distinfo 2019/11/23 23:47:14 1.54
+++ pkgsrc/graphics/blender/distinfo 2020/02/21 16:36:53 1.55
@@ -1,10 +1,12 @@ @@ -1,10 +1,12 @@
1$NetBSD: distinfo,v 1.54 2019/11/23 23:47:14 nia Exp $ 1$NetBSD: distinfo,v 1.55 2020/02/21 16:36:53 nia Exp $
2 2
3SHA1 (blender-2.81.tar.xz) = 59bab56b5c3cd8ff64be60f385adcc7e1dfcea61 3SHA1 (blender-2.82.tar.xz) = 06bc1304e2ba71f06be3effd1fa099e57c7893cb
4RMD160 (blender-2.81.tar.xz) = 1a85b4be065c2fa13d7ec75f77edcb779be72dfc 4RMD160 (blender-2.82.tar.xz) = 00126f9e15c0088ccbfdfef4adafc6ef68c0a7e6
5SHA512 (blender-2.81.tar.xz) = b7eed47afc4bdb87e9e8a579565935ae8489459197fb9b5978285cfe255ea4fc4151a1178526857921f3b2d54cf63b68dda66586565340f7bfd4274b82e7e9ff 5SHA512 (blender-2.82.tar.xz) = 4c96d3982ede3965212d6e67f1367d8eb15c835e922eb3c31fd961c306bb7b86079dc256bed69a197f1f316eda7ed40843721554a73c38d154b7d24a2e5112bc
6Size (blender-2.81.tar.xz) = 39241924 bytes 6Size (blender-2.82.tar.xz) = 39895660 bytes
7SHA1 (patch-extern_glog_src_base_mutex.h) = 5fceceefe83400967a59080eeb930d0f3a4b8e88 7SHA1 (patch-extern_glog_src_base_mutex.h) = 5fceceefe83400967a59080eeb930d0f3a4b8e88
8SHA1 (patch-extern_glog_src_config.h) = e445c911d4ebb1f7e378c3c46911b55f77ba5608 8SHA1 (patch-extern_glog_src_config.h) = e445c911d4ebb1f7e378c3c46911b55f77ba5608
9SHA1 (patch-extern_glog_src_config__netbsd.h) = f96dd9d6afed38466e5765c604efebcd78537a54 9SHA1 (patch-extern_glog_src_config__netbsd.h) = f96dd9d6afed38466e5765c604efebcd78537a54
 10SHA1 (patch-extern_wcwidth_wcwidth.h) = c6ebe1ec27cd9096621b26bd6b83560ea2c1770a
10SHA1 (patch-intern_guardedalloc_intern_mallocn__intern.h) = 81fb0fd1b34d550168a4bdf63f28b4e199717921 11SHA1 (patch-intern_guardedalloc_intern_mallocn__intern.h) = 81fb0fd1b34d550168a4bdf63f28b4e199717921
 12SHA1 (patch-source_blender_blenlib_BLI__sys__types.h) = c01af4c1c21e8cd0565205cfd58839b898ad83e8

File Added: pkgsrc/graphics/blender/patches/Attic/patch-extern_wcwidth_wcwidth.h
$NetBSD: patch-extern_wcwidth_wcwidth.h,v 1.1 2020/02/21 16:36:54 nia Exp $

NetBSD also does not have uchar.h.

--- extern/wcwidth/wcwidth.h.orig	2020-02-12 10:15:01.000000000 +0000
+++ extern/wcwidth/wcwidth.h
@@ -21,7 +21,7 @@
 #define __WCWIDTH_H__
 
 #ifndef __cplusplus
-#  if defined(__APPLE__)
+#  if defined(__APPLE__) || defined(__NetBSD__)
 /* The <uchar.h> standard header is missing on macOS. */
 #include <stddef.h>
 typedef unsigned int char32_t;

File Added: pkgsrc/graphics/blender/patches/Attic/patch-source_blender_blenlib_BLI__sys__types.h
$NetBSD: patch-source_blender_blenlib_BLI__sys__types.h,v 1.1 2020/02/21 16:36:54 nia Exp $

NetBSD also does not have uchar.h.

--- source/blender/blenlib/BLI_sys_types.h.orig	2020-02-21 13:50:55.328090564 +0000
+++ source/blender/blenlib/BLI_sys_types.h
@@ -73,7 +73,7 @@ typedef uint64_t u_int64_t;
 #include <stdbool.h>
 
 #ifndef __cplusplus
-#  if defined(__APPLE__)
+#  if defined(__APPLE__) || defined(__NetBSD__)
 /* The <uchar.h> standard header is missing on macOS. */
 typedef unsigned int char32_t;
 #  else