FreeBSD Bugzilla – Attachment 251557 Details for
Bug 279847
update graphics/blender to v4.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
maintainer update for graphics/blender
blender.patch (text/plain), 26.28 KB, created by
Shane
on 2024-06-19 01:17:27 UTC
(
hide
)
Description:
maintainer update for graphics/blender
Filename:
MIME Type:
Creator:
Shane
Created:
2024-06-19 01:17:27 UTC
Size:
26.28 KB
patch
obsolete
>diff -Nru graphics/blender.orig/Makefile graphics/blender/Makefile >--- graphics/blender.orig/Makefile 2024-06-19 10:44:17.952782000 +0930 >+++ graphics/blender/Makefile 2024-06-16 17:56:54.027350000 +0930 >@@ -1,6 +1,5 @@ > PORTNAME= blender >-DISTVERSION= 4.0.2 >-PORTREVISION= 1 >+DISTVERSION= 4.1.1 > CATEGORIES= graphics multimedia > MASTER_SITES= http://download.blender.org/source/ \ > http://mirror.cs.umn.edu/blender.org/source/ \ >@@ -30,7 +29,7 @@ > # are set. We will pull boost in just to be on the safe side. > > USES= cmake compiler:c++17-lang cpe eigen:3 jpeg llvm:max=15 \ >- python:3.10 shebangfix tar:xz xorg >+ python:3.11 shebangfix tar:xz xorg > USE_XORG= x11 xext xfixes xmu xrender > > SHEBANG_FILES= scripts/modules/bl_i18n_utils/merge_po.py \ >@@ -59,139 +58,146 @@ > > .include "${.CURDIR}/Makefile.options" > >+ALEMBIC_CMAKE_BOOL= WITH_ALEMBIC > ALEMBIC_IMPLIES= OPENEXR > ALEMBIC_LIB_DEPENDS= libAlembic.so:graphics/alembic >-ALEMBIC_CMAKE_BOOL= WITH_ALEMBIC > AVI_CMAKE_BOOL= WITH_CODEC_AVI > BULLET_CMAKE_BOOL= WITH_BULLET >-CAMERATRACK_LIB_DEPENDS= libglog.so:devel/glog > CAMERATRACK_CMAKE_BOOL= WITH_LIBMV WITH_SYSTEM_GLOG >+CAMERATRACK_LIB_DEPENDS= libglog.so:devel/glog > CINEON_CMAKE_BOOL= WITH_IMAGE_CINEON >+COLLADA_CMAKE_BOOL= WITH_OPENCOLLADA > COLLADA_LIB_DEPENDS= libOpenCOLLADABaseUtils.so:graphics/opencollada \ > libpcre.so:devel/pcre >-COLLADA_USES= gnome > COLLADA_USE= GNOME=libxml2 >-COLLADA_CMAKE_BOOL= WITH_OPENCOLLADA >+COLLADA_USES= gnome > COMPOSITOR_CMAKE_BOOL= WITH_COMPOSITOR_CPU >-CYCLES_IMPLIES= TBB >-CYCLES_LIB_DEPENDS= libgflags.so:devel/gflags > CYCLES_CMAKE_BOOL= WITH_CYCLES WITH_CYCLES_LOGGING >+CYCLES_IMPLIES= TBB > CYCLES_LDFLAGS= -L${LOCALBASE}/lib -lgflags >+CYCLES_LIB_DEPENDS= libgflags.so:devel/gflags >+CYCLES_EMBR_CMAKE_BOOL= WITH_CYCLES_EMBREE > CYCLES_EMBR_IMPLIES= CYCLES > CYCLES_EMBR_LIB_DEPENDS= libembree3.so:graphics/embree >-CYCLES_EMBR_CMAKE_BOOL= WITH_CYCLES_EMBREE >-CYCLES_OSL_IMPLIES= CYCLES OPENEXR PUGIXML >+CYCLES_ONEAPI_CMAKE_BOOL= WITH_CYCLES_DEVICE_ONEAPI >+CYCLES_ONEAPI_LIB_DEPENDS= libtbb.so:devel/onetbb > CYCLES_OSL_BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} >-CYCLES_OSL_LIB_DEPENDS= liboslcomp.so:graphics/openshadinglanguage >-CYCLES_OSL_RUN_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} > CYCLES_OSL_CMAKE_BOOL= WITH_CYCLES_OSL WITH_LLVM > CYCLES_OSL_CMAKE_ON= -DLLVM_STATIC:BOOL=OFF \ > -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config${LLVM_VERSION}" \ > -DOSL_SHADER_DIR:STRING="${LOCALBASE}/share/openshadinglanguage/shaders" >-DRACO_USE= LDCONFIG=${PYTHON_SITELIBDIR} >+CYCLES_OSL_IMPLIES= CYCLES OPENEXR PUGIXML >+CYCLES_OSL_LIB_DEPENDS= liboslcomp.so:graphics/openshadinglanguage >+CYCLES_OSL_RUN_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} > DRACO_CMAKE_BOOL= WITH_DRACO >-EBOOL_LIB_DEPENDS= libgmp.so:math/gmp >+DRACO_USE= LDCONFIG=${PYTHON_SITELIBDIR} > EBOOL_CMAKE_BOOL= WITH_GMP >-FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ >- libflite.so:audio/flite >+EBOOL_LIB_DEPENDS= libgmp.so:math/gmp > FFMPEG_CMAKE_BOOL= WITH_CODEC_FFMPEG > FFMPEG_LDFLAGS= -L${LOCALBASE}/lib -lflite -lflite_cmu_us_kal \ > -lflite_cmulex -lflite_usenglish >+FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ >+ libflite.so:audio/flite >+FFTW3_CMAKE_BOOL= WITH_FFTW3 > FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 \ > libfftw3f.so:math/fftw3-float >-FFTW3_CMAKE_BOOL= WITH_FFTW3 > FREESTYLE_CMAKE_BOOL= WITH_FREESTYLE >-HARU_LIB_DEPENDS= libhpdf.so:print/libharu >+FRIBIDI_CMAKE_BOOL= WITH_FRIBIDI >+FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi > HARU_CMAKE_BOOL= WITH_HARU >+HARU_LIB_DEPENDS= libhpdf.so:print/libharu > HEADLESS_PREVENTS= MENU XINPUT XF86VMODE > HEADLESS_PREVENTS_MSG= X11 options can't be used in headless mode > HEADLESS_CMAKE_BOOL= WITH_HEADLESS >+HARFBUZZ_CMAKE_BOOL= WITH_HARFBUZZ >+HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz > INPUT_NDOF_CMAKE_BOOL= WITH_INPUT_NDOF > JACK_LIB_DEPENDS= libjack.so:audio/jack > JACK_CMAKE_BOOL= WITH_JACK WITH_JACK_DYNLOAD > LZMA_CMAKE_BOOL= WITH_LZMA >-LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 > LZO_CMAKE_BOOL= WITH_LZO WITH_SYSTEM_LZO >+LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 > MENU_USES= desktop-file-utils >-MOD_FLUID_IMPLIES= TBB > MOD_FLUID_CMAKE_BOOL= WITH_MOD_FLUID >-MOD_OCEANSIM_IMPLIES= FFTW3 >+MOD_FLUID_IMPLIES= TBB > MOD_OCEANSIM_CMAKE_BOOL= WITH_MOD_OCEANSIM >+MOD_OCEANSIM_IMPLIES= FFTW3 > MOD_REMESH_CMAKE_BOOL= WITH_MOD_REMESH > # Use iconv:wchar_t to force the usage of iconv from ports. > # libboost_locale.so uses libiconv_open, while we only provide > # iconv_open in 10.x+ >-NLS_USES= gettext-tools iconv:lib,wchar_t > NLS_CMAKE_BOOL= WITH_INTERNATIONAL >-OPENAL_USES= openal:al,alut >+NLS_USES= gettext-tools iconv:lib,wchar_t > OPENAL_CMAKE_BOOL= WITH_OPENAL >+OPENAL_USES= openal:al,alut >+OPENCOLORIO_CMAKE_BOOL= WITH_OPENCOLORIO > OPENCOLORIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ > libyaml-cpp.so:devel/yaml-cpp \ > libexpat.so:textproc/expat2 \ >- libpystring.so:devel/pystring >-OPENCOLORIO_CMAKE_BOOL= WITH_OPENCOLORIO >+ libpystring.so:devel/pystring \ >+ libminizip.so:archivers/minizip >+OPENEXR_CFLAGS= -I${LOCALBASE}/include/Imath >+OPENEXR_CMAKE_BOOL= WITH_IMAGE_OPENEXR > OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ > libOpenEXR.so:graphics/openexr >-OPENEXR_CMAKE_BOOL= WITH_IMAGE_OPENEXR >-OPENEXR_CFLAGS= -I${LOCALBASE}/include/Imath >+OPENIMAGEDN_CMAKE_BOOL= WITH_OPENIMAGEDENOISE > OPENIMAGEDN_IMPLIES= TBB > OPENIMAGEDN_LIB_DEPENDS= libOpenImageDenoise.so:graphics/oidn >-OPENIMAGEDN_CMAKE_BOOL= WITH_OPENIMAGEDENOISE >-OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg > OPENJPEG_CMAKE_BOOL= WITH_IMAGE_OPENJPEG >+OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg > # openmp usually works on amd64 > OPENMP_CMAKE_BOOL= WITH_OPENMP >-OPENPGL_LIB_DEPENDS= libopenpgl.so:graphics/openpgl > OPENPGL_CMAKE_BOOL= WITH_CYCLES_PATH_GUIDING >-OPENSUBDIV_LIB_DEPENDS= libosdCPU.so:graphics/opensubdiv >+OPENPGL_LIB_DEPENDS= libopenpgl.so:graphics/openpgl > OPENSUBDIV_CMAKE_BOOL= WITH_OPENSUBDIV >+OPENSUBDIV_LIB_DEPENDS= libosdCPU.so:graphics/opensubdiv >+OPENVDB_CMAKE_BOOL= WITH_OPENVDB WITH_OPENVDB_BLOSC > OPENVDB_IMPLIES= OPENEXR TBB > OPENVDB_LIB_DEPENDS= libopenvdb.so:misc/openvdb >-OPENVDB_CMAKE_BOOL= WITH_OPENVDB WITH_OPENVDB_BLOSC >-OPENXR_LIB_DEPENDS= libopenxr_loader.so:graphics/openxr > OPENXR_CMAKE_BOOL= WITH_XR_OPENXR >-POTRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace >+OPENXR_LIB_DEPENDS= libopenxr_loader.so:graphics/openxr > POTRACE_CMAKE_BOOL= WITH_POTRACE >-PUGIXML_LIB_DEPENDS= libpugixml.so:textproc/pugixml >+POTRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace > PUGIXML_CMAKE_BOOL= WITH_PUGIXML >-PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio >+PUGIXML_LIB_DEPENDS= libpugixml.so:textproc/pugixml > PULSEAUDIO_CMAKE_BOOL= WITH_PULSEAUDIO WITH_PULSEAUDIO_DYNLOAD >+PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio > QUADRIFLOW_CMAKE_BOOL= WITH_QUADRIFLOW >-SDL_USES= sdl >-SDL_USE= SDL=sdl2 > SDL_CMAKE_BOOL= WITH_SDL WITH_SDL_DYNLOAD >-SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile >+SDL_USE= SDL=sdl2 >+SDL_USES= sdl > SNDFILE_CMAKE_BOOL= WITH_CODEC_SNDFILE >-TBB_LIB_DEPENDS= libtbb.so:devel/onetbb >+SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile > TBB_CMAKE_BOOL= WITH_TBB >+TBB_LIB_DEPENDS= libtbb.so:devel/onetbb > THUMBNAILER_CMAKE_BOOL= WITH_BLENDER_THUMBNAILER >-TRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace > TRACE_CMAKE_BOOL= WITH_POTRACE >+TRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace > USD_BROKEN= require devel/tbb, which conflicts with devel/onetbb: \ > https://github.com/PixarAnimationStudios/OpenUSD/issues/1650 >+USD_CMAKE_BOOL= WITH_USD > USD_IMPLIES= TBB > USD_LIB_DEPENDS= libusd_usd.so:misc/usd >-USD_CMAKE_BOOL= WITH_USD > VULKAN_BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers >+VULKAN_CMAKE_BOOL= WITH_VULKAN_BACKEND >+VULKAN_LDFLAGS= -lshaderc_shared -lSPIRV-Tools-shared > VULKAN_LIB_DEPENDS= libshaderc_shared.so:graphics/shaderc \ > libSPIRV-Tools-shared.so:graphics/spirv-tools \ > libvulkan.so:graphics/vulkan-loader >-VULKAN_CMAKE_BOOL= WITH_VULKAN_BACKEND >-VULKAN_LDFLAGS= -lshaderc_shared -lSPIRV-Tools-shared >-WAYLAND_CATEGORIES= wayland > WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.15:graphics/wayland-protocols \ > wayland>=1.12:graphics/wayland \ > libdecor>0:x11-toolkits/libdecor >-WAYLAND_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon >-WAYLAND_USES= pkgconfig >+WAYLAND_CATEGORIES= wayland > WAYLAND_CMAKE_BOOL= WITH_GHOST_WAYLAND WITH_GHOST_WAYLAND_LIBDECOR \ > WITH_GHOST_WAYLAND_DYNLOAD >-WEBP_LIB_DEPENDS= libwebp.so:graphics/webp >+WAYLAND_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon >+WAYLAND_USES= pkgconfig > WEBP_CMAKE_BOOL= WITH_IMAGE_WEBP >-XF86VMODE_USE= XORG=xi,xxf86vm >+WEBP_LIB_DEPENDS= libwebp.so:graphics/webp > XF86VMODE_CMAKE_BOOL= WITH_X11_XF86VMODE >-XINPUT_USE= XORG=xi >+XF86VMODE_USE= XORG=xi,xxf86vm > XINPUT_CMAKE_BOOL= WITH_X11_XINPUT >+XINPUT_USE= XORG=xi > > .include <bsd.port.options.mk> > >diff -Nru graphics/blender.orig/Makefile.options graphics/blender/Makefile.options >--- graphics/blender.orig/Makefile.options 2024-06-19 10:44:17.963737000 +0930 >+++ graphics/blender/Makefile.options 2024-06-16 17:31:43.013030000 +0930 >@@ -8,14 +8,17 @@ > COMPOSITOR \ > CYCLES \ > CYCLES_EMBR \ >+ CYCLES_ONEAPI \ > CYCLES_OSL \ > DRACO \ > EBOOL \ > FFMPEG \ > FFTW3 \ > FREESTYLE \ >+ FRIBIDI \ > HEADLESS \ > INPUT_NDOF \ >+ HARFBUZZ \ > HARU \ > JACK \ > LZO \ >@@ -59,12 +62,15 @@ > COLLADA \ > COMPOSITOR \ > CYCLES \ >+ CYCLES_ONEAPI \ > DRACO \ > EBOOL \ > FFMPEG \ > FFTW3 \ > FREESTYLE \ >+ FRIBIDI \ > INPUT_NDOF \ >+ HARFBUZZ \ > HARU \ > LZO \ > LZMA \ >@@ -109,13 +115,16 @@ > COMPOSITOR_DESC= Use the tile-based nodal compositor > CYCLES_DESC= Cycles render engine support > CYCLES_EMBR_DESC= Embree support (amd64 only) >+CYCLES_ONEAPI_DESC= Enable Cycles oneAPI compute support > CYCLES_OSL_DESC= Shading support for the cycles render engine > # this is required to support gltf import/export > DRACO_DESC= Install draco python module > EBOOL_DESC= Enable exact boolean support > FFTW3_DESC= Use fftw for smoke and audio effects > FREESTYLE_DESC= Enable advanced edges rendering >+FRIBIDI_DESC= Enable features using fribidi Unicode Bidirectional Algorithm > HARU_DESC= Enable libharu support >+HARFBUZZ_DESC= Enable features using harfbuzz OpenType text shaping engine > HEADLESS_DESC= Disable user interface (for render-farms) > INPUT_NDOF_DESC= Enable NDOF input device support > LZO_DESC= Fast compression support >diff -Nru graphics/blender.orig/Makefile.versions graphics/blender/Makefile.versions >--- graphics/blender.orig/Makefile.versions 2024-06-19 10:44:17.784242000 +0930 >+++ graphics/blender/Makefile.versions 2024-06-10 20:13:45.475554000 +0930 >@@ -1,4 +1,4 @@ > # Versions of Blender and its python dependency for use by depending ports, like add-ons > >-BLENDER_BL_VERSION= 4.0.2 >-BLENDER_PY_VERSION= 3.10 >+BLENDER_BL_VERSION= 4.1.1 >+BLENDER_PY_VERSION= 3.11 >diff -Nru graphics/blender.orig/distinfo graphics/blender/distinfo >--- graphics/blender.orig/distinfo 2024-06-19 10:44:17.929836000 +0930 >+++ graphics/blender/distinfo 2024-06-10 20:13:45.496608000 +0930 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1702795201 >-SHA256 (blender-4.0.2.tar.xz) = aaa0e729da7591cfbf45772af76345977daaa7b11a0af35d98f9313e246077a3 >-SIZE (blender-4.0.2.tar.xz) = 73281252 >+TIMESTAMP = 1717498075 >+SHA256 (blender-4.1.1.tar.xz) = 4fbb3af64d3f84df5c7103748454226c1885c1ac2ed5373d0cea1e80e82c0848 >+SIZE (blender-4.1.1.tar.xz) = 82146268 >diff -Nru graphics/blender.orig/files/patch-intern_cycles_kernel_osl_CMakeLists.txt graphics/blender/files/patch-intern_cycles_kernel_osl_CMakeLists.txt >--- graphics/blender.orig/files/patch-intern_cycles_kernel_osl_CMakeLists.txt 2024-06-19 10:44:17.901384000 +0930 >+++ graphics/blender/files/patch-intern_cycles_kernel_osl_CMakeLists.txt 1970-01-01 09:30:00.000000000 +0930 >@@ -1,10 +0,0 @@ >---- intern/cycles/kernel/osl/CMakeLists.txt.orig 2023-09-27 15:54:37 UTC >-+++ intern/cycles/kernel/osl/CMakeLists.txt >-@@ -33,6 +33,7 @@ set(LIB >- ${OPENIMAGEIO_LIBRARIES} >- ${PUGIXML_LIBRARIES} >- ${CLANG_LIBRARIES} >-+ ${CMAKE_INSTALL_PREFIX}/llvm%%LLVM_VER%%/lib/libclangSupport.a >- ${LLVM_LIBRARY} >- ) >- >diff -Nru graphics/blender.orig/pkg-plist graphics/blender/pkg-plist >--- graphics/blender.orig/pkg-plist 2024-06-19 10:44:17.920081000 +0930 >+++ graphics/blender/pkg-plist 2024-06-16 10:45:48.304230000 +0930 >@@ -6,6 +6,7 @@ > %%DATADIR%%/%%VER%%/datafiles/assets/LICENSE > %%DATADIR%%/%%VER%%/datafiles/assets/blender_assets.cats.txt > %%DATADIR%%/%%VER%%/datafiles/assets/geometry_nodes/procedural_hair_node_assets.blend >+%%DATADIR%%/%%VER%%/datafiles/assets/geometry_nodes/smooth_by_angle.blend > %%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/config.ocio > %%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/filmic/filmic_desat_33.cube > %%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/filmic/filmic_to_0-35_1-30.spi1d >@@ -40,6 +41,7 @@ > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansHebrew-Regular.woff2 > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansJavanese-Regular.woff2 > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansKannada-VariableFont_wdth,wght.woff2 >+%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansKhmer-VariableFont_wdth,wght.woff2 > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMalayalam-VariableFont_wdth,wght.woff2 > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMath-Regular.woff2 > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMyanmar-Regular.woff2 >@@ -194,7 +196,6 @@ > %%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.rip.dat > %%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.rip_edge.dat > %%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.spin.dat >-%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.spin.duplicate.dat > %%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.vertices_smooth.dat > %%DATADIR%%/%%VER%%/datafiles/icons/ops.node.links_cut.dat > %%DATADIR%%/%%VER%%/datafiles/icons/ops.paint.eyedropper_add.dat >@@ -240,9 +241,11 @@ > %%DATADIR%%/%%VER%%/datafiles/icons/ops.view3d.ruler.dat > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ab/LC_MESSAGES/blender.mo > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ar/LC_MESSAGES/blender.mo >+%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/be/LC_MESSAGES/blender.mo > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/bg/LC_MESSAGES/blender.mo > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ca/LC_MESSAGES/blender.mo > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/cs/LC_MESSAGES/blender.mo >+%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/da/LC_MESSAGES/blender.mo > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/de/LC_MESSAGES/blender.mo > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/el/LC_MESSAGES/blender.mo > %%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/eo/LC_MESSAGES/blender.mo >@@ -569,7 +572,6 @@ > %%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_float.oso > %%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_vector.oso > %%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_vector_non_uniform.oso >-%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_musgrave_texture.oso > %%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_noise.h > %%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_noise_texture.oso > %%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_normal.oso >@@ -686,7 +688,9 @@ > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/compat.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/globals.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel.cu >+%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel_osl.cu > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel_shader_raytrace.cu >+%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/services_optix.cu > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/adaptive_sampling.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/aov_passes.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/cryptomatte_passes.h >@@ -800,7 +804,6 @@ > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/math.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/math_util.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/mix.h >-%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/musgrave.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/node_types_template.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/noise.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/noisetex.h >@@ -829,6 +832,7 @@ > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/color.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/differential.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/lookup_table.h >+%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/nanovdb.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/profiling.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/util/atomic.h > %%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/util/color.h >@@ -1007,6 +1011,7 @@ > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/export_fbx_bin.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx2json.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx_utils.py >+%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx_utils_threading.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/import_fbx.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/json2fbx.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/parse_fbx.py >@@ -1020,6 +1025,7 @@ > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_material_helpers.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_math.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_ui.py >+%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_utils.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_animation.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channel_target.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py >@@ -1032,12 +1038,12 @@ > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_keyframes.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_scene_animation.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_tracks.py >-%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/gltf2_blender_gather_animation_sampling_cache.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_action_sampled.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_channel_target.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_channels.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_keyframes.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_sampler.py >+%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/gltf2_blender_gather_animation_sampling_cache.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_action_sampled.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_channel_target.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_channels.py >@@ -1066,6 +1072,7 @@ > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_tree.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_get.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gltf2_exporter.py >+%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_anisotropy.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_clearcoat.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_emission.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_ior.py >@@ -1082,14 +1089,9 @@ > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_gather_texture.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_gather_texture_info.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_search_node_tree.py >-%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_clearcoat.py >-%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_ior.py >+%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_anisotropy.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py >-%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_sheen.py >-%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_specular.py >-%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_transmission.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_unlit.py >-%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_volume.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_node.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_utils.py >@@ -1099,6 +1101,7 @@ > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_image.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_light.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material.py >+%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material_utils.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py > %%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py >@@ -1233,6 +1236,7 @@ > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/README.md > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/__init__.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/config.py >+%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/contour_curves.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/curves_tools.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/dual_mesh.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/lattice.py >@@ -1240,10 +1244,12 @@ > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/numba_functions.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/polyhedra.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/tessellate_numpy.py >+%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/texture_reaction_diffusion.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/tissue_properties.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/utils.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/utils_pip.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/uv_to_mesh.py >+%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/weight_reaction_diffusion.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/weight_tools.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tools/__init__.py > %%DATADIR%%/%%VER%%/scripts/addons/mesh_tools/face_inset_fillet.py >@@ -1515,12 +1521,6 @@ > %%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py > %%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py > %%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py >-%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Chongqing.py >-%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Kinshasa.py >-%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/London.py >-%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/New_York.py >-%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Sao_Paulo.py >-%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Sydney.py > %%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/01_(4800K)_Direct_Sun.py > %%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/02_(5400K)_High_Noon_Sun.py > %%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/03_(6000K)_Daylight_Window.py >@@ -1997,6 +1997,7 @@ > %%DATADIR%%/%%VER%%/scripts/presets/cycles/sampling/Preview.py > %%DATADIR%%/%%VER%%/scripts/presets/cycles/viewport_sampling/Final.py > %%DATADIR%%/%%VER%%/scripts/presets/cycles/viewport_sampling/Preview.py >+%%DATADIR%%/%%VER%%/scripts/presets/eevee/raytracing/Default.py > %%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/DVD_(note_colon__this_changes_render_resolution).py > %%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/H264_in_MP4.py > %%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/H264_in_Matroska.py >@@ -2127,6 +2128,7 @@ > %%DATADIR%%/%%VER%%/scripts/startup/bl_operators/view3d.py > %%DATADIR%%/%%VER%%/scripts/startup/bl_operators/wm.py > %%DATADIR%%/%%VER%%/scripts/startup/bl_ui/__init__.py >+%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/anim.py > %%DATADIR%%/%%VER%%/scripts/startup/bl_ui/asset_shelf.py > %%DATADIR%%/%%VER%%/scripts/startup/bl_ui/generic_ui_list.py > %%DATADIR%%/%%VER%%/scripts/startup/bl_ui/node_add_menu.py >@@ -2254,6 +2256,7 @@ > %%DOCSDIR%%/license/GPL-3.0.txt > %%DOCSDIR%%/license/GPL-license.txt > %%DOCSDIR%%/license/MIT.txt >+%%DOCSDIR%%/license/MPL-2.0.txt > %%DOCSDIR%%/license/OpenColorIO.txt > %%DOCSDIR%%/license/OpenSSL.txt > %%DOCSDIR%%/license/Python.txt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
FreeBSD
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 279847
:
251557
|
251566
|
251719
|
251720