aboutsummaryrefslogtreecommitdiff
path: root/graphics/appleseed
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-05-09 15:03:38 +0000
committerRene Ladan <rene@FreeBSD.org>2019-05-09 15:03:38 +0000
commitb8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9 (patch)
tree67d5f350f6c92b847a528d27db9960acb190f10e /graphics/appleseed
parentb25371bcc4d19620efa719c92e1a7c5f16c52c0b (diff)
downloadports-b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9.tar.gz
ports-b8b8fa5aeb1df824ed5374149d0a7377dd0c1cd9.zip
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months 2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months 2019-05-08 devel/dlangui: Broken for more than 6 months 2019-05-08 editors/dlangide: Broken for more than 6 months 2019-05-08 emulators/desmume: Broken for more than 6 months 2019-05-08 emulators/yabause: Broken for more than 6 months 2019-05-08 emulators/yape: Broken for more than 6 months 2019-05-08 games/armagetron: Broken for more than 6 months 2019-05-08 games/boswars: Broken for more than 6 months 2019-05-08 games/ceferino: Broken for more than 6 months 2019-05-08 games/chanta: Broken for more than 6 months 2019-05-08 games/d2x-xl: Broken for more than 6 months 2019-05-08 games/drcreep: Broken for more than 6 months 2019-05-08 games/frobtads: Broken for more than 6 months 2019-05-08 games/paintown: Broken for more than 6 months 2019-05-08 games/pykawari: Broken for more than 6 months 2019-05-08 games/stepmania-devel: Broken for more than 6 months 2019-05-08 games/tinymux: Broken for more than 6 months 2019-05-08 games/voxelands: Broken for more than 6 months 2019-05-08 games/voxelands-server: Broken for more than 6 months 2019-05-08 games/warsow: Broken for more than 6 months 2019-05-08 graphics/appleseed: Broken for more than 6 months 2019-05-08 graphics/apvlv: Broken for more than 6 months 2019-05-08 graphics/qslim: Broken for more than 6 months 2019-05-08 graphics/rawstudio: Broken for more than 6 months 2019-05-08 graphics/tulip: Broken for more than 6 months 2019-05-08 lang/qore: Broken for more than 6 months 2019-05-08 mail/milter-manager: Broken for more than 6 months 2019-05-08 math/goblin: Broken for more than 6 months 2019-05-08 math/mosesdecoder: Broken for more than 6 months 2019-05-08 multimedia/asdcplib: Broken for more than 6 months 2019-05-08 net/crtmpserver: Broken for more than 6 months 2019-05-08 net/linuxigd: Abandonware; use net/miniupnpd instead 2019-05-08 net/openafs: Broken for more than 6 months 2019-05-08 security/quantis: Broken for more than 6 months 2019-05-08 sysutils/boxbackup: Broken for more than 6 months 2019-05-08 sysutils/grub2-efi: Broken for more than 6 months 2019-05-08 sysutils/grub2-pcbsd: Broken for more than 6 months 2019-05-08 sysutils/mdcp: Broken for more than 6 months 2019-05-08 sysutils/sbsigntool: Broken for more than 6 months 2019-05-08 www/py-cherrypy-old: Lates version is in tree and no dependent ports
Notes
Notes: svn path=/head/; revision=501106
Diffstat (limited to 'graphics/appleseed')
-rw-r--r--graphics/appleseed/Makefile71
-rw-r--r--graphics/appleseed/distinfo3
-rw-r--r--graphics/appleseed/files/patch-CMakeLists.txt85
-rw-r--r--graphics/appleseed/files/patch-src_appleseed.studio_mainwindow_project_texturecollectionitem.cpp19
-rw-r--r--graphics/appleseed/files/patch-src_appleseed_foundation_platform_thread.h13
-rw-r--r--graphics/appleseed/files/patch-src_cmake_config_linux-gcc.txt15
-rw-r--r--graphics/appleseed/files/pkg-message.in6
-rw-r--r--graphics/appleseed/pkg-descr11
-rw-r--r--graphics/appleseed/pkg-plist257
9 files changed, 0 insertions, 480 deletions
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile
deleted file mode 100644
index 1b562b87eaad..000000000000
--- a/graphics/appleseed/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= appleseed
-DISTVERSION= 1.7.1-beta
-PORTREVISION= 8
-CATEGORIES= graphics
-
-MAINTAINER= danfe@FreeBSD.org
-COMMENT= Modern, physically-based production renderer
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-BROKEN= fails to build
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2019-05-08
-
-LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
- libpng.so:graphics/png \
- libIlmImf.so:graphics/openexr \
- libxerces-c.so:textproc/xerces-c3 \
- liboslexec.so:graphics/openshadinglanguage
-
-USE_GITHUB= yes
-GH_ACCOUNT= ${PORTNAME}hq
-
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= not ported to it yet
-
-USES= cmake compiler:env
-
-LDFLAGS+= -lboost_atomic
-CMAKE_ARGS= -DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \
- -DUSE_STATIC_OSL:BOOL=OFF -DWITH_DOXYGEN:BOOL=OFF \
- -DWITH_HEADERS:BOOL=OFF -DWITH_PYTHON:BOOL=OFF \
- -DWITH_TESTS:BOOL=OFF -DWARNINGS_AS_ERRORS:BOOL=OFF
-
-.for lib in EXR OIIO OSL PNG SEEXPR XERCES ZLIB
-CMAKE_ARGS+= -DUSE_EXTERNAL_${lib}:BOOL=ON
-.endfor
-
-# Not ready for hier(7)-conforming installation yet
-CMAKE_INSTALL_PREFIX= ${PREFIX}/${PKGBASE}
-PLIST_SUB= APPHOME=${CMAKE_INSTALL_PREFIX}
-
-SUB_FILES= pkg-message
-SUB_LIST:= ${PLIST_SUB}
-
-OPTIONS_DEFINE= CPP11 EXAMPLES
-OPTIONS_SUB= yes
-
-CPP11_DESC= Build in C++11 mode
-
-CPP11_CMAKE_ON= -DUSE_CPP11:BOOL=ON
-
-EXAMPLES_CMAKE_OFF= -DWITH_SAMPLES:BOOL=OFF
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${RMDIR} ${WRKSRC}/sandbox/docs/api
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 39
- @${ECHO_MSG} "===> Patching for Core Working Group (CWG) Defect 253 (see r455830)"
- @${REINPLACE_CMD} -E 's,const (.*MDF ),\1,' \
- ${WRKSRC}/src/appleseed/renderer/modeling/bsdf/disneybrdf.cpp \
- ${WRKSRC}/src/appleseed/renderer/modeling/bsdf/microfacetbrdf.cpp \
- ${WRKSRC}/src/appleseed/foundation/meta/tests/test_microfacet.cpp
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/graphics/appleseed/distinfo b/graphics/appleseed/distinfo
deleted file mode 100644
index affaf1feb36f..000000000000
--- a/graphics/appleseed/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1501170801
-SHA256 (appleseedhq-appleseed-1.7.1-beta_GH0.tar.gz) = 9cb6d21ca84a62f6e077038c53a5e91c4aba78aa0bf01ccb7d9792d3cc839fb1
-SIZE (appleseedhq-appleseed-1.7.1-beta_GH0.tar.gz) = 152061805
diff --git a/graphics/appleseed/files/patch-CMakeLists.txt b/graphics/appleseed/files/patch-CMakeLists.txt
deleted file mode 100644
index ffe0b0c5e425..000000000000
--- a/graphics/appleseed/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,85 +0,0 @@
---- CMakeLists.txt.orig 2017-07-27 15:53:21 UTC
-+++ CMakeLists.txt
-@@ -106,6 +106,10 @@ option (USE_EXTERNAL_ZLIB "Use exter
- option (WITH_CLI "Build appleseed.cli" ON)
- option (WITH_STUDIO "Build appleseed.studio" ON)
- option (WITH_TOOLS "Build appleseed tools" ON)
-+option (WITH_DOXYGEN "Generate API Reference with Doxygen" ON)
-+option (WITH_SAMPLES "Intall sample files (require headers)" ON)
-+option (WITH_HEADERS "Intall header files (to build samples)" ON)
-+option (WITH_TESTS "Install unit tests and benchmarks" ON)
- option (WITH_PYTHON "Build Python bindings" ON)
- option (WITH_DISNEY_MATERIAL "Build Disney material" OFF)
-
-@@ -168,6 +172,9 @@ else ()
- "Edit ${CMAKE_CURRENT_LIST_FILE} to add support for it.")
- endif ()
-
-+# XXX: avoid picking up lz4 headers from /usr/local/include == ${Boost_INCLUDE_DIRS}
-+# if `archivers/liblz4' port is installed.
-+include_directories (src/lz4)
-
- #--------------------------------------------------------------------------------------------------
- # Auto-generate version headers.
-@@ -262,7 +269,6 @@ endif ()
- # Common include paths.
- include_directories (
- src/appleseed
-- src/lz4
- ${PYTHON_INCLUDE_DIRS}
- )
-
-@@ -579,7 +585,7 @@ endif ()
-
- find_package (Doxygen)
-
--if (DOXYGEN_FOUND)
-+if (DOXYGEN_FOUND AND WITH_DOXYGEN)
- configure_file (${PROJECT_SOURCE_DIR}/scripts/appleseed.doxyfile.in ${PROJECT_BINARY_DIR}/appleseed.doxyfile @ONLY)
- add_custom_target (
- doc ${DOXYGEN_EXECUTABLE} ${PROJECT_BINARY_DIR}/appleseed.doxyfile
-@@ -627,25 +633,35 @@ install (
- DIRECTORY
- sandbox/docs
- sandbox/icons
-- sandbox/samples
- sandbox/settings
-- sandbox/share
- sandbox/stylesheets
- DESTINATION .
- )
-
-+if (WITH_SAMPLES)
- install (
-- CODE "FILE (MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/images)"
-- CODE "FILE (MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/images/autosave)"
-+ DIRECTORY
-+ sandbox/samples
-+ DESTINATION .
- )
-+endif ()
-
- install (
- DIRECTORY
-+ sandbox/share
-+ DESTINATION ..
-+)
-+
-+if (WITH_TESTS)
-+install (
-+ DIRECTORY
- "sandbox/tests/unit benchmarks"
- "sandbox/tests/unit tests"
- DESTINATION tests
- )
-+endif ()
-
-+if (WITH_HEADERS)
- install (
- DIRECTORY src/appleseed/foundation
- DESTINATION include
-@@ -663,3 +679,4 @@ install (
- DESTINATION include
- FILES_MATCHING PATTERN "*.h"
- )
-+endif ()
diff --git a/graphics/appleseed/files/patch-src_appleseed.studio_mainwindow_project_texturecollectionitem.cpp b/graphics/appleseed/files/patch-src_appleseed.studio_mainwindow_project_texturecollectionitem.cpp
deleted file mode 100644
index b2ff1793384c..000000000000
--- a/graphics/appleseed/files/patch-src_appleseed.studio_mainwindow_project_texturecollectionitem.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/appleseed.studio/mainwindow/project/texturecollectionitem.cpp.orig 2015-06-13 09:38:53 UTC
-+++ src/appleseed.studio/mainwindow/project/texturecollectionitem.cpp
-@@ -108,11 +108,15 @@ namespace
- texture_params.insert("filename", path);
- texture_params.insert("color_space", "srgb");
-
-+ // Workaround for GCC 4.2.1: we cannot construct object in .create() below
-+ // because GCC will attempt to invoke copy ctor which is private of course.
-+ SearchPaths paths;
-+
- return
- DiskTexture2dFactory().create(
- texture_name.c_str(),
- texture_params,
-- SearchPaths());
-+ paths);
- }
-
- auto_release_ptr<TextureInstance> create_texture_instance(const string& texture_name)
diff --git a/graphics/appleseed/files/patch-src_appleseed_foundation_platform_thread.h b/graphics/appleseed/files/patch-src_appleseed_foundation_platform_thread.h
deleted file mode 100644
index 614d410590a6..000000000000
--- a/graphics/appleseed/files/patch-src_appleseed_foundation_platform_thread.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/appleseed/foundation/platform/thread.h.orig 2016-12-15 14:57:39 UTC
-+++ src/appleseed/foundation/platform/thread.h
-@@ -296,9 +296,8 @@ class APPLESEED_DLLSYMBOL ThreadFlag
-
- inline Spinlock::Spinlock()
- {
-- // todo: is there a simpler way to initialize m_sp in a platform-independent manner?
- boost::detail::spinlock initialized_sp = BOOST_DETAIL_SPINLOCK_INIT;
-- m_sp = initialized_sp;
-+ std::memcpy(&m_sp, &initialized_sp, sizeof(initialized_sp));
- }
-
- inline bool Spinlock::try_lock()
diff --git a/graphics/appleseed/files/patch-src_cmake_config_linux-gcc.txt b/graphics/appleseed/files/patch-src_cmake_config_linux-gcc.txt
deleted file mode 100644
index aa089d4fa22d..000000000000
--- a/graphics/appleseed/files/patch-src_cmake_config_linux-gcc.txt
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/cmake/config/linux-gcc.txt.orig 2016-03-29 16:02:26 UTC
-+++ src/cmake/config/linux-gcc.txt
-@@ -119,12 +119,6 @@ if (HIDE_SYMBOLS)
- )
- endif ()
-
--# Release configuration.
--set (c_compiler_flags_release
-- -O3 # optimization level
--)
--
--
- #--------------------------------------------------------------------------------------------------
- # Libraries.
- #--------------------------------------------------------------------------------------------------
diff --git a/graphics/appleseed/files/pkg-message.in b/graphics/appleseed/files/pkg-message.in
deleted file mode 100644
index 2cfd586ec48d..000000000000
--- a/graphics/appleseed/files/pkg-message.in
+++ /dev/null
@@ -1,6 +0,0 @@
-appleseed currently requires itself to be installed under common prefix:
-%%APPHOME%%. To run CLI or GUI version, execute the following
-commands, respectively:
-
- %%APPHOME%%/bin/appleseed.cli
- %%APPHOME%%/bin/appleseed.studio
diff --git a/graphics/appleseed/pkg-descr b/graphics/appleseed/pkg-descr
deleted file mode 100644
index e26303322fb4..000000000000
--- a/graphics/appleseed/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-appleseed is modern, open source, physically-based rendering engine designed
-to produce photorealistic images, animations, and visual effects.
-
-It provides individuals and small studios with an efficient, reliable suite
-of tools built on robust foundations and open technologies.
-
-Started in 2009, it has grown into a robust production rendering toolset and
-has been battle-tested on several projects such as TV documentaries, ads,
-promotional videos, and animation shorts.
-
-WWW: https://appleseedhq.net/
diff --git a/graphics/appleseed/pkg-plist b/graphics/appleseed/pkg-plist
deleted file mode 100644
index 86bdd87ee334..000000000000
--- a/graphics/appleseed/pkg-plist
+++ /dev/null
@@ -1,257 +0,0 @@
-share/cmake/Modules/FindAppleseed.cmake
-share/cmake/Modules/FindImath.cmake
-share/cmake/Modules/FindOSL.cmake
-share/cmake/Modules/FindOpenEXR.cmake
-share/cmake/Modules/FindOpenImageIO.cmake
-share/cmake/Modules/FindPartio.cmake
-share/cmake/Modules/FindSeExpr.cmake
-share/cmake/Modules/FindSeExprEditor.cmake
-share/cmake/Modules/FindXerces.cmake
-@cwd %%APPHOME%%
-bin/animatecamera
-bin/appleseed.cli
-bin/convertmany.py
-bin/convertmeshfile
-bin/dumpmetadata
-bin/makefluffy
-bin/maketx
-bin/oslc
-bin/oslinfo
-bin/projecttool
-bin/rendermanager.py
-bin/rendermany.py
-bin/rendernode.py
-bin/updatemany.py
-docs/osl/osl-languagespec.pdf
-docs/seexpr/Se_voronoi_1.png
-docs/seexpr/Se_voronoi_2.png
-docs/seexpr/Se_voronoi_3.png
-docs/seexpr/Se_voronoi_4.png
-docs/seexpr/Se_voronoi_5.png
-docs/seexpr/userdoc.html
-icons/appleseed.png
-icons/disney_expression.png
-icons/disney_expression_hover.png
-icons/disney_texture.png
-icons/disney_texture_hover.png
-icons/project_monitor.png
-icons/project_monitor_disabled.png
-icons/project_monitor_hover.png
-icons/project_new.png
-icons/project_new_disabled.png
-icons/project_new_hover.png
-icons/project_open.png
-icons/project_open_disabled.png
-icons/project_open_hover.png
-icons/project_reload.png
-icons/project_reload_disabled.png
-icons/project_reload_hover.png
-icons/project_save.png
-icons/project_save_disabled.png
-icons/project_save_hover.png
-icons/rendering_settings.png
-icons/rendering_settings_disabled.png
-icons/rendering_settings_hover.png
-icons/rendering_start_final.png
-icons/rendering_start_final_disabled.png
-icons/rendering_start_final_hover.png
-icons/rendering_start_interactive.png
-icons/rendering_start_interactive_disabled.png
-icons/rendering_start_interactive_hover.png
-icons/rendering_stop.png
-icons/rendering_stop_disabled.png
-icons/rendering_stop_hover.png
-icons/renderwidget_clear_frame.png
-icons/renderwidget_clear_frame_disabled.png
-icons/renderwidget_clear_frame_hover.png
-icons/renderwidget_clear_render_region.png
-icons/renderwidget_clear_render_region_disabled.png
-icons/renderwidget_clear_render_region_hover.png
-icons/renderwidget_quicksave_all_aovs.png
-icons/renderwidget_quicksave_all_aovs_hover.png
-icons/renderwidget_reset_zoom.png
-icons/renderwidget_reset_zoom_hover.png
-icons/renderwidget_save_all_aovs.png
-icons/renderwidget_save_all_aovs_hover.png
-icons/renderwidget_set_render_region.png
-icons/renderwidget_set_render_region_disabled.png
-icons/renderwidget_set_render_region_hover.png
-icons/renderwidget_toggle_pixel_inspector.png
-icons/renderwidget_toggle_pixel_inspector_hover.png
-lib/libappleseed.shared.so
-lib/libappleseed.so
-%%PORTEXAMPLES%%samples/cpp/basic/CMakeLists.txt
-%%PORTEXAMPLES%%samples/cpp/basic/basic.cpp
-%%PORTEXAMPLES%%samples/cpp/basic/data/scene.obj
-%%PORTEXAMPLES%%samples/cpp/basic/output/preserve.txt
-%%PORTEXAMPLES%%samples/cpp/basic/reference output/scene.obj
-%%PORTEXAMPLES%%samples/cpp/basic/reference output/test.appleseed
-%%PORTEXAMPLES%%samples/cpp/basic/reference output/test.png
-%%PORTEXAMPLES%%samples/cpp/heightfield/CMakeLists.txt
-%%PORTEXAMPLES%%samples/cpp/heightfield/data/cube.obj
-%%PORTEXAMPLES%%samples/cpp/heightfield/data/heightfield.png
-%%PORTEXAMPLES%%samples/cpp/heightfield/data/smoothcube.obj
-%%PORTEXAMPLES%%samples/cpp/heightfield/heightfield.cpp
-%%PORTEXAMPLES%%samples/cpp/heightfield/output/preserve.txt
-%%PORTEXAMPLES%%samples/python/basic/README.md
-%%PORTEXAMPLES%%samples/python/basic/basic.py
-%%PORTEXAMPLES%%samples/python/basic/data/scene.obj
-%%PORTEXAMPLES%%samples/python/basic/output/preserve.txt
-schemas/project.xsd
-schemas/settings.xsd
-settings/appleseed.cli.xml
-settings/appleseed.studio.xml
-settings/appleseed.tools.xml
-shaders/appleseed/asDisneyMaterial.oso
-shaders/appleseed/asGlass.oso
-shaders/appleseed/asVoronoi2D.oso
-shaders/appleseed/asVoronoi3D.oso
-shaders/as_osl_extensions.h
-shaders/gaffer/color/as_blackbody.oso
-shaders/gaffer/color/as_color_add.oso
-shaders/gaffer/color/as_color_build.oso
-shaders/gaffer/color/as_color_mix.oso
-shaders/gaffer/color/as_color_multiply.oso
-shaders/gaffer/color/as_color_saturation.oso
-shaders/gaffer/color/as_color_split.oso
-shaders/gaffer/color/as_luminance.oso
-shaders/gaffer/color/as_wavelength.oso
-shaders/gaffer/float/as_float_add.oso
-shaders/gaffer/float/as_float_cast.oso
-shaders/gaffer/float/as_float_mix.oso
-shaders/gaffer/float/as_float_multiply.oso
-shaders/gaffer/float/as_float_pow.oso
-shaders/gaffer/float/as_float_remap.oso
-shaders/gaffer/input/as_globals.oso
-shaders/gaffer/input/as_input.oso
-shaders/gaffer/input/as_object_input.oso
-shaders/gaffer/input/as_ray_info.oso
-shaders/gaffer/material/as_disney_material.oso
-shaders/gaffer/material/as_material_builder.oso
-shaders/gaffer/normal/as_bump_map.oso
-shaders/gaffer/normal/as_normal_map.oso
-shaders/gaffer/surface/as_diffuse_surface.oso
-shaders/gaffer/surface/as_emission_surface.oso
-shaders/gaffer/surface/as_glass_surface.oso
-shaders/gaffer/surface/as_glossy_surface.oso
-shaders/gaffer/surface/as_metal_surface.oso
-shaders/gaffer/surface/as_sheen_surface.oso
-shaders/gaffer/surface/as_subsurface_surface.oso
-shaders/gaffer/surface/as_surface_add.oso
-shaders/gaffer/surface/as_surface_mix.oso
-shaders/gaffer/surface/as_surface_multiply.oso
-shaders/gaffer/surface/as_surface_switch.oso
-shaders/gaffer/surface/as_translucent_surface.oso
-shaders/gaffer/surface/as_transparency_surface.oso
-shaders/gaffer/texture2d/as_color_texture.oso
-shaders/gaffer/texture2d/as_noise2d.oso
-shaders/gaffer/texture2d/as_scalar_texture.oso
-shaders/gaffer/texture3d/as_noise3d.oso
-shaders/gaffer/texture3d/as_noise4d.oso
-shaders/gaffer/transform/as_map2d.oso
-shaders/gaffer/transform/as_map3d.oso
-shaders/gaffer/transform/as_transform.oso
-shaders/gaffer/utility/as_condition.oso
-shaders/gaffer/utility/as_float2_build.oso
-shaders/gaffer/utility/as_float2_split.oso
-shaders/gaffer/utility/as_switch.oso
-shaders/gaffer/vector/as_anisotropy_dir.oso
-shaders/gaffer/vector/as_vector_add.oso
-shaders/gaffer/vector/as_vector_build.oso
-shaders/gaffer/vector/as_vector_cross.oso
-shaders/gaffer/vector/as_vector_dot.oso
-shaders/gaffer/vector/as_vector_mix.oso
-shaders/gaffer/vector/as_vector_multiply.oso
-shaders/gaffer/vector/as_vector_normalize.oso
-shaders/gaffer/vector/as_vector_split.oso
-shaders/include/appleseed/color/as_chromatic_adaptation.h
-shaders/include/appleseed/color/as_color_helpers.h
-shaders/include/appleseed/color/as_color_transforms.h
-shaders/include/appleseed/color/as_colorimetry.h
-shaders/include/appleseed/color/as_transfer_functions.h
-shaders/include/appleseed/fractal/as_fractal_helpers.h
-shaders/include/appleseed/fractal/as_noise_helpers.h
-shaders/include/appleseed/fractal/as_noise_tables.h
-shaders/include/appleseed/gaffer/color.h
-shaders/include/appleseed/gaffer/transform.h
-shaders/include/appleseed/gaffer/udim.h
-shaders/include/appleseed/material/as_material_helpers.h
-shaders/include/appleseed/math/as_math_complex.h
-shaders/include/appleseed/math/as_math_helpers.h
-shaders/include/appleseed/maya/as_maya_cms_syncolor_idt.h
-shaders/include/appleseed/maya/as_maya_fractal_helpers.h
-shaders/include/appleseed/maya/as_maya_helpers.h
-shaders/include/appleseed/maya/as_maya_layer_helpers.h
-shaders/include/appleseed/maya/as_maya_pattern_helpers.h
-shaders/include/appleseed/maya/as_maya_ramp_helpers.h
-shaders/include/appleseed/maya/as_maya_transform_helpers.h
-shaders/include/appleseed/pattern/as_pattern_helpers.h
-shaders/maya/as_maya_addDoubleLinear.oso
-shaders/maya/as_maya_addMatrix.oso
-shaders/maya/as_maya_anisotropic.oso
-shaders/maya/as_maya_areaLight.oso
-shaders/maya/as_maya_blendColors.oso
-shaders/maya/as_maya_blinn.oso
-shaders/maya/as_maya_bulge.oso
-shaders/maya/as_maya_bump2d.oso
-shaders/maya/as_maya_bump3d.oso
-shaders/maya/as_maya_checker.oso
-shaders/maya/as_maya_clamp.oso
-shaders/maya/as_maya_clearCoat.oso
-shaders/maya/as_maya_closure2Surface.oso
-shaders/maya/as_maya_cloth.oso
-shaders/maya/as_maya_cloud.oso
-shaders/maya/as_maya_color2Components.oso
-shaders/maya/as_maya_components2Color.oso
-shaders/maya/as_maya_components2UV.oso
-shaders/maya/as_maya_components2Vector.oso
-shaders/maya/as_maya_condition.oso
-shaders/maya/as_maya_contrast.oso
-shaders/maya/as_maya_distanceBetween.oso
-shaders/maya/as_maya_doubleShadingSwitch.oso
-shaders/maya/as_maya_envChrome.oso
-shaders/maya/as_maya_file.oso
-shaders/maya/as_maya_fourByFourMatrix.oso
-shaders/maya/as_maya_fractal.oso
-shaders/maya/as_maya_gammaCorrect.oso
-shaders/maya/as_maya_grid.oso
-shaders/maya/as_maya_hsvToRgb.oso
-shaders/maya/as_maya_lambert.oso
-shaders/maya/as_maya_layeredTexture.oso
-shaders/maya/as_maya_luminance.oso
-shaders/maya/as_maya_mandelbrot.oso
-shaders/maya/as_maya_matrixInverse.oso
-shaders/maya/as_maya_mountain.oso
-shaders/maya/as_maya_movie.oso
-shaders/maya/as_maya_multDoubleLinear.oso
-shaders/maya/as_maya_multMatrix.oso
-shaders/maya/as_maya_multiplyDivide.oso
-shaders/maya/as_maya_noise.oso
-shaders/maya/as_maya_phong.oso
-shaders/maya/as_maya_phongE.oso
-shaders/maya/as_maya_place2dTexture.oso
-shaders/maya/as_maya_place3dTexture.oso
-shaders/maya/as_maya_plusMinusAverage.oso
-shaders/maya/as_maya_psdFileTex.oso
-shaders/maya/as_maya_quadShadingSwitch.oso
-shaders/maya/as_maya_ramp.oso
-shaders/maya/as_maya_remapColor.oso
-shaders/maya/as_maya_remapHsv.oso
-shaders/maya/as_maya_remapValue.oso
-shaders/maya/as_maya_reverse.oso
-shaders/maya/as_maya_rgbToHsv.oso
-shaders/maya/as_maya_samplerInfo.oso
-shaders/maya/as_maya_setRange.oso
-shaders/maya/as_maya_singleShadingSwitch.oso
-shaders/maya/as_maya_stencil.oso
-shaders/maya/as_maya_texture2Surface.oso
-shaders/maya/as_maya_transposeMatrix.oso
-shaders/maya/as_maya_tripleShadingSwitch.oso
-shaders/maya/as_maya_uv2Components.oso
-shaders/maya/as_maya_vector2Components.oso
-shaders/maya/as_maya_vectorProduct.oso
-shaders/maya/as_maya_water.oso
-shaders/maya/as_maya_wtAddMatrix.oso
-shaders/oslutil.h
-shaders/stdosl.h
-stylesheets/default.qss