Page MenuHome
Paste Active Pastes
  • ==873214==ERROR: AddressSanitizer: heap-use-after-free on address 0x60c00016fb78 at pc 0x0000020d0002 bp 0x7fffffffc220 sp 0x7fffffffc210
    READ of size 4 at 0x60c00016fb78 thread T0
    #0 0x20d0001 in BKE_nlastrips_make_metas blender/source/blender/blenkernel/intern/nla.c:816
    #1 0x804c364 in createTransNlaData blender/source/blender/editors/transform/transform_convert_nla.c:103
    #2 0x7f7cc67 in createTransData blender/source/blender/editors/transform/transform_convert.c:1444
    ...
    • Jul 7 2022, 10:53 AM
    • 106 Lines
    • Plain Text
  • diff --git a/source/blender/blenkernel/BKE_attribute_math.hh b/source/blender/blenkernel/BKE_attribute_math.hh
    index 1e7b331aac5..8e5401c3f48 100644
    --- a/source/blender/blenkernel/BKE_attribute_math.hh
    +++ b/source/blender/blenkernel/BKE_attribute_math.hh
    @@ -426,4 +426,43 @@ template<typename T> using DefaultMixer = typename DefaultMixerStruct<T>::type;
    ...
    • Jul 6 2022, 3:21 PM
    • 48 Lines
    • Diff
  • commit 617b6c038cfb2beb5e76b2257280c8a3b7158093
    Author: Dalai Felinto <dalai@blender.org>
    Date: Tue Jul 5 17:43:34 2022 +0200
    UI: Curves Sculpting - Remove duplicated entry for Curve Length
    ...
    • Jul 5 2022, 5:45 PM
    • 18 Lines
  • **** Time summary:
    Compilation (6802 times):
    Parsing (frontend): 1415.4 s
    Codegen & opts (backend): 1337.6 s
    ...
    • Jul 5 2022, 4:45 PM
    • 184 Lines
    • Plain Text
  • diff --git a/source/blender/blenkernel/intern/curves_geometry_test.cc b/source/blender/blenkernel/intern/curves_geometry_test.cc
    index 48493743cfc..b2e7d8f1d18 100644
    --- a/source/blender/blenkernel/intern/curves_geometry_test.cc
    +++ b/source/blender/blenkernel/intern/curves_geometry_test.cc
    @@ -12,18 +12,26 @@ namespace blender::bke::tests {
    ...
    • Jul 5 2022, 11:24 AM
    • 56 Lines
    • Diff
  • diff --git a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc
    index a4d5f294fe0..9fc5a53c5aa 100644
    --- a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc
    +++ b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc
    @@ -16,9 +16,9 @@
    ...
    • Jul 5 2022, 10:15 AM
    • 69 Lines
  • diff --git a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc
    index a4d5f294fe0..b623853d01f 100644
    --- a/source/blender/nodes/composite/nodes/node_composite_movieclip.cc
    +++ b/source/blender/nodes/composite/nodes/node_composite_movieclip.cc
    @@ -18,7 +18,7 @@
    ...
    • Jul 5 2022, 10:09 AM
    • 44 Lines
  • No explicit msvc version requested, autodetecting version.
    **********************************************************************
    ** Visual Studio 2022 Developer Command Prompt v17.0.5
    ** Copyright (c) 2021 Microsoft Corporation
    **********************************************************************
    ...
    • Jul 4 2022, 5:00 PM
    • 2,210 Lines
    • Bash Scripting
  • diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh b/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh
    index b26649e746b..4cfaf7ebfc9 100644
    --- a/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh
    +++ b/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh
    @@ -111,7 +111,7 @@ class CurvesSculptCommonContext {
    ...
    • Jul 4 2022, 11:15 AM
    • 25 Lines
  • commit 8dcc052
    Author: Brecht Van Lommel <brecht@blender.org>
    Date: Fri Jul 1 19:11:10 2022 +0200
    More tweaks, while working on macOS support:
    ...
    • Jul 1 2022, 7:19 PM
    • 469 Lines
  • commit 3d2e87157248f2a38fc28da0f1a16e7408f4c1ef
    Author: Dalai Felinto <dalai@blender.org>
    Date: Fri Jul 1 10:20:07 2022 +0200
    Sculpt Curves: UI tweaks and shortcut
    ...
    • Jul 1 2022, 10:23 AM
    • 47 Lines
  • diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
    index 35b1367ca1e..d0e80ca21aa 100644
    --- a/source/blender/blenloader/intern/versioning_300.c
    +++ b/source/blender/blenloader/intern/versioning_300.c
    @@ -587,20 +587,51 @@ static bNodeTree *add_realize_node_tree(Main *bmain)
    ...
    • Jun 30 2022, 5:12 PM
    • 247 Lines
  • #!/bin/bash
    BLENDER=/home/dfelinto/src/blender/build_linux_lite/bin/blender
    cd /home/dfelinto/src/blender/blender
    ...
    • Jun 30 2022, 12:33 PM
    • 23 Lines
  • diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
    index 68df560a389..7a29afb4048 100644
    --- a/source/blender/blenloader/intern/versioning_300.c
    +++ b/source/blender/blenloader/intern/versioning_300.c
    @@ -3243,5 +3243,33 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
    ...
    • Jun 30 2022, 11:15 AM
    • 60 Lines
    • Diff
  • commit b47980f
    Author: Brecht Van Lommel <brecht@blender.org>
    Date: Wed Jun 29 14:48:15 2022 +0200
    * Move find package to various platform files
    ...
    • Jun 29 2022, 6:31 PM
    • 343 Lines
  • commit 8f103f422c7e646665fdaa5f5d47a8cae86166cc
    Author: Dalai Felinto <dalai@blender.org>
    Date: Wed Jun 29 17:06:52 2022 +0200
    Fix density preview for scaled objects
    ...
    • Jun 29 2022, 6:11 PM
    • 32 Lines
  • diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
    index 853dfccc626..9224f612510 100644
    --- a/release/scripts/startup/bl_ui/space_view3d.py
    +++ b/release/scripts/startup/bl_ui/space_view3d.py
    @@ -551,6 +551,7 @@ class _draw_tool_settings_context_mode:
    ...
    • Jun 29 2022, 2:46 PM
    • 54 Lines
  • diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
    index 853dfccc626..9224f612510 100644
    --- a/release/scripts/startup/bl_ui/space_view3d.py
    +++ b/release/scripts/startup/bl_ui/space_view3d.py
    @@ -551,6 +551,7 @@ class _draw_tool_settings_context_mode:
    ...
    • Jun 29 2022, 2:38 PM
    • 89 Lines
  • diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
    index 853dfccc626..9224f612510 100644
    --- a/release/scripts/startup/bl_ui/space_view3d.py
    +++ b/release/scripts/startup/bl_ui/space_view3d.py
    @@ -551,6 +551,7 @@ class _draw_tool_settings_context_mode:
    ...
    • Jun 29 2022, 1:14 PM
    • 35 Lines
  • diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c
    index 7800ce797aa..bfd83cc84aa 100644
    --- a/source/blender/editors/space_clip/clip_draw.c
    +++ b/source/blender/editors/space_clip/clip_draw.c
    @@ -1178,14 +1178,8 @@ static void draw_plane_marker_image(Scene *scene,
    ...
    • Jun 29 2022, 1:12 PM
    • 21 Lines
  • diff --git a/manual/modeling/curves/primitives.rst b/manual/modeling/curves/primitives.rst
    index de30b2cb..c255eb06 100644
    --- a/manual/modeling/curves/primitives.rst
    +++ b/manual/modeling/curves/primitives.rst
    @@ -14,8 +14,13 @@ Primitives
    ...
    • Jun 28 2022, 5:56 PM
    • 31 Lines
  • import bpy
    import time
    start_time = time.time()
    ...
    • Jun 28 2022, 2:05 PM
    • 15 Lines
  • diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
    index f7aaa1186db..579f5cff12e 100644
    --- a/source/blender/makesdna/DNA_windowmanager_types.h
    +++ b/source/blender/makesdna/DNA_windowmanager_types.h
    @@ -151,6 +151,8 @@ typedef struct wmWindowManager {
    ...
    • Jun 28 2022, 2:05 PM
    • 163 Lines
  • diff --git a/source/blender/editors/curves/intern/curves_ops.cc b/source/blender/editors/curves/intern/curves_ops.cc
    index 6d4f86fbc7c..e303fabfcc9 100644
    --- a/source/blender/editors/curves/intern/curves_ops.cc
    +++ b/source/blender/editors/curves/intern/curves_ops.cc
    @@ -24,6 +24,7 @@
    ...
    • Jun 28 2022, 10:51 AM
    • 286 Lines
  • diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
    index 96b6f7a53b0..e5cec3b7bf2 100644
    --- a/source/blender/blenkernel/BKE_global.h
    +++ b/source/blender/blenkernel/BKE_global.h
    @@ -231,8 +231,8 @@ enum {
    ...
    • Jun 27 2022, 1:16 PM
    • 97 Lines
  • class CYCLES_RENDER_PT_light_paths_guiding(CyclesButtonsPanel, Panel):
    bl_label = "Guiding"
    bl_parent_id = "CYCLES_RENDER_PT_light_paths"
    @classmethod
    ...
    • Jun 27 2022, 10:38 AM
    • 31 Lines
    • Python
  • diff --git a/source/blender/nodes/geometry/nodes/node_geo_curve_spline_parameter.cc b/source/blender/nodes/geometry/nodes/node_geo_curve_spline_parameter.cc
    index ae2b4fd779d..856f7ca25cc 100644
    --- a/source/blender/nodes/geometry/nodes/node_geo_curve_spline_parameter.cc
    +++ b/source/blender/nodes/geometry/nodes/node_geo_curve_spline_parameter.cc
    @@ -135,9 +135,18 @@ static VArray<float> construct_curve_parameter_varray(const bke::CurvesGeometry
    ...
    • Jun 24 2022, 12:12 PM
    • 26 Lines
  • /media/data/blender_dfelinto/blender_master/source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc: In instantiation of ‘transform_active_color(Mesh&, const TransformFn&) [with TransformFn = vertex_color_brightness_contrast_exec(bContext*, wmOperator*)::<lambda(blender::ColorGeometry4f&)>; Mesh = Mesh]::<lambda(auto:11)> [with auto:11 = float]’:
    /media/data/blender_dfelinto/blender_master/source/blender/blenkernel/BKE_attribute_math.hh:36:11: required from ‘blender::attribute_math::convert_to_static_type(const blender::CPPType&, const Func&) [with Func = transform_active_color(Mesh&, const TransformFn&) [with TransformFn = vertex_color_brightness_contrast_exec(bContext*, wmOperator*)::<lambda(blender::ColorGeometry4f&)>; Mesh = Mesh]::<lambda(auto:11)>]::<lambda(auto:10)> [with auto:10 = blender::CPPType::type_tag<float>]’
    /media/data/blender_dfelinto/blender_master/source/blender/blenlib/BLI_cpp_type.hh:753:9: required from ‘void blender::CPPType::TypeTagExecutor<Fn>::operator()() const [with T = float; Fn = blender::attribute_math::convert_to_static_type(const blender::CPPType&, const Func&) [with Func = transform_active_color(Mesh&, const TransformFn&) [with TransformFn = vertex_color_brightness_contrast_exec(bContext*, wmOperator*)::<lambda(blender::ColorGeometry4f&)>; Mesh = Mesh]::<lambda(auto:11)>]::<lambda(auto:10)>]’
    /media/data/blender_dfelinto/blender_master/source/blender/blenlib/BLI_cpp_type.hh:727:31: required from ‘void blender::CPPType::to_static_type(const Fn&) const [with Types = {float, blender::vec_base<float, 2>, blender::vec_base<float, 3>, int, bool, signed char, blender::ColorSceneLinear4f<blender::eAlpha::Premultiplied>, blender::ColorSceneLinearByteEncoded4b<blender::eAlpha::Premultiplied>}; Fn = blender::CPPType::TypeTagExecutor<blender::attribute_math::convert_to_static_type(const blender::CPPType&, const Func&) [with Func = transform_active_color(Mesh&, const TransformFn&) [with TransformFn = vertex_color_brightness_contrast_exec(bContext*, wmOperator*)::<lambda(blender::ColorGeometry4f&)>; Mesh = Mesh]::<lambda(auto:11)>]::<lambda(auto:10)> >]’
    /media/data/blender_dfelinto/blender_master/source/blender/blenlib/BLI_cpp_type.hh:773:5: required from ‘void blender::CPPType::to_static_type_tag(const Fn&) const [with Types = {float, blender::vec_base<float, 2>, blender::vec_base<float, 3>, int, bool, signed char, blender::ColorSceneLinear4f<blender::eAlpha::Premultiplied>, blender::ColorSceneLinearByteEncoded4b<blender::eAlpha::Premultiplied>}; Fn = blender::attribute_math::convert_to_static_type(const blender::CPPType&, const Func&) [with Func = transform_active_color(Mesh&, const TransformFn&) [with TransformFn = vertex_color_brightness_contrast_exec(bContext*, wmOperator*)::<lambda(blender::ColorGeometry4f&)>; Mesh = Mesh]::<lambda(auto:11)>]::<lambda(auto:10)>]’
    ...
    • Jun 24 2022, 10:17 AM
    • 218 Lines
  • diff --git a/build_files/build_environment/cmake/dpcpp.cmake b/build_files/build_environment/cmake/dpcpp.cmake
    index 586bef1..1c7dd4c 100644
    --- a/build_files/build_environment/cmake/dpcpp.cmake
    +++ b/build_files/build_environment/cmake/dpcpp.cmake
    @@ -80,6 +80,7 @@ ExternalProject_Add(external_dpcpp
    ...
    • Jun 23 2022, 3:16 PM
    • 71 Lines
  • -------------------------------------
    Translated Report (Full Report Below)
    -------------------------------------
    Process: Blender [38259]
    ...
    • Jun 23 2022, 11:19 AM
    • 628 Lines
  • diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
    index 400944d..b535451 100644
    --- a/source/blender/makesrna/intern/makesrna.c
    +++ b/source/blender/makesrna/intern/makesrna.c
    @@ -3030,7 +3030,7 @@ static void rna_def_function_funcs(FILE *f, StructDefRNA *dsrna, FunctionDefRNA
    ...
    • Jun 22 2022, 6:50 PM
    • 86 Lines
  • Volume in drive K is Ray Array 3
    Volume Serial Number is 7C14-C23F
    Directory of k:\BlenderGit\libs_master\win64_vc15\dpcpp
    ...
    • Jun 22 2022, 3:38 PM
    • 839 Lines
  • ==========================================
    = Blender 3.3.0 Alpha System Information =
    ==========================================
    ...
    • Jun 22 2022, 11:25 AM
    • 381 Lines
  • static void shortest_path(const Mesh *mesh,
    const Array<Vector<int>> &vert_to_neighbors_map,
    Vector<float3> &path,
    Vector<int> &offsets,
    const int64_t start_index,
    ...
    • Jun 22 2022, 12:59 AM
    • 86 Lines
    • C++
  • diff --git a/tests/python/eevee_render_tests.py b/tests/python/eevee_render_tests.py
    index 8c6f08a..11e4369 100644
    --- a/tests/python/eevee_render_tests.py
    +++ b/tests/python/eevee_render_tests.py
    @@ -12,6 +12,9 @@ import sys
    ...
    • Jun 21 2022, 4:01 PM
    • 14 Lines
  • diff --git a/tests/python/eevee_render_tests.py b/tests/python/eevee_render_tests.py
    index 8c6f08a..93c2122 100644
    --- a/tests/python/eevee_render_tests.py
    +++ b/tests/python/eevee_render_tests.py
    @@ -8,6 +8,7 @@ import shutil
    ...
    • Jun 21 2022, 3:24 PM
    • 24 Lines
  • diff --git a/build_files/build_environment/cmake/ispc.cmake b/build_files/build_environment/cmake/ispc.cmake
    index 160088bc16f..7fd8ac34b0e 100644
    --- a/build_files/build_environment/cmake/ispc.cmake
    +++ b/build_files/build_environment/cmake/ispc.cmake
    @@ -6,6 +6,7 @@ if(WIN32)
    ...
    • Jun 20 2022, 4:55 PM
    • 24 Lines
  • diff --git a/build_files/build_environment/cmake/ispc.cmake b/build_files/build_environment/cmake/ispc.cmake
    index 160088bc16f..17429a3dd67 100644
    --- a/build_files/build_environment/cmake/ispc.cmake
    +++ b/build_files/build_environment/cmake/ispc.cmake
    @@ -43,6 +43,7 @@ set(ISPC_EXTRA_ARGS
    ...
    • Jun 20 2022, 4:36 PM
    • 40 Lines
  • Performing configure step for 'external_ispc'
    -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
    CMake Warning at cmake/FixWindowsPath.cmake:40 (message):
    Failed to find cygpath
    Call Stack (most recent call first):
    ...
    • Jun 20 2022, 4:31 PM
    • 41 Lines
  • diff --git a/release/scripts/startup/nodeitems_builtins.py b/release/scripts/startup/nodeitems_builtins.py
    index a8184b1d84b..f6ba5e22bcf 100644
    --- a/release/scripts/startup/nodeitems_builtins.py
    +++ b/release/scripts/startup/nodeitems_builtins.py
    @@ -717,6 +717,9 @@ geometry_node_categories = [
    ...
    • Jun 18 2022, 10:41 PM
    • 2,860 Lines
    • Diff
  • P3015 Points
    /* SPDX-License-Identifier: GPL-2.0-or-later */
    #include "BKE_pointcloud.h"
    #include "BLI_task.hh"
    ...
    • Jun 18 2022, 9:16 PM
    • 108 Lines
    • C++
  • =8<==[Editors note]=8<==
    I'll be honest I'm 100% convinced mailinator will ruin
    the little formatting I have done, I put a copy of this
    email on https://developer.blender.org/P3014.
    =8<====8<====8<====8<==
    ...
    • Jun 17 2022, 8:13 PM
    • 95 Lines
  • > blender.exe!blender::bke::BuiltinCustomDataLayerProvider::try_delete(GeometryComponent & component) Line 391 C++
    blender.exe!GeometryComponent::attribute_try_delete(const blender::bke::AttributeIDRef & attribute_id) Line 925 C++
    blender.exe!blender::nodes::node_geo_store_named_attribute_cc::try_capture_field_on_geometry(GeometryComponent & component, const blender::StringRef name, const eAttrDomain domain, const blender::fn::GField & field) Line 107 C++
    blender.exe!`blender::nodes::node_geo_store_named_attribute_cc::node_geo_exec'::`19'::<lambda_1>::operator()(GeometrySet & geometry_set) Line 190 C++
    blender.exe!blender::FunctionRef<void __cdecl(GeometrySet &)>::callback_fn<`blender::nodes::node_geo_store_named_attribute_cc::node_geo_exec'::`19'::<lambda_1>>(__int64 callable, GeometrySet & <params_0>) Line 96 C++
    ...
    • Jun 17 2022, 5:59 PM
    • 50 Lines
  • Performing patch step for 'll'
    /usr/bin/patch: **** Can't create file /c/t/ : Permission denied
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'C:\d\build\S\VS1564R\CMakeFiles\0adff573f6d2c1d679b0d8a0
    b3c432a5\ll-patch.rule;C:\d\build\S\VS1564R\CMakeFiles\0adff573f6d2c1d679b0d8a0b3c432a5\ll-configure.rule;C:\d\build\S\VS1564R\CMakeFiles\0adff573f6d2c1d679b0d8a0b3c432a5\ll-build.rule;C:\d\build\S\VS1564R\CMakeFi
    les\0adff573f6d2c1d679b0d8a0b3c432a5\ll-install.rule;C:\d\build\S\VS1564R\CMakeFiles\0adff573f6d2c1d679b0d8a0b3c432a5\ll-after_install.rule;C:\d\build\S\VS1564R\CMakeFiles\670aeeb17a5c5963ab2e9908e34c22d8\ll-compl
    ...
    • Jun 16 2022, 4:06 PM
    • 20 Lines
  • diff --git a/source/blender/nodes/geometry/nodes/node_geo_volume_grid.cc b/source/blender/nodes/geometry/nodes/node_geo_volume_grid.cc
    index ee1a2c524e0..6d34ad1ca34 100644
    --- a/source/blender/nodes/geometry/nodes/node_geo_volume_grid.cc
    +++ b/source/blender/nodes/geometry/nodes/node_geo_volume_grid.cc
    @@ -2,6 +2,7 @@
    ...
    • Jun 16 2022, 11:53 AM
    • 68 Lines
    • Diff
  • "c:\b\blender\build_files\build_environment\windows\build\S\VS1564D\BlenderDependencies.sln" (default target) (1) ->
    "c:\b\blender\build_files\build_environment\windows\build\S\VS1564D\Package_Python.vcxproj.metaproj" (default target) (2) ->
    "c:\b\blender\build_files\build_environment\windows\build\S\VS1564D\external_numpy.vcxproj.metaproj" (default target) (4) ->
    "c:\b\blender\build_files\build_environment\windows\build\S\VS1564D\external_python_site_packages.vcxproj.metaproj" (default target) (7) ->
    "c:\b\blender\build_files\build_environment\windows\build\S\VS1564D\external_python_site_packages.vcxproj" (default target) (8) ->
    ...
    • Jun 16 2022, 10:40 AM
    • 153 Lines
  • /*
    * This program is free software; you can redistribute it and/or
    * modify it under the terms of the GNU General Public License
    * as published by the Free Software Foundation; either version 2
    * of the License, or (at your option) any later version.
    ...
    • Jun 15 2022, 1:13 PM
    • 172 Lines
    • C++
  • location: <unknown location>:-1
    Python: Traceback (most recent call last):
    File "/home/dfelinto/src/blender/versions/blender-3.1.2-linux-x64/3.1/scripts/startup/bl_ui/properties_grease_pencil_common.py", line 68, in poll
    tool = brush.gpencil_sculpt_tool
    ...
    • Jun 15 2022, 12:06 PM
    • 24 Lines
  • diff --git a/source/blender/gpu/opengl/gl_shader.cc b/source/blender/gpu/opengl/gl_shader.cc
    index 5a28b8b7318..83b00da0446 100644
    --- a/source/blender/gpu/opengl/gl_shader.cc
    +++ b/source/blender/gpu/opengl/gl_shader.cc
    @@ -613,7 +613,7 @@ std::string GLShader::fragment_interface_declare(const ShaderCreateInfo &info) c
    ...
    • Jun 15 2022, 8:53 AM
    • 22 Lines
  • [libvpx-vp9 @ 000001e977f3cfc0] generic settings
    g_usage: 0
    g_threads: 8
    g_profile: 0
    g_w: 320
    ...
    • Jun 14 2022, 5:53 PM
    • 111 Lines
  • [libvpx-vp9 @ 000001bf2b2b8800] generic settings
    g_usage: 0
    g_threads: 8
    g_profile: 0
    g_w: 320
    ...
    • Jun 14 2022, 5:52 PM
    • 111 Lines
  • diff --git a/source/blender/blenkernel/intern/gpencil_modifier.c b/source/blender/blenkernel/intern/gpencil_modifier.c
    index faafd1e1040..5e6c00688b3 100644
    --- a/source/blender/blenkernel/intern/gpencil_modifier.c
    +++ b/source/blender/blenkernel/intern/gpencil_modifier.c
    @@ -647,32 +647,38 @@ static bGPdata *gpencil_copy_structure_for_eval(bGPdata *gpd)
    ...
    • Jun 14 2022, 5:23 PM
    • 74 Lines
  • // Append to BLI_math_color_test.cc
    // Easy to compile and run: ninja blenlib_test && ./bin/tests/blenlib_test --gtest_filter="math_color*"
    // Expected values are created using naive codepath.
    // This is probably proper baseline?
    ...
    • Jun 14 2022, 11:37 AM
    • 90 Lines
    • C++
  • diff --git a/source/blender/functions/intern/multi_function.cc b/source/blender/functions/intern/multi_function.cc
    index c05087a4c2d..df4aae871b3 100644
    --- a/source/blender/functions/intern/multi_function.cc
    +++ b/source/blender/functions/intern/multi_function.cc
    @@ -60,7 +60,7 @@ void MultiFunction::call_auto(IndexMask mask, MFParams params, MFContext context
    ...
    • Jun 11 2022, 10:02 AM
    • 25 Lines
    • Diff
  • [root@localhost deps]# rm -rf build/igc*
    [root@localhost deps]# make external_igc_opencl_clang
    -- Build type not specified: defaulting to a release build.
    [..blah blah blah noisy configure stuff..]
    -- Configuring done
    ...
    • Jun 10 2022, 5:01 PM
    • 31 Lines
  • [32/123] Building CXX object intern/cycles/device/CMakeFiles/cycles_device.dir/metal/util.mm.o
    In file included from /Users/sergey/Developer/blender/blender/intern/cycles/device/metal/util.mm:7:
    In file included from /Users/sergey/Developer/blender/blender/intern/cycles/device/../device/metal/device_impl.h:13:
    /Users/sergey/Developer/blender/blender/intern/cycles/device/../device/metal/queue.h:89:6: warning: 'MTLSharedEvent' is only available on macOS 10.14 or newer [-Wunguarded-availability-new]
    id<MTLSharedEvent> timing_shared_event = nil;
    ...
    • Jun 10 2022, 2:23 PM
    • 87 Lines
  • struct AttributeAccessorFunctions {
    bool (*exists)(const void *data, StringRef name);
    GVArray try_get(const void *data, StringRef name);
    void try_create(void *data, StringRef name);
    };
    ...
    • Jun 7 2022, 12:04 PM
    • 37 Lines
    • C++
  • diff --git a/source/blender/draw/intern/draw_cache_extract.hh b/source/blender/draw/intern/draw_cache_extract.hh
    index 94118be615c..c7127d169e1 100644
    --- a/source/blender/draw/intern/draw_cache_extract.hh
    +++ b/source/blender/draw/intern/draw_cache_extract.hh
    @@ -196,8 +196,8 @@ struct MeshBatchList {
    ...
    • Jun 7 2022, 9:56 AM
    • 14 Lines
  • /media/data/blender_dfelinto/blender_master/source/blender/io/stl/importer/stl_import_binary_reader.cc: In function ‘Mesh* blender::io::stl::read_stl_binary(FILE*, Main*, char*, bool)’:
    /media/data/blender_dfelinto/blender_master/source/blender/io/stl/importer/stl_import_binary_reader.cc:36:8: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
    36 | fread(&num_tris, sizeof(uint32_t), 1, file);
    | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [ 49%] Building C object source/blender/blenlib/CMakeFiles/bf_blenlib.dir/intern/polyfill_2d_beautify.c.o
    ...
    • Jun 7 2022, 9:19 AM
    • 23 Lines
  • diff --git a/source/blender/blenkernel/intern/curves.cc b/source/blender/blenkernel/intern/curves.cc
    index 589a1a9208e..e3e867fa140 100644
    --- a/source/blender/blenkernel/intern/curves.cc
    +++ b/source/blender/blenkernel/intern/curves.cc
    @@ -209,7 +209,7 @@ IDTypeInfo IDType_ID_CV = {
    ...
    • Jun 3 2022, 6:31 PM
    • 13 Lines
  • diff --git a/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c b/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c
    index e0baf35546a..5c3f588df7d 100644
    --- a/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c
    +++ b/source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c
    @@ -52,8 +52,6 @@
    ...
    • Jun 1 2022, 12:55 PM
    • 164 Lines
  • diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
    index 841c250df4c..e754444352c 100644
    --- a/source/blender/makesrna/intern/rna_nodetree.c
    ...
    • Jun 1 2022, 12:33 PM
    • 29 Lines
  • diff --git a/source/blender/editors/space_node/drawnode.cc b/source/blender/editors/space_node/drawnode.cc
    index 6806d715004..1f57e255fb2 100644
    --- a/source/blender/editors/space_node/drawnode.cc
    +++ b/source/blender/editors/space_node/drawnode.cc
    @@ -287,6 +287,7 @@ static void node_buts_frame_ex(uiLayout *layout, bContext *UNUSED(C), PointerRNA
    ...
    • May 31 2022, 8:49 PM
    • 189 Lines
    • Diff
  • diff --git a/source/blender/blenkernel/BKE_callbacks.h b/source/blender/blenkernel/BKE_callbacks.h
    index 8b2af96a063..d2e3f61f6cb 100644
    --- a/source/blender/blenkernel/BKE_callbacks.h
    ...
    • May 31 2022, 10:29 AM
    • 63 Lines
  • diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h
    index 8cd2c9f94dd..64fc1782ca9 100644
    --- a/intern/guardedalloc/MEM_guardedalloc.h
    +++ b/intern/guardedalloc/MEM_guardedalloc.h
    @@ -131,6 +131,24 @@ extern void *(*MEM_mallocN_aligned)(size_t len,
    ...
    • May 31 2022, 9:03 AM
    • 510 Lines
    • Diff
  • diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
    index 3985d507953..1fa7353743b 100644
    --- a/source/blender/editors/space_sequencer/sequencer_edit.c
    +++ b/source/blender/editors/space_sequencer/sequencer_edit.c
    @@ -3543,32 +3543,47 @@ void SEQUENCER_OT_strip_color_tag_set(struct wmOperatorType *ot)
    ...
    • May 31 2022, 5:27 AM
    • 54 Lines
  • In file included from /Users/sergey/Developer/blender/build/release-test/source/blender/nodes/geometry/CMakeFiles/bf_nodes_geometry.dir/Unity/unity_3_cxx.cxx:3:
    In file included from /Users/sergey/Developer/blender/blender/source/blender/nodes/geometry/nodes/node_geo_curve_to_points.cc:13:
    In file included from /Users/sergey/Developer/blender/blender/source/blender/nodes/geometry/node_geometry_util.hh:20:
    In file included from /Users/sergey/Developer/blender/blender/source/blender/nodes/NOD_socket_declarations.hh:5:
    /Users/sergey/Developer/blender/blender/source/blender/nodes/NOD_node_declaration.hh:256:1: warning: 'NodeDeclaration' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    ...
    • May 30 2022, 4:19 PM
    • 11 Lines
  • /home/dfelinto/src/blender/blender/intern/opensubdiv/stub/opensubdiv_evaluator_stub.cc:23:23: warning: no previous declaration for ‘OpenSubdiv_Evaluator* openSubdiv_createEvaluatorFromTopologyRefiner(OpenSubdiv_TopologyRefiner*, eOpenSubdivEvaluator, OpenSubdiv_EvaluatorCache*, con
    st OpenSubdiv_EvaluatorSettings*)’ [-Wmissing-declarations]
    23 | OpenSubdiv_Evaluator *openSubdiv_createEvaluatorFromTopologyRefiner(
    • May 30 2022, 4:07 PM
    • 3 Lines
  • diff --git a/source/blender/makesrna/intern/rna_curve.c b/source/blender/makesrna/intern/rna_curve.c
    index 49b78e90024..ca87ba8b958 100644
    --- a/source/blender/makesrna/intern/rna_curve.c
    ...
    • May 30 2022, 1:02 PM
    • 15 Lines
  • Table of supported image formats
    | Format | Blender R/W | OIIO R/W | OIIO Memory Proxy | Notes |
    | ------------- | ----------- | ---------- | ----------------- | ------|
    | CINEON | Yes/Yes | Yes/No | No | |
    ...
    • May 27 2022, 10:25 PM
    • 25 Lines
    • Remarkup
  • solid Exported from Blender-3.3.0 Alpha
    facet normal 0.000000 -0.186 0.982
    outer loop
    vertex -1.0 -1.0 0.0
    vertex 1.0 -1.0 0.0
    ...
    • May 27 2022, 9:30 AM
    • 16 Lines
  • diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
    index 22f20eeb897..2ac8ce3e8a5 100644
    --- a/source/blender/editors/include/UI_view2d.h
    +++ b/source/blender/editors/include/UI_view2d.h
    @@ -252,6 +252,9 @@ void UI_view2d_scrollers_calc(struct View2D *v2d,
    ...
    • May 27 2022, 3:28 AM
    • 85 Lines
  • (gdb) bt
    #0 0x00007f852b45e110 in std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*) () from /lib64/libstdc++.so.6
    #1 0x00007f852638b656 in std::list<vISA::G4_BB_SB*, std::allocator<vISA::G4_BB_SB*> >::_M_insert<vISA::G4_BB_SB* const&> (this=0xb0, __position=...) at /opt/rh/devtoolset-9/root/usr/include/c++/9/bits/allocated_ptr.h:70
    #2 std::list<vISA::G4_BB_SB*, std::allocator<vISA::G4_BB_SB*> >::push_back (__x=<synthetic pointer>: <optimized out>, this=0xb0) at /opt/rh/devtoolset-9/root/usr/include/c++/9/bits/stl_list.h:1208
    #3 vISA::SWSB::addSIMDEdge (this=0x7fff417b42d0, succ=0x0, pred=0x42e2a9a8) at /root/blender-git/build_linux/deps/build/igc/src/external_igc/visa/LocalScheduler/SWSB_G4IR.cpp:537
    ...
    • May 26 2022, 6:50 PM
    • 55 Lines
  • [root@centos7 build_linux]# make cycles_kernel_oneapi
    Generating cycles_kernel_oneapi.so
    Compilation from IR - skipping loading of FCL
    [0]: /root/blender-git/build_linux/deps/Release/ocloc//lib/libocloc.so(SafetyGuardLinux::sigAction(int, siginfo_t*, void*) 0x30) [0x7f810a4900e0]
    [1]: /lib64/libpthread.so.0( 0xf630) [0x7f8109ed0630]
    ...
    • May 25 2022, 11:37 PM
    • 44 Lines
  • 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
  • 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
  • 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
  • [ 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