aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/k3d/Makefile124
-rw-r--r--graphics/k3d/distinfo2
-rw-r--r--graphics/k3d/files/patch-k3dsdk__data.h29
-rw-r--r--graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__dynamic_image__apply_operation_base.hpp20
-rw-r--r--graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__io__png_io_private.hpp53
-rw-r--r--graphics/k3d/files/patch-k3dsdk__ngui__main_document_window.cpp20
-rw-r--r--graphics/k3d/files/patch-k3dsdk__ngui__render.cpp20
-rw-r--r--graphics/k3d/files/patch-modules__animation__interpolator.h20
-rw-r--r--graphics/k3d/pkg-descr12
-rw-r--r--graphics/k3d/pkg-plist1602
12 files changed, 1 insertions, 1903 deletions
diff --git a/MOVED b/MOVED
index dfb033a7d531..33ae41041ebc 100644
--- a/MOVED
+++ b/MOVED
@@ -6208,3 +6208,4 @@ audio/tagger||2014-06-30|Has expired: Ancient, unmaintained
www/mod_wsgi2|www/mod_wsgi3|2014-06-30|Has expired: No longer supported, please use www/mod_wsgi3 instead
security/botan|security/botan110|2014-06-30|Has expired: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
deskutils/checkrdf||2014-06-30|Removed: Abandonware, please consider using other software
+graphics/k3d||2014-06-30|Has expired: Broken for more than 5 months
diff --git a/graphics/Makefile b/graphics/Makefile
index 8eab20763e73..47b215d72bb8 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -406,7 +406,6 @@
SUBDIR += jpgraph2
SUBDIR += jpgtn
SUBDIR += jslice
- SUBDIR += k3d
SUBDIR += kamera-kde4
SUBDIR += kcolorchooser
SUBDIR += kcoloredit
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile
deleted file mode 100644
index 0a9265b7723c..000000000000
--- a/graphics/k3d/Makefile
+++ /dev/null
@@ -1,124 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= k3d
-PORTVERSION= 0.8.0.2
-PORTREVISION= 7
-DISTVERSIONPREFIX= source-
-CATEGORIES= graphics
-MASTER_SITES= SF/${PORTNAME}/K-3D%20Source/K-3D%20${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= 3D modeling, animation, and rendering system
-
-LICENSE= GPLv2
-
-BROKEN= Fails to configure
-DEPRECATED= Broken for more than 5 months
-EXPIRATION_DATE= 2014-06-30
-
-BUILD_DEPENDS= ${LOCALBASE}/include/gmm/gmm.h:${PORTSDIR}/math/gmm++
-LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
- libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
- libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng15.so:${PORTSDIR}/graphics/png \
- libtiff.so:${PORTSDIR}/graphics/tiff \
- libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
- libexpat.so:${PORTSDIR}/textproc/expat2 \
- libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \
- libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
-
-OPTIONS_DEFINE= 3DS COMPIZ GNOME PERFTOOLS GTS IMAGEMAGICK OPENEXR
-3DS_DESC= 3ds_io plugin module
-COMPIZ_DESC= Compiz plugin module
-GNOME_DESC= GNOME integration plugin module
-PERFTOOLS_DESC= Google Perftools profiling module
-GTS_DESC= GNU Triangulated Surfaces plugin module
-IMAGEMAGICK_DESC= ImageMagick file format module
-OPENEXR_DESC= OpenEXR file format module
-
-USE_BZIP2= yes
-USE_GL= glu
-USE_GNOME= gtksourceview2
-DOS2UNIX_GLOB= *.hpp
-USE_GCC= yes
-USE_PYTHON= yes
-USES= cmake:outsource gettext dos2unix
-CMAKE_ARGS= -DK3D_INTL_INCLUDE_DIRS:STRING="-I${LOCALBASE}/include" \
- -DK3D_INTL_LIBS:STRING="-L${LOCALBASE}/lib -lintl" \
- -DK3D_BUILD_CARVE_MODULE:BOOL=OFF \
- -DK3D_BUILD_CGAL_MODULE:BOOL=OFF \
- -DK3D_BUILD_COLLADA_IO_MODULE:BOOL=OFF \
- -DK3D_BUILD_INOTIFY_MODULE:BOOL=OFF \
- -DK3D_BUILD_OPENCASCADE_MODULE:BOOL=OFF
-USE_LDCONFIG= yes
-
-MAN1= k3d.1 k3d-renderframe.1 k3d-renderjob.1 k3d-sl2xml.1 \
- k3d-uuidgen.1
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:M3DS}
-LIB_DEPENDS+= lib3ds-1.so:${PORTSDIR}/graphics/lib3ds
-PLIST_SUB+= 3DS=""
-.else
-CMAKE_ARGS+= -DK3D_BUILD_3DS_IO_MODULE:BOOL=OFF
-PLIST_SUB+= 3DS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MCOMPIZ}
-LIB_DEPENDS+= libdbus-glib.so:${PORTSDIR}/devel/dbus-glib
-PLIST_SUB+= COMPIZ=""
-.else
-CMAKE_ARGS+= -DK3D_BUILD_COMPIZ_MODULE:BOOL=OFF
-PLIST_SUB+= COMPIZ="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MGNOME}
-USE_GNOME+= gnomevfs2
-PLIST_SUB+= GNOME=""
-.else
-CMAKE_ARGS+= -DK3D_BUILD_GNOME_MODULE:BOOL=OFF
-PLIST_SUB+= GNOME="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MPERFTOOLS}
-LIB_DEPENDS+= libprofiler.so:${PORTSDIR}/devel/google-perftools
-PLIST_SUB+= PERFTOOLS=""
-.else
-CMAKE_ARGS+= -DK3D_BUILD_GOOGLE_PERFTOOLS_MODULE:BOOL=OFF
-PLIST_SUB+= PERFTOOLS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MGTS}
-LIB_DEPENDS+= libgts.so:${PORTSDIR}/graphics/gts
-PLIST_SUB+= GTS=""
-.else
-CMAKE_ARGS+= -DK3D_BUILD_GTS_MODULE:BOOL=OFF
-PLIST_SUB+= GTS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MIMAGEMAGICK}
-LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
-PLIST_SUB+= IMAGEMAGICK=""
-.else
-CMAKE_ARGS+= -DK3D_BUILD_IMAGEMAGICK_IO_MODULE:BOOL=OFF
-PLIST_SUB+= IMAGEMAGICK="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MOPENEXR}
-LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR
-PLIST_SUB+= OPENEXR=""
-.else
-CMAKE_ARGS+= -DK3D_BUILD_OPENEXR_IO_MODULE:BOOL=OFF
-PLIST_SUB+= OPENEXR="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cmake/modules/*.cmake
- @${REINPLACE_CMD} -e \
- 's|share/man|man|' ${WRKSRC}/man/CMakeLists.txt
-
-.include <bsd.port.mk>
diff --git a/graphics/k3d/distinfo b/graphics/k3d/distinfo
deleted file mode 100644
index 14fe2ace6d7b..000000000000
--- a/graphics/k3d/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (k3d-source-0.8.0.2.tar.bz2) = fd70f35b9d31222d9fb8181d338e6301d9ef796d5ca8f0f970b1b50f1616cd05
-SIZE (k3d-source-0.8.0.2.tar.bz2) = 6998591
diff --git a/graphics/k3d/files/patch-k3dsdk__data.h b/graphics/k3d/files/patch-k3dsdk__data.h
deleted file mode 100644
index 9e00f49bb7f4..000000000000
--- a/graphics/k3d/files/patch-k3dsdk__data.h
+++ /dev/null
@@ -1,29 +0,0 @@
---- k3dsdk/data.h.orig 2010-07-03 11:27:46.000000000 +0900
-+++ k3dsdk/data.h 2012-06-20 16:00:25.000000000 +0900
-@@ -580,7 +580,7 @@
-
- try
- {
-- set_value(boost::lexical_cast<value_t>(*new_value), Hint);
-+ this->set_value(boost::lexical_cast<value_t>(*new_value), Hint);
- return true;
- }
- catch(...)
-@@ -865,7 +865,7 @@
-
- try
- {
-- set_value(boost::lexical_cast<value_t>(*new_value), Hint);
-+ this->set_value(boost::lexical_cast<value_t>(*new_value), Hint);
- return true;
- }
- catch(...)
-@@ -1011,7 +1011,7 @@
-
- try
- {
-- set_value(boost::lexical_cast<value_t>(*new_value), Hint);
-+ this->set_value(boost::lexical_cast<value_t>(*new_value), Hint);
- return true;
- }
- catch(...)
diff --git a/graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__dynamic_image__apply_operation_base.hpp b/graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__dynamic_image__apply_operation_base.hpp
deleted file mode 100644
index c3c0b679bc96..000000000000
--- a/graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__dynamic_image__apply_operation_base.hpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- k3dsdk/gil/boost/gil/extension/dynamic_image/apply_operation_base.hpp.orig 2012-06-20 07:41:16.000000000 +0900
-+++ k3dsdk/gil/boost/gil/extension/dynamic_image/apply_operation_base.hpp 2012-06-20 16:07:44.000000000 +0900
-@@ -114,7 +114,7 @@
- template <typename T2, typename Op>
- struct reduce_bind1 {
- const T2& _t2;
-- mutable Op& _op;
-+ Op& _op;
-
- typedef typename Op::result_type result_type;
-
-@@ -127,7 +127,7 @@
- struct reduce_bind2 {
- const Bits1& _bits1;
- std::size_t _index1;
-- mutable Op& _op;
-+ Op& _op;
-
- typedef typename Op::result_type result_type;
-
diff --git a/graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__io__png_io_private.hpp b/graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__io__png_io_private.hpp
deleted file mode 100644
index e45fb740442c..000000000000
--- a/graphics/k3d/files/patch-k3dsdk__gil__boost__gil__extension__io__png_io_private.hpp
+++ /dev/null
@@ -1,53 +0,0 @@
---- k3dsdk/gil/boost/gil/extension/io/png_io_private.hpp.orig 2010-07-03 11:27:47.000000000 +0900
-+++ k3dsdk/gil/boost/gil/extension/io/png_io_private.hpp 2012-06-20 07:34:43.000000000 +0900
-@@ -148,12 +148,12 @@
- // allocate/initialize the image information data
- _info_ptr = png_create_info_struct(_png_ptr);
- if (_info_ptr == NULL) {
-- png_destroy_read_struct(&_png_ptr,png_infopp_NULL,png_infopp_NULL);
-+ png_destroy_read_struct(&_png_ptr,NULL,NULL);
- io_error("png_get_file_size: fail to call png_create_info_struct()");
- }
- if (setjmp(png_jmpbuf(_png_ptr))) {
- //free all of the memory associated with the png_ptr and info_ptr
-- png_destroy_read_struct(&_png_ptr, &_info_ptr, png_infopp_NULL);
-+ png_destroy_read_struct(&_png_ptr, &_info_ptr, NULL);
- io_error("png_get_file_size: fail to call setjmp()");
- }
- png_init_io(_png_ptr, get());
-@@ -165,7 +165,7 @@
- png_reader(const char* filename) : file_mgr(filename, "rb") { init(); }
-
- ~png_reader() {
-- png_destroy_read_struct(&_png_ptr,&_info_ptr,png_infopp_NULL);
-+ png_destroy_read_struct(&_png_ptr,&_info_ptr,NULL);
- }
- point2<std::ptrdiff_t> get_dimensions() {
- return point2<std::ptrdiff_t>(png_get_image_width(_png_ptr,_info_ptr),
-@@ -177,7 +177,7 @@
- int bit_depth, color_type, interlace_type;
- png_get_IHDR(_png_ptr, _info_ptr,
- &width, &height,&bit_depth,&color_type,&interlace_type,
-- int_p_NULL, int_p_NULL);
-+ (int *) NULL, (int *) NULL);
- io_error_if(((png_uint_32)view.width()!=width || (png_uint_32)view.height()!= height),
- "png_read_view: input view size does not match PNG file size");
-
-@@ -219,7 +219,7 @@
- int bit_depth, color_type, interlace_type;
- png_get_IHDR(_png_ptr, _info_ptr,
- &width, &height,&bit_depth,&color_type,&interlace_type,
-- int_p_NULL, int_p_NULL);
-+ (int *) NULL, (int *) NULL);
- io_error_if(((png_uint_32)view.width()!=width || (png_uint_32)view.height()!= height),
- "png_reader_color_convert::apply(): input view size does not match PNG file size");
- switch (color_type) {
-@@ -308,7 +308,7 @@
- io_error_if(!_png_ptr,"png_write_initialize: fail to call png_create_write_struct()");
- _info_ptr = png_create_info_struct(_png_ptr);
- if (!_info_ptr) {
-- png_destroy_write_struct(&_png_ptr,png_infopp_NULL);
-+ png_destroy_write_struct(&_png_ptr,NULL);
- io_error("png_write_initialize: fail to call png_create_info_struct()");
- }
- if (setjmp(png_jmpbuf(_png_ptr))) {
diff --git a/graphics/k3d/files/patch-k3dsdk__ngui__main_document_window.cpp b/graphics/k3d/files/patch-k3dsdk__ngui__main_document_window.cpp
deleted file mode 100644
index 41f762b9a40d..000000000000
--- a/graphics/k3d/files/patch-k3dsdk__ngui__main_document_window.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- k3dsdk/ngui/main_document_window.cpp.orig 2010-07-03 11:27:46.000000000 +0900
-+++ k3dsdk/ngui/main_document_window.cpp 2012-06-20 07:13:29.000000000 +0900
-@@ -1371,7 +1371,7 @@
- Gtk::HBox import_box(false, 5);
- Gtk::Label import_label(_("Choose import plugin:"));
-
-- Gtk::ComboBox import_combo(model);
-+ Gtk::ComboBox import_combo((Glib::RefPtr<Gtk::TreeModel> &) model);
- import_combo.pack_start(columns.icon, false);
- import_combo.pack_start(columns.label);
- import_combo.set_active(0);
-@@ -1461,7 +1461,7 @@
- Gtk::HBox export_box(false, 5);
- Gtk::Label export_label(_("Choose export plugin:"));
-
-- Gtk::ComboBox export_combo(model);
-+ Gtk::ComboBox export_combo((Glib::RefPtr<Gtk::TreeModel> &) model);
- export_combo.pack_start(columns.icon, false);
- export_combo.pack_start(columns.label);
- export_combo.set_active(0);
diff --git a/graphics/k3d/files/patch-k3dsdk__ngui__render.cpp b/graphics/k3d/files/patch-k3dsdk__ngui__render.cpp
deleted file mode 100644
index b06b0b24522b..000000000000
--- a/graphics/k3d/files/patch-k3dsdk__ngui__render.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- k3dsdk/ngui/render.cpp.orig 2010-07-03 11:27:46.000000000 +0900
-+++ k3dsdk/ngui/render.cpp 2012-06-20 07:15:53.000000000 +0900
-@@ -169,7 +169,7 @@
- row[columns.separator] = false;
- }
-
-- Gtk::ComboBox combo(model);
-+ Gtk::ComboBox combo((Glib::RefPtr<Gtk::TreeModel> &) model);
-
- combo.pack_start(columns.icon, false);
-
-@@ -295,7 +295,7 @@
- row[columns.separator] = false;
- }
-
-- Gtk::ComboBox combo(model);
-+ Gtk::ComboBox combo((Glib::RefPtr<Gtk::TreeModel> &) model);
-
- combo.pack_start(columns.icon, false);
-
diff --git a/graphics/k3d/files/patch-modules__animation__interpolator.h b/graphics/k3d/files/patch-modules__animation__interpolator.h
deleted file mode 100644
index e174625ce609..000000000000
--- a/graphics/k3d/files/patch-modules__animation__interpolator.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- modules/animation/interpolator.h.orig 2010-07-03 11:27:55.000000000 +0900
-+++ modules/animation/interpolator.h 2012-06-20 16:01:55.000000000 +0900
-@@ -92,7 +92,7 @@
- {
- time_t t_lower, t_upper;
- value_t v_lower, v_upper;
-- get_surrounding_keys(Time, Keyframes, t_lower, t_upper, v_lower, v_upper);
-+ this->get_surrounding_keys(Time, Keyframes, t_lower, t_upper, v_lower, v_upper);
- return lerp(t_lower, t_upper, v_lower, v_upper, Time);
- }
- protected:
-@@ -116,7 +116,7 @@
- {
- time_t t_lower, t_upper;
- value_t v_lower, v_upper;
-- get_surrounding_keys(Time, Keyframes, t_lower, t_upper, v_lower, v_upper);
-+ this->get_surrounding_keys(Time, Keyframes, t_lower, t_upper, v_lower, v_upper);
- return lerp(t_lower, t_upper, v_lower, v_upper, Time);
- }
- protected:
diff --git a/graphics/k3d/pkg-descr b/graphics/k3d/pkg-descr
deleted file mode 100644
index d8e40e377beb..000000000000
--- a/graphics/k3d/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-K-3D is the free-as-in-freedom 3D modeling, animation, and rendering system
-for GNU/Linux, Posix, and Win32 operating systems. K-3D features a robust,
-object-oriented plugin architecture, designed to scale to the needs of
-professional artists, and is designed from-the-ground-up to generate
-motion-picture-quality animation using RenderMan-compliant render engines.
-We strongly recommend the Aqsis render engine for use with K-3D.
-
-K-3D allows you to create and edit documents in multiple realtime OpenGL
-solid, shaded, texture-mapped views. You can even model, animate, and interact
-with animations while they play back for maximum productivity!
-
-WWW: http://www.k-3d.org/
diff --git a/graphics/k3d/pkg-plist b/graphics/k3d/pkg-plist
deleted file mode 100644
index b9b8fe44eee8..000000000000
--- a/graphics/k3d/pkg-plist
+++ /dev/null
@@ -1,1602 +0,0 @@
-bin/k3d
-bin/k3d-renderframe
-bin/k3d-renderjob
-bin/k3d-sl2xml
-bin/k3d-uuidgen
-include/k3d/k3dsdk/algebra.h
-include/k3d/k3dsdk/application.h
-include/k3d/k3dsdk/application_detail.h
-include/k3d/k3dsdk/application_plugin_factory.h
-include/k3d/k3dsdk/array.h
-include/k3d/k3dsdk/aspect_ratios.h
-include/k3d/k3dsdk/axis.h
-include/k3d/k3dsdk/base64.h
-include/k3d/k3dsdk/basic_math.h
-include/k3d/k3dsdk/batch_mode.h
-include/k3d/k3dsdk/batch_mode_init.h
-include/k3d/k3dsdk/bezier.h
-include/k3d/k3dsdk/bezier_private.h
-include/k3d/k3dsdk/bezier_triangle_patch.h
-include/k3d/k3dsdk/bicubic_patch.h
-include/k3d/k3dsdk/bilinear_patch.h
-include/k3d/k3dsdk/bitmap.h
-include/k3d/k3dsdk/bitmap_modifier.h
-include/k3d/k3dsdk/bitmap_sink.h
-include/k3d/k3dsdk/bitmap_source.h
-include/k3d/k3dsdk/blobby.h
-include/k3d/k3dsdk/bounding_box3.h
-include/k3d/k3dsdk/classes.h
-include/k3d/k3dsdk/color.h
-include/k3d/k3dsdk/color_source.h
-include/k3d/k3dsdk/command_node.h
-include/k3d/k3dsdk/command_tree.h
-include/k3d/k3dsdk/component.h
-include/k3d/k3dsdk/cone.h
-include/k3d/k3dsdk/contributors.h
-include/k3d/k3dsdk/cubic_curve.h
-include/k3d/k3dsdk/cylinder.h
-include/k3d/k3dsdk/data.h
-include/k3d/k3dsdk/dependencies.h
-include/k3d/k3dsdk/difference.h
-include/k3d/k3dsdk/disk.h
-include/k3d/k3dsdk/document.h
-include/k3d/k3dsdk/document_plugin_factory.h
-include/k3d/k3dsdk/double_source.h
-include/k3d/k3dsdk/euler_operations.h
-include/k3d/k3dsdk/exceptions.h
-include/k3d/k3dsdk/explicit_snap_source.h
-include/k3d/k3dsdk/explicit_snap_target.h
-include/k3d/k3dsdk/expression_grammar.h
-include/k3d/k3dsdk/extension_gl.h
-include/k3d/k3dsdk/file_helpers.h
-include/k3d/k3dsdk/file_range.h
-include/k3d/k3dsdk/frames.h
-include/k3d/k3dsdk/fstream.h
-include/k3d/k3dsdk/geometric_operations.h
-include/k3d/k3dsdk/geometry.h
-include/k3d/k3dsdk/gl.h
-include/k3d/k3dsdk/graph.h
-include/k3d/k3dsdk/gzstream.h
-include/k3d/k3dsdk/high_res_timer.h
-include/k3d/k3dsdk/hints.h
-include/k3d/k3dsdk/hyperboloid.h
-include/k3d/k3dsdk/i3d_2d_mapping.h
-include/k3d/k3dsdk/iapplication.h
-include/k3d/k3dsdk/iapplication_plugin_factory.h
-include/k3d/k3dsdk/iattribute_property_ri.h
-include/k3d/k3dsdk/ibitmap_exporter.h
-include/k3d/k3dsdk/ibitmap_importer.h
-include/k3d/k3dsdk/ibitmap_sink.h
-include/k3d/k3dsdk/ibitmap_source.h
-include/k3d/k3dsdk/ibounded.h
-include/k3d/k3dsdk/icamera.h
-include/k3d/k3dsdk/icolor_source.h
-include/k3d/k3dsdk/icommand_node.h
-include/k3d/k3dsdk/icommand_tree.h
-include/k3d/k3dsdk/icrop_window.h
-include/k3d/k3dsdk/idependencies.h
-include/k3d/k3dsdk/idisplacement_shader_ri.h
-include/k3d/k3dsdk/idocument.h
-include/k3d/k3dsdk/idocument_exporter.h
-include/k3d/k3dsdk/idocument_importer.h
-include/k3d/k3dsdk/idocument_plugin_factory.h
-include/k3d/k3dsdk/idocument_sink.h
-include/k3d/k3dsdk/idouble_source.h
-include/k3d/k3dsdk/ienumeration_property.h
-include/k3d/k3dsdk/ievent_loop.h
-include/k3d/k3dsdk/ifile_change_notifier.h
-include/k3d/k3dsdk/ihint.h
-include/k3d/k3dsdk/iimager_shader_ri.h
-include/k3d/k3dsdk/iint32_source.h
-include/k3d/k3dsdk/ikeyframer.h
-include/k3d/k3dsdk/ilight_gl.h
-include/k3d/k3dsdk/ilight_ri.h
-include/k3d/k3dsdk/ilight_shader_ri.h
-include/k3d/k3dsdk/ilight_yafray.h
-include/k3d/k3dsdk/ilist_property.h
-include/k3d/k3dsdk/imaterial.h
-include/k3d/k3dsdk/imaterial_ri.h
-include/k3d/k3dsdk/imaterial_sink.h
-include/k3d/k3dsdk/imaterial_yafray.h
-include/k3d/k3dsdk/imatrix_sink.h
-include/k3d/k3dsdk/imatrix_source.h
-include/k3d/k3dsdk/imeasurement_property.h
-include/k3d/k3dsdk/imesh_painter_gl.h
-include/k3d/k3dsdk/imesh_painter_ri.h
-include/k3d/k3dsdk/imesh_selection_algorithm.h
-include/k3d/k3dsdk/imesh_selection_sink.h
-include/k3d/k3dsdk/imesh_sink.h
-include/k3d/k3dsdk/imesh_source.h
-include/k3d/k3dsdk/imesh_storage.h
-include/k3d/k3dsdk/imetadata.h
-include/k3d/k3dsdk/imime_type_handler.h
-include/k3d/k3dsdk/imulti_mesh_sink.h
-include/k3d/k3dsdk/inetwork_render_farm.h
-include/k3d/k3dsdk/inetwork_render_frame.h
-include/k3d/k3dsdk/inetwork_render_job.h
-include/k3d/k3dsdk/inode.h
-include/k3d/k3dsdk/inode_change_signal.h
-include/k3d/k3dsdk/inode_collection.h
-include/k3d/k3dsdk/inode_collection_property.h
-include/k3d/k3dsdk/inode_collection_sink.h
-include/k3d/k3dsdk/inode_name_map.h
-include/k3d/k3dsdk/inode_property.h
-include/k3d/k3dsdk/inode_selection.h
-include/k3d/k3dsdk/int32_source.h
-include/k3d/k3dsdk/interface_list.h
-include/k3d/k3dsdk/iomanip.h
-include/k3d/k3dsdk/ioption_property_ri.h
-include/k3d/k3dsdk/iparentable.h
-include/k3d/k3dsdk/ipath_property.h
-include/k3d/k3dsdk/ipersistent.h
-include/k3d/k3dsdk/ipersistent_collection.h
-include/k3d/k3dsdk/ipersistent_lookup.h
-include/k3d/k3dsdk/ipipeline.h
-include/k3d/k3dsdk/ipipeline_profiler.h
-include/k3d/k3dsdk/iplugin_factory.h
-include/k3d/k3dsdk/iplugin_factory_collection.h
-include/k3d/k3dsdk/iplugin_registry.h
-include/k3d/k3dsdk/iprojection.h
-include/k3d/k3dsdk/iproperty.h
-include/k3d/k3dsdk/iproperty_collection.h
-include/k3d/k3dsdk/iproperty_group_collection.h
-include/k3d/k3dsdk/iproperty_sink.h
-include/k3d/k3dsdk/irender_animation.h
-include/k3d/k3dsdk/irender_camera_animation.h
-include/k3d/k3dsdk/irender_camera_frame.h
-include/k3d/k3dsdk/irender_camera_preview.h
-include/k3d/k3dsdk/irender_engine_ri.h
-include/k3d/k3dsdk/irender_frame.h
-include/k3d/k3dsdk/irender_preview.h
-include/k3d/k3dsdk/irender_viewport_gl.h
-include/k3d/k3dsdk/irenderable_gl.h
-include/k3d/k3dsdk/irenderable_ri.h
-include/k3d/k3dsdk/ireset_properties.h
-include/k3d/k3dsdk/iscript_engine.h
-include/k3d/k3dsdk/iscript_property.h
-include/k3d/k3dsdk/iscripted_action.h
-include/k3d/k3dsdk/iselectable.h
-include/k3d/k3dsdk/ishader_collection_ri.h
-include/k3d/k3dsdk/isnap_source.h
-include/k3d/k3dsdk/isnap_target.h
-include/k3d/k3dsdk/isnappable.h
-include/k3d/k3dsdk/istate_container.h
-include/k3d/k3dsdk/istate_recorder.h
-include/k3d/k3dsdk/istate_recorder_sink.h
-include/k3d/k3dsdk/istream_ri.h
-include/k3d/k3dsdk/istring_source.h
-include/k3d/k3dsdk/isurface_shader_ri.h
-include/k3d/k3dsdk/itexture.h
-include/k3d/k3dsdk/itexture_ri.h
-include/k3d/k3dsdk/itime_sink.h
-include/k3d/k3dsdk/itransform_array_1d.h
-include/k3d/k3dsdk/itransform_array_2d.h
-include/k3d/k3dsdk/itransform_array_3d.h
-include/k3d/k3dsdk/iunknown.h
-include/k3d/k3dsdk/iuri_handler.h
-include/k3d/k3dsdk/iuser_interface.h
-include/k3d/k3dsdk/iuser_property.h
-include/k3d/k3dsdk/ivector3_source.h
-include/k3d/k3dsdk/ivolume_shader_ri.h
-include/k3d/k3dsdk/iwatched_path_property.h
-include/k3d/k3dsdk/iwritable_property.h
-include/k3d/k3dsdk/keyboard.h
-include/k3d/k3dsdk/line2.h
-include/k3d/k3dsdk/line3.h
-include/k3d/k3dsdk/linear_curve.h
-include/k3d/k3dsdk/log.h
-include/k3d/k3dsdk/log_control.h
-include/k3d/k3dsdk/material.h
-include/k3d/k3dsdk/material_sink.h
-include/k3d/k3dsdk/matrix_source.h
-include/k3d/k3dsdk/measurement.h
-include/k3d/k3dsdk/mesh.h
-include/k3d/k3dsdk/mesh_deformation_modifier.h
-include/k3d/k3dsdk/mesh_modifier.h
-include/k3d/k3dsdk/mesh_painter_gl.h
-include/k3d/k3dsdk/mesh_reader.h
-include/k3d/k3dsdk/mesh_selection_modifier.h
-include/k3d/k3dsdk/mesh_selection_sink.h
-include/k3d/k3dsdk/mesh_simple_deformation_modifier.h
-include/k3d/k3dsdk/mesh_sink.h
-include/k3d/k3dsdk/mesh_source.h
-include/k3d/k3dsdk/mesh_triangulate_detail.h
-include/k3d/k3dsdk/mesh_writer.h
-include/k3d/k3dsdk/metadata.h
-include/k3d/k3dsdk/metadata_keys.h
-include/k3d/k3dsdk/mime_types.h
-include/k3d/k3dsdk/module.h
-include/k3d/k3dsdk/named_array_types.h
-include/k3d/k3dsdk/named_arrays.h
-include/k3d/k3dsdk/named_tables.h
-include/k3d/k3dsdk/namespace_documentation.h
-include/k3d/k3dsdk/network_render_farm.h
-include/k3d/k3dsdk/network_render_farm_detail.h
-include/k3d/k3dsdk/node.h
-include/k3d/k3dsdk/node_change_signal.h
-include/k3d/k3dsdk/node_name_map.h
-include/k3d/k3dsdk/nodes.h
-include/k3d/k3dsdk/noise.h
-include/k3d/k3dsdk/normal3.h
-include/k3d/k3dsdk/nurbs_curve.h
-include/k3d/k3dsdk/nurbs_patch.h
-include/k3d/k3dsdk/options.h
-include/k3d/k3dsdk/options_policy.h
-include/k3d/k3dsdk/os_load_module.h
-include/k3d/k3dsdk/painter_render_state_gl.h
-include/k3d/k3dsdk/painter_selection_state_gl.h
-include/k3d/k3dsdk/paraboloid.h
-include/k3d/k3dsdk/parallel/blocked_range.h
-include/k3d/k3dsdk/parallel/parallel_for.h
-include/k3d/k3dsdk/parallel/threads.h
-include/k3d/k3dsdk/parentable.h
-include/k3d/k3dsdk/particle.h
-include/k3d/k3dsdk/path.h
-include/k3d/k3dsdk/persistent_lookup.h
-include/k3d/k3dsdk/persistent_property_collection.h
-include/k3d/k3dsdk/pipeline.h
-include/k3d/k3dsdk/pipeline_data.h
-include/k3d/k3dsdk/pipeline_profiler.h
-include/k3d/k3dsdk/plane.h
-include/k3d/k3dsdk/plugin.h
-include/k3d/k3dsdk/plugin_factory.h
-include/k3d/k3dsdk/plugin_factory_collection.h
-include/k3d/k3dsdk/plugins_detail.h
-include/k3d/k3dsdk/point2.h
-include/k3d/k3dsdk/point3.h
-include/k3d/k3dsdk/point4.h
-include/k3d/k3dsdk/pointer_demand_storage.h
-include/k3d/k3dsdk/polyhedron.h
-include/k3d/k3dsdk/primitive_validation.h
-include/k3d/k3dsdk/property.h
-include/k3d/k3dsdk/property_collection.h
-include/k3d/k3dsdk/property_group_collection.h
-include/k3d/k3dsdk/property_types.h
-include/k3d/k3dsdk/property_types_ri.h
-include/k3d/k3dsdk/rectangle.h
-include/k3d/k3dsdk/register_application.h
-include/k3d/k3dsdk/register_plugin_factories.h
-include/k3d/k3dsdk/render_state_gl.h
-include/k3d/k3dsdk/render_state_ri.h
-include/k3d/k3dsdk/renderable_gl.h
-include/k3d/k3dsdk/renderable_ri.h
-include/k3d/k3dsdk/resolutions.h
-include/k3d/k3dsdk/resource/resource.h
-include/k3d/k3dsdk/result.h
-include/k3d/k3dsdk/scalar_source.h
-include/k3d/k3dsdk/scripted_node.h
-include/k3d/k3dsdk/scripted_plugin.h
-include/k3d/k3dsdk/scripting.h
-include/k3d/k3dsdk/selectable.h
-include/k3d/k3dsdk/selection.h
-include/k3d/k3dsdk/selection_state_gl.h
-include/k3d/k3dsdk/selection_validation.h
-include/k3d/k3dsdk/serialization_xml.h
-include/k3d/k3dsdk/sgi_tesselator.h
-include/k3d/k3dsdk/shader_cache.h
-include/k3d/k3dsdk/shader_cache_detail.h
-include/k3d/k3dsdk/shader_collection_ri.h
-include/k3d/k3dsdk/shader_ri.h
-include/k3d/k3dsdk/share.h
-include/k3d/k3dsdk/share_detail.h
-include/k3d/k3dsdk/signal_accumulators.h
-include/k3d/k3dsdk/signal_slots.h
-include/k3d/k3dsdk/signal_system.h
-include/k3d/k3dsdk/sl.h
-include/k3d/k3dsdk/snap_source.h
-include/k3d/k3dsdk/snap_target.h
-include/k3d/k3dsdk/snappable.h
-include/k3d/k3dsdk/snappable_detail.h
-include/k3d/k3dsdk/socket.h
-include/k3d/k3dsdk/sphere.h
-include/k3d/k3dsdk/state_change_set.h
-include/k3d/k3dsdk/stream_io_ri.h
-include/k3d/k3dsdk/stream_ri.h
-include/k3d/k3dsdk/string_cast.h
-include/k3d/k3dsdk/string_modifiers.h
-include/k3d/k3dsdk/string_source.h
-include/k3d/k3dsdk/system.h
-include/k3d/k3dsdk/table.h
-include/k3d/k3dsdk/table_copier.h
-include/k3d/k3dsdk/teapot.h
-include/k3d/k3dsdk/texture3.h
-include/k3d/k3dsdk/time_sink.h
-include/k3d/k3dsdk/time_source.h
-include/k3d/k3dsdk/tokens.h
-include/k3d/k3dsdk/torus.h
-include/k3d/k3dsdk/transform.h
-include/k3d/k3dsdk/transformable.h
-include/k3d/k3dsdk/triangulator.h
-include/k3d/k3dsdk/type_registry.h
-include/k3d/k3dsdk/typed_array.h
-include/k3d/k3dsdk/types.h
-include/k3d/k3dsdk/types_ri.h
-include/k3d/k3dsdk/uint_t_array.h
-include/k3d/k3dsdk/user_interface.h
-include/k3d/k3dsdk/user_interface_init.h
-include/k3d/k3dsdk/user_property.h
-include/k3d/k3dsdk/user_property_changed_signal.h
-include/k3d/k3dsdk/ustring.h
-include/k3d/k3dsdk/utility.h
-include/k3d/k3dsdk/utility_gl.h
-include/k3d/k3dsdk/uuid.h
-include/k3d/k3dsdk/value_demand_storage.h
-include/k3d/k3dsdk/vector2.h
-include/k3d/k3dsdk/vector3.h
-include/k3d/k3dsdk/vector3_source.h
-include/k3d/k3dsdk/vector4.h
-include/k3d/k3dsdk/vectors.h
-include/k3d/k3dsdk/virtual_document_plugin_factory.h
-include/k3d/k3dsdk/watched_path_property.h
-include/k3d/k3dsdk/win32.h
-include/k3d/k3dsdk/xml.h
-include/k3d/k3dsdk/xpath.h
-lib/k3d/include/k3d-i18n-config.h
-lib/k3d/include/k3d-parallel-config.h
-lib/k3d/include/k3d-path-config.h
-lib/k3d/include/k3d-platform-config.h
-lib/k3d/include/k3d-version-config.h
-%%3DS%%lib/k3d/plugins/k3d-3ds-io.module
-%%3DS%%lib/k3d/plugins/k3d-3ds-io.module.proxy
-lib/k3d/plugins/k3d-advanced-opengl-painters.module
-lib/k3d/plugins/k3d-advanced-opengl-painters.module.proxy
-lib/k3d/plugins/k3d-animation.module
-lib/k3d/plugins/k3d-annotation.module
-lib/k3d/plugins/k3d-annotation.module.proxy
-lib/k3d/plugins/k3d-array.module
-lib/k3d/plugins/k3d-array.module.proxy
-lib/k3d/plugins/k3d-bicubic-patch.module
-lib/k3d/plugins/k3d-bicubic-patch.module.proxy
-lib/k3d/plugins/k3d-bilinear-patch.module
-lib/k3d/plugins/k3d-bilinear-patch.module.proxy
-lib/k3d/plugins/k3d-bitmap.module
-lib/k3d/plugins/k3d-bitmap.module.proxy
-lib/k3d/plugins/k3d-blobby.module
-lib/k3d/plugins/k3d-blobby.module.proxy
-lib/k3d/plugins/k3d-cloth.module
-lib/k3d/plugins/k3d-cloth.module.proxy
-%%COMPIZ%%lib/k3d/plugins/k3d-compiz.module
-%%COMPIZ%%lib/k3d/plugins/k3d-compiz.module.proxy
-lib/k3d/plugins/k3d-core.module
-lib/k3d/plugins/k3d-core.module.proxy
-lib/k3d/plugins/k3d-deformation.module
-lib/k3d/plugins/k3d-deformation.module.proxy
-lib/k3d/plugins/k3d-development.module
-lib/k3d/plugins/k3d-development.module.proxy
-lib/k3d/plugins/k3d-double.module
-lib/k3d/plugins/k3d-double.module.proxy
-lib/k3d/plugins/k3d-file-magic.module
-lib/k3d/plugins/k3d-file-magic.module.proxy
-lib/k3d/plugins/k3d-freetype2.module
-lib/k3d/plugins/k3d-freetype2.module.proxy
-%%GNOME%%lib/k3d/plugins/k3d-gnome.module
-%%GNOME%%lib/k3d/plugins/k3d-gnome.module.proxy
-%%PERFTOOLS%%lib/k3d/plugins/k3d-google-perftools.module
-%%PERFTOOLS%%lib/k3d/plugins/k3d-google-perftools.module.proxy
-lib/k3d/plugins/k3d-graphviz.module
-lib/k3d/plugins/k3d-graphviz.module.proxy
-%%GTS%%lib/k3d/plugins/k3d-gts.module
-%%GTS%%lib/k3d/plugins/k3d-gts.module.proxy
-lib/k3d/plugins/k3d-gts-io.module
-lib/k3d/plugins/k3d-gts-io.module.proxy
-lib/k3d/plugins/k3d-highlighting.module
-lib/k3d/plugins/k3d-highlighting.module.proxy
-%%IMAGEMAGICK%%lib/k3d/plugins/k3d-imagemagick-io.module
-%%IMAGEMAGICK%%lib/k3d/plugins/k3d-imagemagick-io.module.proxy
-lib/k3d/plugins/k3d-indigo.module
-lib/k3d/plugins/k3d-indigo.module.proxy
-lib/k3d/plugins/k3d-jpeg-io.module
-lib/k3d/plugins/k3d-jpeg-io.module.proxy
-lib/k3d/plugins/k3d-k3d-io.module
-lib/k3d/plugins/k3d-k3d-io.module.proxy
-lib/k3d/plugins/k3d-linear-curve.module
-lib/k3d/plugins/k3d-linear-curve.module.proxy
-lib/k3d/plugins/k3d-lipsync.module
-lib/k3d/plugins/k3d-lipsync.module.proxy
-lib/k3d/plugins/k3d-lsystem.module
-lib/k3d/plugins/k3d-lsystem.module.proxy
-lib/k3d/plugins/k3d-luxrender.module
-lib/k3d/plugins/k3d-luxrender.module.proxy
-lib/k3d/plugins/k3d-matrix.module
-lib/k3d/plugins/k3d-matrix.module.proxy
-lib/k3d/plugins/k3d-md2-io.module
-lib/k3d/plugins/k3d-md2-io.module.proxy
-lib/k3d/plugins/k3d-mesh-attributes.module
-lib/k3d/plugins/k3d-mesh-attributes.module.proxy
-lib/k3d/plugins/k3d-mesh-instance.module
-lib/k3d/plugins/k3d-mesh-instance.module.proxy
-lib/k3d/plugins/k3d-mesh.module
-lib/k3d/plugins/k3d-mesh.module.proxy
-lib/k3d/plugins/k3d-ngui-about.module
-lib/k3d/plugins/k3d-ngui-about.module.proxy
-lib/k3d/plugins/k3d-ngui-animation-timeline-panel.module
-lib/k3d/plugins/k3d-ngui-animation-timeline-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-assign-hotkeys.module
-lib/k3d/plugins/k3d-ngui-assign-hotkeys.module.proxy
-lib/k3d/plugins/k3d-ngui-knot-vector-control.module
-lib/k3d/plugins/k3d-ngui-knot-vector-control.module.proxy
-lib/k3d/plugins/k3d-ngui-learning.module
-lib/k3d/plugins/k3d-ngui-learning.module.proxy
-lib/k3d/plugins/k3d-ngui-log.module
-lib/k3d/plugins/k3d-ngui-log.module.proxy
-lib/k3d/plugins/k3d-ngui-mesh-control.module
-lib/k3d/plugins/k3d-ngui-mesh-control.module.proxy
-lib/k3d/plugins/k3d-ngui-morph-points-page.module
-lib/k3d/plugins/k3d-ngui-morph-points-page.module.proxy
-lib/k3d/plugins/k3d-ngui-node-history-panel.module
-lib/k3d/plugins/k3d-ngui-node-history-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-node-list-panel.module
-lib/k3d/plugins/k3d-ngui-node-list-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-node-properties-panel.module
-lib/k3d/plugins/k3d-ngui-node-properties-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-opengl-dialog.module
-lib/k3d/plugins/k3d-ngui-opengl-dialog.module.proxy
-lib/k3d/plugins/k3d-ngui-parent-tool.module
-lib/k3d/plugins/k3d-ngui-parent-tool.module.proxy
-lib/k3d/plugins/k3d-ngui-pipeline-panel.module
-lib/k3d/plugins/k3d-ngui-pipeline-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-pipeline-profiler-panel.module
-lib/k3d/plugins/k3d-ngui-pipeline-profiler-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-python-shell.module
-lib/k3d/plugins/k3d-ngui-python-shell.module.proxy
-lib/k3d/plugins/k3d-ngui-rectangle-control.module
-lib/k3d/plugins/k3d-ngui-rectangle-control.module.proxy
-lib/k3d/plugins/k3d-ngui-render-region-tool.module
-lib/k3d/plugins/k3d-ngui-render-region-tool.module.proxy
-lib/k3d/plugins/k3d-ngui-selection-control.module
-lib/k3d/plugins/k3d-ngui-selection-control.module.proxy
-lib/k3d/plugins/k3d-ngui-snap-tool.module
-lib/k3d/plugins/k3d-ngui-snap-tool.module.proxy
-lib/k3d/plugins/k3d-ngui-text-editor.module
-lib/k3d/plugins/k3d-ngui-text-editor.module.proxy
-lib/k3d/plugins/k3d-ngui-timeline-panel.module
-lib/k3d/plugins/k3d-ngui-timeline-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-tool-properties-panel.module
-lib/k3d/plugins/k3d-ngui-tool-properties-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-toolbar-panel.module
-lib/k3d/plugins/k3d-ngui-toolbar-panel.module.proxy
-lib/k3d/plugins/k3d-ngui-undo-tree-panel.module
-lib/k3d/plugins/k3d-ngui-undo-tree-panel.module.proxy
-lib/k3d/plugins/k3d-ngui.module
-lib/k3d/plugins/k3d-ngui.module.proxy
-lib/k3d/plugins/k3d-nui.module
-lib/k3d/plugins/k3d-nui.module.proxy
-lib/k3d/plugins/k3d-nurbs-sources.module
-lib/k3d/plugins/k3d-nurbs-sources.module.proxy
-lib/k3d/plugins/k3d-nurbs.module
-lib/k3d/plugins/k3d-nurbs.module.proxy
-lib/k3d/plugins/k3d-obj-io.module
-lib/k3d/plugins/k3d-obj-io.module.proxy
-lib/k3d/plugins/k3d-ogre-io.module
-lib/k3d/plugins/k3d-ogre-io.module.proxy
-%%OPENEXR%%lib/k3d/plugins/k3d-openexr-io.module
-%%OPENEXR%%lib/k3d/plugins/k3d-openexr-io.module.proxy
-lib/k3d/plugins/k3d-opengl.module
-lib/k3d/plugins/k3d-opengl.module.proxy
-lib/k3d/plugins/k3d-particle.module
-lib/k3d/plugins/k3d-particle.module.proxy
-lib/k3d/plugins/k3d-pdiff.module
-lib/k3d/plugins/k3d-pdiff.module.proxy
-lib/k3d/plugins/k3d-pixie.module
-lib/k3d/plugins/k3d-pixie.module.proxy
-lib/k3d/plugins/k3d-plot.module
-lib/k3d/plugins/k3d-plot.module.proxy
-lib/k3d/plugins/k3d-ply-io.module
-lib/k3d/plugins/k3d-ply-io.module.proxy
-lib/k3d/plugins/k3d-png-io.module
-lib/k3d/plugins/k3d-png-io.module.proxy
-lib/k3d/plugins/k3d-polyhedron-sources.module
-lib/k3d/plugins/k3d-polyhedron-sources.module.proxy
-lib/k3d/plugins/k3d-polyhedron.module
-lib/k3d/plugins/k3d-polyhedron.module.proxy
-lib/k3d/plugins/k3d-python.module
-lib/k3d/plugins/k3d-python.module.proxy
-lib/k3d/plugins/k3d-pyui.module
-lib/k3d/plugins/k3d-pyui.module.proxy
-lib/k3d/plugins/k3d-qslim.module
-lib/k3d/plugins/k3d-qslim.module.proxy
-lib/k3d/plugins/k3d-quadrics.module
-lib/k3d/plugins/k3d-quadrics.module.proxy
-lib/k3d/plugins/k3d-reference-opengl-painters.module
-lib/k3d/plugins/k3d-reference-opengl-painters.module.proxy
-lib/k3d/plugins/k3d-release.module
-lib/k3d/plugins/k3d-release.module.proxy
-lib/k3d/plugins/k3d-renderman-engines.module
-lib/k3d/plugins/k3d-renderman-engines.module.proxy
-lib/k3d/plugins/k3d-renderman-painters.module
-lib/k3d/plugins/k3d-renderman-painters.module.proxy
-lib/k3d/plugins/k3d-renderman.module
-lib/k3d/plugins/k3d-renderman.module.proxy
-lib/k3d/plugins/k3d-scripted-plugins.module
-lib/k3d/plugins/k3d-scripting.module
-lib/k3d/plugins/k3d-scripting.module.proxy
-lib/k3d/plugins/k3d-selection.module
-lib/k3d/plugins/k3d-selection.module.proxy
-lib/k3d/plugins/k3d-solar.module
-lib/k3d/plugins/k3d-solar.module.proxy
-lib/k3d/plugins/k3d-stl-io.module
-lib/k3d/plugins/k3d-stl-io.module.proxy
-lib/k3d/plugins/k3d-subdivision-surface.module
-lib/k3d/plugins/k3d-subdivision-surface.module.proxy
-lib/k3d/plugins/k3d-svg-io.module
-lib/k3d/plugins/k3d-svg-io.module.proxy
-lib/k3d/plugins/k3d-test.module
-lib/k3d/plugins/k3d-test.module.proxy
-lib/k3d/plugins/k3d-tiff-io.module
-lib/k3d/plugins/k3d-tiff-io.module.proxy
-lib/k3d/plugins/k3d-time.module
-lib/k3d/plugins/k3d-time.module.proxy
-lib/k3d/plugins/k3d-uniform-polyhedron.module
-lib/k3d/plugins/k3d-uniform-polyhedron.module.proxy
-lib/k3d/plugins/k3d-virtual-opengl-painters.module
-lib/k3d/plugins/k3d-virtual-opengl-painters.module.proxy
-lib/k3d/plugins/k3d-xtrackcad.module
-lib/k3d/plugins/k3d-xtrackcad.module.proxy
-lib/k3d/plugins/k3d-yafray.module
-lib/k3d/plugins/k3d-yafray.module.proxy
-lib/libk3d-solar-solpos.so
-lib/libk3d-solar-solpos.so.1
-lib/libk3dsdk-expression.so
-lib/libk3dsdk-expression.so.1
-lib/libk3dsdk-ftgl.so
-lib/libk3dsdk-ftgl.so.1
-lib/libk3dsdk-glew.so
-lib/libk3dsdk-glew.so.1
-lib/libk3dsdk-half.so
-lib/libk3dsdk-half.so.1
-lib/libk3dsdk-ngui.so
-lib/libk3dsdk-ngui.so.1
-lib/libk3dsdk-parallel.so
-lib/libk3dsdk-parallel.so.1
-lib/libk3dsdk-python-arrays.so
-lib/libk3dsdk-python-arrays.so.1
-lib/libk3dsdk-python-atk.so
-lib/libk3dsdk-python-atk.so.1
-lib/libk3dsdk-python-b.so
-lib/libk3dsdk-python-b.so.1
-lib/libk3dsdk-python-const-arrays.so
-lib/libk3dsdk-python-const-arrays.so.1
-lib/libk3dsdk-python-interfaces.so
-lib/libk3dsdk-python-interfaces.so.1
-lib/libk3dsdk-python-mesh.so
-lib/libk3dsdk-python-mesh.so.1
-lib/libk3dsdk-python-primitives.so
-lib/libk3dsdk-python-primitives.so.1
-lib/libk3dsdk-python-values.so
-lib/libk3dsdk-python-values.so.1
-lib/libk3dsdk-python.so
-lib/libk3dsdk-python.so.1
-lib/libk3dsdk-resource.so
-lib/libk3dsdk-resource.so.1
-lib/libk3dsdk-sgi-tesselator.so
-lib/libk3dsdk-sgi-tesselator.so.1
-lib/libk3dsdk-subdivision-surface.so
-lib/libk3dsdk-subdivision-surface.so.1
-lib/libk3dsdk.so
-lib/libk3dsdk.so.1
-%%DATADIR%%/aspect_ratios.k3d
-%%DATADIR%%/documents/animation/arc_length.k3d
-%%DATADIR%%/documents/animation/digital_clock.k3d
-%%DATADIR%%/documents/animation/euler_angles.k3d
-%%DATADIR%%/documents/index.k3d
-%%DATADIR%%/documents/logo.k3d
-%%DATADIR%%/fonts/K-3D.ttf
-%%DATADIR%%/fonts/Vera.ttf
-%%DATADIR%%/fonts/VeraBI.ttf
-%%DATADIR%%/fonts/VeraBd.ttf
-%%DATADIR%%/fonts/VeraIt.ttf
-%%DATADIR%%/fonts/VeraMoBI.ttf
-%%DATADIR%%/fonts/VeraMoBd.ttf
-%%DATADIR%%/fonts/VeraMoIt.ttf
-%%DATADIR%%/fonts/VeraMono.ttf
-%%DATADIR%%/fonts/VeraSe.ttf
-%%DATADIR%%/fonts/VeraSeBd.ttf
-%%DATADIR%%/geometry/knot.obj
-%%DATADIR%%/icons/favicon.ico
-%%DATADIR%%/icons/favicon.png
-%%DATADIR%%/icons/k3d.ico
-%%DATADIR%%/icons/k3d.png
-%%DATADIR%%/icons/k3d_large.png
-%%DATADIR%%/locale/chef/LC_MESSAGES/k3d.mo
-%%DATADIR%%/logo/logo.svg
-%%DATADIR%%/logo/logo_build.svg
-%%DATADIR%%/lsystem/abop-2d-form.ls
-%%DATADIR%%/lsystem/abop-block-form.ls
-%%DATADIR%%/lsystem/abop-bush.ls
-%%DATADIR%%/lsystem/abop-compound-leave-3d.ls
-%%DATADIR%%/lsystem/abop-compound-leave.ls
-%%DATADIR%%/lsystem/abop-cordate-leave.ls
-%%DATADIR%%/lsystem/abop-dragon-curves.ls
-%%DATADIR%%/lsystem/abop-fractal.ls
-%%DATADIR%%/lsystem/abop-lychnis-structure.ls
-%%DATADIR%%/lsystem/abop-maple-like-leave.ls
-%%DATADIR%%/lsystem/abop-monopodial-tree.ls
-%%DATADIR%%/lsystem/abop-monopodial-tree2.ls
-%%DATADIR%%/lsystem/abop-nested-polygon-leaves.ls
-%%DATADIR%%/lsystem/abop-plant.ls
-%%DATADIR%%/lsystem/abop-ternary-tree.ls
-%%DATADIR%%/lsystem/airhorse.ls
-%%DATADIR%%/lsystem/axis.ls
-%%DATADIR%%/lsystem/best-tree.ls
-%%DATADIR%%/lsystem/cees-3dartist.ls
-%%DATADIR%%/lsystem/cees-crystal-with-leaves.ls
-%%DATADIR%%/lsystem/cees-crystal-with-leaves2.ls
-%%DATADIR%%/lsystem/cees-crystal.ls
-%%DATADIR%%/lsystem/cees-crystals.ls
-%%DATADIR%%/lsystem/cees-koch.ls
-%%DATADIR%%/lsystem/cees-koch2.ls
-%%DATADIR%%/lsystem/cees-pascal-cube.ls
-%%DATADIR%%/lsystem/cees-pascal-cube2.ls
-%%DATADIR%%/lsystem/cees-passion-flower.ls
-%%DATADIR%%/lsystem/cees-plant-kwal.ls
-%%DATADIR%%/lsystem/cees-plant.ls
-%%DATADIR%%/lsystem/cees-plant2.ls
-%%DATADIR%%/lsystem/cees-sierpinski-gasket.ls
-%%DATADIR%%/lsystem/cees-sierpinski-gasket2.ls
-%%DATADIR%%/lsystem/cello-plant.ls
-%%DATADIR%%/lsystem/circle-form.ls
-%%DATADIR%%/lsystem/conifer-type-tree.ls
-%%DATADIR%%/lsystem/conifer-type-tree2.ls
-%%DATADIR%%/lsystem/cordate-leave-arrangement.ls
-%%DATADIR%%/lsystem/cordate-leaves.ls
-%%DATADIR%%/lsystem/dasysiphonia-rigidula.ls
-%%DATADIR%%/lsystem/daysa-rigidula.ls
-%%DATADIR%%/lsystem/fern-plant.ls
-%%DATADIR%%/lsystem/flower.ls
-%%DATADIR%%/lsystem/fractint.ls
-%%DATADIR%%/lsystem/fractint2.ls
-%%DATADIR%%/lsystem/fractint3.ls
-%%DATADIR%%/lsystem/fractint4.ls
-%%DATADIR%%/lsystem/half-cycle.ls
-%%DATADIR%%/lsystem/half-cycle2.ls
-%%DATADIR%%/lsystem/higgs-butterfly.ls
-%%DATADIR%%/lsystem/higgs-copepoda-crustacean-mutated.ls
-%%DATADIR%%/lsystem/higgs-copepoda-crustacean.ls
-%%DATADIR%%/lsystem/higgs-lobster.ls
-%%DATADIR%%/lsystem/higgs-sierpinski-variants.ls
-%%DATADIR%%/lsystem/large-spiral-plant.ls
-%%DATADIR%%/lsystem/large-spiral-plant2.ls
-%%DATADIR%%/lsystem/leavy-ternary-tree-type.ls
-%%DATADIR%%/lsystem/lobster-form.ls
-%%DATADIR%%/lsystem/lobster-form2.ls
-%%DATADIR%%/lsystem/lobster-form3.ls
-%%DATADIR%%/lsystem/lobster-form4.ls
-%%DATADIR%%/lsystem/lobster-form5.ls
-%%DATADIR%%/lsystem/menger-cube.ls
-%%DATADIR%%/lsystem/octo-spider.ls
-%%DATADIR%%/lsystem/palm-tree.ls
-%%DATADIR%%/lsystem/shell.ls
-%%DATADIR%%/lsystem/shell2.ls
-%%DATADIR%%/lsystem/shell3.ls
-%%DATADIR%%/lsystem/shell4.ls
-%%DATADIR%%/lsystem/spiral-bush.ls
-%%DATADIR%%/lsystem/spiral-design.ls
-%%DATADIR%%/lsystem/spiral-form.ls
-%%DATADIR%%/lsystem/spiral-tree.ls
-%%DATADIR%%/lsystem/spiral-types.ls
-%%DATADIR%%/lsystem/tree-base.ls
-%%DATADIR%%/lsystem/tree.ls
-%%DATADIR%%/lsystem/tree2.ls
-%%DATADIR%%/lsystem/tree3.ls
-%%DATADIR%%/lsystem/trees.ls
-%%DATADIR%%/lsystem/trees2.ls
-%%DATADIR%%/lsystem/trees3.ls
-%%DATADIR%%/lsystem/tropism-experimental-tree.ls
-%%DATADIR%%/lsystem/tropism.ls
-%%DATADIR%%/lsystem/willow-tree.ls
-%%DATADIR%%/ngui/pixmap/about.xpm
-%%DATADIR%%/ngui/pixmap/automagic-off.xpm
-%%DATADIR%%/ngui/pixmap/automagic-on.xpm
-%%DATADIR%%/ngui/pixmap/black_box_recorder_off.png
-%%DATADIR%%/ngui/pixmap/black_box_recorder_on.png
-%%DATADIR%%/ngui/pixmap/default_icon.png
-%%DATADIR%%/ngui/pixmap/fast_forward.xpm
-%%DATADIR%%/ngui/pixmap/mat_edit_shader_icon.xpm
-%%DATADIR%%/ngui/pixmap/mat_preview_bg_icon.xpm
-%%DATADIR%%/ngui/pixmap/mat_preview_date_icon.xpm
-%%DATADIR%%/ngui/pixmap/pinned.xpm
-%%DATADIR%%/ngui/pixmap/play.xpm
-%%DATADIR%%/ngui/pixmap/play_from_cursor.xpm
-%%DATADIR%%/ngui/pixmap/play_loop.xpm
-%%DATADIR%%/ngui/pixmap/record.xpm
-%%DATADIR%%/ngui/pixmap/render_animation.xpm
-%%DATADIR%%/ngui/pixmap/render_frame.xpm
-%%DATADIR%%/ngui/pixmap/render_preview.xpm
-%%DATADIR%%/ngui/pixmap/reverse_play.xpm
-%%DATADIR%%/ngui/pixmap/reverse_play_loop.xpm
-%%DATADIR%%/ngui/pixmap/rewind.xpm
-%%DATADIR%%/ngui/pixmap/splash.xpm
-%%DATADIR%%/ngui/pixmap/stop.xpm
-%%DATADIR%%/ngui/pixmap/unpinned.xpm
-%%DATADIR%%/ngui/rasterized/AlternateArray1D.png
-%%DATADIR%%/ngui/rasterized/AlternateArray2D.png
-%%DATADIR%%/ngui/rasterized/AlternateArray3D.png
-%%DATADIR%%/ngui/rasterized/AnnotateNormal.png
-%%DATADIR%%/ngui/rasterized/Annotation.png
-%%DATADIR%%/ngui/rasterized/Annotation2D.png
-%%DATADIR%%/ngui/rasterized/AqsisRenderManEngine.png
-%%DATADIR%%/ngui/rasterized/Axes.png
-%%DATADIR%%/ngui/rasterized/BendPoints.png
-%%DATADIR%%/ngui/rasterized/BevelFaces.png
-%%DATADIR%%/ngui/rasterized/BevelPoints.png
-%%DATADIR%%/ngui/rasterized/BicubicToPoly.png
-%%DATADIR%%/ngui/rasterized/BitmapAdd.png
-%%DATADIR%%/ngui/rasterized/BitmapChecker.png
-%%DATADIR%%/ngui/rasterized/BitmapColorMonochrome.png
-%%DATADIR%%/ngui/rasterized/BitmapGamma.png
-%%DATADIR%%/ngui/rasterized/BitmapInvert.png
-%%DATADIR%%/ngui/rasterized/BitmapMatteColorDiff.png
-%%DATADIR%%/ngui/rasterized/BitmapMatteInvert.png
-%%DATADIR%%/ngui/rasterized/BitmapModifierScript.png
-%%DATADIR%%/ngui/rasterized/BitmapMultiply.png
-%%DATADIR%%/ngui/rasterized/BitmapReader.png
-%%DATADIR%%/ngui/rasterized/BitmapSequenceIn.png
-%%DATADIR%%/ngui/rasterized/BitmapSequenceOut.png
-%%DATADIR%%/ngui/rasterized/BitmapSolid.png
-%%DATADIR%%/ngui/rasterized/BitmapSourceScript.png
-%%DATADIR%%/ngui/rasterized/BitmapSubtract.png
-%%DATADIR%%/ngui/rasterized/BitmapThreshold.png
-%%DATADIR%%/ngui/rasterized/BlobbyAdd.png
-%%DATADIR%%/ngui/rasterized/BlobbyDivide.png
-%%DATADIR%%/ngui/rasterized/BlobbyEllipsoid.png
-%%DATADIR%%/ngui/rasterized/BlobbyMaximum.png
-%%DATADIR%%/ngui/rasterized/BlobbyMinimum.png
-%%DATADIR%%/ngui/rasterized/BlobbyMultiply.png
-%%DATADIR%%/ngui/rasterized/BlobbyNegate.png
-%%DATADIR%%/ngui/rasterized/BlobbySegment.png
-%%DATADIR%%/ngui/rasterized/BlobbySubtract.png
-%%DATADIR%%/ngui/rasterized/BridgeEdges.png
-%%DATADIR%%/ngui/rasterized/BridgeFaces.png
-%%DATADIR%%/ngui/rasterized/BulgePoints.png
-%%DATADIR%%/ngui/rasterized/CalculateNormals.png
-%%DATADIR%%/ngui/rasterized/Camera.png
-%%DATADIR%%/ngui/rasterized/CapHole.png
-%%DATADIR%%/ngui/rasterized/CapHoles.png
-%%DATADIR%%/ngui/rasterized/CatmullClark.png
-%%DATADIR%%/ngui/rasterized/CenterPoints.png
-%%DATADIR%%/ngui/rasterized/CoarsenPolyhedra.png
-%%DATADIR%%/ngui/rasterized/CollapseEdges.png
-%%DATADIR%%/ngui/rasterized/CollapseFaces.png
-%%DATADIR%%/ngui/rasterized/CollapsePoints.png
-%%DATADIR%%/ngui/rasterized/ColorSourceScript.png
-%%DATADIR%%/ngui/rasterized/ConnectVertices.png
-%%DATADIR%%/ngui/rasterized/CylindricalWavePoints.png
-%%DATADIR%%/ngui/rasterized/DeformationExpression.png
-%%DATADIR%%/ngui/rasterized/Delete.png
-%%DATADIR%%/ngui/rasterized/DeleteComponents.png
-%%DATADIR%%/ngui/rasterized/Dissolve.png
-%%DATADIR%%/ngui/rasterized/DissolveFaces.png
-%%DATADIR%%/ngui/rasterized/DoubleAdd.png
-%%DATADIR%%/ngui/rasterized/DoubleDivide.png
-%%DATADIR%%/ngui/rasterized/DoubleModulo.png
-%%DATADIR%%/ngui/rasterized/DoubleMultiply.png
-%%DATADIR%%/ngui/rasterized/DoubleSine.png
-%%DATADIR%%/ngui/rasterized/DoubleSourceScript.png
-%%DATADIR%%/ngui/rasterized/DoubleSubtract.png
-%%DATADIR%%/ngui/rasterized/DoubleToString.png
-%%DATADIR%%/ngui/rasterized/EXRBitmapExporter.png
-%%DATADIR%%/ngui/rasterized/EXRBitmapImporter.png
-%%DATADIR%%/ngui/rasterized/EdgesToBlobby.png
-%%DATADIR%%/ngui/rasterized/ExtrudeFaces.png
-%%DATADIR%%/ngui/rasterized/FaceNormals.png
-%%DATADIR%%/ngui/rasterized/FlipOrientation.png
-%%DATADIR%%/ngui/rasterized/FrozenMatrix.png
-%%DATADIR%%/ngui/rasterized/FrozenMesh.png
-%%DATADIR%%/ngui/rasterized/FrozenTransformation.png
-%%DATADIR%%/ngui/rasterized/GTSMeshReader.png
-%%DATADIR%%/ngui/rasterized/GraphVizEngine.png
-%%DATADIR%%/ngui/rasterized/ImageMagickBitmapExporter.png
-%%DATADIR%%/ngui/rasterized/ImageMagickBitmapImporter.png
-%%DATADIR%%/ngui/rasterized/Int32SourceScript.png
-%%DATADIR%%/ngui/rasterized/JoinPoints.png
-%%DATADIR%%/ngui/rasterized/K3DMeshReader.png
-%%DATADIR%%/ngui/rasterized/K3DMeshWriter.png
-%%DATADIR%%/ngui/rasterized/LSystemParser.png
-%%DATADIR%%/ngui/rasterized/LinearKnot.png
-%%DATADIR%%/ngui/rasterized/LinearLissajousCurve.png
-%%DATADIR%%/ngui/rasterized/LinearPointNoise.png
-%%DATADIR%%/ngui/rasterized/LinearWavePoints.png
-%%DATADIR%%/ngui/rasterized/LinkPoints.png
-%%DATADIR%%/ngui/rasterized/LookAt.png
-%%DATADIR%%/ngui/rasterized/LuxRenderBilinearInterpolationTexture.png
-%%DATADIR%%/ngui/rasterized/LuxRenderCarpaintMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderDistantLight.png
-%%DATADIR%%/ngui/rasterized/LuxRenderEngine.png
-%%DATADIR%%/ngui/rasterized/LuxRenderEnvironmentLight.png
-%%DATADIR%%/ngui/rasterized/LuxRenderGlassMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderGlossyMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderGoniometricLight.png
-%%DATADIR%%/ngui/rasterized/LuxRenderImageTexture.png
-%%DATADIR%%/ngui/rasterized/LuxRenderMatteMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderMatteTranslucentMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderMetalMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderMirrorMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderMixMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderNullMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderPointLight.png
-%%DATADIR%%/ngui/rasterized/LuxRenderRoughGlassMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderScalarImageTexture.png
-%%DATADIR%%/ngui/rasterized/LuxRenderShinyMetalMaterial.png
-%%DATADIR%%/ngui/rasterized/LuxRenderSkyLight.png
-%%DATADIR%%/ngui/rasterized/LuxRenderSunLight.png
-%%DATADIR%%/ngui/rasterized/MakeSDS.png
-%%DATADIR%%/ngui/rasterized/ManualTimeSource.png
-%%DATADIR%%/ngui/rasterized/Material.png
-%%DATADIR%%/ngui/rasterized/MatrixLook.png
-%%DATADIR%%/ngui/rasterized/MatrixModifierScript.png
-%%DATADIR%%/ngui/rasterized/MatrixOrientation.png
-%%DATADIR%%/ngui/rasterized/MatrixPosition.png
-%%DATADIR%%/ngui/rasterized/MatrixScale.png
-%%DATADIR%%/ngui/rasterized/MatrixSourceScript.png
-%%DATADIR%%/ngui/rasterized/MatrixView.png
-%%DATADIR%%/ngui/rasterized/MergeFaces.png
-%%DATADIR%%/ngui/rasterized/MergeMesh.png
-%%DATADIR%%/ngui/rasterized/MeshArray1D.png
-%%DATADIR%%/ngui/rasterized/MeshArray2D.png
-%%DATADIR%%/ngui/rasterized/MeshArray3D.png
-%%DATADIR%%/ngui/rasterized/MeshInstance.png
-%%DATADIR%%/ngui/rasterized/MeshModifierScript.png
-%%DATADIR%%/ngui/rasterized/MeshSourceScript.png
-%%DATADIR%%/ngui/rasterized/MeshStats.png
-%%DATADIR%%/ngui/rasterized/MoveFirstEdge.png
-%%DATADIR%%/ngui/rasterized/MultiMaterial.png
-%%DATADIR%%/ngui/rasterized/NGUIParentTool.png
-%%DATADIR%%/ngui/rasterized/NGUIRenderRegionTool.png
-%%DATADIR%%/ngui/rasterized/NGUISnapTool.png
-%%DATADIR%%/ngui/rasterized/Newell.png
-%%DATADIR%%/ngui/rasterized/NodeSelection.png
-%%DATADIR%%/ngui/rasterized/NullOutputScript.png
-%%DATADIR%%/ngui/rasterized/NurbsCircle.png
-%%DATADIR%%/ngui/rasterized/NurbsCone.png
-%%DATADIR%%/ngui/rasterized/NurbsCylinder.png
-%%DATADIR%%/ngui/rasterized/NurbsDisk.png
-%%DATADIR%%/ngui/rasterized/NurbsGrid.png
-%%DATADIR%%/ngui/rasterized/NurbsHyperboloid.png
-%%DATADIR%%/ngui/rasterized/NurbsParaboloid.png
-%%DATADIR%%/ngui/rasterized/NurbsPolygon.png
-%%DATADIR%%/ngui/rasterized/NurbsSphere.png
-%%DATADIR%%/ngui/rasterized/NurbsTorus.png
-%%DATADIR%%/ngui/rasterized/OBJMeshReader.png
-%%DATADIR%%/ngui/rasterized/OBJMeshWriter.png
-%%DATADIR%%/ngui/rasterized/OpenGLEngine.png
-%%DATADIR%%/ngui/rasterized/OpenGLMaterial.png
-%%DATADIR%%/ngui/rasterized/Orientation.png
-%%DATADIR%%/ngui/rasterized/POVEngine.png
-%%DATADIR%%/ngui/rasterized/PixieRenderManEngine.png
-%%DATADIR%%/ngui/rasterized/PlanarMap.png
-%%DATADIR%%/ngui/rasterized/PointsToBlobby.png
-%%DATADIR%%/ngui/rasterized/PolyCone.png
-%%DATADIR%%/ngui/rasterized/PolyCube.png
-%%DATADIR%%/ngui/rasterized/PolyCushion.png
-%%DATADIR%%/ngui/rasterized/PolyCylinder.png
-%%DATADIR%%/ngui/rasterized/PolyGrid.png
-%%DATADIR%%/ngui/rasterized/PolyIcosahedron.png
-%%DATADIR%%/ngui/rasterized/PolySphere.png
-%%DATADIR%%/ngui/rasterized/PolySphereTessellation.png
-%%DATADIR%%/ngui/rasterized/PolyText.png
-%%DATADIR%%/ngui/rasterized/PolyToBilinear.png
-%%DATADIR%%/ngui/rasterized/PolyTorus.png
-%%DATADIR%%/ngui/rasterized/PolygonizeBlobbies.png
-%%DATADIR%%/ngui/rasterized/Polyhedron.png
-%%DATADIR%%/ngui/rasterized/Position.png
-%%DATADIR%%/ngui/rasterized/Python.png
-%%DATADIR%%/ngui/rasterized/QSlim.png
-%%DATADIR%%/ngui/rasterized/QuadricCone.png
-%%DATADIR%%/ngui/rasterized/QuadricCylinder.png
-%%DATADIR%%/ngui/rasterized/QuadricDisk.png
-%%DATADIR%%/ngui/rasterized/QuadricHyperboloid.png
-%%DATADIR%%/ngui/rasterized/QuadricParaboloid.png
-%%DATADIR%%/ngui/rasterized/QuadricSphere.png
-%%DATADIR%%/ngui/rasterized/QuadricTorus.png
-%%DATADIR%%/ngui/rasterized/RealTimeSource.png
-%%DATADIR%%/ngui/rasterized/RenderManArray1D.png
-%%DATADIR%%/ngui/rasterized/RenderManArray2D.png
-%%DATADIR%%/ngui/rasterized/RenderManArray3D.png
-%%DATADIR%%/ngui/rasterized/RenderManCSGOperator.png
-%%DATADIR%%/ngui/rasterized/RenderManCSGSolid.png
-%%DATADIR%%/ngui/rasterized/RenderManDelayedReadArchive.png
-%%DATADIR%%/ngui/rasterized/RenderManDisplacementShader.png
-%%DATADIR%%/ngui/rasterized/RenderManEngine.png
-%%DATADIR%%/ngui/rasterized/RenderManImagerShader.png
-%%DATADIR%%/ngui/rasterized/RenderManLatLongEnvironmentMap.png
-%%DATADIR%%/ngui/rasterized/RenderManLight.png
-%%DATADIR%%/ngui/rasterized/RenderManLightShader.png
-%%DATADIR%%/ngui/rasterized/RenderManMaterial.png
-%%DATADIR%%/ngui/rasterized/RenderManReadArchive.png
-%%DATADIR%%/ngui/rasterized/RenderManScript.png
-%%DATADIR%%/ngui/rasterized/RenderManShadowMap.png
-%%DATADIR%%/ngui/rasterized/RenderManSurfaceShader.png
-%%DATADIR%%/ngui/rasterized/RenderManTextureMap.png
-%%DATADIR%%/ngui/rasterized/RenderManVolumeShader.png
-%%DATADIR%%/ngui/rasterized/RotateArray1D.png
-%%DATADIR%%/ngui/rasterized/RotateArray2D.png
-%%DATADIR%%/ngui/rasterized/RotateArray3D.png
-%%DATADIR%%/ngui/rasterized/RotatePoints.png
-%%DATADIR%%/ngui/rasterized/SDSCorner.png
-%%DATADIR%%/ngui/rasterized/SDSCrease.png
-%%DATADIR%%/ngui/rasterized/SDSHole.png
-%%DATADIR%%/ngui/rasterized/Scale.png
-%%DATADIR%%/ngui/rasterized/ScalePoints.png
-%%DATADIR%%/ngui/rasterized/SelectClockwise.png
-%%DATADIR%%/ngui/rasterized/SelectCompanion.png
-%%DATADIR%%/ngui/rasterized/SelectCube.png
-%%DATADIR%%/ngui/rasterized/SelectFaceByNumber.png
-%%DATADIR%%/ngui/rasterized/SelectPointByNumber.png
-%%DATADIR%%/ngui/rasterized/SetMaterial.png
-%%DATADIR%%/ngui/rasterized/ShearPoints.png
-%%DATADIR%%/ngui/rasterized/SmoothPoints.png
-%%DATADIR%%/ngui/rasterized/SmoothShade.png
-%%DATADIR%%/ngui/rasterized/Snap.png
-%%DATADIR%%/ngui/rasterized/SolarPosition.png
-%%DATADIR%%/ngui/rasterized/SphereizePoints.png
-%%DATADIR%%/ngui/rasterized/StringSourceScript.png
-%%DATADIR%%/ngui/rasterized/SubdivideFaces.png
-%%DATADIR%%/ngui/rasterized/TIFFBitmapWriter.png
-%%DATADIR%%/ngui/rasterized/TaperPoints.png
-%%DATADIR%%/ngui/rasterized/Teapot.png
-%%DATADIR%%/ngui/rasterized/TimeSource.png
-%%DATADIR%%/ngui/rasterized/TimeToString.png
-%%DATADIR%%/ngui/rasterized/Transform.png
-%%DATADIR%%/ngui/rasterized/TransformModifierScript.png
-%%DATADIR%%/ngui/rasterized/TransformPoints.png
-%%DATADIR%%/ngui/rasterized/TransformSourceScript.png
-%%DATADIR%%/ngui/rasterized/TranslateArray1D.png
-%%DATADIR%%/ngui/rasterized/TranslateArray2D.png
-%%DATADIR%%/ngui/rasterized/TranslateArray3D.png
-%%DATADIR%%/ngui/rasterized/TranslatePoints.png
-%%DATADIR%%/ngui/rasterized/TriangulateFaces.png
-%%DATADIR%%/ngui/rasterized/TweakPoints.png
-%%DATADIR%%/ngui/rasterized/TwistPoints.png
-%%DATADIR%%/ngui/rasterized/UniformPolyhedron.png
-%%DATADIR%%/ngui/rasterized/Vector3SourceScript.png
-%%DATADIR%%/ngui/rasterized/ViewMatrix.png
-%%DATADIR%%/ngui/rasterized/Viewport.png
-%%DATADIR%%/ngui/rasterized/YafrayEngine.png
-%%DATADIR%%/ngui/rasterized/YafrayHemiLight.png
-%%DATADIR%%/ngui/rasterized/YafrayMaterial.png
-%%DATADIR%%/ngui/rasterized/YafrayPointLight.png
-%%DATADIR%%/ngui/rasterized/YafraySoftLight.png
-%%DATADIR%%/ngui/rasterized/YafraySpotLight.png
-%%DATADIR%%/ngui/rasterized/YafraySunLight.png
-%%DATADIR%%/ngui/rasterized/cant_connect_property_cursor.png
-%%DATADIR%%/ngui/rasterized/center.png
-%%DATADIR%%/ngui/rasterized/connect_property_cursor.png
-%%DATADIR%%/ngui/rasterized/connected_plug.png
-%%DATADIR%%/ngui/rasterized/convert_selection.png
-%%DATADIR%%/ngui/rasterized/element.png
-%%DATADIR%%/ngui/rasterized/keep_selection.png
-%%DATADIR%%/ngui/rasterized/knife_cursor.png
-%%DATADIR%%/ngui/rasterized/material_pview_bg.png
-%%DATADIR%%/ngui/rasterized/move_cursor.png
-%%DATADIR%%/ngui/rasterized/move_cursor_screen_xy.png
-%%DATADIR%%/ngui/rasterized/move_cursor_x.png
-%%DATADIR%%/ngui/rasterized/move_cursor_xy.png
-%%DATADIR%%/ngui/rasterized/move_cursor_xz.png
-%%DATADIR%%/ngui/rasterized/move_cursor_y.png
-%%DATADIR%%/ngui/rasterized/move_cursor_yz.png
-%%DATADIR%%/ngui/rasterized/move_cursor_z.png
-%%DATADIR%%/ngui/rasterized/move_tool.png
-%%DATADIR%%/ngui/rasterized/node_history_panel.png
-%%DATADIR%%/ngui/rasterized/node_list_panel.png
-%%DATADIR%%/ngui/rasterized/node_properties_panel.png
-%%DATADIR%%/ngui/rasterized/parent_cursor.png
-%%DATADIR%%/ngui/rasterized/plug_tool.png
-%%DATADIR%%/ngui/rasterized/render_animation.png
-%%DATADIR%%/ngui/rasterized/render_frame.png
-%%DATADIR%%/ngui/rasterized/render_preview.png
-%%DATADIR%%/ngui/rasterized/renderingShader.png
-%%DATADIR%%/ngui/rasterized/rotate_tool.png
-%%DATADIR%%/ngui/rasterized/scale_cursor.png
-%%DATADIR%%/ngui/rasterized/scale_cursor_x.png
-%%DATADIR%%/ngui/rasterized/scale_cursor_xy.png
-%%DATADIR%%/ngui/rasterized/scale_cursor_xyz.png
-%%DATADIR%%/ngui/rasterized/scale_cursor_xz.png
-%%DATADIR%%/ngui/rasterized/scale_cursor_y.png
-%%DATADIR%%/ngui/rasterized/scale_cursor_yz.png
-%%DATADIR%%/ngui/rasterized/scale_cursor_z.png
-%%DATADIR%%/ngui/rasterized/scale_tool.png
-%%DATADIR%%/ngui/rasterized/select_add_cursor.png
-%%DATADIR%%/ngui/rasterized/select_cursor.png
-%%DATADIR%%/ngui/rasterized/select_curve.png
-%%DATADIR%%/ngui/rasterized/select_face.png
-%%DATADIR%%/ngui/rasterized/select_group.png
-%%DATADIR%%/ngui/rasterized/select_node.png
-%%DATADIR%%/ngui/rasterized/select_patch.png
-%%DATADIR%%/ngui/rasterized/select_split_edge.png
-%%DATADIR%%/ngui/rasterized/select_subtract_cursor.png
-%%DATADIR%%/ngui/rasterized/select_tool.png
-%%DATADIR%%/ngui/rasterized/select_uniform.png
-%%DATADIR%%/ngui/rasterized/select_vertex.png
-%%DATADIR%%/ngui/rasterized/soft_selection.png
-%%DATADIR%%/ngui/rasterized/sp_noShaderSelected.png
-%%DATADIR%%/ngui/rasterized/undo_tree_panel.png
-%%DATADIR%%/ngui/rasterized/unparent.png
-%%DATADIR%%/ngui/rasterized/viewport_panel.png
-%%DATADIR%%/ngui/scalable/AlternateArray1D.svg
-%%DATADIR%%/ngui/scalable/AlternateArray2D.svg
-%%DATADIR%%/ngui/scalable/AlternateArray3D.svg
-%%DATADIR%%/ngui/scalable/AnnotateNormal.svg
-%%DATADIR%%/ngui/scalable/Annotation.svg
-%%DATADIR%%/ngui/scalable/Annotation2D.svg
-%%DATADIR%%/ngui/scalable/AqsisRenderManEngine.svg
-%%DATADIR%%/ngui/scalable/Axes.svg
-%%DATADIR%%/ngui/scalable/BendPoints.svg
-%%DATADIR%%/ngui/scalable/BevelFaces.svg
-%%DATADIR%%/ngui/scalable/BevelPoints.svg
-%%DATADIR%%/ngui/scalable/BicubicToPoly.svg
-%%DATADIR%%/ngui/scalable/BitmapAdd.svg
-%%DATADIR%%/ngui/scalable/BitmapChecker.svg
-%%DATADIR%%/ngui/scalable/BitmapColorMonochrome.svg
-%%DATADIR%%/ngui/scalable/BitmapGamma.svg
-%%DATADIR%%/ngui/scalable/BitmapInvert.svg
-%%DATADIR%%/ngui/scalable/BitmapMatteColorDiff.svg
-%%DATADIR%%/ngui/scalable/BitmapMatteInvert.svg
-%%DATADIR%%/ngui/scalable/BitmapModifierScript.svg
-%%DATADIR%%/ngui/scalable/BitmapMultiply.svg
-%%DATADIR%%/ngui/scalable/BitmapReader.svg
-%%DATADIR%%/ngui/scalable/BitmapSequenceIn.svg
-%%DATADIR%%/ngui/scalable/BitmapSequenceOut.svg
-%%DATADIR%%/ngui/scalable/BitmapSolid.svg
-%%DATADIR%%/ngui/scalable/BitmapSourceScript.svg
-%%DATADIR%%/ngui/scalable/BitmapSubtract.svg
-%%DATADIR%%/ngui/scalable/BitmapThreshold.svg
-%%DATADIR%%/ngui/scalable/BlobbyAdd.svg
-%%DATADIR%%/ngui/scalable/BlobbyDivide.svg
-%%DATADIR%%/ngui/scalable/BlobbyEllipsoid.svg
-%%DATADIR%%/ngui/scalable/BlobbyMaximum.svg
-%%DATADIR%%/ngui/scalable/BlobbyMinimum.svg
-%%DATADIR%%/ngui/scalable/BlobbyMultiply.svg
-%%DATADIR%%/ngui/scalable/BlobbyNegate.svg
-%%DATADIR%%/ngui/scalable/BlobbySegment.svg
-%%DATADIR%%/ngui/scalable/BlobbySubtract.svg
-%%DATADIR%%/ngui/scalable/BridgeEdges.svg
-%%DATADIR%%/ngui/scalable/BridgeFaces.svg
-%%DATADIR%%/ngui/scalable/BulgePoints.svg
-%%DATADIR%%/ngui/scalable/CalculateNormals.svg
-%%DATADIR%%/ngui/scalable/Camera.svg
-%%DATADIR%%/ngui/scalable/CapHoles.svg
-%%DATADIR%%/ngui/scalable/CatmullClark.svg
-%%DATADIR%%/ngui/scalable/CenterPoints.svg
-%%DATADIR%%/ngui/scalable/CollapseEdges.svg
-%%DATADIR%%/ngui/scalable/CollapseFaces.svg
-%%DATADIR%%/ngui/scalable/CollapsePoints.svg
-%%DATADIR%%/ngui/scalable/ColorSourceScript.svg
-%%DATADIR%%/ngui/scalable/ConnectVertices.svg
-%%DATADIR%%/ngui/scalable/CylindricalWavePoints.svg
-%%DATADIR%%/ngui/scalable/DeformationExpression.svg
-%%DATADIR%%/ngui/scalable/DeleteComponents.svg
-%%DATADIR%%/ngui/scalable/DissolveFaces.svg
-%%DATADIR%%/ngui/scalable/DoubleAdd.svg
-%%DATADIR%%/ngui/scalable/DoubleDivide.svg
-%%DATADIR%%/ngui/scalable/DoubleModulo.svg
-%%DATADIR%%/ngui/scalable/DoubleMultiply.svg
-%%DATADIR%%/ngui/scalable/DoubleSine.svg
-%%DATADIR%%/ngui/scalable/DoubleSourceScript.svg
-%%DATADIR%%/ngui/scalable/DoubleSubtract.svg
-%%DATADIR%%/ngui/scalable/DoubleToString.svg
-%%DATADIR%%/ngui/scalable/EXRBitmapExporter.svg
-%%DATADIR%%/ngui/scalable/EXRBitmapImporter.svg
-%%DATADIR%%/ngui/scalable/EdgesToBlobby.svg
-%%DATADIR%%/ngui/scalable/ExtrudeFaces.svg
-%%DATADIR%%/ngui/scalable/FlipOrientation.svg
-%%DATADIR%%/ngui/scalable/FrozenMatrix.svg
-%%DATADIR%%/ngui/scalable/FrozenMesh.svg
-%%DATADIR%%/ngui/scalable/GTSMeshReader.svg
-%%DATADIR%%/ngui/scalable/GraphVizEngine.svg
-%%DATADIR%%/ngui/scalable/ImageMagickBitmapExporter.svg
-%%DATADIR%%/ngui/scalable/ImageMagickBitmapImporter.svg
-%%DATADIR%%/ngui/scalable/Int32SourceScript.svg
-%%DATADIR%%/ngui/scalable/K3DMeshReader.svg
-%%DATADIR%%/ngui/scalable/K3DMeshWriter.svg
-%%DATADIR%%/ngui/scalable/LSystemParser.svg
-%%DATADIR%%/ngui/scalable/LinearKnot.svg
-%%DATADIR%%/ngui/scalable/LinearLissajousCurve.svg
-%%DATADIR%%/ngui/scalable/LinearPointNoise.svg
-%%DATADIR%%/ngui/scalable/LinearWavePoints.svg
-%%DATADIR%%/ngui/scalable/LuxRenderBilinearInterpolationTexture.svg
-%%DATADIR%%/ngui/scalable/LuxRenderCarpaintMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderDistantLight.svg
-%%DATADIR%%/ngui/scalable/LuxRenderEngine.svg
-%%DATADIR%%/ngui/scalable/LuxRenderEnvironmentLight.svg
-%%DATADIR%%/ngui/scalable/LuxRenderGlassMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderGlossyMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderGoniometricLight.svg
-%%DATADIR%%/ngui/scalable/LuxRenderImageTexture.svg
-%%DATADIR%%/ngui/scalable/LuxRenderMatteMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderMatteTranslucentMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderMetalMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderMirrorMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderMixMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderNullMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderPointLight.svg
-%%DATADIR%%/ngui/scalable/LuxRenderRoughGlassMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderScalarImageTexture.svg
-%%DATADIR%%/ngui/scalable/LuxRenderShinyMetalMaterial.svg
-%%DATADIR%%/ngui/scalable/LuxRenderSkyLight.svg
-%%DATADIR%%/ngui/scalable/LuxRenderSunLight.svg
-%%DATADIR%%/ngui/scalable/MakeSDS.svg
-%%DATADIR%%/ngui/scalable/ManualTimeSource.svg
-%%DATADIR%%/ngui/scalable/MatrixLook.svg
-%%DATADIR%%/ngui/scalable/MatrixModifierScript.svg
-%%DATADIR%%/ngui/scalable/MatrixOrientation.svg
-%%DATADIR%%/ngui/scalable/MatrixPosition.svg
-%%DATADIR%%/ngui/scalable/MatrixScale.svg
-%%DATADIR%%/ngui/scalable/MatrixSourceScript.svg
-%%DATADIR%%/ngui/scalable/MatrixView.svg
-%%DATADIR%%/ngui/scalable/MergeMesh.svg
-%%DATADIR%%/ngui/scalable/MeshArray1D.svg
-%%DATADIR%%/ngui/scalable/MeshArray2D.svg
-%%DATADIR%%/ngui/scalable/MeshArray3D.svg
-%%DATADIR%%/ngui/scalable/MeshInstance.svg
-%%DATADIR%%/ngui/scalable/MeshModifierScript.svg
-%%DATADIR%%/ngui/scalable/MeshSourceScript.svg
-%%DATADIR%%/ngui/scalable/MoveFirstEdge.svg
-%%DATADIR%%/ngui/scalable/MultiMaterial.svg
-%%DATADIR%%/ngui/scalable/NGUIParentTool.svg
-%%DATADIR%%/ngui/scalable/NGUIRenderRegionTool.svg
-%%DATADIR%%/ngui/scalable/NGUISnapTool.svg
-%%DATADIR%%/ngui/scalable/Newell.svg
-%%DATADIR%%/ngui/scalable/NodeSelection.svg
-%%DATADIR%%/ngui/scalable/NullOutputScript.svg
-%%DATADIR%%/ngui/scalable/NurbsCircle.svg
-%%DATADIR%%/ngui/scalable/NurbsCone.svg
-%%DATADIR%%/ngui/scalable/NurbsCylinder.svg
-%%DATADIR%%/ngui/scalable/NurbsDisk.svg
-%%DATADIR%%/ngui/scalable/NurbsGrid.svg
-%%DATADIR%%/ngui/scalable/NurbsHyperboloid.svg
-%%DATADIR%%/ngui/scalable/NurbsParaboloid.svg
-%%DATADIR%%/ngui/scalable/NurbsPolygon.svg
-%%DATADIR%%/ngui/scalable/NurbsSphere.svg
-%%DATADIR%%/ngui/scalable/NurbsTorus.svg
-%%DATADIR%%/ngui/scalable/OBJMeshReader.svg
-%%DATADIR%%/ngui/scalable/OBJMeshWriter.svg
-%%DATADIR%%/ngui/scalable/OpenGLEngine.svg
-%%DATADIR%%/ngui/scalable/PixieRenderManEngine.svg
-%%DATADIR%%/ngui/scalable/PointsToBlobby.svg
-%%DATADIR%%/ngui/scalable/PolyCone.svg
-%%DATADIR%%/ngui/scalable/PolyCube.svg
-%%DATADIR%%/ngui/scalable/PolyCushion.svg
-%%DATADIR%%/ngui/scalable/PolyCylinder.svg
-%%DATADIR%%/ngui/scalable/PolyGrid.svg
-%%DATADIR%%/ngui/scalable/PolyIcosahedron.svg
-%%DATADIR%%/ngui/scalable/PolySphere.svg
-%%DATADIR%%/ngui/scalable/PolyText.svg
-%%DATADIR%%/ngui/scalable/PolyToBilinear.svg
-%%DATADIR%%/ngui/scalable/PolyTorus.svg
-%%DATADIR%%/ngui/scalable/Python.svg
-%%DATADIR%%/ngui/scalable/QSlim.svg
-%%DATADIR%%/ngui/scalable/QuadricCone.svg
-%%DATADIR%%/ngui/scalable/QuadricCylinder.svg
-%%DATADIR%%/ngui/scalable/QuadricDisk.svg
-%%DATADIR%%/ngui/scalable/QuadricHyperboloid.svg
-%%DATADIR%%/ngui/scalable/QuadricParaboloid.svg
-%%DATADIR%%/ngui/scalable/QuadricSphere.svg
-%%DATADIR%%/ngui/scalable/QuadricTorus.svg
-%%DATADIR%%/ngui/scalable/RealTimeSource.svg
-%%DATADIR%%/ngui/scalable/RenderManArray1D.svg
-%%DATADIR%%/ngui/scalable/RenderManArray2D.svg
-%%DATADIR%%/ngui/scalable/RenderManArray3D.svg
-%%DATADIR%%/ngui/scalable/RenderManCSGOperator.svg
-%%DATADIR%%/ngui/scalable/RenderManCSGSolid.svg
-%%DATADIR%%/ngui/scalable/RenderManDelayedReadArchive.svg
-%%DATADIR%%/ngui/scalable/RenderManDisplacementShader.svg
-%%DATADIR%%/ngui/scalable/RenderManEngine.svg
-%%DATADIR%%/ngui/scalable/RenderManImagerShader.svg
-%%DATADIR%%/ngui/scalable/RenderManLatLongEnvironmentMap.svg
-%%DATADIR%%/ngui/scalable/RenderManLight.svg
-%%DATADIR%%/ngui/scalable/RenderManLightShader.svg
-%%DATADIR%%/ngui/scalable/RenderManMaterial.svg
-%%DATADIR%%/ngui/scalable/RenderManReadArchive.svg
-%%DATADIR%%/ngui/scalable/RenderManScript.svg
-%%DATADIR%%/ngui/scalable/RenderManShadowMap.svg
-%%DATADIR%%/ngui/scalable/RenderManSurfaceShader.svg
-%%DATADIR%%/ngui/scalable/RenderManTextureMap.svg
-%%DATADIR%%/ngui/scalable/RenderManVolumeShader.svg
-%%DATADIR%%/ngui/scalable/RotateArray1D.svg
-%%DATADIR%%/ngui/scalable/RotateArray2D.svg
-%%DATADIR%%/ngui/scalable/RotateArray3D.svg
-%%DATADIR%%/ngui/scalable/RotatePoints.svg
-%%DATADIR%%/ngui/scalable/SDSCorner.svg
-%%DATADIR%%/ngui/scalable/SDSCrease.svg
-%%DATADIR%%/ngui/scalable/SDSHole.svg
-%%DATADIR%%/ngui/scalable/ScalePoints.svg
-%%DATADIR%%/ngui/scalable/SelectClockwise.svg
-%%DATADIR%%/ngui/scalable/SelectCompanion.svg
-%%DATADIR%%/ngui/scalable/SelectCube.svg
-%%DATADIR%%/ngui/scalable/SelectFaceByNumber.svg
-%%DATADIR%%/ngui/scalable/SelectPointByNumber.svg
-%%DATADIR%%/ngui/scalable/SetMaterial.svg
-%%DATADIR%%/ngui/scalable/ShearPoints.svg
-%%DATADIR%%/ngui/scalable/SmoothPoints.svg
-%%DATADIR%%/ngui/scalable/Snap.svg
-%%DATADIR%%/ngui/scalable/SolarPosition.svg
-%%DATADIR%%/ngui/scalable/SphereizePoints.svg
-%%DATADIR%%/ngui/scalable/StringSourceScript.svg
-%%DATADIR%%/ngui/scalable/SubdivideFaces.svg
-%%DATADIR%%/ngui/scalable/TIFFBitmapWriter.svg
-%%DATADIR%%/ngui/scalable/TaperPoints.svg
-%%DATADIR%%/ngui/scalable/Teapot.svg
-%%DATADIR%%/ngui/scalable/TimeSource.svg
-%%DATADIR%%/ngui/scalable/TimeToString.svg
-%%DATADIR%%/ngui/scalable/TransformPoints.svg
-%%DATADIR%%/ngui/scalable/TranslateArray1D.svg
-%%DATADIR%%/ngui/scalable/TranslateArray2D.svg
-%%DATADIR%%/ngui/scalable/TranslateArray3D.svg
-%%DATADIR%%/ngui/scalable/TranslatePoints.svg
-%%DATADIR%%/ngui/scalable/TriangulateFaces.svg
-%%DATADIR%%/ngui/scalable/TweakPoints.svg
-%%DATADIR%%/ngui/scalable/TwistPoints.svg
-%%DATADIR%%/ngui/scalable/UniformPolyhedron.svg
-%%DATADIR%%/ngui/scalable/Vector3SourceScript.svg
-%%DATADIR%%/ngui/scalable/Viewport.svg
-%%DATADIR%%/ngui/scalable/YafrayEngine.svg
-%%DATADIR%%/ngui/scalable/YafrayHemiLight.svg
-%%DATADIR%%/ngui/scalable/YafrayMaterial.svg
-%%DATADIR%%/ngui/scalable/YafrayPointLight.svg
-%%DATADIR%%/ngui/scalable/YafraySoftLight.svg
-%%DATADIR%%/ngui/scalable/YafraySpotLight.svg
-%%DATADIR%%/ngui/scalable/YafraySunLight.svg
-%%DATADIR%%/ngui/scalable/cant_connect_property_cursor.svg
-%%DATADIR%%/ngui/scalable/center.svg
-%%DATADIR%%/ngui/scalable/connect_property_cursor.svg
-%%DATADIR%%/ngui/scalable/connected_plug.svg
-%%DATADIR%%/ngui/scalable/convert_selection.svg
-%%DATADIR%%/ngui/scalable/element.svg
-%%DATADIR%%/ngui/scalable/keep_selection.svg
-%%DATADIR%%/ngui/scalable/knife_cursor.svg
-%%DATADIR%%/ngui/scalable/move_cursor.svg
-%%DATADIR%%/ngui/scalable/move_cursor_screen_xy.svg
-%%DATADIR%%/ngui/scalable/move_cursor_x.svg
-%%DATADIR%%/ngui/scalable/move_cursor_xy.svg
-%%DATADIR%%/ngui/scalable/move_cursor_xz.svg
-%%DATADIR%%/ngui/scalable/move_cursor_y.svg
-%%DATADIR%%/ngui/scalable/move_cursor_yz.svg
-%%DATADIR%%/ngui/scalable/move_cursor_z.svg
-%%DATADIR%%/ngui/scalable/move_tool.svg
-%%DATADIR%%/ngui/scalable/node_history_panel.svg
-%%DATADIR%%/ngui/scalable/node_list_panel.svg
-%%DATADIR%%/ngui/scalable/node_properties_panel.svg
-%%DATADIR%%/ngui/scalable/parent_cursor.svg
-%%DATADIR%%/ngui/scalable/plug_tool.svg
-%%DATADIR%%/ngui/scalable/render_animation.svg
-%%DATADIR%%/ngui/scalable/render_frame.svg
-%%DATADIR%%/ngui/scalable/render_preview.svg
-%%DATADIR%%/ngui/scalable/rotate_tool.svg
-%%DATADIR%%/ngui/scalable/scale_cursor.svg
-%%DATADIR%%/ngui/scalable/scale_cursor_x.svg
-%%DATADIR%%/ngui/scalable/scale_cursor_xy.svg
-%%DATADIR%%/ngui/scalable/scale_cursor_xyz.svg
-%%DATADIR%%/ngui/scalable/scale_cursor_xz.svg
-%%DATADIR%%/ngui/scalable/scale_cursor_y.svg
-%%DATADIR%%/ngui/scalable/scale_cursor_yz.svg
-%%DATADIR%%/ngui/scalable/scale_cursor_z.svg
-%%DATADIR%%/ngui/scalable/scale_tool.svg
-%%DATADIR%%/ngui/scalable/select_add_cursor.svg
-%%DATADIR%%/ngui/scalable/select_cursor.svg
-%%DATADIR%%/ngui/scalable/select_curve.svg
-%%DATADIR%%/ngui/scalable/select_face.svg
-%%DATADIR%%/ngui/scalable/select_group.svg
-%%DATADIR%%/ngui/scalable/select_node.svg
-%%DATADIR%%/ngui/scalable/select_patch.svg
-%%DATADIR%%/ngui/scalable/select_split_edge.svg
-%%DATADIR%%/ngui/scalable/select_subtract_cursor.svg
-%%DATADIR%%/ngui/scalable/select_tool.svg
-%%DATADIR%%/ngui/scalable/select_uniform.svg
-%%DATADIR%%/ngui/scalable/select_vertex.svg
-%%DATADIR%%/ngui/scalable/soft_selection.svg
-%%DATADIR%%/ngui/scalable/undo_tree_panel.svg
-%%DATADIR%%/ngui/scalable/unparent.svg
-%%DATADIR%%/ngui/scalable/viewport_panel.svg
-%%DATADIR%%/ngui/tool_layout.k3d
-%%DATADIR%%/ngui/toolbar_layout.k3d
-%%DATADIR%%/resolutions.k3d
-%%DATADIR%%/scripts/MeshModifierScript/random_face_varying_colors.py
-%%DATADIR%%/scripts/MeshModifierScript/random_per_face_colors.py
-%%DATADIR%%/scripts/MeshModifierScript/random_per_vertex_colors.py
-%%DATADIR%%/scripts/MeshModifierScript/snow_animation.py
-%%DATADIR%%/scripts/MeshSourceScript/bezier_triangle_patches.py
-%%DATADIR%%/scripts/MeshSourceScript/bicubic_patches.py
-%%DATADIR%%/scripts/MeshSourceScript/bilinear_patches.py
-%%DATADIR%%/scripts/MeshSourceScript/blobby.py
-%%DATADIR%%/scripts/MeshSourceScript/cones.py
-%%DATADIR%%/scripts/MeshSourceScript/cubes.py
-%%DATADIR%%/scripts/MeshSourceScript/cubic_curves.py
-%%DATADIR%%/scripts/MeshSourceScript/cylinders.py
-%%DATADIR%%/scripts/MeshSourceScript/disks.py
-%%DATADIR%%/scripts/MeshSourceScript/hyperboloids.py
-%%DATADIR%%/scripts/MeshSourceScript/linear_curves.py
-%%DATADIR%%/scripts/MeshSourceScript/nurbs_curves.py
-%%DATADIR%%/scripts/MeshSourceScript/nurbs_patches.py
-%%DATADIR%%/scripts/MeshSourceScript/paraboloids.py
-%%DATADIR%%/scripts/MeshSourceScript/particles.py
-%%DATADIR%%/scripts/MeshSourceScript/polyhedra.py
-%%DATADIR%%/scripts/MeshSourceScript/simple_polyhedron.py
-%%DATADIR%%/scripts/MeshSourceScript/snow_source.py
-%%DATADIR%%/scripts/MeshSourceScript/spheres.py
-%%DATADIR%%/scripts/MeshSourceScript/teapots.py
-%%DATADIR%%/scripts/MeshSourceScript/tori.py
-%%DATADIR%%/scripts/OpenGLPainterScript/blue_particles.py
-%%DATADIR%%/scripts/OpenGLRenderableScript/gradient_background.py
-%%DATADIR%%/scripts/RenderManScript/tribble.py
-%%DATADIR%%/scripts/animation/keyframes.py
-%%DATADIR%%/scripts/command_node_inspector.py
-%%DATADIR%%/scripts/count_plugins.py
-%%DATADIR%%/scripts/create_bicubic_patch.py
-%%DATADIR%%/scripts/create_bilinear_patch.py
-%%DATADIR%%/scripts/create_blobby.py
-%%DATADIR%%/scripts/create_cubic_curve.py
-%%DATADIR%%/scripts/create_linear_curve.py
-%%DATADIR%%/scripts/create_particles.py
-%%DATADIR%%/scripts/create_polyhedron.py
-%%DATADIR%%/scripts/create_polyhedron_simple.py
-%%DATADIR%%/scripts/describe_plugins.py
-%%DATADIR%%/scripts/hello_world.py
-%%DATADIR%%/scripts/innovation.py
-%%DATADIR%%/scripts/log_messages.py
-%%DATADIR%%/scripts/print_selected_objects.py
-%%DATADIR%%/scripts/pygtk_hello_world.py
-%%DATADIR%%/scripts/pygtk_plot_function.py
-%%DATADIR%%/scripts/script_context.py
-%%DATADIR%%/scripts/script_recursion.py
-%%DATADIR%%/scripts/script_recursion_context.py
-%%DATADIR%%/scripts/shell/batch_render.k3d
-%%DATADIR%%/scripts/shell/batch_render.py
-%%DATADIR%%/scripts/shell/simple_rpc.py
-%%DATADIR%%/scripts/undo_redo_errors.py
-%%DATADIR%%/scripts/user_interface.py
-%%DATADIR%%/scripts/user_properties.py
-%%DATADIR%%/shaders/displacement/k3d_brickbump.sl
-%%DATADIR%%/shaders/displacement/k3d_brickbump.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_bubbles.sl
-%%DATADIR%%/shaders/displacement/k3d_bubbles.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_bubbly.sl
-%%DATADIR%%/shaders/displacement/k3d_bubbly.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_castucco.sl
-%%DATADIR%%/shaders/displacement/k3d_castucco.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_dented.sl
-%%DATADIR%%/shaders/displacement/k3d_dented.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_displacementmap.sl
-%%DATADIR%%/shaders/displacement/k3d_displacementmap.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_droop.sl
-%%DATADIR%%/shaders/displacement/k3d_droop.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_dturb.sl
-%%DATADIR%%/shaders/displacement/k3d_fractal.sl
-%%DATADIR%%/shaders/displacement/k3d_fractal.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_gloop.sl
-%%DATADIR%%/shaders/displacement/k3d_gloop.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_ridged_multifractal.sl
-%%DATADIR%%/shaders/displacement/k3d_ridged_multifractal.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_round.sl
-%%DATADIR%%/shaders/displacement/k3d_round.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_slateroofd.sl
-%%DATADIR%%/shaders/displacement/k3d_slateroofd.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_square_ridges.sl
-%%DATADIR%%/shaders/displacement/k3d_square_ridges.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_stucco.sl
-%%DATADIR%%/shaders/displacement/k3d_stucco.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_terranbump.sl
-%%DATADIR%%/shaders/displacement/k3d_terranbump.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_threads.sl
-%%DATADIR%%/shaders/displacement/k3d_threads.sl.slmeta
-%%DATADIR%%/shaders/displacement/k3d_windywave.sl
-%%DATADIR%%/shaders/displacement/k3d_windywave.sl.slmeta
-%%DATADIR%%/shaders/glsl/gooch_fragment.glsl
-%%DATADIR%%/shaders/glsl/gooch_vertex.glsl
-%%DATADIR%%/shaders/glsl/show_normals_fragment.glsl
-%%DATADIR%%/shaders/glsl/show_normals_vertex.glsl
-%%DATADIR%%/shaders/imager/k3d_background.sl
-%%DATADIR%%/shaders/imager/k3d_background.sl.slmeta
-%%DATADIR%%/shaders/imager/k3d_bluescreen.sl
-%%DATADIR%%/shaders/imager/k3d_bluescreen.sl.slmeta
-%%DATADIR%%/shaders/imager/k3d_clamptoalpha.sl
-%%DATADIR%%/shaders/imager/k3d_clamptoalpha.sl.slmeta
-%%DATADIR%%/shaders/k3d_colors.h
-%%DATADIR%%/shaders/k3d_constants.h
-%%DATADIR%%/shaders/k3d_displace.h
-%%DATADIR%%/shaders/k3d_filterwidth.h
-%%DATADIR%%/shaders/k3d_functions.h
-%%DATADIR%%/shaders/k3d_isshad.h
-%%DATADIR%%/shaders/k3d_km.h
-%%DATADIR%%/shaders/k3d_locillum.h
-%%DATADIR%%/shaders/k3d_material.h
-%%DATADIR%%/shaders/k3d_noises.h
-%%DATADIR%%/shaders/k3d_oak.h
-%%DATADIR%%/shaders/k3d_patterns.h
-%%DATADIR%%/shaders/k3d_proctext.h
-%%DATADIR%%/shaders/k3d_project.h
-%%DATADIR%%/shaders/k3d_pshad.h
-%%DATADIR%%/shaders/k3d_rayserver.h
-%%DATADIR%%/shaders/k3d_raysphere.h
-%%DATADIR%%/shaders/k3d_reflections.h
-%%DATADIR%%/shaders/k3d_rmannotes.h
-%%DATADIR%%/shaders/k3d_tile.h
-%%DATADIR%%/shaders/light/k3d_ambientlight.sl
-%%DATADIR%%/shaders/light/k3d_ambientlight.sl.slmeta
-%%DATADIR%%/shaders/light/k3d_distant_shadow.sl
-%%DATADIR%%/shaders/light/k3d_distant_shadow.sl.slmeta
-%%DATADIR%%/shaders/light/k3d_distantlight.sl
-%%DATADIR%%/shaders/light/k3d_distantlight.sl.slmeta
-%%DATADIR%%/shaders/light/k3d_pointlight.sl
-%%DATADIR%%/shaders/light/k3d_pointlight.sl.slmeta
-%%DATADIR%%/shaders/light/k3d_spotlight.sl
-%%DATADIR%%/shaders/light/k3d_spotlight.sl.slmeta
-%%DATADIR%%/shaders/light/k3d_waterlight.sl
-%%DATADIR%%/shaders/light/k3d_waterlight.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_bluemarble.sl
-%%DATADIR%%/shaders/surface/k3d_bluemarble.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_brick.sl
-%%DATADIR%%/shaders/surface/k3d_brick.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_brushedmetal.sl
-%%DATADIR%%/shaders/surface/k3d_brushedmetal.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_ceramic.sl
-%%DATADIR%%/shaders/surface/k3d_ceramic.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_checks.sl
-%%DATADIR%%/shaders/surface/k3d_checks.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_constant.sl
-%%DATADIR%%/shaders/surface/k3d_constant.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_corktile.sl
-%%DATADIR%%/shaders/surface/k3d_corktile.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_craters.sl
-%%DATADIR%%/shaders/surface/k3d_craters.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_crayon.sl
-%%DATADIR%%/shaders/surface/k3d_crayon.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_crayontoon.sl
-%%DATADIR%%/shaders/surface/k3d_crayontoon.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_dots.sl
-%%DATADIR%%/shaders/surface/k3d_dots.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_easysurface.sl
-%%DATADIR%%/shaders/surface/k3d_easysurface.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_environment_plastic.sl
-%%DATADIR%%/shaders/surface/k3d_environment_plastic.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_envsurf.sl
-%%DATADIR%%/shaders/surface/k3d_envsurf.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_eyeball.sl
-%%DATADIR%%/shaders/surface/k3d_eyeball.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_filament.sl
-%%DATADIR%%/shaders/surface/k3d_filament.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_fire.sl
-%%DATADIR%%/shaders/surface/k3d_fire.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_fresnelplastic.sl
-%%DATADIR%%/shaders/surface/k3d_fresnelplastic.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_funkyglass.sl
-%%DATADIR%%/shaders/surface/k3d_funkyglass.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_fur2.sl
-%%DATADIR%%/shaders/surface/k3d_fur2.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_glow.sl
-%%DATADIR%%/shaders/surface/k3d_glow.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_gooch.sl
-%%DATADIR%%/shaders/surface/k3d_gooch.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_gradient_t.sl
-%%DATADIR%%/shaders/surface/k3d_gradient_t.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_granite.sl
-%%DATADIR%%/shaders/surface/k3d_granite.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_greenmarble.sl
-%%DATADIR%%/shaders/surface/k3d_greenmarble.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_hair.sl
-%%DATADIR%%/shaders/surface/k3d_hair.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_hextile.sl
-%%DATADIR%%/shaders/surface/k3d_hextile.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_incandplastic.sl
-%%DATADIR%%/shaders/surface/k3d_incandplastic.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_luna.sl
-%%DATADIR%%/shaders/surface/k3d_luna.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_lunette.sl
-%%DATADIR%%/shaders/surface/k3d_lunette.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_matte.sl
-%%DATADIR%%/shaders/surface/k3d_matte.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_metal.sl
-%%DATADIR%%/shaders/surface/k3d_metal.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_mondometal.sl
-%%DATADIR%%/shaders/surface/k3d_mondometal.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_mottled_clay.sl
-%%DATADIR%%/shaders/surface/k3d_mottled_clay.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_oak.sl
-%%DATADIR%%/shaders/surface/k3d_oak.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_oakplank.sl
-%%DATADIR%%/shaders/surface/k3d_oakplank.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_orennayar.sl
-%%DATADIR%%/shaders/surface/k3d_orennayar.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_paintedplastic.sl
-%%DATADIR%%/shaders/surface/k3d_paintedplastic.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_parquet_plank.sl
-%%DATADIR%%/shaders/surface/k3d_parquet_plank.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_particle.sl
-%%DATADIR%%/shaders/surface/k3d_particle.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_planetclouds.sl
-%%DATADIR%%/shaders/surface/k3d_planetclouds.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_plastic.sl
-%%DATADIR%%/shaders/surface/k3d_plastic.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_puffyclouds.sl
-%%DATADIR%%/shaders/surface/k3d_puffyclouds.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_redapple.sl
-%%DATADIR%%/shaders/surface/k3d_redapple.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_roughmetal.sl
-%%DATADIR%%/shaders/surface/k3d_roughmetal.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_rubber.sl
-%%DATADIR%%/shaders/surface/k3d_rubber.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_saturn.sl
-%%DATADIR%%/shaders/surface/k3d_saturn.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_screen.sl
-%%DATADIR%%/shaders/surface/k3d_screen.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_shiny.sl
-%%DATADIR%%/shaders/surface/k3d_shiny.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_shinymetal.sl
-%%DATADIR%%/shaders/surface/k3d_shinymetal.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_show_st.sl
-%%DATADIR%%/shaders/surface/k3d_show_st.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_slateroof.sl
-%%DATADIR%%/shaders/surface/k3d_slateroof.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_star.sl
-%%DATADIR%%/shaders/surface/k3d_star.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_strata.sl
-%%DATADIR%%/shaders/surface/k3d_strata.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_superplank.sl
-%%DATADIR%%/shaders/surface/k3d_superplank.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_supertoon.sl
-%%DATADIR%%/shaders/surface/k3d_supertoon.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_terran.sl
-%%DATADIR%%/shaders/surface/k3d_terran.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_tooledsteel.sl
-%%DATADIR%%/shaders/surface/k3d_tooledsteel.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_urbermap.sl
-%%DATADIR%%/shaders/surface/k3d_urbermap.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_veinedmarble.sl
-%%DATADIR%%/shaders/surface/k3d_veinedmarble.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_velvet.sl
-%%DATADIR%%/shaders/surface/k3d_velvet.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_venus.sl
-%%DATADIR%%/shaders/surface/k3d_venus.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_warningstripes.sl
-%%DATADIR%%/shaders/surface/k3d_warningstripes.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_wood2.sl
-%%DATADIR%%/shaders/surface/k3d_wood2.sl.slmeta
-%%DATADIR%%/shaders/surface/k3d_woodcut.sl
-%%DATADIR%%/shaders/surface/k3d_woodcut.sl.slmeta
-%%DATADIR%%/shaders/volume/k3d_altitude_fog.sl
-%%DATADIR%%/shaders/volume/k3d_altitude_fog.sl.slmeta
-%%DATADIR%%/shaders/volume/k3d_depthcue.sl
-%%DATADIR%%/shaders/volume/k3d_depthcue.sl.slmeta
-%%DATADIR%%/shaders/volume/k3d_fog.sl
-%%DATADIR%%/shaders/volume/k3d_fog.sl.slmeta
-%%DATADIR%%/textures/chrome_map.png
-%%DATADIR%%/textures/concrete.png
-%%DATADIR%%/textures/displacement_tile.png
-%%DATADIR%%/textures/sdp_logo.png
-@dirrm %%DATADIR%%/textures
-@dirrm %%DATADIR%%/shaders/volume
-@dirrm %%DATADIR%%/shaders/surface
-@dirrm %%DATADIR%%/shaders/light
-@dirrm %%DATADIR%%/shaders/imager
-@dirrm %%DATADIR%%/shaders/glsl
-@dirrm %%DATADIR%%/shaders/displacement
-@dirrm %%DATADIR%%/shaders
-@dirrm %%DATADIR%%/scripts/shell
-@dirrm %%DATADIR%%/scripts/animation
-@dirrm %%DATADIR%%/scripts/RenderManScript
-@dirrm %%DATADIR%%/scripts/OpenGLRenderableScript
-@dirrm %%DATADIR%%/scripts/OpenGLPainterScript
-@dirrm %%DATADIR%%/scripts/MeshSourceScript
-@dirrm %%DATADIR%%/scripts/MeshModifierScript
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/ngui/scalable
-@dirrm %%DATADIR%%/ngui/rasterized
-@dirrm %%DATADIR%%/ngui/pixmap
-@dirrm %%DATADIR%%/ngui
-@dirrm %%DATADIR%%/lsystem
-@dirrm %%DATADIR%%/logo
-@dirrm %%DATADIR%%/locale/chef/LC_MESSAGES
-@dirrm %%DATADIR%%/locale/chef
-@dirrm %%DATADIR%%/locale
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%/geometry
-@dirrm %%DATADIR%%/fonts
-@dirrm %%DATADIR%%/documents/animation
-@dirrm %%DATADIR%%/documents
-@dirrm %%DATADIR%%
-@dirrm lib/k3d/plugins
-@dirrm lib/k3d/include
-@dirrm lib/k3d
-@dirrm include/k3d/k3dsdk/resource
-@dirrm include/k3d/k3dsdk/parallel
-@dirrm include/k3d/k3dsdk
-@dirrm include/k3d