FreeBSD Bugzilla – Attachment 251719 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), 21.60 KB, created by
Shane
on 2024-06-27 08:39:22 UTC
(
hide
)
Description:
maintainer update for graphics/blender
Filename:
MIME Type:
Creator:
Shane
Created:
2024-06-27 08:39:22 UTC
Size:
21.60 KB
patch
obsolete
>diff -Nru graphics/blender.orig/Makefile graphics/blender/Makefile >--- graphics/blender.orig/Makefile 2024-06-27 18:06:07.867087000 +0930 >+++ graphics/blender/Makefile 2024-06-27 18:03:43.395012000 +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/ \ >@@ -19,6 +18,7 @@ > BUILD_DEPENDS= ${PYNUMPY} > LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ > libfreetype.so:print/freetype2 \ >+ libminizip-ng.so:archivers/minizip-ng \ > libepoxy.so:graphics/libepoxy \ > libOpenImageIO.so:graphics/openimageio \ > libpng.so:graphics/png \ >@@ -30,7 +30,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 \ >@@ -40,8 +40,9 @@ > .if defined(WITH_DEBUG) > CMAKE_ARGS= -DWITH_GHOST_DEBUG:BOOL=ON > .endif >-CMAKE_ON= WITH_AUDASPACE WITH_BOOST WITH_GHOST_X11 WITH_GHOST_XDND WITH_HYDRA \ >- WITH_IO_GPENCIL WITH_IO_PLY WITH_IO_STL WITH_IO_WAVEFRONT_OBJ \ >+CMAKE_ON= WITH_AUDASPACE WITH_BOOST WITH_CLANG WITH_GHOST_X11 \ >+ WITH_GHOST_XDND WITH_HYDRA WITH_IO_GPENCIL WITH_IO_PLY \ >+ WITH_IO_STL WITH_IO_WAVEFRONT_OBJ WITH_LLVM \ > WITH_OPENGL_BACKEND WITH_PYTHON WITH_SYSTEM_EIGEN3 \ > WITH_SYSTEM_FREETYPE WITH_X11_XINPUT WITH_X11_XF86VMODE WITH_X11_XFIXES > CMAKE_OFF= WITH_GHOST_SDL WITH_GHOST_WAYLAND_DBUS WITH_INSTALL_PORTABLE \ >@@ -80,6 +81,8 @@ > CYCLES_EMBR_IMPLIES= CYCLES > CYCLES_EMBR_LIB_DEPENDS= libembree3.so:graphics/embree > CYCLES_EMBR_CMAKE_BOOL= WITH_CYCLES_EMBREE >+CYCLES_ONEAPI_LIB_DEPENDS= libtbb.so:devel/onetbb >+CYCLES_ONEAPI_CMAKE_BOOL= WITH_CYCLES_DEVICE_ONEAPI > CYCLES_OSL_IMPLIES= CYCLES OPENEXR PUGIXML > CYCLES_OSL_BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} > CYCLES_OSL_LIB_DEPENDS= liboslcomp.so:graphics/openshadinglanguage >@@ -101,6 +104,10 @@ > libfftw3f.so:math/fftw3-float > FFTW3_CMAKE_BOOL= WITH_FFTW3 > FREESTYLE_CMAKE_BOOL= WITH_FREESTYLE >+FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi >+FRIBIDI_CMAKE_BOOL= WITH_FRIBIDI >+HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz >+HARFBUZZ_CMAKE_BOOL= WITH_HARFBUZZ > HARU_LIB_DEPENDS= libhpdf.so:print/libharu > HARU_CMAKE_BOOL= WITH_HARU > HEADLESS_PREVENTS= MENU XINPUT XF86VMODE >@@ -128,6 +135,7 @@ > OPENCOLORIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ > libyaml-cpp.so:devel/yaml-cpp \ > libexpat.so:textproc/expat2 \ >+ libminizip.so:archivers/minizip \ > libpystring.so:devel/pystring > OPENCOLORIO_CMAKE_BOOL= WITH_OPENCOLORIO > OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ >@@ -167,9 +175,9 @@ > THUMBNAILER_CMAKE_BOOL= WITH_BLENDER_THUMBNAILER > TRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace > TRACE_CMAKE_BOOL= WITH_POTRACE >+USD_IMPLIES= TBB > USD_BROKEN= require devel/tbb, which conflicts with devel/onetbb: \ > https://github.com/PixarAnimationStudios/OpenUSD/issues/1650 >-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 >diff -Nru graphics/blender.orig/Makefile.options graphics/blender/Makefile.options >--- graphics/blender.orig/Makefile.options 2024-06-27 18:06:07.867285000 +0930 >+++ graphics/blender/Makefile.options 2024-06-19 19:16:27.500088000 +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 \ >@@ -103,23 +109,26 @@ > ALEMBIC_DESC= Enable Alembic file support > AVI_DESC= Enable Blender's own AVI file support > BULLET_DESC= Bullet physics engine >-CINEON_DESC= CINEON and DPX graphics format support > CAMERATRACK_DESC= Camera tracking support (amd64/aarch64/powerpc64/powerpc64le only) >+CINEON_DESC= CINEON and DPX graphics format support > COLLADA_DESC= Enable read/write support for COLLADA files > 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 >+HARFBUZZ_DESC= Enable features using harfbuzz OpenType text shaping engine > HARU_DESC= Enable libharu support > HEADLESS_DESC= Disable user interface (for render-farms) > INPUT_NDOF_DESC= Enable NDOF input device support >-LZO_DESC= Fast compression support > LZMA_DESC= Best compression support >+LZO_DESC= Fast compression support > MENU_DESC= Install desktop menu > MOD_FLUID_DESC= Fluid simulation support > MOD_OCEANSIM_DESC= Ocean simulation support >@@ -140,7 +149,7 @@ > TRACE_DESC= Enable tracing image to GP stroke > USD_DESC= Universal Scene Description Support (aarch64 and amd64 only, broken) > VULKAN_DESC= Enable Vulkan as graphics backend (only for development) >-WEBP_DESC= Enable webp image support > WAYLAND_DESC= Wayland support >+WEBP_DESC= Enable webp image support > XF86VMODE_DESC= X11 video mode switching support > XINPUT_DESC= X11 Xinput (tablet) support >diff -Nru graphics/blender.orig/Makefile.versions graphics/blender/Makefile.versions >--- graphics/blender.orig/Makefile.versions 2024-06-27 18:06:07.715568000 +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-27 18:06:07.854508000 +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-27 18:06:07.826078000 +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-27 18:06:07.840376000 +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