Page MenuHome
  • From a1d9f55c36a595d284e5b21603e491b4b9666a19 Mon Sep 17 00:00:00 2001
    From: Sergey Sharybin <sergey@blender.org>
    Date: Wed, 25 May 2022 12:13:48 +0200
    Subject: [PATCH] Atomic: Implement load and store semantic
    ...
    • May 25 2022, 12:14 PM
    • 644 Lines
  • diff --git a/intern/atomic/atomic_ops.h b/intern/atomic/atomic_ops.h
    index 6a4d6d263c0..2bedce1b4f0 100644
    --- a/intern/atomic/atomic_ops.h
    +++ b/intern/atomic/atomic_ops.h
    @@ -64,16 +64,22 @@ ATOMIC_INLINE uint64_t atomic_sub_and_fetch_uint64(uint64_t *p, uint64_t x);
    ...
    • May 25 2022, 10:31 AM
    • 441 Lines
  • [root@centos7 build_linux]# make cycles_kernel_oneapi
    Generating cycles_kernel_oneapi.so
    /usr/bin/cmake3 -E env LD_LIBRARY_PATH=/root/blender-git/lib/linux_centos7_x86_64/dpcpp/bin/../lib:/root/blender-git/build_linux/deps/Release/ocloc/bin//lib:/root/blender-git/build_linux/deps/Release/igc//lib PATH=/root/blender-git/build_linux/deps/Release/ocloc/bin//bin:/root/blender-git/lib/linux_centos7_x86_64/dpcpp/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin /root/blender-git/lib/linux_centos7_x86_64/dpcpp/bin/clang++ /root/blender-git/blender/intern/cycles/kernel/device/oneapi/kernel.cpp -fsycl -fsycl-unnamed-lambda -fdelayed-template-parsing -shared -DWITH_ONEAPI -ffast-math -DNDEBUG -O2 -mllvm -inlinedefault-threshold=400 -o /root/blender-git/build_linux/intern/cycles/kernel/cycles_kernel_oneapi.so -I/root/blender-git/blender/intern/cycles/kernel/.. -I/root/blender-git/lib/linux_x86_64/level-zero/include /root/blender-git/lib/linux_x86_64/level-zero/lib/libze_loader.so -fsycl-targets=spir64,spir64_gen -Xsycl-target-backend=spir64 --format zebin -internal_options -ze-opt-large-register-file\ -ze-opt-regular-grf-kernel\ integrator_intersect -Xsycl-target-backend=spir64_gen -device dg2 --format zebin -internal_options -ze-opt-large-register-file\ -ze-opt-regular-grf-kernel\ integrator_intersect -DWITH_NANOVDB -I/root/blender-git/lib/linux_centos7_x86_64/openvdb/include -fPIC
    clang version 14.0.0
    Target: x86_64-unknown-linux-gnu
    ...
    • May 24 2022, 2:32 PM
    • 158 Lines
  • diff --git a/source/blender/makesrna/RNA_enum_items.h b/source/blender/makesrna/RNA_enum_items.h
    index 127c8465243..709138b1349 100644
    --- a/source/blender/makesrna/RNA_enum_items.h
    +++ b/source/blender/makesrna/RNA_enum_items.h
    @@ -147,6 +147,7 @@ DEF_ENUM(rna_enum_keymap_propvalue_items)
    ...
    • May 24 2022, 1:59 PM
    • 173 Lines
    • Diff
  • diff --git a/source/blender/makesrna/intern/rna_wm_api.c b/source/blender/makesrna/intern/rna_wm_api.c
    index 5da65510399..900eb02402e 100644
    --- a/source/blender/makesrna/intern/rna_wm_api.c
    +++ b/source/blender/makesrna/intern/rna_wm_api.c
    @@ -23,6 +23,7 @@
    ...
    • May 24 2022, 11:34 AM
    • 52 Lines
    • Diff
  • PS C:\Users\adam\Downloads\blender-3.3.0-alpha+wintab.6abc638a8b90-windows.amd64-release> .\blender.exe --debug-wintab
    Read prefs: C:\Users\adam\AppData\Roaming\Blender Foundation\Blender\3.3\config\userpref.blend
    Loading Wintab for window 0000000000390870
    HCTX 0000000000000018 loadWintab queueSize: 500, queueSizeGet: 500
    Loaded Wintab context 0000000000000018
    ...
    • May 24 2022, 3:17 AM
    • 309 Lines
  • [root@centos7 build_linux]# make cycles_kernel_oneapi
    Generating cycles_kernel_oneapi.so
    /usr/bin/cmake3 -E env LD_LIBRARY_PATH=/root/blender-git/lib/linux_centos7_x86_64/dpcpp/bin/../lib:/root/blender-git/build_linux/deps/Release/ocloc/bin//lib:/root/blender-git/build_linux/deps/Release/igc//lib PATH=/root/blender-git/build_linux/deps/Release/ocloc/bin//bin:/root/blender-git/lib/linux_centos7_x86_64/dpcpp/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin /root/blender-git/lib/linux_centos7_x86_64/dpcpp/bin/clang++ /root/blender-git/blender/intern/cycles/kernel/device/oneapi/kernel.cpp -fsycl -fsycl-unnamed-lambda -fdelayed-template-parsing -shared -DWITH_ONEAPI -ffast-math -DNDEBUG -O2 -mllvm -inlinedefault-threshold=400 -o /root/blender-git/build_linux/intern/cycles/kernel/cycles_kernel_oneapi.so -I/root/blender-git/blender/intern/cycles/kernel/.. -I/root/blender-git/lib/linux_x86_64/level-zero/include /root/blender-git/lib/linux_x86_64/level-zero/lib/libze_loader.so -fsycl-targets=spir64,spir64_gen -Xsycl-target-backend=spir64 --format zebin -internal_options -ze-opt-large-register-file\ -ze-opt-regular-grf-kernel\ integrator_intersect -Xsycl-target-backend=spir64_gen -device dg2 --format zebin -internal_options -ze-opt-large-register-file\ -ze-opt-regular-grf-kernel\ integrator_intersect -DWITH_NANOVDB -I/root/blender-git/lib/linux_centos7_x86_64/openvdb/include -fPIC
    clang version 14.0.0
    Target: x86_64-unknown-linux-gnu
    ...
    • May 24 2022, 1:30 AM
    • 112 Lines
  • diff --git a/intern/cycles/kernel/film/adaptive_sampling.h b/intern/cycles/kernel/film/adaptive_sampling.h
    index ad9b3b08ac5..16867c39d99 100644
    --- a/intern/cycles/kernel/film/adaptive_sampling.h
    +++ b/intern/cycles/kernel/film/adaptive_sampling.h
    @@ -91,13 +91,13 @@ ccl_device void kernel_adaptive_sampling_filter_x(KernelGlobals kg,
    ...
    • May 23 2022, 3:36 PM
    • 36 Lines
  • diff --git a/source/blender/draw/intern/draw_cache_impl_subdivision.cc b/source/blender/draw/intern/draw_cache_impl_subdivision.cc
    index dc40e15a450..76bb42dbb46 100644
    --- a/source/blender/draw/intern/draw_cache_impl_subdivision.cc
    +++ b/source/blender/draw/intern/draw_cache_impl_subdivision.cc
    @@ -600,8 +600,9 @@ void draw_subdiv_cache_free(DRWSubdivCache *cache)
    ...
    • May 23 2022, 9:02 AM
    • 169 Lines
  • diff --git a/source/blender/blenkernel/intern/curves_geometry.cc b/source/blender/blenkernel/intern/curves_geometry.cc
    index 0fd58a52f81..21b1fbffa02 100644
    --- a/source/blender/blenkernel/intern/curves_geometry.cc
    +++ b/source/blender/blenkernel/intern/curves_geometry.cc
    @@ -797,6 +797,13 @@ Span<float3> CurvesGeometry::evaluated_normals() const
    ...
    • May 22 2022, 2:11 PM
    • 32 Lines
    • Diff
  • fn::CustomMF_SI_SO<float, float> fn_sin{"sin", [](float t) { return sinf(t); }};
    fn::CustomMF_SI_SO<float, float> fn_cos{"cos", [](float t) { return sinf(t); }};
    fn::MFProcedure procedure;
    fn::MFProcedureBuilder builder(procedure);
    ...
    • May 22 2022, 11:32 AM
    • 23 Lines
    • C++
  • Microsoft Windows [Version 10.0.19043.1706]
    (c) Microsoft Corporation. All rights reserved.
    C:\Blender Launcher\Blender Builds\experimental\blender-3.3.0-alpha+wintab.2ffd8cfd3a9d-windows.amd64-release>blender.exe --debug-wintab
    Loading Wintab for window 0000000001FF04B6
    ...
    • May 21 2022, 9:51 PM
    • 160 Lines
  • commit 53b799d96fb6dde69b9f666380a364411a6fc7d9
    Author: Chris Blackbourn <chrisbblend@gmail.com>
    Date: Fri May 20 13:39:25 2022 +1200
    Cleanup: Deprecate ParamHandle -> PHandle
    ...
    • May 20 2022, 3:57 AM
    • 614 Lines
  • Microsoft Windows [Version 10.0.19043.1706]
    (c) Microsoft Corporation. All rights reserved.
    k:\BlenderGit\2022_ninja_oneapi>cmake .
    -- 64 bit compiler detected.
    ...
    • May 19 2022, 6:45 PM
    • 226 Lines
  • diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc
    index 623c3bb698c..47583ee5e4e 100644
    --- a/source/blender/blenkernel/intern/customdata.cc
    ...
    • May 19 2022, 12:33 PM
    • 17 Lines
  • diff --git a/source/blender/editors/mask/mask_add.c b/source/blender/editors/mask/mask_add.c
    index 0b9261eac4f..d10c420e28c 100644
    --- a/source/blender/editors/mask/mask_add.c
    +++ b/source/blender/editors/mask/mask_add.c
    @@ -230,7 +230,7 @@ static bool add_vertex_subdivide(const bContext *C, Mask *mask, const float co[2
    ...
    • May 19 2022, 11:52 AM
    • 44 Lines
  • diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
    index d7ebdd02619..ff1b5892de7 100644
    --- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
    +++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
    @@ -5599,7 +5599,7 @@ def km_sculpt_curves(params):
    ...
    • May 19 2022, 11:11 AM
    • 51 Lines
  • diff --git a/utils_maintenance/autopep8_format_paths.py b/utils_maintenance/autopep8_format_paths.py
    index 714a13a..5b17e2b 100644
    --- a/utils_maintenance/autopep8_format_paths.py
    +++ b/utils_maintenance/autopep8_format_paths.py
    @@ -82,7 +82,11 @@ def autopep8_ensure_version(autopep8_format_cmd_argument):
    ...
    • May 19 2022, 10:48 AM
    • 17 Lines
  • FAILED: intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCCL_NAMESPACE_BEGIN="namespace ccl {" -DCCL_NAMESPACE_END=} -DCYCLES_GFLAGS_NAMESPACE=gflags -DGLEW_NO_ES -DGLEW_NO_GLU -DGLEW_STATIC -DGOOGLE_GLOG_DLL_DECL="" -DMACOSX_DEPLOYMENT_TARGET=11.00 -DNDEBUG -DOIIO_STATIC_BUILD -DOSL_STATIC_BUILD -DOSL_STATIC_LIBRARY -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DWITH_ALEMBIC -DWITH_BLENDER_GUARDEDALLOC -DWITH_CYCLES_LOGGING -DWITH_EMBREE -DWITH_GL_PROFILE_CORE -DWITH_NANOVDB -DWITH_OCIO -DWITH_OPENGL -DWITH_OPENIMAGEDENOISE -DWITH_OPENSUBDIV -DWITH_OPENVDB -DWITH_OPENVDB_BLOSC -DWITH_OSL -DWITH_SSE2NEON -DWITH_SYSTEM_PUGIXML -D__LITTLE_ENDIAN__ -I/Users/blender/git/blender-vdev/blender.git/intern/cycles/../atomic -I/Users/blender/git/blender-vdev/blender.git/intern/cycles/scene/.. -I/Users/blender/git/blender-vdev/blender.git/intern/cycles/scene/../../sky/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/sse2neon -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/boost/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/openimageio/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/openexr/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/openexr/include/OpenEXR -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/imath/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/imath/include/Imath -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/pugixml/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/osl/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/embree/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/openimagedenoise/include -isystem /Users/blender/git/blender-vdev/blender.git/extern/glog/include -isystem /Users/blender/git/blender-vdev/blender.git/extern/gflags/src -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/alembic/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/tbb/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/openvdb/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/opensubdiv/include -isystem /Users/blender/git/blender-vdev/lib/darwin_arm64/opencolorio/include -Wall -Wc++20-designator -Wno-tautological-compare -Wno-unknown-pragmas -Wno-char-subscripts -Wno-overloaded-virtual -Wno-sign-compare -Wno-invalid-offsetof -Wno-suggest-override -mmacosx-version-min=11.00 -ftemplate-depth=1024 -stdlib=libc++ -Xclang -fopenmp -I'/Users/blender/git/blender-vdev/blender.git/../lib/darwin_arm64/openmp/include' -pipe -funsigned-char -fno-strict-aliasing -fmacro-prefix-map="/Users/blender/git/blender-vdev/blender.git/"="" -fmacro-prefix-map="/Users/blender/git/blender-vdev/build_arm64_release/"="" -Wno-error=unused-macros -O2 -mdynamic-no-pic -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk -mmacosx-version-min=11.00 -std=c++17 -MD -MT intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o -MF intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o.d -o intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o -c /Users/blender/git/blender-vdev/blender.git/intern/cycles/scene/image_vdb.cpp
    /Users/blender/git/blender-vdev/blender.git/intern/cycles/scene/image_vdb.cpp:58:76: error: unexpected type name 'TreeType': expected expression
    nanovdb::openToNanoVDB<nanovdb::HostBuffer, FloatGridType::TreeType, nanovdb::FpN>(
    ^
    ...
    • May 18 2022, 7:01 PM
    • 48 Lines
  • FAILED: intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o
    /opt/rh/devtoolset-9/root/usr/bin/c++ -DBOOST_ALL_NO_LIB -DCCL_NAMESPACE_BEGIN="namespace ccl {" -DCCL_NAMESPACE_END=} -DCYCLES_GFLAGS_NAMESPACE=gflags -DGLEW_NO_ES -DGLEW_NO_GLU -DGLEW_STATIC -DGOOGLE_GLOG_DLL_DECL="" -DNDEBUG -DOSL_STATIC_BUILD -DOSL_STATIC_LIBRARY -DTBB_SUPPRESS_DEPRECATED_MESSAGES=1 -DWITH_ALEMBIC -DWITH_BLENDER_GUARDEDALLOC -DWITH_CYCLES_LOGGING -DWITH_EMBREE -DWITH_GL_PROFILE_CORE -DWITH_KERNEL_AVX -DWITH_KERNEL_AVX2 -DWITH_KERNEL_SSE2 -DWITH_KERNEL_SSE3 -DWITH_KERNEL_SSE41 -DWITH_NANOVDB -DWITH_OCIO -DWITH_OPENGL -DWITH_OPENIMAGEDENOISE -DWITH_OPENSUBDIV -DWITH_OPENVDB -DWITH_OPENVDB_BLOSC -DWITH_OPTIX -DWITH_OSL -DWITH_SYSTEM_PUGIXML -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D__LITTLE_ENDIAN__ -D__MMX__ -D__SSE2__ -D__SSE__ -I/home/blender/git/blender-vdev/blender.git/intern/cycles/../atomic -I/home/blender/git/blender-vdev/blender.git/intern/cycles/scene/.. -I/home/blender/git/blender-vdev/blender.git/intern/cycles/scene/../../sky/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/boost/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/openimageio/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/openexr/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/openexr/include/OpenEXR -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/imath/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/imath/include/Imath -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/pugixml/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/osl/include -isystem /home/blender/.devops/apps/NVIDIA-OptiX-SDK-7.3.0-linux64-x86_64/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/embree/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/openimagedenoise/include -isystem /home/blender/git/blender-vdev/blender.git/extern/glog/include -isystem /home/blender/git/blender-vdev/blender.git/extern/gflags/src -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/alembic/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/tbb/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/openvdb/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/opensubdiv/include -isystem /home/blender/git/blender-vdev/lib/linux_centos7_x86_64/opencolorio/include -Wuninitialized -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wno-suggest-override -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -msse2 -D_GLIBCXX_USE_CXX11_ABI=0 -fmacro-prefix-map="/home/blender/git/blender-vdev/blender.git/"="" -fmacro-prefix-map="/home/blender/git/blender-vdev/build_release/"="" -fno-trapping-math -fno-math-errno -fno-signed-zeros -fno-signaling-nans -fno-rounding-math -mfpmath=sse -Wno-error=unused-macros -Wno-maybe-uninitialized -O2 -DNDEBUG -std=c++17 -MD -MT intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o -MF intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o.d -o intern/cycles/scene/CMakeFiles/cycles_scene.dir/image_vdb.cpp.o -c /home/blender/git/blender-vdev/blender.git/intern/cycles/scene/image_vdb.cpp
    /home/blender/git/blender-vdev/blender.git/intern/cycles/scene/image_vdb.cpp: In instantiation of ‘bool ccl::ToNanoOp::operator()(const ConstPtr&) [with GridType = openvdb::v9_0::Grid<openvdb::v9_0::tree::Tree<openvdb::v9_0::tree::RootNode<openvdb::v9_0::tree::InternalNode<openvdb::v9_0::tree::InternalNode<openvdb::v9_0::tree::LeafNode<float, 3>, 4>, 5> > > >; FloatGridType = openvdb::v9_0::Grid<openvdb::v9_0::tree::Tree<openvdb::v9_0::tree::RootNode<openvdb::v9_0::tree::InternalNode<openvdb::v9_0::tree::InternalNode<openvdb::v9_0::tree::LeafNode<float, 3>, 4>, 5> > > >; FloatDataType = float; int channels = 1; openvdb::v9_0::GridBase::ConstPtr = std::shared_ptr<const openvdb::v9_0::GridBase>]’:
    /home/blender/git/blender-vdev/blender.git/intern/cycles/scene/../util/openvdb.h:20:89: required from ‘bool openvdb::grid_type_operation(const ConstPtr&, OpType&&) [with OpType = ccl::ToNanoOp&; openvdb::v9_0::GridBase::ConstPtr = std::shared_ptr<const openvdb::v9_0::GridBase>]’
    /home/blender/git/blender-vdev/blender.git/intern/cycles/scene/image_vdb.cpp:122:47: required from here
    ...
    • May 18 2022, 7:01 PM
    • 77 Lines
  • Color management: Error could not find role data role.
    Read prefs: /home/ideasman42/.config/blender/3.3/config/userpref.blend
    Color management: scene view "Filmic" not found, setting default "Standard".
    Saved session recovery to '/tmp/quit.blend'
    ...
    • May 18 2022, 9:11 AM
    • 27 Lines
  • diff --git a/intern/opensubdiv/internal/evaluator/eval_output.h b/intern/opensubdiv/internal/evaluator/eval_output.h
    index a8730716ad5..dfe42c9924c 100644
    --- a/intern/opensubdiv/internal/evaluator/eval_output.h
    +++ b/intern/opensubdiv/internal/evaluator/eval_output.h
    @@ -103,6 +103,10 @@ class EvalOutputAPI::EvalOutput {
    ...
    • May 18 2022, 6:07 AM
    • 444 Lines
  • diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
    index 92fa3754d3a..fe56c76f2e4 100644
    --- a/source/blender/windowmanager/intern/wm_event_system.c
    +++ b/source/blender/windowmanager/intern/wm_event_system.c
    @@ -1967,8 +1967,8 @@ static void wm_handler_op_context_get_if_valid(bContext *C,
    ...
    • May 17 2022, 7:11 AM
    • 15 Lines
  • [ 0%: -0] Re-running CMake...
    -- 'WITH_AUDASPACE' is disabled: forcing 'set(WITH_PULSEAUDIO OFF)'
    -- Using pre-compiled LIBDIR: /src/blender/../lib/linux_centos7_x86_64
    CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
    Could NOT find Python3 (missing: Python3_EXECUTABLE
    ...
    • May 17 2022, 6:06 AM
    • 23 Lines
  • diff --git a/intern/cycles/blender/curves.cpp b/intern/cycles/blender/curves.cpp
    index a9896a4..2de2eec 100644
    --- a/intern/cycles/blender/curves.cpp
    +++ b/intern/cycles/blender/curves.cpp
    @@ -128,6 +128,21 @@ static void attr_create_motion(Hair *hair, BL::Attribute &b_attribute, const flo
    ...
    • May 16 2022, 8:19 PM
    • 225 Lines
  • diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
    index d08786e6ba8..1228c6e4298 100644
    --- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
    +++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
    @@ -960,7 +960,7 @@ def km_mask_editing(params):
    ...
    • May 16 2022, 6:14 PM
    • 730 Lines
  • diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
    index 7c7bb456473..34f0d33b26b 100644
    --- a/release/scripts/startup/bl_ui/space_sequencer.py
    +++ b/release/scripts/startup/bl_ui/space_sequencer.py
    @@ -1806,6 +1806,10 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, Panel):
    ...
    • May 16 2022, 3:44 PM
    • 1,937 Lines
  • # backtrace
    ./blender(BLI_system_backtrace+0x37) [0xc36b647]
    ./blender() [0xb310aa]
    /lib/x86_64-linux-gnu/libc.so.6(+0x430c0) [0x7fddaad450c0]
    ./blender(copy_m4_m4+0x4) [0xc2e60a4]
    ...
    • May 16 2022, 1:01 PM
    • 17 Lines
  • ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:563 BKE_mesh_validate_arrays: Poly 222 has invalid material (-6016)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:563 BKE_mesh_validate_arrays: Poly 223 has invalid material (-6016)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:563 BKE_mesh_validate_arrays: Poly 224 has invalid material (-6016)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:563 BKE_mesh_validate_arrays: Poly 225 has invalid material (-6016)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:563 BKE_mesh_validate_arrays: Poly 226 has invalid material (-6016)
    ...
    • May 16 2022, 10:07 AM
    • 201 Lines
  • C:\Users\hunter\Desktop\blender-3.3.0-alpha+wintab.6abc638a8b90-windows.amd64-release>blender.exe --debug-wintab
    Loading Wintab for window 00000000006E06D0
    HCTX 0000000000000002 loadWintab queueSize: 500, queueSizeGet: 500
    Loaded Wintab context 0000000000000002
    ...
    • May 15 2022, 6:27 PM
    • 170 Lines
  • P2946 T92436
    C:\Users\hunter\Desktop\blender-3.3.0-alpha+wintab.6abc638a8b90-windows.amd64-release>blender.exe --debug-wintab
    Loading Wintab for window 00000000000B072A
    HCTX 0000000000000002 loadWintab queueSize: 500, queueSizeGet: 500
    Loaded Wintab context 0000000000000002
    ...
    • May 15 2022, 6:20 PM
    • 191 Lines
  • threading::parallel_for_each(curves_range, [&](const int index) {
    const IndexRange points = curves->points_for_curve(index);
    if (points.size() <= 1) {
    if (points.size() == 1) {
    output_splines[points[0]] = src_values[points[0]];
    ...
    • May 15 2022, 1:37 PM
    • 17 Lines
    • C++
  • diff --git a/source/blender/draw/intern/draw_cache_impl_particles.c b/source/blender/draw/intern/draw_cache_impl_particles.c
    index 442625640d5..185b24cddec 100644
    --- a/source/blender/draw/intern/draw_cache_impl_particles.c
    +++ b/source/blender/draw/intern/draw_cache_impl_particles.c
    @@ -1306,10 +1306,10 @@ static void particle_batch_cache_ensure_pos_and_seg(PTCacheEdit *edit,
    ...
    • May 14 2022, 10:43 PM
    • 16 Lines
    • Diff
  • [1896/2723] Building CXX object source\blender\gpencil_mod...cil_modifiers.dir\intern\lineart\lineart_cpp_bridge.cc.obj
    C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(125): warning C4180: qualifier applied to function type has no meaning; ignored
    C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(176): note: see reference to class template instantiation 'tbb::interface9::internal::quick_sort_pretest_body<RandomAccessIterator,Compare>' being compiled
    with
    [
    ...
    • May 13 2022, 7:17 AM
    • 31 Lines
  • diff --git a/source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_edituv.cc b/source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_edituv.cc
    index 43aa52f08c8..2c4e7bfa802 100644
    --- a/source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_edituv.cc
    +++ b/source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_edituv.cc
    @@ -387,8 +387,7 @@ static void extract_edituv_points_iter_poly_mesh(const MeshRenderData *mr,
    ...
    • May 13 2022, 4:42 AM
    • 46 Lines
  • P2941 T96289
    diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
    index 23147b63e27..46755587095 100644
    --- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
    +++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
    @@ -1693,6 +1693,17 @@ void DepsgraphRelationBuilder::build_driver_variables(ID *id, FCurve *fcu)
    ...
    • May 12 2022, 5:15 PM
    • 22 Lines
    • Diff
  • Loading Wintab for window 0000000000072038
    HCTX 0000000000000804 loadWintab queueSize: 500, queueSizeGet: 500
    Loaded Wintab context 0000000000000804
    Wintab Devices: 1
    HCTX 0000000000000804 updateCursorInfo maxPressure: 32767
    ...
    • May 12 2022, 2:05 PM
    • 394 Lines
  • diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc b/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc
    index 2cd18f95493..11dd81cf39c 100644
    --- a/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc
    +++ b/source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc
    @@ -16,6 +16,8 @@
    ...
    • May 12 2022, 12:40 PM
    • 21 Lines
  • commit 17a264a6592d1ec03f94ab47268418e3fb27eff4
    Author: Dalai Felinto <dalai@blender.org>
    Date: Thu May 12 11:47:02 2022 +0200
    Curves: Add notifier to update spreadsheet when sculpting
    ...
    • May 12 2022, 11:56 AM
    • 111 Lines
  • commit 9ba6b0bd5e0c97c19cbd93d9caa2d8f9b1f1948f
    Author: Dalai Felinto <dalai@blender.org>
    Date: Thu May 12 11:47:02 2022 +0200
    Curves: Add notifier to update spreadsheet when adding new curves
    ...
    • May 12 2022, 11:48 AM
    • 27 Lines
  • 0x0000000005a5c568 in sub_v3_v3v3 (r=0x7fffcb7b8fdc, a=0x7fffc611f8f8, b=0x38)
    at /media/data/blender_dfelinto/blender_master/source/blender/blenlib/intern/math_vector_inline.c:472
    472 r[0] = a[0] - b[0];
    (gdb) bt
    #0 0x0000000005a5c568 in sub_v3_v3v3 (r=0x7fffcb7b8fdc, a=0x7fffc611f8f8, b=0x38) at /media/data/blender_dfelinto/blender_master/source/blender/blenlib/intern/math_vector_inline.c:472
    ...
    • May 12 2022, 11:15 AM
    • 22 Lines
  • 10>E:\blender-git\blender\source\blender\functions\FN_multi_function_builder.hh(405,26): error C2059: syntax error: '=' (compiling source file E:\blender-git\blender\source\blender\functions\tests\FN_multi_function_procedure_test.cc)
    10>E:\blender-git\blender\source\blender\functions\FN_multi_function_builder.hh(327): message : see reference to function template instantiation 'void blender::fn::CustomMF<blender::fn::MFParamTag<blender::fn::MFParamCategory::SingleInput,In1>,blender::fn::MFParamTag<blender::fn::MFParamCategory::SingleInput,In1>,blender::fn::MFParamTag<blender::fn::MFParamCategory::SingleOutput,Out1>>::add_signature_parameters<0,1,2>(blender::fn::MFSignatureBuilder &,std::integer_sequence<size_t,0,1,2>)' being compiled
    10> with
    10> [
    10> In1=int,
    ...
    • May 12 2022, 9:52 AM
    • 43 Lines
  • 7>E:\blender-git\blender\source\blender\functions\FN_multi_function_builder.hh(405,26): error C2059: syntax error: '=' (compiling source file E:\blender-git\build_windows_Lite_x64_vc17_Release\source\blender\nodes\geometry\CMakeFiles\bf_nodes_geometry.dir\Unity\unity_8_cxx.cxx)
    7>E:\blender-git\blender\source\blender\functions\FN_multi_function_builder.hh(327): message : see reference to function template instantiation 'void blender::fn::CustomMF<blender::fn::MFParamTag<blender::fn::MFParamCategory::SingleInput,In1>,blender::fn::MFParamTag<blender::fn::MFParamCategory::SingleOutput,Out1>>::add_signature_parameters<0,1>(blender::fn::MFSignatureBuilder &,std::integer_sequence<size_t,0,1>)' being compiled
    7> with
    7> [
    7> In1=float,
    ...
    • May 12 2022, 9:37 AM
    • 41 Lines
  • commit 18097cc918b8b7a6a730f5fbd7973e6364f72b1f
    Author: Campbell Barton <campbell@blender.org>
    Date: Thu May 12 12:15:14 2022 +1000
    Support for button tooltips without makign them active.
    ...
    • May 12 2022, 6:35 AM
    • 322 Lines
  • diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
    index 1ee996de8b9..ffaeea44686 100644
    --- a/release/scripts/startup/bl_ui/space_clip.py
    +++ b/release/scripts/startup/bl_ui/space_clip.py
    @@ -250,8 +250,10 @@ class CLIP_HT_header(Header):
    ...
    • May 11 2022, 3:59 PM
    • 16 Lines
  • frame #0: 0x00007ff80d1d597a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #1: 0x00007ff80d1d5ce8 libsystem_kernel.dylib`mach_msg + 56
    frame #2: 0x00007ff80fbadc7c IOKit`io_connect_method + 387
    frame #3: 0x00007ff80fbada89 IOKit`IOConnectCallMethod + 186
    frame #4: 0x00007ff815b8a6d9 IOAccelerator`IOAccelResourcePageoff + 73
    ...
    • May 10 2022, 3:03 PM
    • 27 Lines
  • rna_pointer_inherit_refine (ptr=0x7fff6c556588, type=0x21, data=0x55555fe15328) at /src/blender/source/blender/makesrna/intern/rna_access.c:193
    193 while (result.type->refine) {
    (gdb) bt
    #0 rna_pointer_inherit_refine (ptr=0x7fff6c556588, type=0x21, data=0x55555fe15328) at /src/blender/source/blender/makesrna/intern/rna_access.c:193
    #1 0x0000555557bc29ea in SpaceFileBrowser_active_operator_get (ptr=0x7fff6c556588) at /src/cmake_debug/source/blender/makesrna/intern/rna_space_gen.c:4420
    ...
    • May 10 2022, 8:59 AM
    • 29 Lines
    • Diff
  • diff --git a/source/blender/gpu/intern/gpu_codegen.cc b/source/blender/gpu/intern/gpu_codegen.cc
    index b6b0825a993..fa911037d00 100644
    --- a/source/blender/gpu/intern/gpu_codegen.cc
    +++ b/source/blender/gpu/intern/gpu_codegen.cc
    @@ -32,6 +32,7 @@
    ...
    • May 9 2022, 11:49 AM
    • 59 Lines
  • diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
    index 872dfe68793..f5a74f9de9a 100644
    --- a/source/blender/editors/sculpt_paint/paint_image_proj.c
    +++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
    @@ -6600,12 +6600,16 @@ static bool proj_paint_add_slot(bContext *C, wmOperator *op)
    ...
    • May 9 2022, 10:45 AM
    • 33 Lines
  • diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c
    index e8fb5fb2c45..7ec6ee5183a 100644
    --- a/source/blender/gpu/intern/gpu_material.c
    +++ b/source/blender/gpu/intern/gpu_material.c
    @@ -168,6 +168,7 @@ static void gpu_material_free_single(GPUMaterial *material)
    ...
    • May 9 2022, 9:32 AM
    • 20 Lines
  • C:\Blender Launcher\Blender Builds\daily\blender-3.3.0-alpha+wintab.6abc638a8b90-windows.amd64-release>blender.exe --debug-wintab
    Loading Wintab for window 00000000000F0732
    HCTX 000000000000003B loadWintab queueSize: 500, queueSizeGet: 500
    Loaded Wintab context 000000000000003B
    Wintab Devices: 1
    ...
    • May 9 2022, 1:41 AM
    • 114 Lines
  • diff --git a/source/blender/draw/engines/image/image_instance_data.hh b/source/blender/draw/engines/image/image_instance_data.hh
    index cb84c7f14ad..358e6fd3bd9 100644
    --- a/source/blender/draw/engines/image/image_instance_data.hh
    +++ b/source/blender/draw/engines/image/image_instance_data.hh
    @@ -75,8 +75,10 @@ struct IMAGE_InstanceData {
    ...
    • May 6 2022, 1:40 PM
    • 97 Lines
  • /home/dfelinto/src/blender/blender-manual-git/manual/animation/armatures/posing/editing/copy_paste.rst:31: WARNING: term Blender session not found in case sensitive match.made a reference to Blender Session instead.
    /home/dfelinto/src/blender/blender-manual-git/manual/editors/3dview/navigate/walk_fly.rst:82: WARNING: term session not found in case sensitive match.made a reference to Session instead.
    /home/dfelinto/src/blender/blender-manual-git/manual/editors/3dview/navigate/walk_fly.rst:84: WARNING: term session not found in case sensitive match.made a reference to Session instead.
    /home/dfelinto/src/blender/blender-manual-git/manual/editors/preferences/introduction.rst:34: WARNING: term not in glossary: sessions
    /home/dfelinto/src/blender/blender-manual-git/manual/editors/preferences/introduction.rst:47: WARNING: term session not found in case sensitive match.made a reference to Session instead.
    ...
    • May 6 2022, 12:51 PM
    • 8 Lines
  • [77/732] Building CXX object intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/device/cpu/kernel_avx2.cpp.o
    In file included from /home/jacques/blender/blender/intern/cycles/kernel/../kernel/integrator/shade_surface.h:9,
    from /home/jacques/blender/blender/intern/cycles/kernel/../kernel/device/cpu/kernel_arch_impl.h:32,
    from /home/jacques/blender/blender/intern/cycles/kernel/device/cpu/kernel_avx2.cpp:27:
    /home/jacques/blender/blender/intern/cycles/kernel/../kernel/integrator/mnee.h: In function ‘bool ccl::integrate_surface(KernelGlobals, IntegratorState, float*) [with unsigned int node_feature_mask = 511]’:
    ...
    • May 6 2022, 9:40 AM
    • 24 Lines
  • [827/2170] Building C object source/blender/makesdna/intern/CMakeFiles/bf_dna.dir/dna_defaults.c.o
    /Users/sergey/Developer/blender/blender/source/blender/makesdna/intern/dna_defaults.c:190:1: warning: implicit conversion from 'int' to 'short' changes value from 53504 to -12032 [-Wconstant-conversion]
    SDNA_DEFAULT_DECL_STRUCT(Mesh);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/sergey/Developer/blender/blender/source/blender/makesdna/intern/dna_defaults.c:139:56: note: expanded from macro 'SDNA_DEFAULT_DECL_STRUCT'
    ...
    • May 5 2022, 9:42 AM
    • 14 Lines
  • Microsoft Windows [Version 10.0.19043.1645]
    (c) Microsoft Corporation. All rights reserved.
    k:\BlenderGit\blender>k:\arc8\php\php.exe --version
    PHP 8.1.1 (cli) (built: Dec 15 2021 10:31:43) (ZTS Visual C++ 2019 x64)
    ...
    • May 4 2022, 2:34 PM
    • 23 Lines
  • commit 04df0a3b8cb176d29ecc1fc37cb98cb823226520
    Author: Dalai Felinto <dalai@blender.org>
    Date: Tue May 3 17:49:04 2022 +0200
    Sculpt Curves Puff icon
    ...
    • May 4 2022, 12:26 PM
    • 22 Lines
  • diff --git a/source/blender/editors/space_node/node_intern.hh b/source/blender/editors/space_node/node_intern.hh
    index 10d4ad36d95..d5bd715972b 100644
    --- a/source/blender/editors/space_node/node_intern.hh
    +++ b/source/blender/editors/space_node/node_intern.hh
    @@ -77,6 +77,8 @@ struct SpaceNode_Runtime {
    ...
    • May 4 2022, 10:53 AM
    • 177 Lines
  • /home/jacques/blender/lib/linux_centos7_x86_64/opensubdiv/include/opensubdiv/far/stencilTableFactory.h:296:16: runtime error: downcast of address 0x60b00027c2b0 which does not point to an object of type 'StencilTable'
    0x60b00027c2b0: note: object is of type 'OpenSubdiv::v3_4_4::Far::StencilTableReal<float>'
    3f 00 00 00 b8 6b 44 3c 00 00 00 00 95 01 00 00 be be be be 80 be 60 00 f0 61 00 00 60 c5 60 00
    ^~~~~~~~~~~~~~~~~~~~~~~
    vptr for 'OpenSubdiv::v3_4_4::Far::StencilTableReal<float>'
    ...
    • May 2 2022, 1:23 PM
    • 23 Lines
  • ??@0x0000000000000000 (Unknown Source:0)
    OpenSubdiv::v3_4_4::Osd::GLVertexBuffer::allocate()@0x0000000012c7ffde (Unknown Source:0)
    OpenSubdiv::v3_4_4::Osd::GLVertexBuffer::Create(int, int, void*)@0x0000000012c8008c (Unknown Source:0)
    blender::opensubdiv::VolatileEvalOutput<OpenSubdiv::v3_4_4::Osd::GLVertexBuffer, OpenSubdiv::v3_4_4::Osd::GLVertexBuffer, blender::opensubdiv::GLStencilTableSSBO, OpenSubdiv::v3_4_4::Osd::GLPatchTable, blender::opensubdiv::GLComputeEvaluator, void>::VolatileEvalOutput@0x0000000012994030 (/home/jacques/blender/blender/intern/opensubdiv/internal/evaluator/eval_output.h:348)
    blender::opensubdiv::GpuEvalOutput::GpuEvalOutput@0x000000001298f8e1 (/home/jacques/blender/blender/intern/opensubdiv/internal/evaluator/eval_output_gpu.cc:59)
    ...
    • May 2 2022, 1:21 PM
    • 20 Lines
  • [1/5] Building CXX object source/blender/draw/CMakeFiles/bf_draw.dir/engines/eevee_next/eevee_instance.cc.o
    /home/jacques/blender/blender/source/blender/draw/engines/eevee_next/eevee_instance.cc: In member function ‘void blender::eevee::Instance::init(const int2&, const rcti*, RenderEngine*, Depsgraph*, const LightProbe*, Object*, const RenderLayer*, const DRWView*, const View3D*, const RegionView3D*)’:
    /home/jacques/blender/blender/source/blender/draw/engines/eevee_next/eevee_instance.cc:34:33: warning: unused parameter ‘output_rect’ [-Wunused-parameter]
    34 | const rcti *output_rect,
    | ~~~~~~~~~~~~^~~~~~~~~~~
    ...
    • May 2 2022, 11:41 AM
    • 22 Lines
  • bf_draw.lib(eevee_engine.cc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""float const * const ltc_mat_ggx" (?ltc_mat_ggx@@3QBMB)". [E:\BlenderDev\master\source\creator\blender.vcxproj]
    Hinweis zu Symbolen, die definiert wurden und möglicherweise übereinstimmen:
    ltc_mat_ggx
    bf_draw.lib(eevee_engine.cc.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""float const * const ltc_mag_ggx" (?ltc_mag_ggx@@3QBMB)". [E:\BlenderDev\master\source\creator\blender.vcxproj]
    Hinweis zu Symbolen, die definiert wurden und möglicherweise übereinstimmen:
    ...
    • May 2 2022, 10:04 AM
    • 21 Lines
  • Loading Wintab for window 00000000001309F6
    HCTX 0000000000000075 loadWintab queueSize: 500, queueSizeGet: 500
    Loaded Wintab context 0000000000000075
    Wintab Devices: 1
    HCTX 0000000000000075 updateCursorInfo maxPressure: 8191
    ...
    • May 1 2022, 6:33 PM
    • 157 Lines
  • diff --git a/source/blender/draw/intern/draw_manager_shader.c b/source/blender/draw/intern/draw_manager_shader.c
    index facd9eecf8e..76a29d8908e 100644
    --- a/source/blender/draw/intern/draw_manager_shader.c
    +++ b/source/blender/draw/intern/draw_manager_shader.c
    @@ -238,15 +238,9 @@ static void drw_deferred_shader_add(GPUMaterial *mat, bool deferred)
    ...
    • Apr 29 2022, 5:03 PM
    • 22 Lines
  • diff --git a/source/blender/editors/render/render_internal.cc b/source/blender/editors/render/render_internal.cc
    index e5d2a765ca1..157c9bc7222 100644
    --- a/source/blender/editors/render/render_internal.cc
    +++ b/source/blender/editors/render/render_internal.cc
    @@ -1146,7 +1146,8 @@ void RENDER_OT_render(wmOperatorType *ot)
    ...
    • Apr 29 2022, 4:37 PM
    • 79 Lines
  • diff --git a/build_files/build_environment/patches/usd.diff b/build_files/build_environment/patches/usd.diff
    index eb59051..d7ab821 100644
    --- a/build_files/build_environment/patches/usd.diff
    +++ b/build_files/build_environment/patches/usd.diff
    @@ -51,3 +51,28 @@ diff --git a/pxr/usd/sdr/shaderMetadataHelpers.h b/pxr/usd/sdr/shaderMetadataHel
    ...
    • Apr 28 2022, 2:55 PM
    • 33 Lines
  • diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
    index baf4c6ef710..c4ec9403acd 100644
    --- a/source/blender/blenloader/intern/versioning_300.c
    +++ b/source/blender/blenloader/intern/versioning_300.c
    @@ -2611,137 +2611,144 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
    ...
    • Apr 27 2022, 6:18 PM
    • 380 Lines
    • Diff
  • diff --git a/source/blender/modifiers/intern/MOD_correctivesmooth.c b/source/blender/modifiers/intern/MOD_correctivesmooth.c
    index 52162eaacc5..ac0bfbfae23 100644
    --- a/source/blender/modifiers/intern/MOD_correctivesmooth.c
    +++ b/source/blender/modifiers/intern/MOD_correctivesmooth.c
    @@ -51,8 +51,7 @@
    ...
    • Apr 27 2022, 2:44 AM
    • 241 Lines
  • In file included from /home/brecht/dev/blender/source/blender/blenlib/tests/BLI_any_test.cc:3:
    /home/brecht/dev/blender/source/blender/blenlib/BLI_any.hh:56:39: error: no member named 'Ptr' in 'std::unique_ptr<blender::Map<int, int, 4, blender::PythonProbingStrategy<1, false>, blender::DefaultHash<int32_t>, blender::DefaultEquality, blender::SimpleMapSlot<int, int>, blender::GuardedAllocator>, std::default_delete<blender::Map<int, int, 4, blender::PythonProbingStrategy<1, false>, blender::DefaultHash<int32_t>, blender::DefaultEquality, blender::SimpleMapSlot<int, int>, blender::GuardedAllocator> > >'
    [](void *src) { ((Ptr<T> *)src)->~Ptr<T>(); },
    ^
    /home/brecht/dev/blender/source/blender/blenlib/BLI_any.hh:137:31: note: in instantiation of variable template specialization 'blender::detail::info_for_unique_ptr<blender::detail::NoExtraInfo, blender::Map<int, int, 4, blender::PythonProbingStrategy<1, false>, blender::DefaultHash<int32_t>, blender::DefaultEquality, blender::SimpleMapSlot<int, int>, blender::GuardedAllocator> >' requested here
    ...
    • Apr 25 2022, 2:55 PM
    • 49 Lines
  • //-------------------------------------
    typedef struct LineartAdjacentItem {
    unsigned int v1;
    ...
    • Apr 25 2022, 12:27 PM
    • 52 Lines
    • C++
  • diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c
    index 5e4389279eb..0e9560727df 100644
    --- a/source/blender/editors/space_nla/nla_buttons.c
    ...
    • Apr 25 2022, 10:54 AM
    • 29 Lines
  • # Run from the command line:
    #
    # blender -b --factory-startup --python reproduce_T81065.py
    import bpy
    ...
    • Apr 25 2022, 9:44 AM
    • 18 Lines
    • Python
  • diff --git a/source/blender/functions/intern/multi_function_procedure_executor.cc b/source/blender/functions/intern/multi_function_procedure_executor.cc
    index 7a0b74d8039..4146f1d5ead 100644
    --- a/source/blender/functions/intern/multi_function_procedure_executor.cc
    +++ b/source/blender/functions/intern/multi_function_procedure_executor.cc
    @@ -681,14 +681,9 @@ class VariableState : NonCopyable, NonMovable {
    ...
    • Apr 21 2022, 1:27 PM
    • 119 Lines
    • Diff
  • TEST(multi_function_procedure, OutputBufferReplaced)
    {
    MFProcedure procedure;
    MFProcedureBuilder builder{procedure};
    ...
    • Apr 21 2022, 11:10 AM
    • 45 Lines
    • C++
  • # Run this from the command line:
    # blender.bin --factory-startup -b /d/untitled.blend --python blender_normal_update_fail.py
    import array
    import bpy
    ...
    • Apr 21 2022, 9:15 AM
    • 76 Lines
  • P2901 warnings
    /blender/editors/sculpt_paint/paint_vertex.cc: In function ‘void do_vpaint_brush_blur_loops(bContext*, Sculpt*, VPaint*, VPaintData<Color, Traits, ATTR_DOMAIN_CORNER>*, Object*, Mesh*, PBVHNode**, int, Color*)’:
    /blender/editors/sculpt_paint/paint_vertex.cc:2997:9: warning: typedef ‘using Value = typename Traits::ValueType’ locally defined but not used [-Wunused-local-typedefs]
    2997 | using Value = typename Traits::ValueType;
    | ^~~~~
    In file included from /blender/blenlib/BLI_math_base.h:14,
    ...
    • Apr 21 2022, 9:02 AM
    • 179 Lines
  • diff --git a/build_files/build_environment/cmake/python_site_packages.cmake b/build_files/build_environment/cmake/python_site_packages.cmake
    index d0e5093..da11420 100644
    --- a/build_files/build_environment/cmake/python_site_packages.cmake
    +++ b/build_files/build_environment/cmake/python_site_packages.cmake
    @@ -15,7 +15,7 @@ ExternalProject_Add(external_python_site_packages
    ...
    • Apr 21 2022, 12:32 AM
    • 25 Lines
  • ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:613 BKE_mesh_validate_arrays: Poly 18833 has duplicated vert reference at corner (3)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:613 BKE_mesh_validate_arrays: Poly 18839 has duplicated vert reference at corner (3)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:613 BKE_mesh_validate_arrays: Poly 18914 has duplicated vert reference at corner (2)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:613 BKE_mesh_validate_arrays: Poly 18939 has duplicated vert reference at corner (2)
    ERROR (bke.mesh): source/blender/blenkernel/intern/mesh_validate.cc:613 BKE_mesh_validate_arrays: Poly 19873 has duplicated vert reference at corner (2)
    ...
    • Apr 20 2022, 12:38 PM
    • 208 Lines
  • diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
    index 0913ede7ee9..0a1506f2017 100644
    --- a/release/scripts/startup/bl_ui/space_sequencer.py
    +++ b/release/scripts/startup/bl_ui/space_sequencer.py
    @@ -1593,33 +1593,22 @@ class SEQUENCER_PT_source(SequencerButtonsPanel, Panel):
    ...
    • Apr 19 2022, 11:04 PM
    • 224 Lines
  • diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
    index 43ce230..2fbab73 100644
    --- a/build_files/cmake/platform/platform_apple.cmake
    +++ b/build_files/cmake/platform/platform_apple.cmake
    @@ -71,6 +71,8 @@ set(CMAKE_PREFIX_PATH ${LIB_SUBDIRS})
    ...
    • Apr 19 2022, 12:21 AM
    • 60 Lines
  • diff --git a/source/blender/blenkernel/intern/mesh_convert.cc b/source/blender/blenkernel/intern/mesh_convert.cc
    index bce7021bbb9..defca433968 100644
    --- a/source/blender/blenkernel/intern/mesh_convert.cc
    +++ b/source/blender/blenkernel/intern/mesh_convert.cc
    @@ -700,7 +700,7 @@ void BKE_mesh_to_curve_nurblist(const Mesh *me, ListBase *nurblist, const int ed
    ...
    • Apr 13 2022, 3:08 PM
    • 13 Lines
  • diff --git a/source/blender/functions/FN_multi_function_builder.hh b/source/blender/functions/FN_multi_function_builder.hh
    index a989da99971..88be49baaa3 100644
    --- a/source/blender/functions/FN_multi_function_builder.hh
    +++ b/source/blender/functions/FN_multi_function_builder.hh
    @@ -46,8 +46,6 @@ template<typename... ParamTags> class CustomMF : public MultiFunction {
    ...
    • Apr 12 2022, 8:27 PM
    • 21 Lines
    • Diff
  • diff --git a/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh b/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh
    index 3bfb974cdbb..34f5607aef2 100644
    --- a/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh
    +++ b/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh
    @@ -33,15 +33,14 @@ struct AllSpanOrSingle {
    ...
    • Apr 12 2022, 6:51 PM
    • 34 Lines
    • Diff
  • diff --git a/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh b/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh
    index 3bfb974cdbb..38deebfd919 100644
    --- a/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh
    +++ b/source/blender/blenlib/BLI_devirtualize_arrays_presets.hh
    @@ -39,8 +39,8 @@ template<size_t... SpanIndices> struct SomeSpanOtherSingle {
    ...
    • Apr 12 2022, 6:18 PM
    • 15 Lines
    • Diff
  • diff --git a/source/blender/blenkernel/intern/curve.cc b/source/blender/blenkernel/intern/curve.cc
    index 2d72ad28d18..6815b4d7486 100644
    --- a/source/blender/blenkernel/intern/curve.cc
    +++ b/source/blender/blenkernel/intern/curve.cc
    @@ -665,7 +665,7 @@ Nurb *BKE_nurb_duplicate(const Nurb *nu)
    ...
    • Apr 12 2022, 4:52 PM
    • 173 Lines
    • Diff
  • diff --git a/source/blender/blenlib/BLI_devirtualize_arrays.hh b/source/blender/blenlib/BLI_devirtualize_arrays.hh
    index 08adfb89002..dd81a2a74b2 100644
    --- a/source/blender/blenlib/BLI_devirtualize_arrays.hh
    +++ b/source/blender/blenlib/BLI_devirtualize_arrays.hh
    @@ -49,7 +49,8 @@ template<ParamMode... Mode> using ParamModeSequence = ValueSequence<ParamMode, M
    ...
    • Apr 12 2022, 3:44 PM
    • 46 Lines
    • Diff
  • From: Philipp Oeser <info@graphics-engineer.com>, Fri Apr 8 13:25:41 2022 +0200 (55 minutes ago)
    Committer: Philipp Oeser <info@graphics-engineer.com>, Fri Apr 8 13:25:41 2022 +0200 (55 minutes ago)
    Follows: v3.1.0
    Fix T97135: selection issues with parented masks in the MCE
    ...
    • Apr 8 2022, 2:21 PM
    • 158 Lines
  • diff --git a/source/blender/editors/space_node/node_relationships.cc b/source/blender/editors/space_node/node_relationships.cc
    index c757fb46407..f7441d4ec17 100644
    --- a/source/blender/editors/space_node/node_relationships.cc
    +++ b/source/blender/editors/space_node/node_relationships.cc
    @@ -1667,6 +1667,10 @@ static int node_join_exec(bContext *C, wmOperator *UNUSED(op))
    ...
    • Apr 7 2022, 11:22 PM
    • 15 Lines
  • ==311319==ERROR: AddressSanitizer: heap-use-after-free on address 0x6180001f92c0 at pc 0x000003ec92fb bp 0x7fffffffb060 sp 0x7fffffffb058
    READ of size 8 at 0x6180001f92c0 thread T0
    #0 0x3ec92fa in node_free_node /home/jacques/blender/blender/source/blender/blenkernel/intern/node.cc:2935
    #1 0x3e9a2b3 in ntree_free_data /home/jacques/blender/blender/source/blender/blenkernel/intern/node.cc:248
    #2 0x3c04620 in BKE_libblock_free_datablock /home/jacques/blender/blender/source/blender/blenkernel/intern/lib_id_delete.c:71
    ...
    • Apr 7 2022, 3:37 PM
    • 109 Lines
  • diff --git a/source/blender/editors/sculpt_paint/paint_image_2d.c b/source/blender/editors/sculpt_paint/paint_image_2d.c
    index d30aa4dfab1..f0acd1d11eb 100644
    --- a/source/blender/editors/sculpt_paint/paint_image_2d.c
    +++ b/source/blender/editors/sculpt_paint/paint_image_2d.c
    @@ -485,6 +485,8 @@ static void brush_painter_imbuf_update(BrushPainter *painter,
    ...
    • Apr 7 2022, 8:54 AM
    • 13 Lines
  • diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c
    index 9128dfc7ab7..9df9b04e49a 100644
    --- a/source/blender/editors/sculpt_paint/paint_utils.c
    ...
    • Apr 5 2022, 12:55 PM
    • 61 Lines
  • diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
    index e3a6f50531d..f2feb8cd8e4 100644
    --- a/source/blender/makesdna/DNA_ID.h
    +++ b/source/blender/makesdna/DNA_ID.h
    @@ -750,7 +750,11 @@ enum {
    ...
    • Apr 5 2022, 6:38 AM
    • 17 Lines
  • diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
    index f945e9b6fbc..0ffb86fa285 100644
    --- a/source/blender/depsgraph/intern/depsgraph_tag.cc
    +++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
    @@ -443,12 +443,6 @@ const char *update_source_as_string(eUpdateSource source)
    ...
    • Apr 5 2022, 6:30 AM
    • 49 Lines
  • diff --git a/source/blender/blenkernel/intern/idtype.c b/source/blender/blenkernel/intern/idtype.c
    index 5b9dfa5..a072de1 100644
    --- a/source/blender/blenkernel/intern/idtype.c
    +++ b/source/blender/blenkernel/intern/idtype.c
    @@ -32,8 +32,7 @@ uint BKE_idtype_cache_key_hash(const void *key_v)
    ...
    • Apr 4 2022, 7:18 PM
    • 23 Lines
  • diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
    index f945e9b6fbc..3b87f63ef23 100644
    --- a/source/blender/depsgraph/intern/depsgraph_tag.cc
    +++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
    @@ -445,8 +445,8 @@ const char *update_source_as_string(eUpdateSource source)
    ...
    • Apr 4 2022, 3:32 PM
    • 15 Lines
  • /**
    * Generates a multi-function with the following parameters:
    * 1. single input (SI) of type In1
    * 2. single input (SI) of type In2
    * 3. single output (SO) of type Out1
    ...
    • Apr 4 2022, 11:14 AM
    • 65 Lines
    • C++
  • void IMB_filter_convolve(const ImBuf *source, ImBuf *dest, const float *kernel, int kernel_width)
    {
    unsigned char *input = (unsigned char *)source->rect;
    unsigned char *output = (unsigned char *)dest->rect;
    ...
    • Apr 4 2022, 2:30 AM
    • 72 Lines
    • C
  • diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
    index d6573cb5a11..a4d95f7c13c 100644
    --- a/source/blender/editors/include/UI_interface.h
    +++ b/source/blender/editors/include/UI_interface.h
    @@ -2794,8 +2794,11 @@ void uiItemS_ex(uiLayout *layout, float factor);
    ...
    • Apr 1 2022, 11:16 PM
    • 134 Lines
    • Diff
  • diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
    index cc168476d5d..3be468daccc 100644
    --- a/build_files/cmake/platform/platform_unix.cmake
    +++ b/build_files/cmake/platform/platform_unix.cmake
    @@ -268,6 +268,13 @@ if(WITH_CYCLES AND WITH_CYCLES_OSL)
    ...
    • Apr 1 2022, 11:39 AM
    • 510 Lines
  • diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
    index 283bd99cd5d..24dbff01349 100644
    --- a/source/blender/editors/space_sequencer/sequencer_edit.c
    +++ b/source/blender/editors/space_sequencer/sequencer_edit.c
    @@ -1948,35 +1948,33 @@ void SEQUENCER_OT_images_separate(wmOperatorType *ot)
    ...
    • Apr 1 2022, 7:23 AM
    • 403 Lines