[Bf-blender-cvs] [2db84a8ee7c] gpencil-new-data-proposal: Fix all merge conflicts

Antonio Vazquez noreply at git.blender.org
Thu Sep 22 11:58:23 CEST 2022


Commit: 2db84a8ee7cd3873e11eb0c13abc09869caa0042
Author: Antonio Vazquez
Date:   Thu Sep 22 11:52:48 2022 +0200
Branches: gpencil-new-data-proposal
https://developer.blender.org/rB2db84a8ee7cd3873e11eb0c13abc09869caa0042

Fix all merge conflicts

There was a lot of conflicts and to solve, I refresh manually the source folders.

===================================================================

M	.clang-format
M	CMakeLists.txt
M	GNUmakefile
M	build_files/build_environment/CMakeLists.txt
M	build_files/build_environment/cmake/alembic.cmake
A	build_files/build_environment/cmake/aom.cmake
M	build_files/build_environment/cmake/check_software.cmake
M	build_files/build_environment/cmake/download.cmake
M	build_files/build_environment/cmake/dpcpp.cmake
M	build_files/build_environment/cmake/embree.cmake
A	build_files/build_environment/cmake/epoxy.cmake
M	build_files/build_environment/cmake/ffmpeg.cmake
M	build_files/build_environment/cmake/flex.cmake
D	build_files/build_environment/cmake/glew.cmake
M	build_files/build_environment/cmake/harvest.cmake
M	build_files/build_environment/cmake/openimageio.cmake
M	build_files/build_environment/cmake/python.cmake
M	build_files/build_environment/cmake/sse2neon.cmake
M	build_files/build_environment/cmake/tiff.cmake
M	build_files/build_environment/cmake/versions.cmake
M	build_files/build_environment/cmake/vpx.cmake
M	build_files/build_environment/install_deps.sh
D	build_files/build_environment/patches/cmakelists_glew.txt
M	build_files/build_environment/patches/dpcpp.diff
M	build_files/build_environment/patches/embree.diff
A	build_files/build_environment/patches/epoxy.diff
D	build_files/build_environment/patches/flex.diff
A	build_files/build_environment/patches/python_windows.diff
A	build_files/build_environment/patches/vpx_windows.diff
A	build_files/cmake/Modules/FindEpoxy.cmake
D	build_files/cmake/Modules/FindGLEW.cmake
A	build_files/cmake/Modules/FindLibEpoxy.cmake
D	build_files/cmake/Modules/FindOpenGLES.cmake
M	build_files/cmake/Modules/FindPythonLibsUnix.cmake
M	build_files/cmake/Modules/GTest.cmake
M	build_files/cmake/Modules/GTestTesting.cmake
M	build_files/cmake/cmake_static_check_cppcheck.py
M	build_files/cmake/config/blender_full.cmake
M	build_files/cmake/config/blender_lite.cmake
M	build_files/cmake/config/blender_release.cmake
M	build_files/cmake/config/bpy_module.cmake
A	build_files/cmake/have_features.cmake
M	build_files/cmake/macros.cmake
M	build_files/cmake/platform/platform_apple.cmake
M	build_files/cmake/platform/platform_unix.cmake
M	build_files/cmake/platform/platform_win32.cmake
M	build_files/cmake/platform/platform_win32_bundle_crt.cmake
M	build_files/cmake/project_source_info.py
A	build_files/utils/make_bpy_wheel.py
M	build_files/utils/make_source_archive.py
M	build_files/utils/make_update.py
M	build_files/utils/make_utils.py
M	doc/doxygen/Doxyfile
M	doc/manpage/blender.1.py
M	doc/python_api/examples/bpy.props.4.py
M	doc/python_api/examples/bpy.props.5.py
M	doc/python_api/examples/bpy.props.py
M	doc/python_api/examples/bpy.types.Menu.4.py
M	doc/python_api/examples/bpy.types.Operator.5.py
M	doc/python_api/examples/gpu.1.py
M	doc/python_api/examples/gpu.10.py
M	doc/python_api/examples/gpu.2.py
M	doc/python_api/examples/gpu.3.py
M	doc/python_api/examples/gpu.5.py
M	doc/python_api/examples/gpu.6.py
M	doc/python_api/examples/gpu.7.py
M	doc/python_api/requirements.txt
M	doc/python_api/rst/change_log.rst
A	doc/python_api/rst/info_advanced.rst
A	doc/python_api/rst/info_advanced_blender_as_bpy.rst
M	doc/python_api/rst/info_api_reference.rst
M	doc/python_api/rst/info_gotcha.rst
M	doc/python_api/rst/info_overview.rst
M	doc/python_api/rst_from_bmesh_opdefines.py
M	doc/python_api/sphinx_changelog_gen.py
M	doc/python_api/sphinx_doc_gen.py
M	extern/CMakeLists.txt
M	extern/audaspace/bindings/C/AUD_Special.cpp
M	extern/audaspace/bindings/C/AUD_Special.h
M	extern/audaspace/plugins/ffmpeg/FFMPEGReader.cpp
M	extern/gflags/CMakeLists.txt
D	extern/glew-es/CMakeLists.txt
D	extern/glew-es/LICENSE.txt
D	extern/glew-es/README.blender
D	extern/glew-es/include/GL/glew.h
D	extern/glew-es/include/GL/glxew.h
D	extern/glew-es/include/GL/wglew.h
D	extern/glew-es/src/glew.c
D	extern/glew/CMakeLists.txt
D	extern/glew/LICENSE.txt
D	extern/glew/README.blender
D	extern/glew/include/GL/eglew.h
D	extern/glew/include/GL/glew.h
D	extern/glew/include/GL/glxew.h
D	extern/glew/include/GL/wglew.h
D	extern/glew/src/glew.c
M	intern/CMakeLists.txt
M	intern/cycles/CMakeLists.txt
M	intern/cycles/app/CMakeLists.txt
M	intern/cycles/app/opengl/display_driver.cpp
M	intern/cycles/app/opengl/shader.cpp
M	intern/cycles/app/opengl/window.cpp
M	intern/cycles/blender/CMakeLists.txt
M	intern/cycles/blender/addon/engine.py
M	intern/cycles/blender/addon/presets.py
M	intern/cycles/blender/addon/properties.py
M	intern/cycles/blender/addon/ui.py
M	intern/cycles/blender/camera.cpp
M	intern/cycles/blender/curves.cpp
M	intern/cycles/blender/display_driver.cpp
M	intern/cycles/blender/display_driver.h
M	intern/cycles/blender/geometry.cpp
M	intern/cycles/blender/mesh.cpp
M	intern/cycles/blender/object.cpp
M	intern/cycles/blender/pointcloud.cpp
M	intern/cycles/blender/python.cpp
M	intern/cycles/blender/session.cpp
M	intern/cycles/blender/session.h
M	intern/cycles/blender/shader.cpp
M	intern/cycles/blender/sync.cpp
M	intern/cycles/blender/sync.h
M	intern/cycles/blender/util.h
M	intern/cycles/bvh/bvh.h
M	intern/cycles/bvh/embree.cpp
M	intern/cycles/bvh/multi.cpp
M	intern/cycles/bvh/multi.h
M	intern/cycles/bvh/params.h
M	intern/cycles/bvh/split.cpp
M	intern/cycles/cmake/external_libs.cmake
M	intern/cycles/cmake/macros.cmake
M	intern/cycles/device/CMakeLists.txt
M	intern/cycles/device/cpu/device_impl.cpp
M	intern/cycles/device/cpu/device_impl.h
M	intern/cycles/device/cpu/kernel_thread_globals.cpp
M	intern/cycles/device/cuda/device_impl.cpp
M	intern/cycles/device/device.h
M	intern/cycles/device/hip/device_impl.cpp
M	intern/cycles/device/metal/device_impl.h
M	intern/cycles/device/metal/device_impl.mm
M	intern/cycles/device/metal/kernel.h
M	intern/cycles/device/metal/kernel.mm
M	intern/cycles/device/metal/queue.h
M	intern/cycles/device/metal/queue.mm
M	intern/cycles/device/metal/util.h
M	intern/cycles/device/metal/util.mm
M	intern/cycles/device/oneapi/device.cpp
M	intern/cycles/device/oneapi/device_impl.cpp
M	intern/cycles/device/oneapi/device_impl.h
M	intern/cycles/device/oneapi/queue.cpp
M	intern/cycles/device/optix/device_impl.cpp
M	intern/cycles/device/optix/queue.cpp
M	intern/cycles/device/queue.h
M	intern/cycles/graph/node_type.h
M	intern/cycles/hydra/CMakeLists.txt
M	intern/cycles/hydra/display_driver.cpp
M	intern/cycles/integrator/denoiser.cpp
M	intern/cycles/integrator/pass_accessor.cpp
M	intern/cycles/integrator/path_trace.cpp
M	intern/cycles/integrator/path_trace.h
M	intern/cycles/integrator/path_trace_tile.cpp
M	intern/cycles/integrator/path_trace_tile.h
M	intern/cycles/integrator/path_trace_work_gpu.cpp
M	intern/cycles/integrator/path_trace_work_gpu.h
M	intern/cycles/kernel/CMakeLists.txt
M	intern/cycles/kernel/bake/bake.h
M	intern/cycles/kernel/bvh/bvh.h
D	intern/cycles/kernel/bvh/embree.h
M	intern/cycles/kernel/bvh/local.h
D	intern/cycles/kernel/bvh/metal.h
M	intern/cycles/kernel/bvh/nodes.h
M	intern/cycles/kernel/bvh/shadow_all.h
M	intern/cycles/kernel/bvh/traversal.h
M	intern/cycles/kernel/bvh/util.h
M	intern/cycles/kernel/bvh/volume.h
M	intern/cycles/kernel/bvh/volume_all.h
M	intern/cycles/kernel/camera/camera.h
M	intern/cycles/kernel/closure/alloc.h
M	intern/cycles/kernel/closure/bsdf.h
M	intern/cycles/kernel/closure/bsdf_ashikhmin_shirley.h
M	intern/cycles/kernel/closure/bsdf_ashikhmin_velvet.h
M	intern/cycles/kernel/closure/bsdf_diffuse.h
M	intern/cycles/kernel/closure/bsdf_diffuse_ramp.h
M	intern/cycles/kernel/closure/bsdf_hair.h
M	intern/cycles/kernel/closure/bsdf_hair_principled.h
M	intern/cycles/kernel/closure/bsdf_microfacet.h
M	intern/cycles/kernel/closure/bsdf_microfacet_multi.h
M	intern/cycles/kernel/closure/bsdf_microfacet_multi_impl.h
M	intern/cycles/kernel/closure/bsdf_oren_nayar.h
M	intern/cycles/kernel/closure/bsdf_phong_ramp.h
M	intern/cycles/kernel/closure/bsdf_principled_diffuse.h
M	intern/cycles/kernel/closure/bsdf_principled_sheen.h
M	intern/cycles/kernel/closure/bsdf_reflection.h
M	intern/cycles/kernel/closure/bsdf_refraction.h
M	intern/cycles/kernel/closure/bsdf_toon.h
M	intern/cycles/kernel/closure/bsdf_transparent.h
M	intern/cycles/kernel/closure/bsdf_util.h
M	intern/cycles/kernel/closure/bssrdf.h
M	intern/cycles/kernel/closure/emissive.h
M	intern/cycles/kernel/closure/volume.h
M	intern/cycles/kernel/data_arrays.h
A	intern/cycles/kernel/data_template.h
A	intern/cycles/kernel/device/cpu/bvh.h
M	intern/cycles/kernel/device/cpu/compat.h
M	intern/cycles/kernel/device/cpu/kernel_arch_impl.h
M	intern/cycles/kernel/device/gpu/kernel.h
A	intern/cycles/kernel/device/metal/bvh.h
M	intern/cycles/kernel/device/metal/compat.h
A	intern/cycles/kernel/device/metal/function_constants.h
M	intern/cycles/kernel/device/metal/kernel.metal
M	intern/cycles/kernel/device/oneapi/compat.h
M	intern/cycles/kernel/device/oneapi/dll_interface_template.h
M	intern/cycles/kernel/device/oneapi/image.h
M	intern/cycles/kernel/device/oneapi/kernel.cpp
M	intern/cycles/kernel/device/oneapi/kernel_templates.h
A	intern/cycles/kernel/device/optix/bvh.h
M	intern/cycles/kernel/device/optix/compat.h
M	intern/cycles/kernel/device/optix/kernel.cu
M	intern/cycles/kernel/film/adaptive_sampling.h
A	intern/cycles/kernel/film/aov_passes.h
R071	intern/cycles/kernel/film/id_passes.h	intern/cycles/kernel/film/cryptomatte_passes.h
A	intern/cycles/kernel/film/data_passes.h
A	intern/cycles/kernel/film/denoising_passes.h
R055	intern/cycles/kernel/film/accumulate.h	intern/cycles/kernel/film/light_passes.h
D	intern/cycles/kernel/film/passes.h
M	intern/cycles/kernel/film/read.h
R060	intern/cycles/kernel/film/write_passes.h	intern/cycles/kernel/film/write.h
M	intern/cycles/kernel/geom/attribute.h
M	intern/cycles/kernel/geom/curve_intersect.h
M	intern/cycles/kernel/geom/motion_triangle_intersect.h
M	intern/cycles/kernel/geom/motion_triangle_shader.h
M	intern/cycles/kernel/geom/object.h
M	intern/cycles/kernel/geom/point_intersect.h
M	intern/cycles/kernel/geom/primitive.h
M	intern/cycles/kernel/geom/shader_data.h
M	intern/cycles/kernel/geom/subd_triangle.h
M	intern/cycles/kernel/geom/triangle.h
M	intern/cycles/kernel/geom/triangle_intersect.h
M	intern/cycles/kernel/geom/volume.h
A	intern/cycles/kernel/integrator/displacement_shader.h
M	intern/cycles/kernel/integrator/init_from_bake.h
M	intern/cycles/kernel/integrator/init_from_camera.h
M	intern/cycles/kernel/integrator/intersect_closest.h
M	intern/cycles/kernel/integrator/intersect_shadow.h
M	intern/cycles/kernel/integrator/intersect_subsurface.h
M	intern/cycles/kernel/integrator/intersect_volume_stack.h
M	intern/cycles/kernel/integrator/mnee.h
M	intern/cycles/kernel/integrator/path_state.h
M	intern/cycles/kernel/integrator/shade_background.h
M	intern/cycles/kernel/integrator/shade_light.h
M	intern/cycles/kernel/integrator/shade_shadow.h
M	intern/cycles/kernel/integrator/shade_surface.h
M	intern/cycles/kernel/integrator/shade_volume.h
D	intern/cycles/kernel/integrator/shader_eval.h
M	intern/cycles/kernel/integrator/shadow_catcher.h
M	intern/cycles/kernel/integrator/shadow_state_template.h
M	intern/cycles/kernel/integrator/state.h
M	intern/cycles/kernel/integrator/state_flow.h
M	intern/cycles/kernel/integrator/state_template.h
M	intern/cycles/kernel/integrator/state_util.h
M	intern/cycles/kernel/integrator/subsurface.h
M	intern/cycles/kernel/integrator/subsurface_disk.h
M	intern/cycles/kernel/integrator/subsurface_random_walk.h
A	intern/cycles/kernel/integrator/surface_shader.h
A	intern/cycles/kernel/integrator/volume_shader.h
M	intern/cycles/kernel/integrator/volume_stack.h
M	intern/cycles/kernel/light/background.h
M	intern/cycles/kernel/light/light.h
M	intern/cycles/kernel/light/sample.h
M	intern/cycles/kernel/osl/CMakeLists.txt
D	intern/cycles/kernel/osl/background.cpp
D	intern/cycles/kernel/osl/bsdf_diffuse_ramp.cpp
D	intern/cycles/kernel/osl/bsdf_phong_ramp.cpp
D	intern/cycles/kernel/osl/bssrdf.cpp
M	intern/cycles/kernel/osl/closures.cpp
D	intern/cycles/kernel/osl/closures.h
A	intern/cycles/kernel/osl/closures_setup.h
A	intern/cycles/kernel/osl/closures_template.h
D	intern/cycles/kernel/osl/emissive.cpp
A	intern/cycles/kernel/osl/globals.cpp
M	intern/cycles/kernel/osl/globals.h
R062	intern/cycles/kernel/osl/shader.h	intern/cycles/kernel/osl/osl.h
M	intern/cycles/kernel/osl/services.cpp
M	intern/cycles/kernel/osl/services.h
D	intern/cycles/kernel/osl/shader.cpp
M	intern/cycles/kernel/osl/shaders/CMakeLists.txt
A	intern/cycles/kernel/osl/shaders/node_color_blend.h
M	intern/cycles/kernel/osl/shaders/node_geometry.osl
A	intern/cycles/kernel/osl/shaders/node_mix_color.osl
A	intern/cycles/kernel/osl/shaders/node_mix_float.osl
A	intern/cycles/kernel/osl/shaders/node_mix_vector.osl
A	intern/cycles/kernel/osl/shaders/node_mix_vector_non_uniform.osl
M	intern/cycles/kernel/osl/shaders/node_musgrave_texture.osl
A	intern/cycles/kernel/osl/types.h
M	intern/cycles/kernel/sample/jitter.h
M	intern/cycles/kernel/sample/pattern.h
A	intern/cycles/kernel/sample/sobol_burley.h
A	intern/cycles/kernel/sample/util.h
M	intern/cycles/kernel/svm/ao.h
M	intern/cycles/kernel/svm/aov.h
M	intern/cycles/kernel/svm/attribute.h
M	intern/cycles/kernel/svm/bevel.h
M	intern/cycles/kernel/svm/bump.h
M	intern/cycles/kernel/svm/closure.h
M	intern/cycles/kernel/svm/color_util.h
M	intern/cycles/kernel/svm/displace.h
M	intern/cycles/kernel/svm/geometry.h
M	intern/cycles/kernel/svm/mix.h
M	intern/cycles/kernel/svm/musgrave.h
A	intern/cycles/kernel/svm/node_types_template.h
M	intern/cycles/kernel/svm/svm.h
M	intern/cycles/kernel/svm/tex_coord.h
M	intern/cycles/kernel/svm/types.h
M	intern/cycles/kernel/svm/wireframe.h
M	intern/cycles/kernel/tables.h
M	intern/cycles/kernel/types.h
M	intern/cycles/kernel/util/color.h
M	intern/cycles/kernel/util/differential.h
M	intern/cycles/kernel/util/profiling.h
M	intern/cycles/scene/CMakeLists.txt
M	intern/cycles/scene/camera.cpp
M	intern/cycles/scene/constant_fold.cpp
M	intern/cycles/scene/constant_fold.h
M	intern/cycles/scene/film.cpp
M	intern/cycles/scene/geometry.cpp
M	intern/cycles/scene/geometry.h
M	intern/cycles/scene/image_oiio.cpp
M	intern/cycles/scene/integrator.cpp
M	intern/cycles/scene/jitter.cpp
M	intern/cycles/scene/jitter.h
M	intern/cycles/scene/mesh_displace.cpp
M	intern/cycles/scene/osl.cpp
M	intern/cycles/scene/osl.h
M	intern/cycles/scene/scene.cpp
M	intern/cycles/scene/scene.h
M	intern/cycles/scene/shader.cpp
M	intern/cycles/scene/shader.h
M	intern/cycles/scene/shader_nodes.cpp
M	intern/cycles/scene/shader_nodes.h
D	intern/cycles/scene/sobol.cpp
D	intern/cycles/scene/sobol.h
D	intern/cycles/scene/sobol.tables
M	intern/cycles/scene/svm.cpp
M	intern/cycles/scene/svm.h
M	intern/cycles/scene/volume.cpp
M	intern/cycles/session/CMakeLists.txt
M	intern/cycles/session/buffers.cpp
M	intern/cycles/session/session.cpp
M	intern/cycles/test/util_avxf_avx2_test.cpp
M	intern/cycles/test/util_avxf_avx_test.cpp
M	intern/cycles/util/CMakeLists.txt
M	intern/cycles/util/debug.cpp
M	intern/cycles/util/debug.h
M	intern/cycles/util/defines.h
M	intern/cycles/util/hash.h
M	intern/cycles/util/math.h
M	intern/cycles/util/math_fast.h
M	intern/cycles/util/math_float3.h
A	intern/cycles/util/math_float8.h
M	intern/cycles/util/math_intersect.h
M	intern/cycles/util/opengl.h
M	intern/cycles/util/progress.h
M	intern/cycles/util/string.cpp
M	intern/cycles/util/string.h
M	intern/cycles/util/system.cpp
M	intern/cycles/util/system.h
M	intern/cycles/util/transform.cpp
M	intern/cycles/util/transform.h
A	intern/cycles/util/transform_avx2.cpp
A	intern/cycles/util/transform_inverse.h
A	intern/cycles/util/transform_sse41.cpp
M	intern/cycles/util/types.h
M	intern/cycles/util/types_float2.h
M	intern/cycles/util/types_float2_impl.h
M	intern/cycles/util/types_float3.h
M	intern/cycles/util/types_float3_impl.h
M	intern/cycles/util/types_float4.h
M	intern/cycles/util/types_float4_impl.h
M	intern/cycles/util/types_float8.h
M	intern/cycles/util/types_float8_impl.h
M	intern/cycles/util/types_int2.h
M	intern/cycles/util/types_int2_impl.h
M	intern/cycles/util/types_int3.h
M	intern/cycles/util/types_int3_impl.h
M	intern/cycles/util/types_int4.h
M	intern/cycles/util/types_int4_impl.h
A	intern/cycles/util/types_spectrum.h
M	intern/cycles/util/types_uchar2.h
M	intern/cycles/util/types_uchar2_impl.h
M	intern/cycles/util/types_uchar3.h
M	intern/cycles/util/types_uchar3_impl.h
M	intern/cycles/util/types_uchar4.h
M	intern/cycles/util/types_uchar4_impl.h
M	intern/cycles/util/types_uint2.h
M	intern/cycles/util/types_uint2_impl.h
M	intern/cycles/util/types_uint3.h
M	intern/cycles/util/types_uint3_impl.h
M	intern/cycles/util/types_uint4.h
M	intern/cycles/util/types_uint4_impl.h
M	intern/cycles/util/types_ushort4.h
D	intern/cycles/util/types_vector3.h
D	intern/cycles/util/types_vector3_impl.h
M	intern/cycles/util/vector.h
M	intern/cycles/util/version.h
M	intern/ghost/CMakeLists.txt
M	intern/ghost/GHOST_C-api.h
M	intern/ghost/GHOST_ISystem.h
M	intern/ghost/GHOST_Types.h
M	intern/ghost/intern/GHOST_C-api.cpp
M	intern/ghost/intern/GHOST_Context.cpp
M	intern/ghost/intern/GHOST_Context.h
M	intern/ghost/intern/GHOST_ContextCGL.h
M	intern/ghost/intern/GHOST_ContextCGL.mm
M	intern/ghost/intern/GHOST_ContextD3D.cpp
M	intern/ghost/intern/GHOST_ContextEGL.cpp
M	intern/ghost/intern/GHOST_ContextEGL.h
M	intern/ghost/intern/GHOST_ContextGLX.cpp
M	intern/ghost/intern/GHOST_ContextGLX.h
M	intern/ghost/intern/GHOST_ContextSDL.cpp
M	intern/ghost/intern/GHOST_ContextWGL.cpp
M	intern/ghost/intern/GHOST_ContextWGL.h
M	intern/ghost/intern/GHOST_DisplayManagerNULL.h
M	intern/ghost/intern/GHOST_DisplayManagerWin32.cpp
M	intern/ghost/intern/GHOST_DropTargetWin32.cpp
M	intern/ghost/intern/GHOST_DropTargetWin32.h
M	intern/ghost/intern/GHOST_DropTargetX11.cpp
M	intern/ghost/intern/GHOST_DropTargetX11.h
M	intern/ghost/intern/GHOST_Event.h
M	intern/ghost/intern/GHOST_EventKey.h
M	intern/ghost/intern/GHOST_EventPrinter.cpp
M	intern/ghost/intern/GHOST_ISystem.cpp
M	intern/ghost/intern/GHOST_IXrGraphicsBinding.h
M	intern/ghost/intern/GHOST_ImeWin32.cpp
M	intern/ghost/intern/GHOST_ImeWin32.h
M	intern/ghost/intern/GHOST_ModifierKeys.cpp
M	intern/ghost/intern/GHOST_ModifierKeys.h
M	intern/ghost/intern/GHOST_NDOFManager.cpp
M	intern/ghost/intern/GHOST_NDOFManagerWin32.cpp
M	intern/ghost/intern/GHOST_Path-api.cpp
A	intern/ghost/intern/GHOST_PathUtils.cpp
A	intern/ghost/intern/GHOST_PathUtils.h
M	intern/ghost/intern/GHOST_System.cpp
M	intern/ghost/intern/GHOST_System.h
M	intern/ghost/intern/GHOST_SystemCocoa.h
M	intern/ghost/intern/GHOST_SystemCocoa.mm
A	intern/ghost/intern/GHOST_SystemHeadless.h
D	intern/ghost/intern/GHOST_SystemNULL.h
M	intern/ghost/intern/GHOST_SystemPathsUnix.cpp
M	intern/ghost/intern/GHOST_SystemSDL.cpp
M	intern/ghost/intern/GHOST_SystemSDL.h
M	intern/ghost/intern/GHOST_SystemWayland.cpp
M	intern/ghost/intern/GHOST_SystemWayland.h
M	intern/ghost/intern/GHOST_SystemWin32.cpp
M	intern/ghost/intern/GHOST_SystemWin32.h
M	intern/ghost/intern/GHOST_SystemX11.cpp
M	intern/ghost/intern/GHOST_SystemX11.h
M	intern/ghost/intern/GHOST_TimerManager.cpp
M	intern/ghost/intern/GHOST_TimerManager.h
M	intern/ghost/intern/GHOST_Window.h
M	intern/ghost/intern/GHOST_WindowCocoa.mm
M	intern/ghost/intern/GHOST_WindowManager.cpp
M	intern/ghost/intern/GHOST_WindowManager.h
M	intern/ghost/intern/GHOST_WindowNULL.h
M	intern/ghost/intern/GHOST_WindowSDL.cpp
M	intern/ghost/intern/GHOST_WindowViewCocoa.h
M	intern/ghost/intern/GHOST_WindowWayland.cpp
M	intern/ghost/intern/GHOST_WindowWayland.h
M	intern/ghost/intern/GHOST_WindowWin32.cpp
M	intern/ghost/intern/GHOST_WindowWin32.h
M	intern/ghost/intern/GHOST_WindowX11.cpp
M	intern/ghost/intern/GHOST_WindowX11.h
M	intern/ghost/intern/GHOST_XrContext.cpp
M	intern/ghost/intern/GHOST_XrGraphicsBinding.cpp
M	intern/ghost/intern/GHOST_Xr_openxr_includes.h
M	intern/ghost/test/CMakeLists.txt
M	intern/ghost/test/gears/GHOST_C-Test.c
M	intern/ghost/test/gears/GHOST_Test.cpp
M	intern/ghost/test/multitest/EventToBuf.c
M	intern/ghost/test/multitest/MultiTest.c
D	intern/glew-mx/CMakeLists.txt
D	intern/glew-mx/glew-mx.h
D	intern/glew-mx/intern/gl-deprecated.h
D	intern/glew-mx/intern/glew-mx.c
D	intern/glew-mx/intern/symbol-binding.h
M	intern/guardedalloc/CMakeLists.txt
M	intern/guardedalloc/MEM_guardedalloc.h
M	intern/guardedalloc/intern/mallocn.c
M	intern/guardedalloc/intern/mallocn_guarded_impl.c
M	intern/guardedalloc/intern/mallocn_intern.h
M	intern/guardedalloc/intern/mallocn_lockfree_impl.c
M	intern/libc_compat/CMakeLists.txt
M	intern/libc_compat/libc_compat.c
M	intern/mantaflow/intern/MANTA_main.cpp
M	intern/mantaflow/intern/strings/fluid_script.h
M	intern/mikktspace/CMakeLists.txt
A	intern/mikktspace/mikk_atomic_hash_set.hh
A	intern/mikktspace/mikk_float3.hh
A	intern/mikktspace/mikk_util.hh
D	intern/mikktspace/mikktspace.c
D	intern/mikktspace/mikktspace.h
A	intern/mikktspace/mikktspace.hh
M	intern/opencolorio/CMakeLists.txt
M	intern/opensubdiv/CMakeLists.txt
M	intern/opensubdiv/internal/base/opensubdiv_capi.cc
D	intern/opensubdiv/internal/device/device_context_cuda.cc
D	intern/opensubdiv/internal/device/device_context_cuda.h
D	intern/opensubdiv/internal/device/device_context_glsl_compute.cc
D	intern/opensubdiv/internal/device/device_context_glsl_compute.h
D	intern/opensubdiv/internal/device/device_context_glsl_transform_feedback.cc
D	intern/opensubdiv/internal/device/device_context_glsl_transform_feedback.h
D	intern/opensubdiv/internal/device/device_context_opencl.cc
D	intern/opensubdiv/internal/device/device_context_opencl.h
D	intern/opensubdiv/internal/device/device_context_openmp.cc
D	intern/opensubdiv/internal/device/device_context_openmp.h
M	intern/opensubdiv/internal/evaluator/evaluator_cache_impl.cc
M	intern/opensubdiv/internal/evaluator/evaluator_impl.cc
M	intern/opensubdiv/internal/evaluator/gl_compute_evaluator.cc
M	intern/opensubdiv/internal/evaluator/patch_map.h
M	intern/opensubdiv/opensubdiv_capi.h
M	intern/opensubdiv/opensubdiv_capi_type.h
M	intern/opensubdiv/stub/opensubdiv_stub.cc
M	release/datafiles/blender_icons_geom.py
M	release/datafiles/ctodata.py
A	release/datafiles/fonts/DejaVuSans.woff2
A	release/datafiles/fonts/DejaVuSansMono.woff2
A	release/datafiles/fonts/Noto Sans CJK Regular.woff2
A	release/datafiles/fonts/NotoEmoji-VariableFont_wght.woff2
A	release/datafiles/fonts/NotoSansArabic-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansArmenian-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansBengali-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansDevanagari-Regular.woff2
A	release/datafiles/fonts/NotoSansEthiopic-Regular.woff2
A	release/datafiles/fonts/NotoSansGeorgian-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansGujarati-Regular.woff2
A	release/datafiles/fonts/NotoSansGurmukhi-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansHebrew-Regular.woff2
A	release/datafiles/fonts/NotoSansJavanese-Regular.woff2
A	release/datafiles/fonts/NotoSansKannada-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansMalayalam-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansMath-Regular.woff2
A	release/datafiles/fonts/NotoSansMyanmar-Regular.woff2
A	release/datafiles/fonts/NotoSansSymbols-VariableFont_wght.woff2
A	release/datafiles/fonts/NotoSansSymbols2-Regular.woff2
A	release/datafiles/fonts/NotoSansTamil-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansTelugu-VariableFont_wdth,wght.woff2
A	release/datafiles/fonts/NotoSansThai-VariableFont_wdth,wght.woff2
D	release/datafiles/fonts/bmonofont-i18n.ttf
D	release/datafiles/fonts/droidsans.ttf
A	release/datafiles/fonts/lastresort.woff2
M	release/datafiles/userdef/userdef_default.c
M	release/freedesktop/org.blender.Blender.appdata.xml
M	release/license/THIRD-PARTY-LICENSES.txt
M	release/scripts/freestyle/modules/freestyle/functions.py
M	release/scripts/modules/bl_app_override/__init__.py
M	release/scripts/modules/bl_app_override/helpers.py
M	release/scripts/modules/bl_console_utils/autocomplete/complete_calltip.py
M	release/scripts/modules/bl_console_utils/autocomplete/complete_import.py
M	release/scripts/modules/bl_console_utils/autocomplete/complete_namespace.py
M	release/scripts/modules/bl_console_utils/autocomplete/intellisense.py
M	release/scripts/modules/bl_i18n_utils/bl_extract_messages.py
M	release/scripts/modules/bl_i18n_utils/settings.py
M	release/scripts/modules/bl_i18n_utils/utils.py
M	release/scripts/modules/bl_i18n_utils/utils_languages_menu.py
M	release/scripts/modules/bl_i18n_utils/utils_spell_check.py
M	release/scripts/modules/bl_keymap_utils/io.py
M	release/scripts/modules/bl_keymap_utils/keymap_from_toolbar.py
M	release/scripts/modules/blend_render_info.py
M	release/scripts/modules/bpy/utils/__init__.py
A	release/scripts/modules/bpy_extras/bmesh_utils.py
M	release/scripts/modules/bpy_extras/io_utils.py
M	release/scripts/modules/bpy_extras/mesh_utils.py
M	release/scripts/modules/bpy_extras/node_shader_utils.py
M	release/scripts/modules/bpy_extras/wm_utils/progress_report.py
M	release/scripts/modules/bpy_types.py
M	release/scripts/modules/gpu_extras/batch.py
M	release/scripts/modules/gpu_extras/presets.py
M	release/scripts/modules/rna_keymap_ui.py
M	release/scripts/modules/rna_manual_reference.py
M	release/scripts/modules/rna_prop_ui.py
A	release/scripts/presets/cycles/performance/Default.py
A	release/scripts/presets/cycles/performance/Faster_Render.py
A	release/scripts/presets/cycles/performance/Lower_Memory.py
M	release/scripts/presets/keyconfig/keymap_data/blender_default.py
M	release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
M	release/scripts/startup/bl_operators/__init__.py
M	release/scripts/startup/bl_operators/geometry_nodes.py
M	release/scripts/startup/bl_operators/node.py
M	release/scripts/startup/bl_operators/presets.py
M	release/scripts/startup/bl_operators/userpref.py
M	release/scripts/startup/bl_operators/uvcalc_follow_active.py
M	release/scripts/startup/bl_operators/uvcalc_lightmap.py
A	release/scripts/startup/bl_operators/uvcalc_transform.py
M	release/scripts/startup/bl_operators/vertexpaint_dirt.py
M	release/scripts/startup/bl_operators/wm.py
M	release/scripts/startup/bl_ui/__init__.py
M	release/scripts/startup/bl_ui/properties_data_bone.py
M	release/scripts/startup/bl_ui/properties_data_camera.py
M	release/scripts/startup/bl_ui/properties_data_curve.py
M	release/scripts/startup/bl_ui/properties_data_curves.py
M	release/scripts/startup/bl_ui/properties_data_lattice.py
M	release/scripts/startup/bl_ui/properties_data_light.py
M	release/scripts/startup/bl_ui/properties_data_mesh.py
M	release/scripts/startup/bl_ui/properties_data_metaball.py
M	release/scripts/startup/bl_ui/properties_data_pointcloud.py
M	release/scripts/startup/bl_ui/properties_data_speaker.py
M	release/scripts/startup/bl_ui/properties_data_volume.py
M	release/scripts/startup/bl_ui/properties_grease_pencil_common.py
M	release/scripts/startup/bl_ui/properties_material.py
M	release/scripts/startup/bl_ui/properties_output.py
M	release/scripts/startup/bl_ui/properties_particle.py
M	release/scripts/startup/bl_ui/properties_physics_cloth.py
M	release/scripts/startup/bl_ui/properties_physics_common.py
M	release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
M	release/scripts/startup/bl_ui/properties_physics_field.py
M	release/scripts/startup/bl_ui/properties_physics_fluid.py
M	release/scripts/startup/bl_ui/properties_physics_rigidbody.py
M	release/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py
M	release/scripts/startup/bl_ui/properties_physics_softbody.py
M	release/scripts/startup/bl_ui/properties_render.py
M	release/scripts/startup/bl_ui/properties_scene.py
M	release/scripts/startup/bl_ui/properties_texture.py
M	release/scripts/startup/bl_ui/properties_view_layer.py
M	release/scripts/startup/bl_ui/space_dopesheet.py
M	release/scripts/startup/bl_ui/space_filebrowser.py
M	release/scripts/startup/bl_ui/space_image.py
M	release/scripts/startup/bl_ui/space_info.py
M	release/scripts/startup/bl_ui/space_nla.py
M	release/scripts/startup/bl_ui/space_node.py
M	release/scripts/startup/bl_ui/space_outliner.py
M	release/scripts/startup/bl_ui/space_sequencer.py
M	release/scripts/startup/bl_ui/space_spreadsheet.py
M	release/scripts/startup/bl_ui/space_text.py
M	release/scripts/startup/bl_ui/space_time.py
M	release/scripts/startup/bl_ui/space_toolsystem_common.py
M	release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
M	release/scripts/startup/bl_ui/space_topbar.py
M	release/scripts/startup/bl_ui/space_userpref.py
M	release/scripts/startup/bl_ui/space_view3d.py
M	release/scripts/startup/bl_ui/space_view3d_toolbar.py
M	release/scripts/startup/nodeitems_builtins.py
M	release/scripts/templates_py/operator_modal_draw.py
M	source/blender/CMakeLists.txt
M	source/blender/blendthumb/CMakeLists.txt
M	source/blender/blendthumb/src/blendthumb_extract.cc
M	source/blender/blenfont/BLF_api.h
M	source/blender/blenfont/CMakeLists.txt
M	source/blender/blenfont/intern/blf.c
M	source/blender/blenfont/intern/blf_font.c
M	source/blender/blenfont/intern/blf_font_default.c
M	source/blender/blenfont/intern/blf_glyph.c
M	source/blender/blenfont/intern/blf_internal.h
M	source/blender/blenfont/intern/blf_internal_types.h
M	source/blender/blenfont/intern/blf_thumbs.c
M	source/blender/blenkernel/BKE_DerivedMesh.h
M	source/blender/blenkernel/BKE_appdir.h
M	source/blender/blenkernel/BKE_attribute.hh
M	source/blender/blenkernel/BKE_attribute_math.hh
M	source/blender/blenkernel/BKE_blender_version.h
M	source/blender/blenkernel/BKE_bpath.h
M	source/blender/blenkernel/BKE_cachefile.h
M	source/blender/blenkernel/BKE_cdderivedmesh.h
M	source/blender/blenkernel/BKE_cloth.h
M	source/blender/blenkernel/BKE_collection.h
M	source/blender/blenkernel/BKE_collision.h
A	source/blender/blenkernel/BKE_compute_contexts.hh
A	source/blender/blenkernel/BKE_crazyspace.hh
M	source/blender/blenkernel/BKE_cryptomatte.h
M	source/blender/blenkernel/BKE_cryptomatte.hh
M	source/blender/blenkernel/BKE_curves.h
M	source/blender/blenkernel/BKE_curves.hh
M	source/blender/blenkernel/BKE_curves_utils.hh
M	source/blender/blenkernel/BKE_customdata.h
M	source/blender/blenkernel/BKE_deform.h
M	source/blender/blenkernel/BKE_displist.h
M	source/blender/blenkernel/BKE_effect.h
M	source/blender/blenkernel/BKE_fcurve.h
M	source/blender/blenkernel/BKE_fcurve_driver.h
M	source/blender/blenkernel/BKE_geometry_fields.hh
M	source/blender/blenkernel/BKE_geometry_set.h
M	source/blender/blenkernel/BKE_geometry_set.hh
M	source/blender/blenkernel/BKE_global.h
M	source/blender/blenkernel/BKE_gpencil_geom.h
M	source/blender/blenkernel/BKE_icons.h
M	source/blender/blenkernel/BKE_idprop.h
M	source/blender/blenkernel/BKE_idprop.hh
M	source/blender/blenkernel/BKE_idtype.h
M	source/blender/blenkernel/BKE_image.h
M	source/blender/blenkernel/BKE_image_format.h
M	source/blender/blenkernel/BKE_image_save.h
M	source/blender/blenkernel/BKE_key.h
M	source/blender/blenkernel/BKE_lattice.h
M	source/blender/blenkernel/BKE_layer.h
M	source/blender/blenkernel/BKE_lib_id.h
M	source/blender/blenkernel/BKE_lib_override.h
D	source/blender/blenkernel/BKE_lib_principle_properties.h
M	source/blender/blenkernel/BKE_lib_query.h
M	source/blender/blenkernel/BKE_lib_remap.h
M	source/blender/blenkernel/BKE_main.h
A	source/blender/blenkernel/BKE_main_namemap.h
M	source/blender/blenkernel/BKE_mball.h
M	source/blender/blenkernel/BKE_mball_tessellate.h
M	source/blender/blenkernel/BKE_mesh.h
M	source/blender/blenkernel/BKE_mesh_fair.h
M	source/blender/blenkernel/BKE_mesh_legacy_convert.h
M	source/blender/blenkernel/BKE_mesh_mapping.h
M	source/blender/blenkernel/BKE_mesh_remap.h
M	source/blender/blenkernel/BKE_mesh_remesh_voxel.h
M	source/blender/blenkernel/BKE_mesh_sample.hh
M	source/blender/blenkernel/BKE_modifier.h
M	source/blender/blenkernel/BKE_nla.h
M	source/blender/blenkernel/BKE_node.h
M	source/blender/blenkernel/BKE_node_runtime.hh
M	source/blender/blenkernel/BKE_node_tree_update.h
M	source/blender/blenkernel/BKE_object.h
D	source/blender/blenkernel/BKE_outliner_treehash.h
A	source/blender/blenkernel/BKE_outliner_treehash.hh
M	source/blender/blenkernel/BKE_paint.h
M	source/blender/blenkernel/BKE_particle.h
M	source/blender/blenkernel/BKE_pbvh.h
M	source/blender/blenkernel/BKE_pbvh_pixels.hh
M	source/blender/blenkernel/BKE_pointcache.h
M	source/blender/blenkernel/BKE_pointcloud.h
M	source/blender/blenkernel/BKE_scene.h
M	source/blender/blenkernel/BKE_screen.h
M	source/blender/blenkernel/BKE_shrinkwrap.h
M	source/blender/blenkernel/BKE_sound.h
D	source/blender/blenkernel/BKE_spline.hh
M	source/blender/blenkernel/BKE_subdiv_ccg.h
M	source/blender/blenkernel/BKE_subdiv_eval.h
M	source/blender/blenkernel/BKE_subdiv_mesh.h
M	source/blender/blenkernel/BKE_volume.h
M	source/blender/blenkernel/BKE_writeffmpeg.h
M	source/blender/blenkernel/CMakeLists.txt
M	source/blender/blenkernel/intern/DerivedMesh.cc
M	source/blender/blenkernel/intern/action.c
M	source/blender/blenkernel/intern/action_mirror.c
M	source/blender/blenkernel/intern/anim_data.c
M	source/blender/blenkernel/intern/anim_sys.c
M	source/blender/blenkernel/intern/appdir.c
M	source/blender/blenkernel/intern/armature.c
M	source/blender/blenkernel/intern/armature_deform.c
M	source/blender/blenkernel/intern/armature_update.c
M	source/blender/blenkernel/intern/asset_catalog.cc
M	source/blender/blenkernel/intern/attribute.cc
M	source/blender/blenkernel/intern/attribute_access.cc
M	source/blender/blenkernel/intern/attribute_access_intern.hh
M	source/blender/blenkernel/intern/attribute_math.cc
M	source/blender/blenkernel/intern/blender_copybuffer.c
M	source/blender/blenkernel/intern/blendfile.c
M	source/blender/blenkernel/intern/blendfile_link_append.c
M	source/blender/blenkernel/intern/boids.c
M	source/blender/blenkernel/intern/brush.cc
M	source/blender/blenkernel/intern/bvhutils.cc
M	source/blender/blenkernel/intern/cachefile.c
M	source/blender/blenkernel/intern/camera.c
M	source/blender/blenkernel/intern/cdderivedmesh.c
M	source/blender/blenkernel/intern/cloth.c
M	source/blender/blenkernel/intern/collection.c
M	source/blender/blenkernel/intern/collision.c
M	source/blender/blenkernel/intern/colorband.c
A	source/blender/blenkernel/intern/compute_contexts.cc
M	source/blender/blenkernel/intern/constraint.c
M	source/blender/blenkernel/intern/context.c
R073	source/blender/blenkernel/intern/crazyspace.c	source/blender/blenkernel/intern/crazyspace.cc
M	source/blender/blenkernel/intern/cryptomatte.cc
M	source/blender/blenkernel/intern/cryptomatte_test.cc
M	source/blender/blenkernel/intern/curve.cc
M	source/blender/blenkernel/intern/curve_catmull_rom.cc
D	source/blender/blenkernel/intern/curve_eval.cc
M	source/blender/blenkernel/intern/curve_legacy_convert.cc
M	source/blender/blenkernel/intern/curve_nurbs.cc
M	source/blender/blenkernel/intern/curve_poly.cc
M	source/blender/blenkernel/intern/curve_to_mesh_convert.cc
M	source/blender/blenkernel/intern/curves.cc
M	source/blender/blenkernel/intern/curves_geometry.cc
M	source/blender/blenkernel/intern/curves_utils.cc
M	source/blender/blenkernel/intern/customdata.cc
M	source/blender/blenkernel/intern/data_transfer.c
M	source/blender/blenkernel/intern/deform.c
M	source/blender/blenkernel/intern/displist.cc
M	source/blender/blenkernel/intern/dynamicpaint.c
R056	source/blender/blenkernel/intern/editmesh_tangent.c	source/blender/blenkernel/intern/editmesh_tangent.cc
M	source/blender/blenkernel/intern/effect.c
M	source/blender/blenkernel/intern/fcurve.c
M	source/blender/blenkernel/intern/fcurve_driver.c
M	source/blender/blenkernel/intern/fcurve_test.cc
M	source/blender/blenkernel/intern/fluid.c
M	source/blender/blenkernel/intern/fmodifier.c
D	source/blender/blenkernel/intern/geometry_component_curve.cc
M	source/blender/blenkernel/intern/geometry_component_curves.cc
A	source/blender/blenkernel/intern/geometry_component_edit_data.cc
M	source/blender/blenkernel/intern/geometry_component_instances.cc
M	source/blender/blenkernel/intern/geometry_component_mesh.cc
M	source/blender/blenkernel/intern/geometry_component_pointcloud.cc
A	source/blender/blenkernel/intern/geometry_fields.cc
M	source/blender/blenkernel/intern/geometry_set.cc
M	source/blender/blenkernel/intern/geometry_set_instances.cc
M	source/blender/blenkernel/intern/gpencil.c
M	source/blender/blenkernel/intern/gpencil_curve.c
M	source/blender/blenkernel/intern/gpencil_geom.cc
M	source/blender/blenkernel/intern/gpencil_modifier.c
M	source/blender/blenkernel/intern/icons_rasterize.c
M	source/blender/blenkernel/intern/idprop.c
M	source/blender/blenkernel/intern/idprop_create.cc
M	source/blender/blenkernel/intern/idtype.c
M	source/blender/blenkernel/intern/image.cc
M	source/blender/blenkernel/intern/image_gpu.cc
M	source/blender/blenkernel/intern/image_partial_update.cc
M	source/blender/blenkernel/intern/image_save.cc
M	source/blender/blenkernel/intern/image_test.cc
M	source/blender/blenkernel/intern/ipo.c
M	source/blender/blenkernel/intern/key.c
M	source/blender/blenkernel/intern/lattice.c
M	source/blender/blenkernel/intern/lattice_deform.c
M	source/blender/blenkernel/intern/layer.c
M	source/blender/blenkernel/intern/layer_utils.c
M	source/blender/blenkernel/intern/lib_id.c
M	source/blender/blenkernel/intern/lib_id_delete.c
M	source/blender/blenkernel/intern/lib_id_remapper.cc
M	source/blender/blenkernel/intern/lib_id_remapper_test.cc
M	source/blender/blenkernel/intern/lib_id_test.cc
M	source/blender/blenkernel/intern/lib_override.cc
D	source/blender/blenkernel/intern/lib_principle_properties.c
M	source/blender/blenkernel/intern/lib_query.c
M	source/blender/blenkernel/intern/lib_remap.c
M	source/blender/blenkernel/intern/library.c
M	source/blender/blenkernel/intern/light.c
M	source/blender/blenkernel/intern/lightprobe.c
M	source/blender/blenkernel/intern/linestyle.c
M	source/blender/blenkernel/intern/main.c
A	source/blender/blenkernel/intern/main_namemap.cc
M	source/blender/blenkernel/intern/mask.c
M	source/blender/blenkernel/intern/material.c
R075	source/blender/blenkernel/intern/mball.c	source/blender/blenkernel/intern/mball.cc
M	source/blender/blenkernel/intern/mball_tessellate.c
M	source/blender/blenkernel/intern/mesh.cc
M	source/blender/blenkernel/intern/mesh_boolean_convert.cc
M	source/blender/blenkernel/intern/mesh_calc_edges.cc
M	source/blender/blenkernel/intern/mesh_convert.cc
M	source/blender/blenkernel/intern/mesh_debug.cc
M	source/blender/blenkernel/intern/mesh_evaluate.cc
M	source/blender/blenkernel/intern/mesh_fair.cc
M	source/blender/blenkernel/intern/mesh_iterators.c
M	source/blender/blenkernel/intern/mesh_legacy_convert.cc
R087	source/blender/blenkernel/intern/mesh_mapping.c	source/blender/blenkernel/intern/mesh_mapping.cc
M	source/blender/blenkernel/intern/mesh_merge.c
M	source/blender/blenkernel/intern/mesh_merge_customdata.cc
M	source/blender/blenkernel/intern/mesh_mirror.c
M	source/blender/blenkernel/intern/mesh_normals.cc
M	source/blender/blenkernel/intern/mesh_remap.c
M	source/blender/blenkernel/intern/mesh_remesh_voxel.cc
M	source/blender/blenkernel/intern/mesh_runtime.cc
M	source/blender/blenkernel/intern/mesh_sample.cc
R056	source/blender/blenkernel/intern/mesh_tangent.c	source/blender/blenkernel/intern/mesh_tangent.cc
R089	source/blender/blenkernel/intern/mesh_tessellate.c	source/blender/blenkernel/intern/mesh_tessellate.cc
M	source/blender/blenkernel/intern/mesh_validate.cc
M	source/blender/blenkernel/intern/mesh_wrapper.cc
M	source/blender/blenkernel/intern/modifier.c
M	source/blender/blenkernel/intern/movieclip.c
M	source/blender/blenkernel/intern/multires.c
M	source/blender/blenkernel/intern/multires_reshape.c
M	source/blender/blenkernel/intern/multires_reshape.h
M	source/blender/blenkernel/intern/multires_reshape_apply_base.c
M	source/blender/blenkernel/intern/multires_reshape_smooth.c
M	source/blender/blenkernel/intern/multires_reshape_subdivide.c
M	source/blender/blenkernel/intern/multires_reshape_util.c
M	source/blender/blenkernel/intern/multires_reshape_vertcos.c
M	source/blender/blenkernel/intern/multires_unsubdivide.c
M	source/blender/blenkernel/intern/nla.c
M	source/blender/blenkernel/intern/node.cc
A	source/blender/blenkernel/intern/node_runtime.cc
M	source/blender/blenkernel/intern/node_tree_update.cc
M	source/blender/blenkernel/intern/object.cc
M	source/blender/blenkernel/intern/object_deform.c
M	source/blender/blenkernel/intern/object_dupli.cc
M	source/blender/blenkernel/intern/object_update.c
M	source/blender/blenkernel/intern/ocean.c
D	source/blender/blenkernel/intern/outliner_treehash.c
A	source/blender/blenkernel/intern/outliner_treehash.cc
M	source/blender/blenkernel/intern/packedFile.c
R061	source/blender/blenkernel/intern/paint.c	source/blender/blenkernel/intern/paint.cc
M	source/blender/blenkernel/intern/particle.c
M	source/blender/blenkernel/intern/particle_child.c
M	source/blender/blenkernel/intern/particle_distribute.c
M	source/blender/blenkernel/intern/particle_system.c
M	source/blender/blenkernel/intern/pbvh.c
M	source/blender/blenkernel/intern/pbvh.cc
M	source/blender/blenkernel/intern/pbvh_bmesh.c
M	source/blender/blenkernel/intern/pbvh_intern.h
M	source/blender/blenkernel/intern/pbvh_pixels.cc
M	source/blender/blenkernel/intern/pointcache.c
M	source/blender/blenkernel/intern/pointcloud.cc
M	source/blender/blenkernel/intern/report.c
M	source/blender/blenkernel/intern/rigidbody.c
M	source/blender/blenkernel/intern/scene.cc
M	source/blender/blenkernel/intern/screen.c
M	source/blender/blenkernel/intern/shader_fx.c
M	source/blender/blenkernel/intern/shrinkwrap.c
M	source/blender/blenkernel/intern/simulation.cc
M	source/blender/blenkernel/intern/softbody.c
M	source/blender/blenkernel/intern/sound.c
M	source/blender/blenkernel/intern/speaker.c
D	source/blender/blenkernel/intern/spline_base.cc
D	source/blender/blenkernel/intern/spline_bezier.cc
D	source/blender/blenkernel/intern/spline_nurbs.cc
D	source/blender/blenkernel/intern/spline_poly.cc
M	source/blender/blenkernel/intern/studiolight.c
M	source/blender/blenkernel/intern/subdiv_ccg.c
M	source/blender/blenkernel/intern/subdiv_ccg_mask.c
M	source/blender/blenkernel/intern/subdiv_ccg_material.c
M	source/blender/blenkernel/intern/subdiv_converter_mesh.c
M	source/blender/blenkernel/intern/subdiv_displacement_multires.c
M	source/blender/blenkernel/intern/subdiv_eval.c
M	source/blender/blenkernel/intern/subdiv_foreach.c
R080	source/blender/blenkernel/intern/subdiv_mesh.c	source/blender/blenkernel/intern/subdiv_mesh.cc
M	source/blender/blenkernel/intern/subdiv_modifier.c
M	source/blender/blenkernel/intern/subsurf_ccg.c
M	source/blender/blenkernel/intern/text.c
M	source/blender/blenkernel/intern/texture.c
M	source/blender/blenkernel/intern/tracking_detect.c
M	source/blender/blenkernel/intern/tracking_stabilize.c
M	source/blender/blenkernel/intern/type_conversions.cc
M	source/blender/blenkernel/intern/unit.c
M	source/blender/blenkernel/intern/vfont.c
M	source/blender/blenkernel/intern/volume.cc
M	source/blender/blenkernel/intern/volume_to_mesh.cc
R078	source/blender/blenkernel/intern/workspace.c	source/blender/blenkernel/intern/workspace.cc
M	source/blender/blenkernel/intern/world.c
M	source/blender/blenkernel/intern/writeffmpeg.c
M	source/blender/blenkernel/nla_private.h
M	source/blender/blenlib/BLI_any.hh
M	source/blender/blenlib/BLI_array_store.h
A	source/blender/blenlib/BLI_array_utils.hh
A	source/blender/blenlib/BLI_bit_vector.hh
M	source/blender/blenlib/BLI_bitmap.h
A	source/blender/blenlib/BLI_compute_context.hh
M	source/blender/blenlib/BLI_cpp_type.hh
M	source/blender/blenlib/BLI_fileops.h
M	source/blender/blenlib/BLI_float3x3.hh
M	source/blender/blenlib/BLI_float4x4.hh
M	source/blender/blenlib/BLI_function_ref.hh
M	source/blender/blenlib/BLI_generic_span.hh
M	source/blender/blenlib/BLI_generic_virtual_array.hh
M	source/blender/blenlib/BLI_index_range.hh
M	source/blender/blenlib/BLI_kdopbvh.h
A	source/blender/blenlib/BLI_lazy_threading.hh
M	source/blender/blenlib/BLI_length_parameterize.hh
M	source/blender/blenlib/BLI_listbase.h
M	source/blender/blenlib/BLI_listbase_wrapper.hh
M	source/blender/blenlib/BLI_map.hh
M	source/blender/blenlib/BLI_math_color.h
M	source/blender/blenlib/BLI_math_geom.h
M	source/blender/blenlib/BLI_math_matrix.h
M	source/blender/blenlib/BLI_math_rotation.h
M	source/blender/blenlib/BLI_math_rotation.hh
M	source/blender/blenlib/BLI_math_vector.h
M	source/blender/blenlib/BLI_memory_utils.hh
M	source/blender/blenlib/BLI_multi_value_map.hh
M	source/blender/blenlib/BLI_path_util.h
A	source/blender/blenlib/BLI_pool.hh
M	source/blender/blenlib/BLI_probing_strategies.hh
M	source/blender/blenlib/BLI_scanfill.h
M	source/blender/blenlib/BLI_serialize.hh
M	source/blender/blenlib/BLI_set.hh
M	source/blender/blenlib/BLI_string_utf8.h
M	source/blender/blenlib/BLI_task.hh
M	source/blender/blenlib/BLI_utildefines.h
D	source/blender/blenlib/BLI_vector_adaptor.hh
M	source/blender/blenlib/BLI_vector_set.hh
M	source/blender/blenlib/BLI_virtual_array.hh
M	source/blender/blenlib/CMakeLists.txt
M	source/blender/blenlib/intern/BLI_index_range.cc
M	source/blender/blenlib/intern/BLI_kdopbvh.c
M	source/blender/blenlib/intern/BLI_memarena.c
M	source/blender/blenlib/intern/BLI_memblock.c
A	source/blender/blenlib/intern/array_utils.cc
M	source/blender/blenlib/intern/bitmap.c
M	source/blender/blenlib/intern/boxpack_2d.c
A	source/blender/blenlib/intern/compute_context.cc
M	source/blender/blenlib/intern/cpp_type.cc
M	source/blender/blenlib/intern/filereader_zstd.c
M	source/blender/blenlib/intern/generic_virtual_array.cc
M	source/blender/blenlib/intern/index_mask.cc
A	source/blender/blenlib/intern/lazy_threading.cc
M	source/blender/blenlib/intern/math_geom.c
M	source/blender/blenlib/intern/math_matrix.c
M	source/blender/blenlib/intern/math_rotation.c
M	source/blender/blenlib/intern/math_rotation.cc
M	source/blender/blenlib/intern/mesh_boolean.cc
M	source/blender/blenlib/intern/mesh_intersect.cc
M	source/blender/blenlib/intern/noise.c
M	source/blender/blenlib/intern/noise.cc
M	source/blender/blenlib/intern/path_util.c
M	source/blender/blenlib/intern/rct.c
M	source/blender/blenlib/intern/scanfill.c
M	source/blender/blenlib/intern/smallhash.c
M	source/blender/blenlib/intern/storage.c
M	source/blender/blenlib/intern/string_cursor_utf8.c
M	source/blender/blenlib/intern/string_search.cc
M	source/blender/blenlib/intern/string_utf8.c
M	source/blender/blenlib/intern/system.c
M	source/blender/blenlib/intern/task_pool.cc
M	source/blender/blenlib/intern/task_range.cc
M	source/blender/blenlib/intern/winstuff.c
M	source/blender/blenlib/tests/BLI_array_store_test.cc
A	source/blender/blenlib/tests/BLI_bit_vector_test.cc
A	source/blender/blenlib/tests/BLI_bitmap_test.cc
M	source/blender/blenlib/tests/BLI_float3x3_test.cc
M	source/blender/blenlib/tests/BLI_index_range_test.cc
M	source/blender/blenlib/tests/BLI_length_parameterize_test.cc
M	source/blender/blenlib/tests/BLI_math_rotation_test.cc
M	source/blender/blenlib/tests/BLI_path_util_test.cc
A	source/blender/blenlib/tests/BLI_pool_test.cc
M	source/blender/blenlib/tests/BLI_set_test.cc
M	source/blender/blenlib/tests/BLI_string_search_test.cc
M	source/blender/blenlib/tests/BLI_vector_test.cc
M	source/blender/blenlib/tests/performance/CMakeLists.txt
M	source/blender/blenloader/BLO_blend_validate.h
M	source/blender/blenloader/BLO_read_write.h
M	source/blender/blenloader/BLO_readfile.h
M	source/blender/blenloader/BLO_undofile.h
M	source/blender/blenloader/CMakeLists.txt
R086	source/blender/blenloader/intern/blend_validate.c	source/blender/blenloader/intern/blend_validate.cc
R092	source/blender/blenloader/intern/readblenentry.c	source/blender/blenloader/intern/readblenentry.cc
R085	source/blender/blenloader/intern/readfile.c	source/blender/blenloader/intern/readfile.cc
M	source/blender/blenloader/intern/readfile.h
R094	source/blender/blenloader/intern/readfile_tempload.c	source/blender/blenloader/intern/readfile_tempload.cc
R081	source/blender/blenloader/intern/undofile.c	source/blender/blenloader/intern/undofile.cc
M	source/blender/blenloader/intern/versioning_250.c
M	source/blender/blenloader/intern/versioning_280.c
M	source/blender/blenloader/intern/versioning_290.c
R089	source/blender/blenloader/intern/versioning_300.c	source/blender/blenloader/intern/versioning_300.cc
A	source/blender/blenloader/intern/versioning_400.cc
M	source/blender/blenloader/intern/versioning_common.cc
M	source/blender/blenloader/intern/versioning_cycles.c
M	source/blender/blenloader/intern/versioning_defaults.c
M	source/blender/blenloader/intern/versioning_legacy.c
M	source/blender/blenloader/intern/versioning_userdef.c
R090	source/blender/blenloader/intern/writefile.c	source/blender/blenloader/intern/writefile.cc
M	source/blender/blenloader/tests/blendfile_loading_base_test.cc
M	source/blender/blentranslation/BLT_translation.h
M	source/blender/blentranslation/msgfmt/CMakeLists.txt
M	source/blender/bmesh/CMakeLists.txt
M	source/blender/bmesh/bmesh.h
M	source/blender/bmesh/intern/bmesh_construct.c
M	source/blender/bmesh/intern/bmesh_core.c
M	source/blender/bmesh/intern/bmesh_delete.c
M	source/blender/bmesh/intern/bmesh_interp.c
M	source/blender/bmesh/intern/bmesh_log.c
M	source/blender/bmesh/intern/bmesh_log.h
M	source/blender/bmesh/intern/bmesh_marking.c
R082	source/blender/bmesh/intern/bmesh_mesh.c	source/blender/bmesh/intern/bmesh_mesh.cc
M	source/blender/bmesh/intern/bmesh_mesh.h
M	source/blender/bmesh/intern/bmesh_mesh_convert.cc
M	source/blender/bmesh/intern/bmesh_mesh_convert.h
M	source/blender/bmesh/intern/bmesh_mesh_tessellate.c
M	source/blender/bmesh/intern/bmesh_query.h
R070	source/blender/bmesh/intern/bmesh_query_uv.c	source/blender/bmesh/intern/bmesh_query_uv.cc
M	source/blender/bmesh/intern/bmesh_structure.c
M	source/blender/bmesh/operators/bmo_connect.c
M	source/blender/bmesh/operators/bmo_connect_nonplanar.c
M	source/blender/bmesh/operators/bmo_connect_pair.c
M	source/blender/bmesh/operators/bmo_create.c
M	source/blender/bmesh/operators/bmo_join_triangles.c
M	source/blender/bmesh/operators/bmo_poke.c
M	source/blender/bmesh/operators/bmo_primitive.c
M	source/blender/bmesh/operators/bmo_removedoubles.c
M	source/blender/bmesh/operators/bmo_subdivide.c
M	source/blender/bmesh/operators/bmo_subdivide_edgering.c
M	source/blender/bmesh/operators/bmo_utils.c
M	source/blender/bmesh/tools/bmesh_bevel.c
M	source/blender/bmesh/tools/bmesh_path_region_uv.c
M	source/blender/bmesh/tools/bmesh_path_region_uv.h
M	source/blender/bmesh/tools/bmesh_path_uv.c
M	source/blender/bmesh/tools/bmesh_path_uv.h
M	source/blender/compositor/CMakeLists.txt
M	source/blender/compositor/COM_compositor.h
M	source/blender/compositor/intern/COM_Node.h
M	source/blender/compositor/nodes/COM_AlphaOverNode.cc
M	source/blender/compositor/nodes/COM_AntiAliasingNode.cc
M	source/blender/compositor/nodes/COM_BlurNode.cc
M	source/blender/compositor/nodes/COM_BokehBlurNode.cc
M	source/blender/compositor/nodes/COM_BokehImageNode.cc
M	source/blender/compositor/nodes/COM_BoxMaskNode.cc
M	source/blender/compositor/nodes/COM_BrightnessNode.cc
M	source/blender/compositor/nodes/COM_ChannelMatteNode.cc
M	source/blender/compositor/nodes/COM_ChromaMatteNode.cc
M	source/blender/compositor/nodes/COM_ColorBalanceNode.cc
M	source/blender/compositor/nodes/COM_ColorCorrectionNode.cc
M	source/blender/compositor/nodes/COM_ColorCurveNode.cc
M	source/blender/compositor/nodes/COM_ColorMatteNode.cc
M	source/blender/compositor/nodes/COM_ColorRampNode.cc
M	source/blender/compositor/nodes/COM_ColorSpillNode.cc
M	source/blender/compositor/nodes/COM_CombineColorNode.cc
M	source/blender/compositor/nodes/COM_CombineColorNodeLegacy.cc
M	source/blender/compositor/nodes/COM_CompositorNode.cc
M	source/blender/compositor/nodes/COM_ConvertAlphaNode.cc
M	source/blender/compositor/nodes/COM_ConvertColorSpaceNode.cc
M	source/blender/compositor/nodes/COM_CropNode.cc
M	source/blender/compositor/nodes/COM_CryptomatteNode.cc
M	source/blender/compositor/nodes/COM_DefocusNode.cc
M	source/blender/compositor/nodes/COM_DenoiseNode.cc
M	source/blender/compositor/nodes/COM_DespeckleNode.cc
M	source/blender/compositor/nodes/COM_DifferenceMatteNode.cc
M	source/blender/compositor/nodes/COM_DilateErodeNode.cc
M	source/blender/compositor/nodes/COM_DirectionalBlurNode.cc
M	source/blender/compositor/nodes/COM_DistanceMatteNode.cc
M	source/blender/compositor/nodes/COM_DoubleEdgeMaskNode.cc
M	source/blender/compositor/nodes/COM_FilterNode.cc
M	source/blender/compositor/nodes/COM_GlareNode.cc
M	source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cc
M	source/blender/compositor/nodes/COM_IDMaskNode.cc
M	source/blender/compositor/nodes/COM_ImageNode.cc
M	source/blender/compositor/nodes/COM_InpaintNode.cc
M	source/blender/compositor/nodes/COM_InvertNode.cc
M	source/blender/compositor/nodes/COM_KeyingNode.cc
M	source/blender/compositor/nodes/COM_KeyingScreenNode.cc
M	source/blender/compositor/nodes/COM_LensDistortionNode.cc
M	source/blender/compositor/nodes/COM_LuminanceMatteNode.cc
M	source/blender/compositor/nodes/COM_MapUVNode.cc
M	source/blender/compositor/nodes/COM_MapValueNode.cc
M	source/blender/compositor/nodes/COM_MaskNode.cc
M	source/blender/compositor/nodes/COM_MixNode.cc
M	source/blender/compositor/nodes/COM_MovieClipNode.cc
M	source/blender/compositor/nodes/COM_MovieDistortionNode.cc
M	source/blender/compositor/nodes/COM_OutputFileNode.cc
M	source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cc
M	source/blender/compositor/nodes/COM_ScaleNode.cc
M	source/blender/compositor/nodes/COM_SeparateColorNode.cc
M	source/blender/compositor/nodes/COM_SeparateColorNodeLegacy.cc
M	source/blender/compositor/nodes/COM_SplitViewerNode.cc
M	source/blender/compositor/nodes/COM_Stabilize2dNode.cc
M	source/blender/compositor/nodes/COM_SunBeamsNode.cc
M	source/blender/compositor/nodes/COM_SwitchViewNode.cc
M	source/blender/compositor/nodes/COM_TextureNode.cc
M	source/blender/compositor/nodes/COM_TimeNode.cc
M	source/blender/compositor/nodes/COM_TonemapNode.cc
M	source/blender/compositor/nodes/COM_TrackPositionNode.cc
M	source/blender/compositor/nodes/COM_TranslateNode.cc
M	source/blender/compositor/nodes/COM_VectorBlurNode.cc
M	source/blender/compositor/nodes/COM_VectorCurveNode.cc
M	source/blender/compositor/nodes/COM_ViewerNode.cc
M	source/blender/compositor/operations/COM_BokehImageOperation.h
M	source/blender/compositor/operations/COM_BoxMaskOperation.h
M	source/blender/compositor/operations/COM_BrightnessOperation.cc
M	source/blender/compositor/operations/COM_CompositorOperation.cc
M	source/blender/compositor/operations/COM_CurveBaseOperation.cc
M	source/blender/compositor/operations/COM_CurveBaseOperation.h
M	source/blender/compositor/operations/COM_DenoiseOperation.cc
M	source/blender/compositor/operations/COM_DenoiseOperation.h
M	source/blender/compositor/operations/COM_DirectionalBlurOperation.h
M	source/blender/compositor/operations/COM_DistanceRGBMatteOperation.h
M	source/blender/compositor/operations/COM_DoubleEdgeMaskOperation.cc
M	source/blender/compositor/operations/COM_GlareBaseOperation.h
M	source/blender/compositor/operations/COM_GlareFogGlowOperation.cc
M	source/blender/compositor/operations/COM_GlareFogGlowOperation.h
M	source/blender/compositor/operations/COM_GlareGhostOperation.cc
M	source/blender/compositor/operations/COM_GlareGhostOperation.h
M	source/blender/compositor/operations/COM_GlareSimpleStarOperation.cc
M	source/blender/compositor/operations/COM_GlareSimpleStarOperation.h
M	source/blender/compositor/operations/COM_GlareStreaksOperation.cc
M	source/blender/compositor/operations/COM_GlareStreaksOperation.h
M	source/blender/compositor/operations/COM_GlareThresholdOperation.h
M	source/blender/compositor/operations/COM_MapValueOperation.cc
M	source/blender/compositor/operations/COM_MapValueOperation.h
M	source/blender/compositor/operations/COM_MovieClipOperation.cc
M	source/blender/compositor/operations/COM_OutputFileMultiViewOperation.cc
M	source/blender/compositor/operations/COM_OutputFileMultiViewOperation.h
M	source/blender/compositor/operations/COM_OutputFileOperation.cc
M	source/blender/compositor/operations/COM_OutputFileOperation.h
M	source/blender/compositor/operations/COM_RenderLayersProg.cc
M	source/blender/compositor/operations/COM_SMAAOperation.cc
M	source/blender/compositor/operations/COM_ScaleOperation.cc
M	source/blender/compositor/operations/COM_TextureOperation.cc
M	source/blender/compositor/operations/COM_TonemapOperation.cc
M	source/blender/compositor/operations/COM_TonemapOperation.h
M	source/blender/compositor/operations/COM_VectorBlurOperation.cc
M	source/blender/compositor/operations/COM_VectorBlurOperation.h
M	source/blender/compositor/operations/COM_ViewerOperation.cc
A	source/blender/compositor/realtime_compositor/CMakeLists.txt
A	source/blender/compositor/realtime_compositor/COM_compile_state.hh
A	source/blender/compositor/realtime_compositor/COM_context.hh
A	source/blender/compositor/realtime_compositor/COM_conversion_operation.hh
A	source/blender/compositor/realtime_compositor/COM_domain.hh
A	source/blender/compositor/realtime_compositor/COM_evaluator.hh
A	source/blender/compositor/realtime_compositor/COM_input_descriptor.hh
A	source/blender/compositor/realtime_compositor/COM_input_single_value_operation.hh
A	source/blender/compositor/realtime_compositor/COM_node_operation.hh
A	source/blender/compositor/realtime_compositor/COM_operation.hh
A	source/blender/compositor/realtime_compositor/COM_realize_on_domain_operation.hh
A	source/blender/compositor/realtime_compositor/COM_reduce_to_single_value_operation.hh
A	source/blender/compositor/realtime_compositor/COM_result.hh
A	source/blender/compositor/realtime_compositor/COM_scheduler.hh
A	source/blender/compositor/realtime_compositor/COM_shader_node.hh
A	source/blender/compositor/realtime_compositor/COM_shader_operation.hh
A	source/blender/compositor/realtime_compositor/COM_simple_operation.hh
A	source/blender/compositor/realtime_compositor/COM_static_shader_manager.hh
A	source/blender/compositor/realtime_compositor/COM_texture_pool.hh
A	source/blender/compositor/realtime_compositor/COM_utilities.hh
A	source/blender/compositor/realtime_compositor/intern/compile_state.cc
A	source/blender/compositor/realtime_compositor/intern/context.cc
A	source/blender/compositor/realtime_compositor/intern/conversion_operation.cc
A	source/blender/compositor/realtime_compositor/intern/domain.cc
A	source/blender/compositor/realtime_compositor/intern/evaluator.cc
A	source/blender/compositor/realtime_compositor/intern/input_single_value_operation.cc
A	source/blender/compositor/realtime_compositor/intern/node_operation.cc
A	source/blender/compositor/realtime_compositor/intern/operation.cc
A	source/blender/compositor/realtime_compositor/intern/realize_on_domain_operation.cc
A	source/blender/compositor/realtime_compositor/intern/reduce_to_single_value_operation.cc
A	source/blender/compositor/realtime_compositor/intern/result.cc
A	source/blender/compositor/realtime_compositor/intern/scheduler.cc
A	source/blender/compositor/realtime_compositor/intern/shader_node.cc
A	source/blender/compositor/realtime_compositor/intern/shader_operation.cc
A	source/blender/compositor/realtime_compositor/intern/simple_operation.cc
A	source/blender/compositor/realtime_compositor/intern/static_shader_manager.cc
A	source/blender/compositor/realtime_compositor/intern/texture_pool.cc
A	source/blender/compositor/realtime_compositor/intern/utilities.cc
M	source/blender/datatoc/datatoc_icon.py
M	source/blender/depsgraph/CMakeLists.txt
M	source/blender/depsgraph/DEG_depsgraph.h
M	source/blender/depsgraph/DEG_depsgraph_build.h
M	source/blender/depsgraph/intern/builder/deg_builder.cc
M	source/blender/depsgraph/intern/builder/deg_builder.h
M	source/blender/depsgraph/intern/builder/deg_builder_cache.cc
M	source/blender/depsgraph/intern/builder/deg_builder_cache.h
M	source/blender/depsgraph/intern/builder/deg_builder_cycle.h
A	source/blender/depsgraph/intern/builder/deg_builder_key.cc
A	source/blender/depsgraph/intern/builder/deg_builder_key.h
M	source/blender/depsgraph/intern/builder/deg_builder_map.h
M	source/blender/depsgraph/intern/builder/deg_builder_nodes.cc
M	source/blender/depsgraph/intern/builder/deg_builder_nodes.h
M	source/blender/depsgraph/intern/builder/deg_builder_nodes_view_layer.cc
M	source/blender/depsgraph/intern/builder/deg_builder_pchanmap.h
M	source/blender/depsgraph/intern/builder/deg_builder_relations.cc
M	source/blender/depsgraph/intern/builder/deg_builder_relations.h
M	source/blender/depsgraph/intern/builder/deg_builder_relations_drivers.h
M	source/blender/depsgraph/intern/builder/deg_builder_relations_impl.h
D	source/blender/depsgraph/intern/builder/deg_builder_relations_keys.cc
M	source/blender/depsgraph/intern/builder/deg_builder_relations_view_layer.cc
M	source/blender/depsgraph/intern/builder/deg_builder_remove_noop.h
M	source/blender/depsgraph/intern/builder/deg_builder_rna.cc
M	source/blender/depsgraph/intern/builder/deg_builder_rna.h
M	source/blender/depsgraph/intern/builder/deg_builder_transitive.h
M	source/blender/depsgraph/intern/builder/pipeline.cc
M	source/blender/depsgraph/intern/builder/pipeline.h
M	source/blender/depsgraph/intern/builder/pipeline_all_objects.cc
M	source/blender/depsgraph/intern/builder/pipeline_all_objects.h
M	source/blender/depsgraph/intern/builder/pipeline_compositor.h
M	source/blender/depsgraph/intern/builder/pipeline_from_ids.cc
M	source/blender/depsgraph/intern/builder/pipeline_from_ids.h
M	source/blender/depsgraph/intern/builder/pipeline_render.h
M	source/blender/depsgraph/intern/builder/pipeline_view_layer.h
M	source/blender/depsgraph/intern/debug/deg_debug.h
M	source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
M	source/blender/depsgraph/intern/debug/deg_time_average.h
M	source/blender/depsgraph/intern/depsgraph.cc
M	source/blender/depsgraph/intern/depsgraph.h
M	source/blender/depsgraph/intern/depsgraph_build.cc
M	source/blender/depsgraph/intern/depsgraph_physics.cc
M	source/blender/depsgraph/intern/depsgraph_physics.h
M	source/blender/depsgraph/intern/depsgraph_query.cc
M	source/blender/depsgraph/intern/depsgraph_query_iter.cc
M	source/blender/depsgraph/intern/depsgraph_registry.h
M	source/blender/depsgraph/intern/depsgraph_relation.h
M	source/blender/depsgraph/intern/depsgraph_tag.cc
M	source/blender/depsgraph/intern/depsgraph_tag.h
M	source/blender/depsgraph/intern/depsgraph_type.h
M	source/blender/depsgraph/intern/depsgraph_update.h
M	source/blender/depsgraph/intern/eval/deg_eval.cc
M	source/blender/depsgraph/intern/eval/deg_eval.h
M	source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
M	source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.h
M	source/blender/depsgraph/intern/eval/deg_eval_flush.cc
M	source/blender/depsgraph/intern/eval/deg_eval_flush.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.cc
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_animation.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_gpencil.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_modifier.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_movieclip.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_object.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_pose.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_scene.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_sequence.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_sequencer.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_sound.h
M	source/blender/depsgraph/intern/eval/deg_eval_runtime_backup_volume.h
M	source/blender/depsgraph/intern/eval/deg_eval_stats.h
A	source/blender/depsgraph/intern/eval/deg_eval_visibility.cc
A	source/blender/depsgraph/intern/eval/deg_eval_visibility.h
M	source/blender/depsgraph/intern/node/deg_node.cc
M	source/blender/depsgraph/intern/node/deg_node.h
M	source/blender/depsgraph/intern/node/deg_node_component.cc
M	source/blender/depsgraph/intern/node/deg_node_component.h
M	source/blender/depsgraph/intern/node/deg_node_factory.h
M	source/blender/depsgraph/intern/node/deg_node_factory_impl.h
M	source/blender/depsgraph/intern/node/deg_node_id.cc
M	source/blender/depsgraph/intern/node/deg_node_id.h
M	source/blender/depsgraph/intern/node/deg_node_operation.cc
M	source/blender/depsgraph/intern/node/deg_node_operation.h
M	source/blender/depsgraph/intern/node/deg_node_time.h
M	source/blender/draw/CMakeLists.txt
A	source/blender/draw/engines/compositor/compositor_engine.cc
A	source/blender/draw/engines/compositor/compositor_engine.h
M	source/blender/draw/engines/eevee/eevee_cryptomatte.c
M	source/blender/draw/engines/eevee/eevee_engine.c
M	source/blender/draw/engines/eevee/eevee_lightcache.c
M	source/blender/draw/engines/eevee/eevee_materials.c
M	source/blender/draw/engines/eevee/eevee_private.h
M	source/blender/draw/engines/eevee/eevee_render.c
M	source/blender/draw/engines/eevee/eevee_sampling.c
M	source/blender/draw/engines/eevee/eevee_shaders.c
M	source/blender/draw/engines/eevee/eevee_shadows_cascade.c
M	source/blender/draw/engines/eevee/eevee_volumes.c
M	source/blender/draw/engines/eevee/shaders/closure_type_lib.glsl
A	source/blender/draw/engines/eevee/shaders/cryptomatte_lib.glsl
M	source/blender/draw/engines/eevee/shaders/cryptomatte_vert.glsl
M	source/blender/draw/engines/eevee/shaders/effect_dof_resolve_frag.glsl
M	source/blender/draw/engines/eevee/shaders/effect_dof_scatter_frag.glsl
M	source/blender/draw/engines/eevee/shaders/lightprobe_filter_diffuse_frag.glsl
M	source/blender/draw/engines/eevee/shaders/prepass_frag.glsl
M	source/blender/draw/engines/eevee/shaders/raytrace_lib.glsl
M	source/blender/draw/engines/eevee/shaders/shadow_vert.glsl
M	source/blender/draw/engines/eevee/shaders/surface_frag.glsl
M	source/blender/draw/engines/eevee/shaders/surface_lib.glsl
M	source/blender/draw/engines/eevee/shaders/surface_vert.glsl
M	source/blender/draw/engines/eevee/shaders/volumetric_frag.glsl
M	source/blender/draw/engines/eevee/shaders/volumetric_vert.glsl
M	source/blender/draw/engines/eevee_next/eevee_camera.cc
M	source/blender/draw/engines/eevee_next/eevee_camera.hh
A	source/blender/draw/engines/eevee_next/eevee_cryptomatte.cc
A	source/blender/draw/engines/eevee_next/eevee_cryptomatte.hh
M	source/blender/draw/engines/eevee_next/eevee_defines.hh
A	source/blender/draw/engines/eevee_next/eevee_depth_of_field.cc
A	source/blender/draw/engines/eevee_next/eevee_depth_of_field.hh
M	source/blender/draw/engines/eevee_next/eevee_engine.cc
M	source/blender/draw/engines/eevee_next/eevee_film.cc
M	source/blender/draw/engines/eevee_next/eevee_film.hh
A	source/blender/draw/engines/eevee_next/eevee_hizbuffer.cc
A	source/blender/draw/engines/eevee_next/eevee_hizbuffer.hh
M	source/blender/draw/engines/eevee_next/eevee_instance.cc
M	source/blender/draw/engines/eevee_next/eevee_instance.hh
A	source/blender/draw/engines/eevee_next/eevee_light.cc
A	source/blender/draw/engines/eevee_next/eevee_light.hh
M	source/blender/draw/engines/eevee_next/eevee_material.cc
M	source/blender/draw/engines/eevee_next/eevee_material.hh
A	source/blender/draw/engines/eevee_next/eevee_motion_blur.cc
A	source/blender/draw/engines/eevee_next/eevee_motion_blur.hh
M	source/blender/draw/engines/eevee_next/eevee_pipeline.cc
M	source/blender/draw/engines/eevee_next/eevee_pipeline.hh
M	source/blender/draw/engines/eevee_next/eevee_renderbuffers.cc
M	source/blender/draw/engines/eevee_next/eevee_renderbuffers.hh
M	source/blender/draw/engines/eevee_next/eevee_sampling.cc
M	source/blender/draw/engines/eevee_next/eevee_sampling.hh
M	source/blender/draw/engines/eevee_next/eevee_shader.cc
M	source/blender/draw/engines/eevee_next/eevee_shader.hh
M	source/blender/draw/engines/eevee_next/eevee_shader_shared.hh
M	source/blender/draw/engines/eevee_next/eevee_sync.cc
M	source/blender/draw/engines/eevee_next/eevee_sync.hh
M	source/blender/draw/engines/eevee_next/eevee_velocity.cc
M	source/blender/draw/engines/eevee_next/eevee_velocity.hh
M	source/blender/draw/engines/eevee_next/eevee_view.cc
M	source/blender/draw/engines/eevee_next/eevee_view.hh
M	source/blender/draw/engines/eevee_next/eevee_world.cc
M	source/blender/draw/engines/eevee_next/shaders/eevee_attributes_lib.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_camera_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_colorspace_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_cryptomatte_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_accumulator_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_bokeh_lut_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_downsample_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_filter_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_gather_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_hole_fill_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_reduce_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_resolve_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_scatter_frag.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_scatter_vert.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_setup_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_stabilize_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_tiles_dilate_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_tiles_flatten_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_film_cryptomatte_post_comp.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_film_frag.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_film_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_hiz_debug_frag.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_hiz_update_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_culling_debug_frag.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_culling_select_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_culling_sort_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_culling_tile_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_culling_zbin_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_eval_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_iter_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_light_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_ltc_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_motion_blur_dilate_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_motion_blur_flatten_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_motion_blur_gather_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_motion_blur_lib.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_nodetree_lib.glsl
A	source/blender/draw/engines/eevee_next/shaders/eevee_sampling_lib.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_surf_depth_frag.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_surf_forward_frag.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_surf_lib.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_surf_world_frag.glsl
M	source/blender/draw/engines/eevee_next/shaders/eevee_velocity_lib.glsl
D	source/blender/draw/engines/eevee_next/shaders/eevee_velocity_resolve_comp.glsl
A	source/blender/draw/engines/eevee_next/shaders/infos/eevee_depth_of_field_info.hh
M	source/blender/draw/engines/eevee_next/shaders/infos/eevee_film_info.hh
A	source/blender/draw/engines/eevee_next/shaders/infos/eevee_hiz_info.hh
A	source/blender/draw/engines/eevee_next/shaders/infos/eevee_light_culling_info.hh
M	source/blender/draw/engines/eevee_next/shaders/infos/eevee_material_info.hh
A	source/blender/draw/engines/eevee_next/shaders/infos/eevee_motion_blur_info.hh
M	source/blender/draw/engines/eevee_next/shaders/infos/eevee_velocity_info.hh
M	source/blender/draw/engines/external/external_engine.c
M	source/blender/draw/engines/gpencil/gpencil_draw_data.c
M	source/blender/draw/engines/gpencil/gpencil_engine.c
M	source/blender/draw/engines/gpencil/gpencil_engine.h
M	source/blender/draw/engines/gpencil/gpencil_shader_shared.h
M	source/blender/draw/engines/gpencil/shaders/gpencil_vert.glsl
M	source/blender/draw/engines/gpencil/shaders/infos/gpencil_info.hh
R096	source/blender/draw/engines/overlay/overlay_antialiasing.c	source/blender/draw/engines/overlay/overlay_antialiasing.cc
R093	source/blender/draw/engines/overlay/overlay_armature.c	source/blender/draw/engines/overlay/overlay_armature.cc
R094	source/blender/draw/engines/overlay/overlay_background.c	source/blender/draw/engines/overlay/overlay_background.cc
R098	source/blender/draw/engines/overlay/overlay_edit_curve.c	source/blender/draw/engines/overlay/overlay_edit_curve.cc
M	source/blender/draw/engines/overlay/overlay_edit_curves.cc
R094	source/blender/draw/engines/overlay/overlay_edit_mesh.c	source/blender/draw/engines/overlay/overlay_edit_mesh.cc
R073	source/blender/draw/engines/overlay/overlay_edit_text.c	source/blender/draw/engines/overlay/overlay_edit_text.cc
R087	source/blender/draw/engines/overlay/overlay_edit_uv.c	source/blender/draw/engines/overlay/overlay_edit_uv.cc
R072	source/blender/draw/engines/overlay/overlay_engine.c	source/blender/draw/engines/overlay/overlay_engine.cc
M	source/blender/draw/engines/overlay/overlay_engine.h
R096	source/blender/draw/engines/overlay/overlay_extra.c	source/blender/draw/engines/overlay/overlay_extra.cc
R098	source/blender/draw/engines/overlay/overlay_facing.c	source/blender/draw/engines/overlay/overlay_facing.cc
R098	source/blender/draw/engines/overlay/overlay_fade.c	source/blender/draw/engines/overlay/overlay_fade.cc
R091	source/blender/draw/engines/overlay/overlay_gpencil.c	source/blender/draw/engines/overlay/overlay_gpencil.cc
R091	source/blender/draw/engines/overlay/overlay_grid.c	source/blender/draw/engines/overlay/overlay_grid.cc
R093	source/blender/draw/engines/overlay/overlay_image.c	source/blender/draw/engines/overlay/overlay_image.cc
R098	source/blender/draw/engines/overlay/overlay_lattice.c	source/blender/draw/engines/overlay/overlay_lattice.cc
R094	source/blender/draw/engines/overlay/overlay_metaball.c	source/blender/draw/engines/overlay/overlay_metaball.cc
R099	source/blender/draw/engines/overlay/overlay_mode_transfer.c	source/blender/draw/engines/overlay/overlay_mode_transfer.cc
R095	source/blender/draw/engines/overlay/overlay_motion_path.c	source/blender/draw/engines/overlay/overlay_motion_path.cc
R094	source/blender/draw/engines/overlay/overlay_outline.c	source/blender/draw/engines/overlay/overlay_outline.cc
R093	source/blender/draw/engines/overlay/overlay_paint.c	source/blender/draw/engines/overlay/overlay_paint.cc
R092	source/blender/draw/engines/overlay/overlay_particle.c	source/blender/draw/engines/overlay/overlay_particle.cc
R099	source/blender/draw/engines/overlay/overlay_private.h	source/blender/draw/engines/overlay/overlay_private.hh
R094	source/blender/draw/engines/overlay/overlay_sculpt.c	source/blender/draw/engines/overlay/overlay_sculpt.cc
M	source/blender/draw/engines/overlay/overlay_sculpt_curves.cc
R099	source/blender/draw/engines/overlay/overlay_shader.c	source/blender/draw/engines/overlay/overlay_shader.cc
M	source/blender/draw/engines/overlay/overlay_shader_shared.h
R089	source/blender/draw/engines/overlay/overlay_volume.c	source/blender/draw/engines/overlay/overlay_volume.cc
R094	source/blender/draw/engines/overlay/overlay_wireframe.c	source/blender/draw/engines/overlay/overlay_wireframe.cc
M	source/blender/draw/engines/overlay/shaders/infos/overlay_edit_mode_info.hh
M	source/blender/draw/engines/overlay/shaders/overlay_antialiasing_frag.glsl
M	source/blender/draw/engines/overlay/shaders/overlay_armature_envelope_outline_vert.glsl
M	source/blender/draw/engines/overlay/shaders/overlay_edit_uv_stretching_vert.glsl
M	source/blender/draw/engines/overlay/shaders/overlay_grid_frag.glsl
M	source/blender/draw/engines/select/select_engine.c
M	source/blender/draw/engines/workbench/workbench_engine.c
M	source/blender/draw/intern/DRW_gpu_wrapper.hh
M	source/blender/draw/intern/DRW_render.h
M	source/blender/draw/intern/draw_attributes.cc
M	source/blender/draw/intern/draw_cache.c
M	source/blender/draw/intern/draw_cache.h
M	source/blender/draw/intern/draw_cache_extract.hh
M	source/blender/draw/intern/draw_cache_extract_mesh.cc
M	source/blender/draw/intern/draw_cache_extract_mesh_render_data.cc
M	source/blender/draw/intern/draw_cache_impl.h
M	source/blender/draw/intern/draw_cache_impl_curves.cc
D	source/blender/draw/intern/draw_cache_impl_displist.c
M	source/blender/draw/intern/draw_cache_impl_lattice.c
M	source/blender/draw/intern/draw_cache_impl_mesh.cc
D	source/blender/draw/intern/draw_cache_impl_metaball.c
M	source/blender/draw/intern/draw_cache_impl_particles.c
R050	source/blender/draw/intern/draw_cache_impl_pointcloud.c	source/blender/draw/intern/draw_cache_impl_pointcloud.cc
M	source/blender/draw/intern/draw_cache_impl_subdivision.cc
M	source/blender/draw/intern/draw_color_management.cc
A	source/blender/draw/intern/draw_command.cc
A	source/blender/draw/intern/draw_command.hh
A	source/blender/draw/intern/draw_command_shared.hh
M	source/blender/draw/intern/draw_common.c
M	source/blender/draw/intern/draw_common_shader_shared.h
M	source/blender/draw/intern/draw_curves.cc
D	source/blender/draw/intern/draw_debug.c
A	source/blender/draw/intern/draw_debug.cc
M	source/blender/draw/intern/draw_debug.h
A	source/blender/draw/intern/draw_debug.hh
A	source/blender/draw/intern/draw_defines.h
M	source/blender/draw/intern/draw_hair.cc
M	source/blender/draw/intern/draw_hair_private.h
A	source/blender/draw/intern/draw_handle.hh
M	source/blender/draw/intern/draw_instance_data.c
M	source/blender/draw/intern/draw_instance_data.h
M	source/blender/draw/intern/draw_manager.c
A	source/blender/draw/intern/draw_manager.cc
M	source/blender/draw/intern/draw_manager.h
A	source/blender/draw/intern/draw_manager.hh
M	source/blender/draw/intern/draw_manager_data.c
M	source/blender/draw/intern/draw_manager_exec.c
A	source/blender/draw/intern/draw_pass.hh
A	source/blender/draw/intern/draw_resource.cc
A	source/blender/draw/intern/draw_resource.hh
M	source/blender/draw/intern/draw_shader.cc
M	source/blender/draw/intern/draw_shader.h
M	source/blender/draw/intern/draw_shader_shared.h
A	source/blender/draw/intern/draw_state.h
M	source/blender/draw/intern/draw_subdivision.h
M	source/blender/draw/intern/draw_texture_pool.cc
M	source/blender/draw/intern/draw_texture_pool.h
M	source/blender/draw/intern/draw_view.c
A	source/blender/draw/intern/draw_view.cc
A	source/blender/draw/intern/draw_view.hh
M	source/blender/draw/intern/draw_view_data.cc
M	source/blender/draw/intern/draw_view_data.h
M	source/blender/draw/intern/draw_volume.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh.hh
M	source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_edituv.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_fdots.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_lines.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_lines_adjacency.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_lines_paint_mask.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_points.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_ibo_tris.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_attributes.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_edge_fac.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_edituv_stretch_angle.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_edituv_stretch_area.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_fdots_nor.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_lnor.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_mesh_analysis.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_pos_nor.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_sculpt_data.cc
D	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_vcol.cc
M	source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_weights.cc
A	source/blender/draw/intern/shaders/common_aabb_lib.glsl
M	source/blender/draw/intern/shaders/common_attribute_lib.glsl
A	source/blender/draw/intern/shaders/common_debug_draw_lib.glsl
A	source/blender/draw/intern/shaders/common_debug_print_lib.glsl
A	source/blender/draw/intern/shaders/common_debug_shape_lib.glsl
A	source/blender/draw/intern/shaders/common_intersect_lib.glsl
M	source/blender/draw/intern/shaders/common_math_geom_lib.glsl
M	source/blender/draw/intern/shaders/common_math_lib.glsl
A	source/blender/draw/intern/shaders/common_shape_lib.glsl
M	source/blender/draw/intern/shaders/common_view_lib.glsl
A	source/blender/draw/intern/shaders/draw_command_generate_comp.glsl
A	source/blender/draw/intern/shaders/draw_debug_draw_display_frag.glsl
A	source/blender/draw/intern/shaders/draw_debug_draw_display_vert.glsl
A	source/blender/draw/intern/shaders/draw_debug_info.hh
A	source/blender/draw/intern/shaders/draw_debug_print_display_frag.glsl
A	source/blender/draw/intern/shaders/draw_debug_print_display_vert.glsl
M	source/blender/draw/intern/shaders/draw_object_infos_info.hh
A	source/blender/draw/intern/shaders/draw_resource_finalize_comp.glsl
M	source/blender/draw/intern/shaders/draw_view_info.hh
A	source/blender/draw/intern/shaders/draw_visibility_comp.glsl
A	source/blender/draw/tests/draw_pass_test.cc
M	source/blender/draw/tests/shaders_test.cc
M	source/blender/editors/animation/CMakeLists.txt
M	source/blender/editors/animation/anim_channels_defines.c
M	source/blender/editors/animation/anim_channels_edit.c
M	source/blender/editors/animation/anim_deps.c
M	source/blender/editors/animation/anim_draw.c
M	source/blender/editors/animation/anim_filter.c
M	source/blender/editors/animation/anim_ipo_utils.c
M	source/blender/editors/animation/anim_markers.c
M	source/blender/editors/animation/drivers.c
M	source/blender/editors/animation/fmodifier_ui.c
M	source/blender/editors/animation/keyframes_draw.c
M	source/blender/editors/animation/keyframes_edit.c
M	source/blender/editors/animation/keyframes_general.c
M	source/blender/editors/animation/keyframes_keylist.cc
M	source/blender/editors/animation/keyframing.c
M	source/blender/editors/animation/keyingsets.c
M	source/blender/editors/animation/time_scrub_ui.c
M	source/blender/editors/armature/CMakeLists.txt
M	source/blender/editors/armature/armature_add.c
M	source/blender/editors/armature/armature_edit.c
M	source/blender/editors/armature/armature_naming.c
M	source/blender/editors/armature/armature_relations.c
M	source/blender/editors/armature/armature_select.c
M	source/blender/editors/armature/armature_skinning.c
M	source/blender/editors/armature/editarmature_undo.c
M	source/blender/editors/armature/meshlaplacian.c
M	source/blender/editors/armature/pose_edit.c
M	source/blender/editors/armature/pose_lib.c
M	source/blender/editors/armature/pose_select.c
M	source/blender/editors/armature/pose_slide.c
M	source/blender/editors/armature/pose_transform.c
M	source/blender/editors/armature/pose_utils.c
M	source/blender/editors/asset/ED_asset_handle.h
M	source/blender/editors/asset/ED_asset_list.h
M	source/blender/editors/asset/intern/asset_handle.cc
M	source/blender/editors/asset/intern/asset_indexer.cc
M	source/blender/editors/asset/intern/asset_library_reference_enum.cc
M	source/blender/editors/asset/intern/asset_list.cc
M	source/blender/editors/asset/intern/asset_ops.cc
M	source/blender/editors/curve/CMakeLists.txt
M	source/blender/editors/curve/editcurve.c
M	source/blender/editors/curve/editcurve_add.c
M	source/blender/editors/curve/editcurve_paint.c
M	source/blender/editors/curve/editcurve_pen.c
M	source/blender/editors/curve/editcurve_query.c
M	source/blender/editors/curve/editcurve_select.c
M	source/blender/editors/curve/editcurve_undo.c
M	source/blender/editors/curve/editfont.c
M	source/blender/editors/curve/editfont_undo.c
M	source/blender/editors/curves/CMakeLists.txt
M	source/blender/editors/curves/intern/curves_add.cc
M	source/blender/editors/curves/intern/curves_ops.cc
M	source/blender/editors/geometry/CMakeLists.txt
M	source/blender/editors/geometry/geometry_attributes.cc
M	source/blender/editors/gizmo_library/CMakeLists.txt
M	source/blender/editors/gizmo_library/gizmo_types/button2d_gizmo.c
M	source/blender/editors/gizmo_library/gizmo_types/cage2d_gizmo.c
M	source/blender/editors/gpencil/CMakeLists.txt
M	source/blender/editors/gpencil/annotate_paint.c
M	source/blender/editors/gpencil/gpencil_add_blank.c
M	source/blender/editors/gpencil/gpencil_add_lineart.c
M	source/blender/editors/gpencil/gpencil_add_monkey.c
M	source/blender/editors/gpencil/gpencil_add_stroke.c
M	source/blender/editors/gpencil/gpencil_armature.c
M	source/blender/editors/gpencil/gpencil_bake_animation.cc
M	source/blender/editors/gpencil/gpencil_convert.c
M	source/blender/editors/gpencil/gpencil_data.c
M	source/blender/editors/gpencil/gpencil_edit.c
M	source/blender/editors/gpencil/gpencil_fill.c
M	source/blender/editors/gpencil/gpencil_intern.h
M	source/blender/editors/gpencil/gpencil_interpolate.c
M	source/blender/editors/gpencil/gpencil_mesh.cc
M	source/blender/editors/gpencil/gpencil_ops.c
M	source/blender/editors/gpencil/gpencil_ops_versioning.c
M	source/blender/editors/gpencil/gpencil_paint.c
M	source/blender/editors/gpencil/gpencil_primitive.c
M	source/blender/editors/gpencil/gpencil_sculpt_paint.c
M	source/blender/editors/gpencil/gpencil_select.c
M	source/blender/editors/gpencil/gpencil_trace_ops.c
M	source/blender/editors/gpencil/gpencil_utils.c
M	source/blender/editors/gpencil/gpencil_vertex_ops.c
M	source/blender/editors/include/ED_anim_api.h
M	source/blender/editors/include/ED_armature.h
M	source/blender/editors/include/ED_curves.h
M	source/blender/editors/include/ED_curves_sculpt.h
M	source/blender/editors/include/ED_fileselect.h
M	source/blender/editors/include/ED_gpencil.h
M	source/blender/editors/include/ED_image.h
M	source/blender/editors/include/ED_keyframes_edit.h
M	source/blender/editors/include/ED_mesh.h
M	source/blender/editors/include/ED_object.h
M	source/blender/editors/include/ED_paint.h
M	source/blender/editors/include/ED_screen.h
M	source/blender/editors/include/ED_screen_types.h
M	source/blender/editors/include/ED_sculpt.h
M	source/blender/editors/include/ED_space_api.h
M	source/blender/editors/include/ED_transform.h
M	source/blender/editors/include/ED_transform_snap_object_context.h
D	source/blender/editors/include/ED_types.h
M	source/blender/editors/include/ED_undo.h
M	source/blender/editors/include/ED_uvedit.h
M	source/blender/editors/include/ED_view3d.h
M	source/blender/editors/include/UI_abstract_view.hh
M	source/blender/editors/include/UI_grid_view.hh
M	source/blender/editors/include/UI_interface.h
M	source/blender/editors/include/UI_interface.hh
M	source/blender/editors/include/UI_resources.h
M	source/blender/editors/include/UI_tree_view.hh
M	source/blender/editors/include/UI_view2d.h
M	source/blender/editors/interface/CMakeLists.txt
R099	source/blender/editors/interface/interface_eyedropper_color.c	source/blender/editors/interface/eyedroppers/eyedropper_color.c
R099	source/blender/editors/interface/interface_eyedropper_colorband.c	source/blender/editors/interface/eyedroppers/eyedropper_colorband.c
R099	source/blender/editors/interface/interface_eyedropper_datablock.c	source/blender/editors/interface/eyedroppers/eyedropper_datablock.c
R099	source/blender/editors/interface/interface_eyedropper_depth.c	source/blender/editors/interface/eyedroppers/eyedropper_depth.c
R097	source/blender/editors/interface/interface_eyedropper_driver.c	source/blender/editors/interface/eyedroppers/eyedropper_driver.c
R099	source/blender/editors/interface/interface_eyedropper_gpencil_color.c	source/blender/editors/interface/eyedroppers/eyedropper_gpencil_color.c
R092	source/blender/editors/interface/interface_eyedropper_intern.h	source/blender/editors/interface/eyedroppers/eyedropper_intern.h
R096	source/blender/editors/interface/interface_eyedropper.c	source/blender/editors/interface/eyedroppers/interface_eyedropper.c
M	source/blender/editors/interface/interface.cc
R084	source/blender/editors/interface/interface_anim.c	source/blender/editors/interface/interface_anim.cc
M	source/blender/editors/interface/interface_context_menu.c
M	source/blender/editors/interface/interface_drag.cc
M	source/blender/editors/interface/interface_draw.c
M	source/blender/editors/interface/interface_dropboxes.cc
M	source/blender/editors/interface/interface_handlers.c
M	source/blender/editors/interface/interface_icons.c
M	source/blender/editors/interface/interface_icons_event.c
M	source/blender/editors/interface/interface_intern.h
M	source/blender/editors/interface/interface_layout.c
R076	source/blender/editors/interface/interface_ops.c	source/blender/editors/interface/interface_ops.cc
R090	source/blender/editors/interface/interface_panel.c	source/blender/editors/interface/interface_panel.cc
M	source/blender/editors/interface/interface_query.cc
M	source/blender/editors/interface/interface_region_color_picker.cc
M	source/blender/editors/interface/interface_region_menu_pie.cc
M	source/blender/editors/interface/interface_region_menu_popup.cc
M	source/blender/editors/interface/interface_region_popover.cc
M	source/blender/editors/interface/interface_region_popup.cc
M	source/blender/editors/interface/interface_region_search.cc
R062	source/blender/editors/interface/interface_region_tooltip.c	source/blender/editors/interface/interface_region_tooltip.cc
M	source/blender/editors/interface/interface_regions.cc
R060	source/blender/editors/interface/interface_regions_intern.h	source/blender/editors/interface/interface_regions_intern.hh
M	source/blender/editors/interface/interface_template_asset_view.cc
M	source/blender/editors/interface/interface_template_attribute_search.cc
M	source/blender/editors/interface/interface_template_list.cc
M	source/blender/editors/interface/interface_template_search_menu.cc
R081	source/blender/editors/interface/interface_template_search_operator.c	source/blender/editors/interface/interface_template_search_operator.cc
M	source/blender/editors/interface/interface_templates.c
R081	source/blender/editors/interface/interface_undo.c	source/blender/editors/interface/interface_undo.cc
M	source/blender/editors/interface/interface_utils.cc
M	source/blender/editors/interface/interface_widgets.c
M	source/blender/editors/interface/resources.c
M	source/blender/editors/interface/view2d.cc
M	source/blender/editors/interface/view2d_draw.cc
M	source/blender/editors/interface/view2d_ops.cc
R088	source/blender/editors/interface/abstract_view.cc	source/blender/editors/interface/views/abstract_view.cc
A	source/blender/editors/interface/views/abstract_view_item.cc
R089	source/blender/editors/interface/grid_view.cc	source/blender/editors/interface/views/grid_view.cc
R066	source/blender/editors/interface/interface_view.cc	source/blender/editors/interface/views/interface_view.cc
R054	source/blender/editors/interface/tree_view.cc	source/blender/editors/interface/views/tree_view.cc
M	source/blender/editors/io/CMakeLists.txt
M	source/blender/editors/io/io_alembic.c
M	source/blender/editors/io/io_collada.c
M	source/blender/editors/io/io_gpencil_export.c
M	source/blender/editors/io/io_gpencil_import.c
M	source/blender/editors/io/io_obj.c
M	source/blender/editors/io/io_stl_ops.c
M	source/blender/editors/io/io_usd.c
M	source/blender/editors/lattice/editlattice_select.c
M	source/blender/editors/lattice/editlattice_tools.c
M	source/blender/editors/lattice/editlattice_undo.c
M	source/blender/editors/mask/CMakeLists.txt
M	source/blender/editors/mask/mask_draw.c
M	source/blender/editors/mask/mask_query.c
M	source/blender/editors/mask/mask_shapekey.c
M	source/blender/editors/mesh/CMakeLists.txt
M	source/blender/editors/mesh/editface.cc
M	source/blender/editors/mesh/editmesh_bevel.c
M	source/blender/editors/mesh/editmesh_bisect.c
M	source/blender/editors/mesh/editmesh_extrude.c
M	source/blender/editors/mesh/editmesh_extrude_screw.c
M	source/blender/editors/mesh/editmesh_extrude_spin.c
M	source/blender/editors/mesh/editmesh_inset.c
M	source/blender/editors/mesh/editmesh_intersect.c
M	source/blender/editors/mesh/editmesh_knife.c
M	source/blender/editors/mesh/editmesh_knife_project.c
M	source/blender/editors/mesh/editmesh_loopcut.c
M	source/blender/editors/mesh/editmesh_mask_extract.c
M	source/blender/editors/mesh/editmesh_path.c
M	source/blender/editors/mesh/editmesh_polybuild.c
M	source/blender/editors/mesh/editmesh_rip.c
M	source/blender/editors/mesh/editmesh_rip_edge.c
M	source/blender/editors/mesh/editmesh_select.c
M	source/blender/editors/mesh/editmesh_select_similar.c
M	source/blender/editors/mesh/editmesh_tools.c
M	source/blender/editors/mesh/editmesh_undo.c
M	source/blender/editors/mesh/editmesh_utils.c
M	source/blender/editors/mesh/mesh_data.cc
M	source/blender/editors/mesh/mesh_intern.h
M	source/blender/editors/mesh/mesh_mirror.c
M	source/blender/editors/mesh/mesh_ops.c
M	source/blender/editors/mesh/meshtools.cc
M	source/blender/editors/metaball/editmball_undo.c
M	source/blender/editors/metaball/mball_edit.c
M	source/blender/editors/object/CMakeLists.txt
M	source/blender/editors/object/object_add.cc
M	source/blender/editors/object/object_bake.c
M	source/blender/editors/object/object_bake_api.c
M	source/blender/editors/object/object_collection.c
M	source/blender/editors/object/object_constraint.c
M	source/blender/editors/object/object_data_transfer.c
M	source/blender/editors/object/object_data_transform.c
M	source/blender/editors/object/object_edit.c
M	source/blender/editors/object/object_facemap_ops.c
M	source/blender/editors/object/object_gpencil_modifier.c
M	source/blender/editors/object/object_hook.c
M	source/blender/editors/object/object_intern.h
M	source/blender/editors/object/object_modes.c
M	source/blender/editors/object/object_modifier.cc
M	source/blender/editors/object/object_ops.c
M	source/blender/editors/object/object_random.c
M	source/blender/editors/object/object_relations.c
M	source/blender/editors/object/object_remesh.cc
M	source/blender/editors/object/object_select.c
M	source/blender/editors/object/object_shader_fx.c
M	source/blender/editors/object/object_shapekey.c
M	source/blender/editors/object/object_transform.cc
M	source/blender/editors/object/object_utils.c
R086	source/blender/editors/object/object_vgroup.c	source/blender/editors/object/object_vgroup.cc
M	source/blender/editors/physics/CMakeLists.txt
M	source/blender/editors/physics/dynamicpaint_ops.c
M	source/blender/editors/physics/particle_edit.c
M	source/blender/editors/physics/particle_edit_undo.c
M	source/blender/editors/physics/particle_object.c
M	source/blender/editors/physics/physics_fluid.c
M	source/blender/editors/physics/rigidbody_constraint.c
M	source/blender/editors/render/CMakeLists.txt
M	source/blender/editors/render/render_internal.cc
M	source/blender/editors/render/render_opengl.cc
M	source/blender/editors/render/render_preview.cc
M	source/blender/editors/render/render_shading.cc
M	source/blender/editors/render/render_update.cc
M	source/blender/editors/render/render_view.cc
M	source/blender/editors/scene/scene_edit.c
M	source/blender/editors/screen/CMakeLists.txt
M	source/blender/editors/screen/area.c
M	source/blender/editors/screen/glutil.c
M	source/blender/editors/screen/screen_context.c
M	source/blender/editors/screen/screen_draw.c
M	source/blender/editors/screen/screen_edit.c
M	source/blender/editors/screen/screen_geometry.c
M	source/blender/editors/screen/screen_intern.h
M	source/blender/editors/screen/screen_ops.c
M	source/blender/editors/screen/screen_user_menu.c
M	source/blender/editors/screen/screendump.c
M	source/blender/editors/screen/workspace_edit.c
M	source/blender/editors/sculpt_paint/CMakeLists.txt
M	source/blender/editors/sculpt_paint/curves_sculpt_add.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_brush.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_comb.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_delete.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_density.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_grow_shrink.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_intern.hh
M	source/blender/editors/sculpt_paint/curves_sculpt_ops.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_pinch.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_puff.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_selection.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_selection_paint.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_slide.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_smooth.cc
M	source/blender/editors/sculpt_paint/curves_sculpt_snake_hook.cc
M	source/blender/editors/sculpt_paint/paint_cursor.c
M	source/blender/editors/sculpt_paint/paint_hide.c
M	source/blender/editors/sculpt_paint/paint_image.cc
M	source/blender/editors/sculpt_paint/paint_image_2d.c
M	source/blender/editors/sculpt_paint/paint_image_ops_paint.cc
M	source/blender/editors/sculpt_paint/paint_image_proj.c
M	source/blender/editors/sculpt_paint/paint_intern.h
M	source/blender/editors/sculpt_paint/paint_mask.c
M	source/blender/editors/sculpt_paint/paint_ops.c
M	source/blender/editors/sculpt_paint/paint_stroke.c
M	source/blender/editors/sculpt_paint/paint_utils.c
M	source/blender/editors/sculpt_paint/paint_vertex.cc
M	source/blender/editors/sculpt_paint/paint_vertex_color_ops.cc
M	source/blender/editors/sculpt_paint/paint_vertex_weight_ops.c
M	source/blender/editors/sculpt_paint/paint_vertex_weight_utils.c
M	source/blender/editors/sculpt_paint/sculpt.c
M	source/blender/editors/sculpt_paint/sculpt_automasking.cc
M	source/blender/editors/sculpt_paint/sculpt_boundary.c
M	source/blender/editors/sculpt_paint/sculpt_brush_types.c
M	source/blender/editors/sculpt_paint/sculpt_cloth.c
M	source/blender/editors/sculpt_paint/sculpt_detail.c
M	source/blender/editors/sculpt_paint/sculpt_dyntopo.c
M	source/blender/editors/sculpt_paint/sculpt_expand.c
R073	source/blender/editors/sculpt_paint/sculpt_face_set.c	source/blender/editors/sculpt_paint/sculpt_face_set.cc
M	source/blender/editors/sculpt_paint/sculpt_filter_color.c
M	source/blender/editors/sculpt_paint/sculpt_filter_mask.c
M	source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
M	source/blender/editors/sculpt_paint/sculpt_geodesic.c
M	source/blender/editors/sculpt_paint/sculpt_intern.h
M	source/blender/editors/sculpt_paint/sculpt_mask_expand.c
M	source/blender/editors/sculpt_paint/sculpt_mask_init.c
M	source/blender/editors/sculpt_paint/sculpt_multiplane_scrape.c
M	source/blender/editors/sculpt_paint/sculpt_ops.c
M	source/blender/editors/sculpt_paint/sculpt_paint_color.c
M	source/blender/editors/sculpt_paint/sculpt_paint_image.cc
M	source/blender/editors/sculpt_paint/sculpt_pose.c
M	source/blender/editors/sculpt_paint/sculpt_smooth.c
M	source/blender/editors/sculpt_paint/sculpt_transform.c
M	source/blender/editors/sculpt_paint/sculpt_undo.c
M	source/blender/editors/sculpt_paint/sculpt_uv.c
M	source/blender/editors/sound/sound_ops.c
M	source/blender/editors/space_action/CMakeLists.txt
M	source/blender/editors/space_action/action_data.c
M	source/blender/editors/space_action/action_draw.c
M	source/blender/editors/space_action/action_edit.c
M	source/blender/editors/space_action/action_select.c
M	source/blender/editors/space_action/space_action.c
M	source/blender/editors/space_api/spacetypes.c
M	source/blender/editors/space_buttons/CMakeLists.txt
M	source/blender/editors/space_buttons/buttons_context.c
M	source/blender/editors/space_buttons/buttons_intern.h
M	source/blender/editors/space_buttons/buttons_ops.c
M	source/blender/editors/space_buttons/buttons_texture.c
M	source/blender/editors/space_buttons/space_buttons.c
M	source/blender/editors/space_clip/CMakeLists.txt
M	source/blender/editors/space_clip/clip_buttons.c
M	source/blender/editors/space_clip/clip_dopesheet_draw.c
M	source/blender/editors/space_clip/clip_draw.c
M	source/blender/editors/space_clip/clip_graph_draw.c
M	source/blender/editors/space_clip/clip_utils.c
M	source/blender/editors/space_clip/space_clip.c
M	source/blender/editors/space_clip/tracking_ops.c
M	source/blender/editors/space_clip/tracking_ops_orient.c
M	source/blender/editors/space_console/CMakeLists.txt
M	source/blender/editors/space_console/console_draw.c
M	source/blender/editors/space_console/console_intern.h
M	source/blender/editors/space_console/console_ops.c
M	source/blender/editors/space_console/space_console.c
M	source/blender/editors/space_file/CMakeLists.txt
M	source/blender/editors/space_file/asset_catalog_tree_view.cc
M	source/blender/editors/space_file/file_draw.c
M	source/blender/editors/space_file/file_intern.h
M	source/blender/editors/space_file/file_ops.c
R092	source/blender/editors/space_file/filelist.c	source/blender/editors/space_file/filelist.cc
M	source/blender/editors/space_file/filelist.h
M	source/blender/editors/space_file/filesel.c
A	source/blender/editors/space_file/folder_history.cc
M	source/blender/editors/space_file/fsmenu.c
M	source/blender/editors/space_file/fsmenu.h
M	source/blender/editors/space_file/space_file.c
M	source/blender/editors/space_graph/CMakeLists.txt
M	source/blender/editors/space_graph/graph_buttons.c
M	source/blender/editors/space_graph/graph_draw.c
M	source/blender/editors/space_graph/graph_edit.c
M	source/blender/editors/space_graph/graph_select.c
M	source/blender/editors/space_graph/space_graph.c
M	source/blender/editors/space_image/CMakeLists.txt
M	source/blender/editors/space_image/image_buttons.c
M	source/blender/editors/space_image/image_draw.c
M	source/blender/editors/space_image/image_edit.c
M	source/blender/editors/space_image/image_ops.c
R076	source/blender/editors/space_image/image_undo.c	source/blender/editors/space_image/image_undo.cc
M	source/blender/editors/space_image/space_image.c
M	source/blender/editors/space_info/CMakeLists.txt
M	source/blender/editors/space_info/info_stats.cc
M	source/blender/editors/space_info/space_info.c
M	source/blender/editors/space_info/textview.c
M	source/blender/editors/space_nla/CMakeLists.txt
M	source/blender/editors/space_nla/nla_buttons.c
M	source/blender/editors/space_nla/nla_channels.c
M	source/blender/editors/space_nla/nla_draw.c
M	source/blender/editors/space_nla/nla_edit.c
M	source/blender/editors/space_nla/nla_ops.c
M	source/blender/editors/space_nla/nla_select.c
M	source/blender/editors/space_nla/space_nla.c
M	source/blender/editors/space_node/CMakeLists.txt
A	source/blender/editors/space_node/add_node_search.cc
M	source/blender/editors/space_node/drawnode.cc
M	source/blender/editors/space_node/link_drag_search.cc
M	source/blender/editors/space_node/node_add.cc
M	source/blender/editors/space_node/node_context_path.cc
M	source/blender/editors/space_node/node_draw.cc
M	source/blender/editors/space_node/node_edit.cc
M	source/blender/editors/space_node/node_geometry_attribute_search.cc
M	source/blender/editors/space_node/node_gizmo.cc
M	source/blender/editors/space_node/node_group.cc
M	source/blender/editors/space_node/node_intern.hh
M	source/blender/editors/space_node/node_ops.cc
M	source/blender/editors/space_node/node_relationships.cc
M	source/blender/editors/space_node/node_select.cc
M	source/blender/editors/space_node/node_templates.cc
M	source/blender/editors/space_node/node_view.cc
M	source/blender/editors/space_node/space_node.cc
M	source/blender/editors/space_outliner/CMakeLists.txt
M	source/blender/editors/space_outliner/outliner_collections.cc
M	source/blender/editors/space_outliner/outliner_context.cc
M	source/blender/editors/space_outliner/outliner_dragdrop.cc
M	source/blender/editors/space_outliner/outliner_draw.cc
M	source/blender/editors/space_outliner/outliner_edit.cc
M	source/blender/editors/space_outliner/outliner_intern.hh
M	source/blender/editors/space_outliner/outliner_ops.cc
M	source/blender/editors/space_outliner/outliner_query.cc
M	source/blender/editors/space_outliner/outliner_select.cc
M	source/blender/editors/space_outliner/outliner_sync.cc
M	source/blender/editors/space_outliner/outliner_tools.cc
M	source/blender/editors/space_outliner/outliner_tree.cc
M	source/blender/editors/space_outliner/outliner_utils.cc
M	source/blender/editors/space_outliner/space_outliner.cc
M	source/blender/editors/space_outliner/tree/common.cc
M	source/blender/editors/space_outliner/tree/common.hh
M	source/blender/editors/space_outliner/tree/tree_display.cc
M	source/blender/editors/space_outliner/tree/tree_display.hh
M	source/blender/editors/space_outliner/tree/tree_display_data.cc
M	source/blender/editors/space_outliner/tree/tree_display_override_library_hierarchies.cc
M	source/blender/editors/space_outliner/tree/tree_display_view_layer.cc
M	source/blender/editors/space_outliner/tree/tree_element.cc
M	source/blender/editors/space_outliner/tree/tree_element.hh
M	source/blender/editors/space_outliner/tree/tree_element_anim_data.hh
M	source/blender/editors/space_outliner/tree/tree_element_driver.hh
A	source/blender/editors/space_outliner/tree/tree_element_label.cc
A	source/blender/editors/space_outliner/tree/tree_element_label.hh
M	source/blender/editors/space_outliner/tree/tree_element_overrides.cc
M	source/blender/editors/space_outliner/tree/tree_element_overrides.hh
M	source/blender/editors/space_outliner/tree/tree_element_rna.cc
M	source/blender/editors/space_outliner/tree/tree_iterator.hh
M	source/blender/editors/space_script/CMakeLists.txt
M	source/blender/editors/space_script/script_edit.c
M	source/blender/editors/space_script/space_script.c
M	source/blender/editors/space_sequencer/CMakeLists.txt
M	source/blender/editors/space_sequencer/sequencer_drag_drop.c
M	source/blender/editors/space_sequencer/sequencer_draw.c
M	source/blender/editors/space_sequencer/sequencer_edit.c
M	source/blender/editors/space_sequencer/sequencer_scopes.c
M	source/blender/editors/space_sequencer/sequencer_view.c
M	source/blender/editors/space_sequencer/space_sequencer.c
M	source/blender/editors/space_spreadsheet/CMakeLists.txt
M	source/blender/editors/space_spreadsheet/space_spreadsheet.cc
M	source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.cc
M	source/blender/editors/space_spreadsheet/spreadsheet_data_source_geometry.hh
M	source/blender/editors/space_spreadsheet/spreadsheet_dataset_draw.cc
M	source/blender/editors/space_spreadsheet/spreadsheet_draw.cc
M	source/blender/editors/space_spreadsheet/spreadsheet_layout.cc
M	source/blender/editors/space_spreadsheet/spreadsheet_row_filter.cc
M	source/blender/editors/space_statusbar/CMakeLists.txt
M	source/blender/editors/space_statusbar/space_statusbar.c
M	source/blender/editors/space_text/CMakeLists.txt
M	source/blender/editors/space_text/space_text.c
M	source/blender/editors/space_text/text_autocomplete.c
M	source/blender/editors/space_text/text_draw.c
M	source/blender/editors/space_text/text_format_py.c
M	source/blender/editors/space_text/text_ops.c
M	source/blender/editors/space_topbar/CMakeLists.txt
M	source/blender/editors/space_topbar/space_topbar.c
M	source/blender/editors/space_userpref/space_userpref.c
M	source/blender/editors/space_view3d/CMakeLists.txt
M	source/blender/editors/space_view3d/drawobject.c
M	source/blender/editors/space_view3d/space_view3d.c
M	source/blender/editors/space_view3d/view3d_buttons.c
M	source/blender/editors/space_view3d/view3d_cursor_snap.c
M	source/blender/editors/space_view3d/view3d_draw.c
M	source/blender/editors/space_view3d/view3d_edit.c
M	source/blender/editors/space_view3d/view3d_gizmo_armature.c
M	source/blender/editors/space_view3d/view3d_gizmo_camera.c
M	source/blender/editors/space_view3d/view3d_gizmo_empty.c
M	source/blender/editors/space_view3d/view3d_gizmo_forcefield.c
M	source/blender/editors/space_view3d/view3d_gizmo_light.c
M	source/blender/editors/space_view3d/view3d_gizmo_preselect_type.c
M	source/blender/editors/space_view3d/view3d_gizmo_ruler.c
M	source/blender/editors/space_view3d/view3d_header.c
M	source/blender/editors/space_view3d/view3d_intern.h
M	source/blender/editors/space_view3d/view3d_iterators.c
M	source/blender/editors/space_view3d/view3d_navigate.c
M	source/blender/editors/space_view3d/view3d_navigate.h
M	source/blender/editors/space_view3d/view3d_navigate_dolly.c
M	source/blender/editors/space_view3d/view3d_navigate_fly.c
M	source/blender/editors/space_view3d/view3d_navigate_move.c
M	source/blender/editors/space_view3d/view3d_navigate_ndof.c
M	source/blender/editors/space_view3d/view3d_navigate_roll.c
M	source/blender/editors/space_view3d/view3d_navigate_rotate.c
M	source/blender/editors/space_view3d/view3d_navigate_smoothview.c
M	source/blender/editors/space_view3d/view3d_navigate_walk.c
M	source/blender/editors/space_view3d/view3d_navigate_zoom.c
M	source/blender/editors/space_view3d/view3d_navigate_zoom_border.c
R085	source/blender/editors/space_view3d/view3d_select.c	source/blender/editors/space_view3d/view3d_select.cc
M	source/blender/editors/space_view3d/view3d_snap.c
M	source/blender/editors/space_view3d/view3d_utils.c
M	source/blender/editors/space_view3d/view3d_view.c
M	source/blender/editors/transform/CMakeLists.txt
M	source/blender/editors/transform/transform.c
M	source/blender/editors/transform/transform.h
M	source/blender/editors/transform/transform_constraints.c
M	source/blender/editors/transform/transform_constraints.h
M	source/blender/editors/transform/transform_convert.c
M	source/blender/editors/transform/transform_convert.h
M	source/blender/editors/transform/transform_convert_action.c
M	source/blender/editors/transform/transform_convert_armature.c
M	source/blender/editors/transform/transform_convert_cursor.c
M	source/blender/editors/transform/transform_convert_curve.c
M	source/blender/editors/transform/transform_convert_gpencil.c
M	source/blender/editors/transform/transform_convert_graph.c
M	source/blender/editors/transform/transform_convert_lattice.c
M	source/blender/editors/transform/transform_convert_mask.c
M	source/blender/editors/transform/transform_convert_mball.c
M	source/blender/editors/transform/transform_convert_mesh.c
M	source/blender/editors/transform/transform_convert_mesh_edge.c
M	source/blender/editors/transform/transform_convert_mesh_skin.c
M	source/blender/editors/transform/transform_convert_mesh_uv.c
A	source/blender/editors/transform/transform_convert_mesh_vert_cdata.c
M	source/blender/editors/transform/transform_convert_nla.c
M	source/blender/editors/transform/transform_convert_node.c
M	source/blender/editors/transform/transform_convert_object.c
M	source/blender/editors/transform/transform_convert_object_texspace.c
M	source/blender/editors/transform/transform_convert_paintcurve.c
M	source/blender/editors/transform/transform_convert_particle.c
M	source/blender/editors/transform/transform_convert_sculpt.c
M	source/blender/editors/transform/transform_convert_sequencer.c
M	source/blender/editors/transform/transform_convert_sequencer_image.c
M	source/blender/editors/transform/transform_convert_tracking.c
M	source/blender/editors/transform/transform_draw_cursors.c
M	source/blender/editors/transform/transform_generics.c
M	source/blender/editors/transform/transform_gizmo_2d.c
M	source/blender/editors/transform/transform_gizmo_3d.c
M	source/blender/editors/transform/transform_gizmo_extrude_3d.c
M	source/blender/editors/transform/transform_input.c
M	source/blender/editors/transform/transform_mode.c
M	source/blender/editors/transform/transform_mode.h
M	source/blender/editors/transform/transform_mode_bend.c
M	source/blender/editors/transform/transform_mode_curveshrinkfatten.c
M	source/blender/editors/transform/transform_mode_edge_bevelweight.c
M	source/blender/editors/transform/transform_mode_edge_crease.c
M	source/blender/editors/transform/transform_mode_edge_slide.c
M	source/blender/editors/transform/transform_mode_gpopacity.c
M	source/blender/editors/transform/transform_mode_gpshrinkfatten.c
M	source/blender/editors/transform/transform_mode_maskshrinkfatten.c
M	source/blender/editors/transform/transform_mode_resize.c
M	source/blender/editors/transform/transform_mode_rotate.c
M	source/blender/editors/transform/transform_mode_translate.c
M	source/blender/editors/transform/transform_mode_vert_slide.c
M	source/blender/editors/transform/transform_ops.c
M	source/blender/editors/transform/transform_orientations.c
M	source/blender/editors/transform/transform_orientations.h
M	source/blender/editors/transform/transform_snap.c
M	source/blender/editors/transform/transform_snap_object.cc
M	source/blender/editors/transform/transform_snap_sequencer.c
M	source/blender/editors/undo/CMakeLists.txt
M	source/blender/editors/undo/ed_undo.c
M	source/blender/editors/util/CMakeLists.txt
M	source/blender/editors/util/ed_draw.c
M	source/blender/editors/util/ed_util.c
M	source/blender/editors/util/ed_util_imbuf.c
M	source/blender/editors/util/numinput.c
M	source/blender/editors/util/select_utils.c
M	source/blender/editors/uvedit/CMakeLists.txt
M	source/blender/editors/uvedit/uvedit_buttons.c
M	source/blender/editors/uvedit/uvedit_draw.c
M	source/blender/editors/uvedit/uvedit_intern.h
R087	source/blender/editors/uvedit/uvedit_islands.c	source/blender/editors/uvedit/uvedit_islands.cc
M	source/blender/editors/uvedit/uvedit_ops.c
M	source/blender/editors/uvedit/uvedit_path.c
M	source/blender/editors/uvedit/uvedit_rip.c
M	source/blender/editors/uvedit/uvedit_select.c
M	source/blender/editors/uvedit/uvedit_smart_stitch.c
M	source/blender/editors/uvedit/uvedit_unwrap_ops.c
M	source/blender/freestyle/CMakeLists.txt
M	source/blender/freestyle/intern/application/Controller.h
M	source/blender/freestyle/intern/blender_interface/BlenderFileLoader.cpp
M	source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.cpp
M	source/blender/freestyle/intern/geometry/FastGrid.h
M	source/blender/freestyle/intern/geometry/Grid.h
M	source/blender/freestyle/intern/geometry/HashGrid.h
M	source/blender/freestyle/intern/view_map/ViewMap.cpp
M	source/blender/functions/CMakeLists.txt
M	source/blender/functions/FN_field.hh
M	source/blender/functions/FN_field_cpp_type.hh
A	source/blender/functions/FN_lazy_function.hh
A	source/blender/functions/FN_lazy_function_execute.hh
A	source/blender/functions/FN_lazy_function_graph.hh
A	source/blender/functions/FN_lazy_function_graph_executor.hh
M	source/blender/functions/FN_multi_function.hh
M	source/blender/functions/FN_multi_function_builder.hh
M	source/blender/functions/intern/cpp_types.cc
M	source/blender/functions/intern/field.cc
A	source/blender/functions/intern/lazy_function.cc
A	source/blender/functions/intern/lazy_function_execute.cc
A	source/blender/functions/intern/lazy_function_graph.cc
A	source/blender/functions/intern/lazy_function_graph_executor.cc
A	source/blender/functions/tests/FN_lazy_function_test.cc
M	source/blender/geometry/CMakeLists.txt
M	source/blender/geometry/GEO_add_curves_on_mesh.hh
A	source/blender/geometry/GEO_fillet_curves.hh
M	source/blender/geometry/GEO_mesh_to_curve.hh
M	source/blender/geometry/GEO_point_merge_by_distance.hh
M	source/blender/geometry/GEO_resample_curves.hh
M	source/blender/geometry/GEO_set_curve_type.hh
M	source/blender/geometry/GEO_subdivide_curves.hh
A	source/blender/geometry/GEO_trim_curves.hh
M	source/blender/geometry/GEO_uv_parametrizer.h
M	source/blender/geometry/intern/add_curves_on_mesh.cc
A	source/blender/geometry/intern/fillet_curves.cc
M	source/blender/geometry/intern/mesh_merge_by_distance.cc
M	source/blender/geometry/intern/mesh_primitive_cuboid.cc
M	source/blender/geometry/intern/mesh_to_curve_convert.cc
M	source/blender/geometry/intern/mesh_to_volume.cc
M	source/blender/geometry/intern/point_merge_by_distance.cc
M	source/blender/geometry/intern/realize_instances.cc
M	source/blender/geometry/intern/resample_curves.cc
M	source/blender/geometry/intern/reverse_uv_sampler.cc
M	source/blender/geometry/intern/set_curve_type.cc
M	source/blender/geometry/intern/subdivide_curves.cc
A	source/blender/geometry/intern/trim_curves.cc
R088	source/blender/geometry/intern/uv_parametrizer.c	source/blender/geometry/intern/uv_parametrizer.cc
M	source/blender/gpencil_modifiers/CMakeLists.txt
M	source/blender/gpencil_modifiers/intern/MOD_gpencilarmature.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilarray.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilbuild.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilcolor.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencildash.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilenvelope.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilhook.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencillength.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilmirror.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilmultiply.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilnoise.c
M	source/blender/gpencil_modifiers/intern/MOD_gpenciloffset.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilopacity.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilshrinkwrap.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilsimplify.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilsubdiv.c
M	source/blender/gpencil_modifiers/intern/MOD_gpenciltexture.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilthick.c
M	source/blender/gpencil_modifiers/intern/MOD_gpenciltime.c
M	source/blender/gpencil_modifiers/intern/MOD_gpenciltint.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilweight_angle.c
M	source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c
M	source/blender/gpencil_modifiers/intern/lineart/MOD_lineart.h
M	source/blender/gpencil_modifiers/intern/lineart/lineart_chain.c
M	source/blender/gpencil_modifiers/intern/lineart/lineart_cpu.c
M	source/blender/gpencil_modifiers/intern/lineart/lineart_intern.h
M	source/blender/gpencil_modifiers/intern/lineart/lineart_shadow.c
M	source/blender/gpu/CMakeLists.txt
M	source/blender/gpu/GPU_batch.h
M	source/blender/gpu/GPU_buffers.h
M	source/blender/gpu/GPU_capabilities.h
M	source/blender/gpu/GPU_compute.h
M	source/blender/gpu/GPU_context.h
M	source/blender/gpu/GPU_framebuffer.h
D	source/blender/gpu/GPU_glew.h
M	source/blender/gpu/GPU_index_buffer.h
D	source/blender/gpu/GPU_legacy_stubs.h
M	source/blender/gpu/GPU_material.h
M	source/blender/gpu/GPU_primitive.h
M	source/blender/gpu/GPU_shader.h
M	source/blender/gpu/GPU_shader_shared_utils.h
M	source/blender/gpu/GPU_storage_buffer.h
M	source/blender/gpu/GPU_texture.h
M	source/blender/gpu/GPU_vertex_buffer.h
M	source/blender/gpu/intern/gpu_backend.hh
M	source/blender/gpu/intern/gpu_batch.cc
M	source/blender/gpu/intern/gpu_batch_private.hh
M	source/blender/gpu/intern/gpu_buffers.c
M	source/blender/gpu/intern/gpu_capabilities.cc
M	source/blender/gpu/intern/gpu_capabilities_private.hh
M	source/blender/gpu/intern/gpu_codegen.cc
M	source/blender/gpu/intern/gpu_context.cc
M	source/blender/gpu/intern/gpu_context_private.hh
M	source/blender/gpu/intern/gpu_framebuffer.cc
M	source/blender/gpu/intern/gpu_framebuffer_private.hh
M	source/blender/gpu/intern/gpu_immediate.cc
M	source/blender/gpu/intern/gpu_immediate_private.hh
M	source/blender/gpu/intern/gpu_immediate_util.c
M	source/blender/gpu/intern/gpu_index_buffer.cc
M	source/blender/gpu/intern/gpu_index_buffer_private.hh
M	source/blender/gpu/intern/gpu_init_exit.c
M	source/blender/gpu/intern/gpu_material.c
M	source/blender/gpu/intern/gpu_node_graph.c
M	source/blender/gpu/intern/gpu_node_graph.h
M	source/blender/gpu/intern/gpu_platform.cc
M	source/blender/gpu/intern/gpu_private.h
M	source/blender/gpu/intern/gpu_shader.cc
M	source/blender/gpu/intern/gpu_shader_builder.cc
M	source/blender/gpu/intern/gpu_shader_builder_stubs.cc
M	source/blender/gpu/intern/gpu_shader_builtin.c
M	source/blender/gpu/intern/gpu_shader_create_info.cc
M	source/blender/gpu/intern/gpu_shader_create_info.hh
M	source/blender/gpu/intern/gpu_shader_dependency.cc
M	source/blender/gpu/intern/gpu_shader_interface.hh
M	source/blender/gpu/intern/gpu_shader_log.cc
M	source/blender/gpu/intern/gpu_shader_private.hh
M	source/blender/gpu/intern/gpu_storage_buffer.cc
M	source/blender/gpu/intern/gpu_storage_buffer_private.hh
M	source/blender/gpu/intern/gpu_texture.cc
M	source/blender/gpu/intern/gpu_texture_private.hh
M	source/blender/gpu/intern/gpu_uniform_buffer_private.hh
M	source/blender/gpu/intern/gpu_vertex_buffer.cc
M	source/blender/gpu/intern/gpu_vertex_buffer_private.hh
M	source/blender/gpu/intern/gpu_vertex_format.cc
M	source/blender/gpu/intern/gpu_vertex_format_private.h
M	source/blender/gpu/metal/kernels/compute_texture_read.msl
M	source/blender/gpu/metal/kernels/compute_texture_update.msl
M	source/blender/gpu/metal/kernels/depth_2d_update_float_frag.glsl
A	source/blender/gpu/metal/kernels/depth_2d_update_info.hh
M	source/blender/gpu/metal/kernels/depth_2d_update_int24_frag.glsl
M	source/blender/gpu/metal/kernels/depth_2d_update_int32_frag.glsl
M	source/blender/gpu/metal/kernels/depth_2d_update_vert.glsl
M	source/blender/gpu/metal/kernels/gpu_shader_fullscreen_blit_frag.glsl
A	source/blender/gpu/metal/kernels/gpu_shader_fullscreen_blit_info.hh
M	source/blender/gpu/metal/kernels/gpu_shader_fullscreen_blit_vert.glsl
M	source/blender/gpu/metal/mtl_backend.hh
M	source/blender/gpu/metal/mtl_backend.mm
M	source/blender/gpu/metal/mtl_capabilities.hh
M	source/blender/gpu/metal/mtl_command_buffer.mm
M	source/blender/gpu/metal/mtl_common.hh
M	source/blender/gpu/metal/mtl_context.hh
M	source/blender/gpu/metal/mtl_context.mm
M	source/blender/gpu/metal/mtl_framebuffer.hh
M	source/blender/gpu/metal/mtl_framebuffer.mm
A	source/blender/gpu/metal/mtl_index_buffer.hh
A	source/blender/gpu/metal/mtl_index_buffer.mm
M	source/blender/gpu/metal/mtl_memory.hh
M	source/blender/gpu/metal/mtl_memory.mm
A	source/blender/gpu/metal/mtl_primitive.hh
A	source/blender/gpu/metal/mtl_pso_descriptor_state.hh
A	source/blender/gpu/metal/mtl_query.hh
A	source/blender/gpu/metal/mtl_query.mm
A	source/blender/gpu/metal/mtl_shader.hh
A	source/blender/gpu/metal/mtl_shader.mm
A	source/blender/gpu/metal/mtl_shader_generator.hh
A	source/blender/gpu/metal/mtl_shader_generator.mm
A	source/blender/gpu/metal/mtl_shader_interface.hh
A	source/blender/gpu/metal/mtl_shader_interface.mm
A	source/blender/gpu/metal/mtl_shader_interface_type.hh
A	source/blender/gpu/metal/mtl_shader_shared.h
M	source/blender/gpu/metal/mtl_state.hh
M	source/blender/gpu/metal/mtl_state.mm
M	source/blender/gpu/metal/mtl_texture.hh
M	source/blender/gpu/metal/mtl_texture.mm
M	source/blender/gpu/metal/mtl_texture_util.mm
A	source/blender/gpu/metal/mtl_uniform_buffer.hh
A	source/blender/gpu/metal/mtl_uniform_buffer.mm
M	source/blender/gpu/opengl/gl_backend.cc
M	source/blender/gpu/opengl/gl_backend.hh
M	source/blender/gpu/opengl/gl_batch.cc
M	source/blender/gpu/opengl/gl_batch.hh
M	source/blender/gpu/opengl/gl_context.cc
M	source/blender/gpu/opengl/gl_context.hh
M	source/blender/gpu/opengl/gl_debug.cc
M	source/blender/gpu/opengl/gl_debug.hh
M	source/blender/gpu/opengl/gl_framebuffer.cc
M	source/blender/gpu/opengl/gl_framebuffer.hh
M	source/blender/gpu/opengl/gl_immediate.hh
M	source/blender/gpu/opengl/gl_index_buffer.hh
M	source/blender/gpu/opengl/gl_primitive.hh
M	source/blender/gpu/opengl/gl_query.hh
M	source/blender/gpu/opengl/gl_shader.cc
M	source/blender/gpu/opengl/gl_shader.hh
M	source/blender/gpu/opengl/gl_shader_interface.cc
M	source/blender/gpu/opengl/gl_shader_interface.hh
M	source/blender/gpu/opengl/gl_state.cc
M	source/blender/gpu/opengl/gl_state.hh
M	source/blender/gpu/opengl/gl_storage_buffer.cc
M	source/blender/gpu/opengl/gl_storage_buffer.hh
M	source/blender/gpu/opengl/gl_texture.cc
M	source/blender/gpu/opengl/gl_texture.hh
M	source/blender/gpu/opengl/gl_uniform_buffer.cc
M	source/blender/gpu/opengl/gl_uniform_buffer.hh
M	source/blender/gpu/opengl/gl_vertex_array.cc
M	source/blender/gpu/opengl/gl_vertex_array.hh
M	source/blender/gpu/opengl/gl_vertex_buffer.hh
M	source/blender/gpu/shaders/common/gpu_shader_common_color_utils.glsl
M	source/blender/gpu/shaders/common/gpu_shader_common_curves.glsl
M	source/blender/gpu/shaders/common/gpu_shader_common_math_utils.glsl
M	source/blender/gpu/shaders/common/gpu_shader_common_mix_rgb.glsl
A	source/blender/gpu/shaders/compositor/compositor_alpha_crop.glsl
A	source/blender/gpu/shaders/compositor/compositor_bilateral_blur.glsl
A	source/blender/gpu/shaders/compositor/compositor_blur.glsl
A	source/blender/gpu/shaders/compositor/compositor_bokeh_image.glsl
A	source/blender/gpu/shaders/compositor/compositor_box_mask.glsl
A	source/blender/gpu/shaders/compositor/compositor_convert.glsl
A	source/blender/gpu/shaders/compositor/compositor_despeckle.glsl
A	source/blender/gpu/shaders/compositor/compositor_directional_blur.glsl
A	source/blender/gpu/shaders/compositor/compositor_edge_filter.glsl
A	source/blender/gpu/shaders/compositor/compositor_ellipse_mask.glsl
A	source/blender/gpu/shaders/compositor/compositor_filter.glsl
A	source/blender/gpu/shaders/compositor/compositor_flip.glsl
A	source/blender/gpu/shaders/compositor/compositor_image_crop.glsl
A	source/blender/gpu/shaders/compositor/compositor_morphological_distance.glsl
A	source/blender/gpu/shaders/compositor/compositor_morphological_distance_feather.glsl
A	source/blender/gpu/shaders/compositor/compositor_morphological_distance_threshold.glsl
A	source/blender/gpu/shaders/compositor/compositor_morphological_step.glsl
A	source/blender/gpu/shaders/compositor/compositor_projector_lens_distortion.glsl
A	source/blender/gpu/shaders/compositor/compositor_realize_on_domain.glsl
A	source/blender/gpu/shaders/compositor/compositor_screen_lens_distortion.glsl
A	source/blender/gpu/shaders/compositor/compositor_set_alpha.glsl
A	source/blender/gpu/shaders/compositor/compositor_split_viewer.glsl
A	source/blender/gpu/shaders/compositor/compositor_symmetric_blur.glsl
A	source/blender/gpu/shaders/compositor/compositor_symmetric_separable_blur.glsl
A	source/blender/gpu/shaders/compositor/infos/compositor_alpha_crop_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_bilateral_blur_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_blur_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_bokeh_image_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_box_mask_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_convert_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_despeckle_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_directional_blur_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_edge_filter_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_ellipse_mask_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_filter_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_flip_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_image_crop_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_morphological_distance_feather_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_morphological_distance_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_morphological_distance_threshold_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_morphological_step_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_projector_lens_distortion_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_realize_on_domain_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_screen_lens_distortion_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_set_alpha_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_split_viewer_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_symmetric_blur_info.hh
A	source/blender/gpu/shaders/compositor/infos/compositor_symmetric_separable_blur_info.hh
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_alpha_over.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_blur_common.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_bright_contrast.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_channel_matte.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_chroma_matte.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_color_balance.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_color_correction.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_color_matte.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_color_spill.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_color_to_luminance.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_difference_matte.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_distance_matte.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_exposure.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_gamma.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_hue_correct.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_hue_saturation_value.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_invert.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_luminance_matte.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_main.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_map_value.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_normal.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_posterize.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_separate_combine.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_set_alpha.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_store_output.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_texture_utilities.glsl
A	source/blender/gpu/shaders/compositor/library/gpu_shader_compositor_type_conversion.glsl
D	source/blender/gpu/shaders/gpu_shader_2D_flat_color_vert.glsl
M	source/blender/gpu/shaders/gpu_shader_2D_image_vert.glsl
D	source/blender/gpu/shaders/gpu_shader_2D_line_dashed_uniform_color_vert.glsl
M	source/blender/gpu/shaders/gpu_shader_2D_nodelink_frag.glsl
M	source/blender/gpu/shaders/gpu_shader_2D_nodelink_vert.glsl
D	source/blender/gpu/shaders/gpu_shader_2D_smooth_color_frag.glsl
D	source/blender/gpu/shaders/gpu_shader_2D_smooth_color_vert.glsl
M	source/blender/gpu/shaders/gpu_shader_codegen_lib.glsl
D	source/blender/gpu/shaders/gpu_shader_image_modulate_alpha_frag.glsl
D	source/blender/gpu/shaders/infos/gpu_shader_2D_flat_color_info.hh
D	source/blender/gpu/shaders/infos/gpu_shader_2D_image_color_info.hh
M	source/blender/gpu/shaders/infos/gpu_shader_2D_image_info.hh
M	source/blender/gpu/shaders/infos/gpu_shader_2D_nodelink_info.hh
D	source/blender/gpu/shaders/infos/gpu_shader_2D_smooth_color_info.hh
D	source/blender/gpu/shaders/infos/gpu_shader_2D_uniform_color_info.hh
M	source/blender/gpu/shaders/infos/gpu_shader_3D_image_info.hh
D	source/blender/gpu/shaders/infos/gpu_shader_3D_image_modulate_alpha_info.hh
D	source/blender/gpu/shaders/infos/gpu_shader_3D_line_dashed_uniform_color_info.hh
M	source/blender/gpu/shaders/infos/gpu_shader_line_dashed_uniform_color_info.hh
M	source/blender/gpu/shaders/material/gpu_shader_material_attribute.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_displacement.glsl
A	source/blender/gpu/shaders/material/gpu_shader_material_mix_color.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_noise.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_normal_map.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_principled.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_tex_musgrave.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_tex_sky.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_tex_voronoi.glsl
M	source/blender/gpu/shaders/material/gpu_shader_material_texture_coordinates.glsl
A	source/blender/gpu/shaders/metal/mtl_shader_common.msl
A	source/blender/gpu/shaders/metal/mtl_shader_defines.msl
M	source/blender/gpu/tests/gpu_shader_builtin_test.cc
M	source/blender/gpu/tests/gpu_shader_test.cc
M	source/blender/gpu/tests/gpu_testing.cc
M	source/blender/imbuf/IMB_colormanagement.h
M	source/blender/imbuf/IMB_imbuf.h
M	source/blender/imbuf/IMB_imbuf_types.h
M	source/blender/imbuf/intern/IMB_filetype.h
M	source/blender/imbuf/intern/allocimbuf.c
M	source/blender/imbuf/intern/anim_movie.c
M	source/blender/imbuf/intern/bmp.c
M	source/blender/imbuf/intern/cache.c
M	source/blender/imbuf/intern/cineon/cineon_dpx.c
M	source/blender/imbuf/intern/cineon/cineonlib.c
M	source/blender/imbuf/intern/cineon/cineonlib.h
M	source/blender/imbuf/intern/cineon/dpxlib.c
M	source/blender/imbuf/intern/cineon/logImageCore.c
M	source/blender/imbuf/intern/cineon/logmemfile.c
M	source/blender/imbuf/intern/colormanagement.c
M	source/blender/imbuf/intern/colormanagement_inline.c
M	source/blender/imbuf/intern/dds/BlockDXT.cpp
M	source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
M	source/blender/imbuf/intern/dds/FlipDXT.cpp
M	source/blender/imbuf/intern/dds/Stream.cpp
M	source/blender/imbuf/intern/dds/dds_api.cpp
M	source/blender/imbuf/intern/divers.c
M	source/blender/imbuf/intern/filetype.c
M	source/blender/imbuf/intern/filter.c
M	source/blender/imbuf/intern/imageprocess.c
M	source/blender/imbuf/intern/indexer.c
M	source/blender/imbuf/intern/iris.c
M	source/blender/imbuf/intern/jp2.c
M	source/blender/imbuf/intern/jpeg.c
M	source/blender/imbuf/intern/moviecache.cc
M	source/blender/imbuf/intern/oiio/openimageio_api.cpp
M	source/blender/imbuf/intern/openexr/openexr_api.cpp
M	source/blender/imbuf/intern/png.c
M	source/blender/imbuf/intern/radiance_hdr.c
M	source/blender/imbuf/intern/readimage.c
M	source/blender/imbuf/intern/rectop.c
M	source/blender/imbuf/intern/rotate.c
M	source/blender/imbuf/intern/scaling.c
M	source/blender/imbuf/intern/stereoimbuf.c
M	source/blender/imbuf/intern/targa.c
M	source/blender/imbuf/intern/thumbs.c
M	source/blender/imbuf/intern/thumbs_font.c
M	source/blender/imbuf/intern/tiff.c
M	source/blender/imbuf/intern/transform.cc
M	source/blender/imbuf/intern/util.c
M	source/blender/imbuf/intern/util_gpu.c
M	source/blender/imbuf/intern/webp.c
M	source/blender/io/alembic/ABC_alembic.h
M	source/blender/io/alembic/exporter/abc_subdiv_disabler.cc
M	source/blender/io/alembic/exporter/abc_writer_hair.cc
M	source/blender/io/alembic/exporter/abc_writer_mesh.cc
M	source/blender/io/alembic/intern/abc_customdata.cc
M	source/blender/io/alembic/intern/abc_reader_mesh.cc
M	source/blender/io/alembic/intern/abc_reader_mesh.h
M	source/blender/io/alembic/intern/abc_reader_object.cc
M	source/blender/io/alembic/intern/abc_reader_points.cc
M	source/blender/io/alembic/intern/alembic_capi.cc
M	source/blender/io/collada/AnimationImporter.cpp
M	source/blender/io/collada/ArmatureExporter.cpp
M	source/blender/io/collada/BCAnimationCurve.cpp
M	source/blender/io/collada/BlenderContext.cpp
M	source/blender/io/collada/BlenderContext.h
M	source/blender/io/collada/ControllerExporter.cpp
M	source/blender/io/collada/DocumentImporter.cpp
M	source/blender/io/collada/EffectExporter.cpp
M	source/blender/io/collada/ExportSettings.h
M	source/blender/io/collada/GeometryExporter.cpp
M	source/blender/io/collada/ImportSettings.h
M	source/blender/io/collada/Materials.cpp
M	source/blender/io/collada/MeshImporter.cpp
M	source/blender/io/collada/MeshImporter.h
M	source/blender/io/collada/SceneExporter.cpp
M	source/blender/io/collada/collada.cpp
M	source/blender/io/collada/collada_utils.cpp
M	source/blender/io/common/CMakeLists.txt
M	source/blender/io/common/IO_abstract_hierarchy_iterator.h
M	source/blender/io/gpencil/gpencil_io.h
M	source/blender/io/gpencil/intern/gpencil_io_base.cc
M	source/blender/io/gpencil/intern/gpencil_io_base.hh
M	source/blender/io/gpencil/intern/gpencil_io_export_pdf.cc
M	source/blender/io/gpencil/intern/gpencil_io_export_svg.cc
M	source/blender/io/gpencil/intern/gpencil_io_import_base.cc
M	source/blender/io/stl/CMakeLists.txt
M	source/blender/io/stl/importer/stl_import.cc
M	source/blender/io/stl/importer/stl_import_mesh.cc
M	source/blender/io/usd/intern/usd_capi_import.cc
M	source/blender/io/usd/intern/usd_reader_material.cc
M	source/blender/io/usd/intern/usd_reader_mesh.cc
M	source/blender/io/usd/intern/usd_reader_mesh.h
M	source/blender/io/usd/intern/usd_reader_stage.cc
M	source/blender/io/usd/intern/usd_reader_stage.h
M	source/blender/io/usd/intern/usd_writer_mesh.cc
M	source/blender/io/usd/intern/usd_writer_volume.cc
M	source/blender/io/usd/usd.h
M	source/blender/io/wavefront_obj/IO_wavefront_obj.cc
M	source/blender/io/wavefront_obj/IO_wavefront_obj.h
M	source/blender/io/wavefront_obj/exporter/obj_export_file_writer.cc
M	source/blender/io/wavefront_obj/exporter/obj_export_file_writer.hh
M	source/blender/io/wavefront_obj/exporter/obj_export_io.hh
M	source/blender/io/wavefront_obj/exporter/obj_export_mesh.cc
M	source/blender/io/wavefront_obj/exporter/obj_export_mesh.hh
M	source/blender/io/wavefront_obj/exporter/obj_export_mtl.cc
M	source/blender/io/wavefront_obj/exporter/obj_export_mtl.hh
M	source/blender/io/wavefront_obj/exporter/obj_exporter.cc
M	source/blender/io/wavefront_obj/importer/obj_import_file_reader.cc
M	source/blender/io/wavefront_obj/importer/obj_import_mesh.cc
M	source/blender/io/wavefront_obj/importer/obj_import_mesh.hh
M	source/blender/io/wavefront_obj/importer/obj_import_mtl.cc
M	source/blender/io/wavefront_obj/importer/obj_import_mtl.hh
M	source/blender/io/wavefront_obj/importer/obj_import_objects.hh
M	source/blender/io/wavefront_obj/importer/obj_import_string_utils.cc
M	source/blender/io/wavefront_obj/importer/obj_import_string_utils.hh
M	source/blender/io/wavefront_obj/importer/obj_importer.cc
M	source/blender/io/wavefront_obj/tests/obj_exporter_tests.cc
M	source/blender/io/wavefront_obj/tests/obj_exporter_tests.hh
M	source/blender/io/wavefront_obj/tests/obj_import_string_utils_tests.cc
M	source/blender/io/wavefront_obj/tests/obj_importer_tests.cc
M	source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc
M	source/blender/makesdna/DNA_ID.h
M	source/blender/makesdna/DNA_anim_types.h
M	source/blender/makesdna/DNA_asset_types.h
M	source/blender/makesdna/DNA_brush_enums.h
M	source/blender/makesdna/DNA_brush_types.h
M	source/blender/makesdna/DNA_camera_types.h
M	source/blender/makesdna/DNA_collection_types.h
M	source/blender/makesdna/DNA_color_types.h
M	source/blender/makesdna/DNA_constraint_types.h
M	source/blender/makesdna/DNA_curve_types.h
M	source/blender/makesdna/DNA_curves_types.h
M	source/blender/makesdna/DNA_customdata_types.h
M	source/blender/makesdna/DNA_fileglobal_types.h
M	source/blender/makesdna/DNA_gpencil_modifier_types.h
M	source/blender/makesdna/DNA_gpencil_types.h
M	source/blender/makesdna/DNA_image_types.h
M	source/blender/makesdna/DNA_layer_types.h
M	source/blender/makesdna/DNA_lightprobe_types.h
M	source/blender/makesdna/DNA_lineart_types.h
M	source/blender/makesdna/DNA_mesh_types.h
M	source/blender/makesdna/DNA_meshdata_types.h
M	source/blender/makesdna/DNA_meta_types.h
M	source/blender/makesdna/DNA_modifier_types.h
M	source/blender/makesdna/DNA_node_types.h
M	source/blender/makesdna/DNA_object_types.h
M	source/blender/makesdna/DNA_outliner_types.h
M	source/blender/makesdna/DNA_particle_types.h
M	source/blender/makesdna/DNA_pointcloud_types.h
M	source/blender/makesdna/DNA_scene_types.h
M	source/blender/makesdna/DNA_screen_types.h
M	source/blender/makesdna/DNA_sequence_types.h
M	source/blender/makesdna/DNA_sound_types.h
M	source/blender/makesdna/DNA_space_types.h
M	source/blender/makesdna/DNA_texture_types.h
M	source/blender/makesdna/DNA_userdef_types.h
M	source/blender/makesdna/DNA_view2d_types.h
M	source/blender/makesdna/DNA_view3d_types.h
M	source/blender/makesdna/DNA_windowmanager_types.h
M	source/blender/makesdna/DNA_workspace_types.h
M	source/blender/makesdna/intern/CMakeLists.txt
M	source/blender/makesdna/intern/dna_genfile.c
M	source/blender/makesdna/intern/dna_rename_defs.h
M	source/blender/makesdna/intern/makesdna.c
M	source/blender/makesrna/RNA_access.h
A	source/blender/makesrna/RNA_path.h
M	source/blender/makesrna/RNA_types.h
M	source/blender/makesrna/intern/CMakeLists.txt
M	source/blender/makesrna/intern/makesrna.c
M	source/blender/makesrna/intern/rna_ID.c
M	source/blender/makesrna/intern/rna_access.c
M	source/blender/makesrna/intern/rna_access_compare_override.c
M	source/blender/makesrna/intern/rna_access_internal.h
M	source/blender/makesrna/intern/rna_action.c
M	source/blender/makesrna/intern/rna_armature.c
M	source/blender/makesrna/intern/rna_attribute.c
M	source/blender/makesrna/intern/rna_brush.c
M	source/blender/makesrna/intern/rna_camera.c
M	source/blender/makesrna/intern/rna_collection.c
M	source/blender/makesrna/intern/rna_color.c
M	source/blender/makesrna/intern/rna_constraint.c
M	source/blender/makesrna/intern/rna_curve.c
M	source/blender/makesrna/intern/rna_curveprofile.c
M	source/blender/makesrna/intern/rna_curves.c
M	source/blender/makesrna/intern/rna_depsgraph.c
M	source/blender/makesrna/intern/rna_fcurve.c
M	source/blender/makesrna/intern/rna_fluid.c
M	source/blender/makesrna/intern/rna_gpencil.c
M	source/blender/makesrna/intern/rna_gpencil_modifier.c
M	source/blender/makesrna/intern/rna_image.c
M	source/blender/makesrna/intern/rna_internal.h
M	source/blender/makesrna/intern/rna_layer.c
M	source/blender/makesrna/intern/rna_light.c
M	source/blender/makesrna/intern/rna_main.c
M	source/blender/makesrna/intern/rna_main_api.c
M	source/blender/makesrna/intern/rna_material.c
M	source/blender/makesrna/intern/rna_mesh.c
M	source/blender/makesrna/intern/rna_mesh_api.c
M	source/blender/makesrna/intern/rna_mesh_utils.h
M	source/blender/makesrna/intern/rna_meta_api.c
M	source/blender/makesrna/intern/rna_modifier.c
M	source/blender/makesrna/intern/rna_nodetree.c
M	source/blender/makesrna/intern/rna_object.c
M	source/blender/makesrna/intern/rna_object_api.c
M	source/blender/makesrna/intern/rna_object_force.c
M	source/blender/makesrna/intern/rna_particle.c
A	source/blender/makesrna/intern/rna_path.cc
M	source/blender/makesrna/intern/rna_pointcloud.c
M	source/blender/makesrna/intern/rna_pose.c
M	source/blender/makesrna/intern/rna_render.c
M	source/blender/makesrna/intern/rna_rigidbody.c
M	source/blender/makesrna/intern/rna_rna.c
M	source/blender/makesrna/intern/rna_scene.c
M	source/blender/makesrna/intern/rna_sculpt_paint.c
M	source/blender/makesrna/intern/rna_sequencer.c
M	source/blender/makesrna/intern/rna_sequencer_api.c
M	source/blender/makesrna/intern/rna_space.c
M	source/blender/makesrna/intern/rna_texture.c
M	source/blender/makesrna/intern/rna_ui.c
M	source/blender/makesrna/intern/rna_ui_api.c
M	source/blender/makesrna/intern/rna_userdef.c
M	source/blender/makesrna/intern/rna_wm.c
M	source/blender/makesrna/intern/rna_wm_api.c
M	source/blender/makesrna/intern/rna_wm_gizmo.c
M	source/blender/makesrna/intern/rna_wm_gizmo_api.c
M	source/blender/makesrna/intern/rna_workspace.c
M	source/blender/modifiers/CMakeLists.txt
M	source/blender/modifiers/intern/MOD_armature.c
M	source/blender/modifiers/intern/MOD_array.c
M	source/blender/modifiers/intern/MOD_bevel.c
M	source/blender/modifiers/intern/MOD_boolean.cc
M	source/blender/modifiers/intern/MOD_build.c
M	source/blender/modifiers/intern/MOD_cast.c
M	source/blender/modifiers/intern/MOD_cloth.c
M	source/blender/modifiers/intern/MOD_collision.c
M	source/blender/modifiers/intern/MOD_correctivesmooth.c
M	source/blender/modifiers/intern/MOD_curve.c
M	source/blender/modifiers/intern/MOD_datatransfer.c
M	source/blender/modifiers/intern/MOD_decimate.c
M	source/blender/modifiers/intern/MOD_displace.c
M	source/blender/modifiers/intern/MOD_dynamicpaint.c
M	source/blender/modifiers/intern/MOD_edgesplit.c
M	source/blender/modifiers/intern/MOD_explode.c
M	source/blender/modifiers/intern/MOD_fluid.c
M	source/blender/modifiers/intern/MOD_hook.c
M	source/blender/modifiers/intern/MOD_laplaciandeform.c
M	source/blender/modifiers/intern/MOD_laplaciansmooth.c
M	source/blender/modifiers/intern/MOD_lattice.c
M	source/blender/modifiers/intern/MOD_mask.cc
M	source/blender/modifiers/intern/MOD_mesh_to_volume.cc
M	source/blender/modifiers/intern/MOD_meshcache.c
M	source/blender/modifiers/intern/MOD_meshcache_util.h
M	source/blender/modifiers/intern/MOD_meshdeform.c
M	source/blender/modifiers/intern/MOD_meshsequencecache.cc
M	source/blender/modifiers/intern/MOD_mirror.c
M	source/blender/modifiers/intern/MOD_multires.c
M	source/blender/modifiers/intern/MOD_nodes.cc
D	source/blender/modifiers/intern/MOD_nodes_evaluator.cc
D	source/blender/modifiers/intern/MOD_nodes_evaluator.hh
M	source/blender/modifiers/intern/MOD_normal_edit.c
M	source/blender/modifiers/intern/MOD_ocean.c
M	source/blender/modifiers/intern/MOD_particleinstance.c
M	source/blender/modifiers/intern/MOD_particlesystem.cc
M	source/blender/modifiers/intern/MOD_remesh.c
M	source/blender/modifiers/intern/MOD_screw.c
M	source/blender/modifiers/intern/MOD_shapekey.c
M	source/blender/modifiers/intern/MOD_shrinkwrap.c
M	source/blender/modifiers/intern/MOD_simpledeform.c
M	source/blender/modifiers/intern/MOD_skin.c
M	source/blender/modifiers/intern/MOD_smooth.c
M	source/blender/modifiers/intern/MOD_softbody.c
M	source/blender/modifiers/intern/MOD_solidify.c
M	source/blender/modifiers/intern/MOD_solidify_extrude.c
M	source/blender/modifiers/intern/MOD_solidify_nonmanifold.c
M	source/blender/modifiers/intern/MOD_subsurf.c
M	source/blender/modifiers/intern/MOD_surface.c
M	source/blender/modifiers/intern/MOD_surfacedeform.c
M	source/blender/modifiers/intern/MOD_triangulate.c
M	source/blender/modifiers/intern/MOD_util.c
M	source/blender/modifiers/intern/MOD_util.h
M	source/blender/modifiers/intern/MOD_uvproject.c
M	source/blender/modifiers/intern/MOD_uvwarp.c
M	source/blender/modifiers/intern/MOD_volume_displace.cc
M	source/blender/modifiers/intern/MOD_volume_to_mesh.cc
M	source/blender/modifiers/intern/MOD_warp.c
M	source/blender/modifiers/intern/MOD_wave.c
M	source/blender/modifiers/intern/MOD_weighted_normal.c
M	source/blender/modifiers/intern/MOD_weightvgedit.c
M	source/blender/modifiers/intern/MOD_weightvgmix.c
M	source/blender/modifiers/intern/MOD_weightvgproximity.c
M	source/blender/modifiers/intern/MOD_weld.cc
M	source/blender/modifiers/intern/MOD_wireframe.c
M	source/blender/nodes/CMakeLists.txt
M	source/blender/nodes/NOD_composite.h
M	source/blender/nodes/NOD_derived_node_tree.hh
M	source/blender/nodes/NOD_geometry.h
M	source/blender/nodes/NOD_geometry_exec.hh
D	source/blender/nodes/NOD_geometry_nodes_eval_log.hh
A	source/blender/nodes/NOD_geometry_nodes_lazy_function.hh
A	source/blender/nodes/NOD_geometry_nodes_log.hh
M	source/blender/nodes/NOD_multi_function.hh
M	source/blender/nodes/NOD_node_declaration.hh
D	source/blender/nodes/NOD_node_tree_ref.hh
M	source/blender/nodes/NOD_shader.h
M	source/blender/nodes/NOD_static_types.h
M	source/blender/nodes/composite/CMakeLists.txt
M	source/blender/nodes/composite/node_composite_tree.cc
M	source/blender/nodes/composite/nodes/node_composite_alpha_over.cc
M	source/blender/nodes/composite/nodes/node_composite_antialiasing.cc
M	source/blender/nodes/composite/nodes/node_composite_bilateralblur.cc
M	source/blender/nodes/composite/nodes/node_composite_blur.cc
M	source/blender/nodes/composite/nodes/node_composite_bokehblur.cc
M	source/blender/nodes/composite/nodes/node_composite_bokehimage.cc
M	source/blender/nodes/composite/nodes/node_composite_boxmask.cc
M	source/blender/nodes/composite/nodes/node_composite_brightness.cc
M	source/blender/nodes/composite/nodes/node_composite_channel_matte.cc
M	source/blender/nodes/composite/nodes/node_composite_chroma_matte.cc
M	source/blender/nodes/composite/nodes/node_composite_color_matte.cc
M	source/blender/nodes/composite/nodes/node_composite_color_spill.cc
M	source/blender/nodes/composite/nodes/node_composite_colorbalance.cc
M	source/blender/nodes/composite/nodes/node_composite_colorcorrection.cc
M	source/blender/nodes/composite/nodes/node_composite_composite.cc
M	source/blender/nodes/composite/nodes/node_composite_convert_color_space.cc
M	source/blender/nodes/composite/nodes/node_composite_cornerpin.cc
M	source/blender/nodes/composite/nodes/node_composite_crop.cc
M	source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc
M	source/blender/nodes/composite/nodes/node_composite_curves.cc
M	source/blender/nodes/composite/nodes/node_composite_defocus.cc
M	source/blender/nodes/composite/nodes/node_composite_denoise.cc
M	source/blender/nodes/composite/nodes/node_composite_despeckle.cc
M	source/blender/nodes/composite/nodes/node_composite_diff_matte.cc
M	source/blender/nodes/composite/nodes/node_composite_dilate.cc
M	source/blender/nodes/composite/nodes/node_composite_directionalblur.cc
M	source/blender/nodes/composite/nodes/node_composite_displace.cc
M	source/blender/nodes/composite/nodes/node_composite_distance_matte.cc
M	source/blender/nodes/composite/nodes/node_composite_double_edge_mask.cc
M	source/blender/nodes/composite/nodes/node_composite_ellipsemask.cc
M	source/blender/nodes/composite/nodes/node_composite_exposure.cc
M	source/blender/nodes/composite/nodes/node_composite_filter.cc
M	source/blender/nodes/composite/nodes/node_composite_flip.cc
M	source/blender/nodes/composite/nodes/node_composite_gamma.cc
M	source/blender/nodes/composite/nodes/node_composite_glare.cc
M	source/blender/nodes/composite/nodes/node_composite_hue_sat_val.cc
M	source/blender/nodes/composite/nodes/node_composite_huecorrect.cc
M	source/blender/nodes/composite/nodes/node_composite_id_mask.cc
M	source/blender/nodes/composite/nodes/node_composite_image.cc
M	source/blender/nodes/composite/nodes/node_composite_inpaint.cc
M	source/blender/nodes/composite/nodes/node_composite_invert.cc
M	source/blender/nodes/composite/nodes/node_composite_keying.cc
M	source/blender/nodes/composite/nodes/node_composite_keyingscreen.cc
M	source/blender/nodes/composite/nodes/node_composite_lensdist.cc
M	source/blender/nodes/composite/nodes/node_composite_levels.cc
M	source/blender/nodes/composite/nodes/node_composite_luma_matte.cc
M	source/blender/nodes/composite/nodes/node_composite_map_range.cc
M	source/blender/nodes/composite/nodes/node_composite_map_uv.cc
M	source/blender/nodes/composite/nodes/node_composite_map_value.cc
M	source/blender/nodes/composite/nodes/node_composite_mask.cc
M	source/blender/nodes/composite/nodes/node_composite_math.cc
M	source/blender/nodes/composite/nodes/node_composite_mixrgb.cc
M	source/blender/nodes/composite/nodes/node_composite_movieclip.cc
M	source/blender/nodes/composite/nodes/node_composite_moviedistortion.cc
M	source/blender/nodes/composite/nodes/node_composite_normal.cc
M	source/blender/nodes/composite/nodes/node_composite_normalize.cc
M	source/blender/nodes/composite/nodes/node_composite_output_file.cc
M	source/blender/nodes/composite/nodes/node_composite_pixelate.cc
M	source/blender/nodes/composite/nodes/node_composite_planetrackdeform.cc
M	source/blender/nodes/composite/nodes/node_composite_posterize.cc
M	source/blender/nodes/composite/nodes/node_composite_premulkey.cc
M	source/blender/nodes/composite/nodes/node_composite_rgb.cc
M	source/blender/nodes/composite/nodes/node_composite_rotate.cc
M	source/blender/nodes/composite/nodes/node_composite_scale.cc
M	source/blender/nodes/composite/nodes/node_composite_scene_time.cc
M	source/blender/nodes/composite/nodes/node_composite_sepcomb_color.cc
M	source/blender/nodes/composite/nodes/node_composite_sepcomb_hsva.cc
M	source/blender/nodes/composite/nodes/node_composite_sepcomb_rgba.cc
M	source/blender/nodes/composite/nodes/node_composite_sepcomb_xyz.cc
M	source/blender/nodes/composite/nodes/node_composite_sepcomb_ycca.cc
M	source/blender/nodes/composite/nodes/node_composite_sepcomb_yuva.cc
M	source/blender/nodes/composite/nodes/node_composite_setalpha.cc
M	source/blender/nodes/composite/nodes/node_composite_split_viewer.cc
M	source/blender/nodes/composite/nodes/node_composite_stabilize2d.cc
M	source/blender/nodes/composite/nodes/node_composite_sunbeams.cc
M	source/blender/nodes/composite/nodes/node_composite_switch.cc
M	source/blender/nodes/composite/nodes/node_composite_switchview.cc
M	source/blender/nodes/composite/nodes/node_composite_texture.cc
M	source/blender/nodes/composite/nodes/node_composite_tonemap.cc
M	source/blender/nodes/composite/nodes/node_composite_trackpos.cc
M	source/blender/nodes/composite/nodes/node_composite_transform.cc
M	source/blender/nodes/composite/nodes/node_composite_translate.cc
M	source/blender/nodes/composite/nodes/node_composite_val_to_rgb.cc
M	source/blender/nodes/composite/nodes/node_composite_value.cc
M	source/blender/nodes/composite/nodes/node_composite_vec_blur.cc
M	source/blender/nodes/composite/nodes/node_composite_viewer.cc
M	source/blender/nodes/composite/nodes/node_composite_zcombine.cc
M	source/blender/nodes/function/node_function_util.hh
M	source/blender/nodes/function/nodes/node_fn_align_euler_to_vector.cc
M	source/blender/nodes/function/nodes/node_fn_boolean_math.cc
M	source/blender/nodes/function/nodes/node_fn_combine_color.cc
M	source/blender/nodes/function/nodes/node_fn_compare.cc
M	source/blender/nodes/function/nodes/node_fn_float_to_int.cc
M	source/blender/nodes/function/nodes/node_fn_input_bool.cc
M	source/blender/nodes/function/nodes/node_fn_input_color.cc
M	source/blender/nodes/function/nodes/node_fn_input_int.cc
M	source/blender/nodes/function/nodes/node_fn_input_string.cc
M	source/blender/nodes/function/nodes/node_fn_input_vector.cc
M	source/blender/nodes/function/nodes/node_fn_rotate_euler.cc
M	source/blender/nodes/geometry/CMakeLists.txt
M	source/blender/nodes/geometry/node_geometry_exec.cc
M	source/blender/nodes/geometry/node_geometry_tree.cc
M	source/blender/nodes/geometry/node_geometry_util.hh
M	source/blender/nodes/geometry/nodes/node_geo_accumulate_field.cc
M	source/blender/nodes/geometry/nodes/node_geo_attribute_capture.cc
M	source/blender/nodes/geometry/nodes/node_geo_attribute_domain_size.cc
M	source/blender/nodes/geometry/nodes/node_geo_attribute_statistic.cc
M	source/blender/nodes/geometry/nodes/node_geo_boolean.cc
M	source/blender/nodes/geometry/nodes/node_geo_bounding_box.cc
M	source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_endpoint_selection.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_fill.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_fillet.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_handle_type_selection.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_resample.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_reverse.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_sample.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_set_handle_type.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_spline_parameter.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_spline_type.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_subdivide.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_to_mesh.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_to_points.cc
M	source/blender/nodes/geometry/nodes/node_geo_curve_trim.cc
M	source/blender/nodes/geometry/nodes/node_geo_deform_curves_on_surface.cc
M	source/blender/nodes/geometry/nodes/node_geo_delete_geometry.cc
A	source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc
M	source/blender/nodes/geometry/nodes/node_geo_distribute_points_on_faces.cc
M	source/blender/nodes/geometry/nodes/node_geo_dual_mesh.cc
M	source/blender/nodes/geometry/nodes/node_geo_duplicate_elements.cc
A	source/blender/nodes/geometry/nodes/node_geo_edge_paths_to_curves.cc
A	source/blender/nodes/geometry/nodes/node_geo_edge_paths_to_selection.cc
M	source/blender/nodes/geometry/nodes/node_geo_edge_split.cc
M	source/blender/nodes/geometry/nodes/node_geo_extrude_mesh.cc
M	source/blender/nodes/geometry/nodes/node_geo_field_at_index.cc
M	source/blender/nodes/geometry/nodes/node_geo_flip_faces.cc
M	source/blender/nodes/geometry/nodes/node_geo_geometry_to_instance.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_curve_handles.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_instance_rotation.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_instance_scale.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_edge_angle.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_edge_neighbors.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_edge_vertices.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_area.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_neighbors.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_island.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_vertex_neighbors.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_named_attribute.cc
A	source/blender/nodes/geometry/nodes/node_geo_input_shortest_edge_paths.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_spline_length.cc
M	source/blender/nodes/geometry/nodes/node_geo_input_tangent.cc
M	source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc
M	source/blender/nodes/geometry/nodes/node_geo_instances_to_points.cc
R067	source/blender/nodes/geometry/nodes/node_geo_field_on_domain.cc	source/blender/nodes/geometry/nodes/node_geo_interpolate_domain.cc
M	source/blender/nodes/geometry/nodes/node_geo_join_geometry.cc
M	source/blender/nodes/geometry/nodes/node_geo_material_selection.cc
M	source/blender/nodes/geometry/nodes/node_geo_merge_by_distance.cc
A	source/blender/nodes/geometry/nodes/node_geo_mesh_face_set_boundaries.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_circle.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cone.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_grid.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_uv_sphere.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_to_curve.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_to_points.cc
M	source/blender/nodes/geometry/nodes/node_geo_mesh_to_volume.cc
M	source/blender/nodes/geometry/nodes/node_geo_object_info.cc
M	source/blender/nodes/geometry/nodes/node_geo_points.cc
M	source/blender/nodes/geometry/nodes/node_geo_points_to_vertices.cc
M	source/blender/nodes/geometry/nodes/node_geo_points_to_volume.cc
M	source/blender/nodes/geometry/nodes/node_geo_raycast.cc
M	source/blender/nodes/geometry/nodes/node_geo_remove_attribute.cc
M	source/blender/nodes/geometry/nodes/node_geo_rotate_instances.cc
M	source/blender/nodes/geometry/nodes/node_geo_scale_elements.cc
M	source/blender/nodes/geometry/nodes/node_geo_scale_instances.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_curve_handles.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_curve_radius.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_curve_tilt.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_id.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_material.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_material_index.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_point_radius.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_position.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_shade_smooth.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_spline_cyclic.cc
M	source/blender/nodes/geometry/nodes/node_geo_set_spline_resolution.cc
M	source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc
M	source/blender/nodes/geometry/nodes/node_geo_string_join.cc
M	source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc
M	source/blender/nodes/geometry/nodes/node_geo_transfer_attribute.cc
M	source/blender/nodes/geometry/nodes/node_geo_transform.cc
M	source/blender/nodes/geometry/nodes/node_geo_translate_instances.cc
M	source/blender/nodes/geometry/nodes/node_geo_triangulate.cc
M	source/blender/nodes/geometry/nodes/node_geo_uv_pack_islands.cc
M	source/blender/nodes/geometry/nodes/node_geo_uv_unwrap.cc
M	source/blender/nodes/geometry/nodes/node_geo_volume_cube.cc
M	source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc
M	source/blender/nodes/intern/derived_node_tree.cc
D	source/blender/nodes/intern/geometry_nodes_eval_log.cc
A	source/blender/nodes/intern/geometry_nodes_lazy_function.cc
A	source/blender/nodes/intern/geometry_nodes_log.cc
M	source/blender/nodes/intern/node_common.cc
M	source/blender/nodes/intern/node_geometry_exec.cc
M	source/blender/nodes/intern/node_multi_function.cc
D	source/blender/nodes/intern/node_tree_ref.cc
M	source/blender/nodes/intern/node_util.c
M	source/blender/nodes/shader/CMakeLists.txt
M	source/blender/nodes/shader/node_shader_tree.cc
M	source/blender/nodes/shader/node_shader_util.hh
M	source/blender/nodes/shader/nodes/node_shader_attribute.cc
M	source/blender/nodes/shader/nodes/node_shader_bsdf_hair_principled.cc
M	source/blender/nodes/shader/nodes/node_shader_bsdf_principled.cc
M	source/blender/nodes/shader/nodes/node_shader_color_ramp.cc
M	source/blender/nodes/shader/nodes/node_shader_curves.cc
M	source/blender/nodes/shader/nodes/node_shader_geometry.cc
M	source/blender/nodes/shader/nodes/node_shader_hair_info.cc
M	source/blender/nodes/shader/nodes/node_shader_math.cc
A	source/blender/nodes/shader/nodes/node_shader_mix.cc
M	source/blender/nodes/shader/nodes/node_shader_mix_rgb.cc
M	source/blender/nodes/shader/nodes/node_shader_rgb.cc
M	source/blender/nodes/shader/nodes/node_shader_sepcomb_hsv.cc
M	source/blender/nodes/shader/nodes/node_shader_sepcomb_rgb.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_brick.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_coord.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_environment.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_gradient.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_magic.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_musgrave.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_sky.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_wave.cc
M	source/blender/nodes/shader/nodes/node_shader_tex_white_noise.cc
M	source/blender/nodes/shader/nodes/node_shader_value.cc
M	source/blender/nodes/shader/nodes/node_shader_vector_math.cc
M	source/blender/nodes/shader/nodes/node_shader_vector_rotate.cc
M	source/blender/nodes/shader/nodes/node_shader_vector_transform.cc
M	source/blender/nodes/shader/nodes/node_shader_vertex_color.cc
M	source/blender/nodes/shader/nodes/node_shader_volume_info.cc
M	source/blender/nodes/texture/CMakeLists.txt
M	source/blender/nodes/texture/node_texture_tree.c
M	source/blender/python/BPY_extern.h
M	source/blender/python/CMakeLists.txt
M	source/blender/python/bmesh/bmesh_py_api.c
M	source/blender/python/bmesh/bmesh_py_geometry.c
M	source/blender/python/bmesh/bmesh_py_ops.c
M	source/blender/python/bmesh/bmesh_py_types.c
M	source/blender/python/bmesh/bmesh_py_types_meshdata.c
M	source/blender/python/bmesh/bmesh_py_utils.c
M	source/blender/python/generic/CMakeLists.txt
M	source/blender/python/generic/bgl.c
M	source/blender/python/generic/bl_math_py_api.c
M	source/blender/python/generic/blf_py_api.c
M	source/blender/python/generic/idprop_py_api.c
M	source/blender/python/generic/imbuf_py_api.c
M	source/blender/python/generic/py_capi_utils.c
M	source/blender/python/generic/py_capi_utils.h
M	source/blender/python/gpu/CMakeLists.txt
M	source/blender/python/gpu/gpu_py_batch.c
M	source/blender/python/gpu/gpu_py_buffer.c
M	source/blender/python/gpu/gpu_py_element.c
M	source/blender/python/gpu/gpu_py_framebuffer.c
M	source/blender/python/gpu/gpu_py_matrix.c
M	source/blender/python/gpu/gpu_py_platform.c
M	source/blender/python/gpu/gpu_py_select.c
M	source/blender/python/gpu/gpu_py_shader.c
M	source/blender/python/gpu/gpu_py_shader.h
M	source/blender/python/gpu/gpu_py_shader_create_info.cc
M	source/blender/python/gpu/gpu_py_state.c
M	source/blender/python/gpu/gpu_py_texture.c
M	source/blender/python/gpu/gpu_py_vertex_buffer.c
M	source/blender/python/gpu/gpu_py_vertex_format.c
M	source/blender/python/intern/CMakeLists.txt
M	source/blender/python/intern/bpy.c
M	source/blender/python/intern/bpy.h
M	source/blender/python/intern/bpy_app.c
M	source/blender/python/intern/bpy_app_build_options.c
M	source/blender/python/intern/bpy_app_icons.c
M	source/blender/python/intern/bpy_app_timers.c
M	source/blender/python/intern/bpy_driver.c
M	source/blender/python/intern/bpy_driver.h
M	source/blender/python/intern/bpy_gizmo_wrap.c
M	source/blender/python/intern/bpy_interface.c
M	source/blender/python/intern/bpy_interface_atexit.c
M	source/blender/python/intern/bpy_library_load.c
M	source/blender/python/intern/bpy_operator.c
M	source/blender/python/intern/bpy_path.c
M	source/blender/python/intern/bpy_rna.c
M	source/blender/python/intern/bpy_rna.h
M	source/blender/python/intern/bpy_rna_anim.c
M	source/blender/python/intern/bpy_rna_array.c
M	source/blender/python/intern/bpy_rna_data.c
M	source/blender/python/intern/bpy_rna_gizmo.c
M	source/blender/python/intern/bpy_rna_operator.c
M	source/blender/python/intern/bpy_rna_types_capi.c
M	source/blender/python/intern/bpy_traceback.c
M	source/blender/python/intern/bpy_utils_units.c
M	source/blender/python/intern/stubs.c
M	source/blender/python/mathutils/mathutils.c
M	source/blender/python/mathutils/mathutils.h
M	source/blender/python/mathutils/mathutils_Color.c
M	source/blender/python/mathutils/mathutils_Euler.c
M	source/blender/python/mathutils/mathutils_Matrix.c
M	source/blender/python/mathutils/mathutils_Quaternion.c
M	source/blender/python/mathutils/mathutils_Vector.c
M	source/blender/python/mathutils/mathutils_bvhtree.c
M	source/blender/python/mathutils/mathutils_geometry.c
M	source/blender/python/mathutils/mathutils_interpolate.c
M	source/blender/python/mathutils/mathutils_kdtree.c
M	source/blender/python/mathutils/mathutils_noise.c
M	source/blender/render/CMakeLists.txt
M	source/blender/render/RE_bake.h
M	source/blender/render/RE_engine.h
M	source/blender/render/RE_pipeline.h
M	source/blender/render/intern/bake.c
R076	source/blender/render/intern/engine.c	source/blender/render/intern/engine.cc
R097	source/blender/render/intern/initrender.c	source/blender/render/intern/initrender.cc
M	source/blender/render/intern/multires_bake.c
R088	source/blender/render/intern/pipeline.c	source/blender/render/intern/pipeline.cc
R079	source/blender/render/intern/render_result.c	source/blender/render/intern/render_result.cc
M	source/blender/render/intern/render_result.h
M	source/blender/render/intern/render_types.h
M	source/blender/render/intern/texture_common.h
M	source/blender/render/intern/texture_image.c
M	source/blender/render/intern/texture_margin.cc
M	source/blender/render/intern/texture_pointdensity.c
M	source/blender/render/intern/texture_procedural.c
M	source/blender/sequencer/SEQ_edit.h
M	source/blender/sequencer/SEQ_relations.h
M	source/blender/sequencer/SEQ_select.h
M	source/blender/sequencer/SEQ_transform.h
M	source/blender/sequencer/intern/effects.c
M	source/blender/sequencer/intern/modifier.c
M	source/blender/sequencer/intern/proxy.c
M	source/blender/sequencer/intern/render.c
M	source/blender/sequencer/intern/sequencer.c
M	source/blender/sequencer/intern/sound.c
M	source/blender/sequencer/intern/strip_edit.c
M	source/blender/sequencer/intern/strip_select.c
M	source/blender/sequencer/intern/strip_time.c
M	source/blender/sequencer/intern/strip_time.h
M	source/blender/sequencer/intern/strip_transform.c
M	source/blender/sequencer/intern/utils.c
M	source/blender/shader_fx/intern/FX_shader_blur.c
M	source/blender/shader_fx/intern/FX_shader_colorize.c
M	source/blender/shader_fx/intern/FX_shader_flip.c
M	source/blender/shader_fx/intern/FX_shader_glow.c
M	source/blender/shader_fx/intern/FX_shader_pixel.c
M	source/blender/shader_fx/intern/FX_shader_rim.c
M	source/blender/shader_fx/intern/FX_shader_shadow.c
M	source/blender/shader_fx/intern/FX_shader_swirl.c
M	source/blender/shader_fx/intern/FX_shader_wave.c
M	source/blender/simulation/intern/hair_volume.cpp
M	source/blender/windowmanager/CMakeLists.txt
M	source/blender/windowmanager/WM_api.h
M	source/blender/windowmanager/WM_toolsystem.h
M	source/blender/windowmanager/WM_types.h
M	source/blender/windowmanager/gizmo/WM_gizmo_types.h
M	source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c
M	source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c
M	source/blender/windowmanager/intern/wm.c
R089	source/blender/windowmanager/intern/wm_dragdrop.c	source/blender/windowmanager/intern/wm_dragdrop.cc
M	source/blender/windowmanager/intern/wm_draw.c
M	source/blender/windowmanager/intern/wm_event_query.c
M	source/blender/windowmanager/intern/wm_event_system.cc
M	source/blender/windowmanager/intern/wm_files.c
M	source/blender/windowmanager/intern/wm_files_link.c
M	source/blender/windowmanager/intern/wm_gesture.c
M	source/blender/windowmanager/intern/wm_init_exit.c
M	source/blender/windowmanager/intern/wm_operator_props.c
M	source/blender/windowmanager/intern/wm_operator_utils.c
M	source/blender/windowmanager/intern/wm_operators.c
M	source/blender/windowmanager/intern/wm_platform_support.c
M	source/blender/windowmanager/intern/wm_playanim.c
M	source/blender/windowmanager/intern/wm_splash_screen.c
M	source/blender/windowmanager/intern/wm_stereo.c
M	source/blender/windowmanager/intern/wm_toolsystem.c
M	source/blender/windowmanager/intern/wm_window.c
M	source/blender/windowmanager/message_bus/intern/wm_message_bus_rna.c
M	source/blender/windowmanager/message_bus/wm_message_bus.h
M	source/blender/windowmanager/wm_event_types.h
M	source/blender/windowmanager/wm_window.h
M	source/creator/CMakeLists.txt
D	source/creator/blender.map
M	source/creator/creator.c
M	source/creator/creator_intern.h
M	source/creator/creator_signals.c
R100	source/creator/osx_locals.map	source/creator/symbols_apple.map
A	source/creator/symbols_unix.map
M	tests/CMakeLists.txt
M	tests/blender_as_python_module/CMakeLists.txt
M	tests/blender_as_python_module/import_bpy.py
M	tests/performance/api/graph.py
M	tests/python/CMakeLists.txt
M	tests/python/bl_blendfile_io.py
M	tests/python/bl_blendfile_liblink.py
M	tests/python/bl_blendfile_library_overrides.py
M	tests/python/bl_keymap_validate.py
M	tests/python/bl_load_addons.py
M	tests/python/bl_load_py_modules.py
M	tests/python/bl_mesh_modifiers.py
A	tests/python/bl_pyapi_bpy_driver_secure_eval.py
M	tests/python/bl_pyapi_idprop.py
M	tests/python/bl_rna_manual_reference.py
M	tests/python/bl_run_operators.py
M	tests/python/bl_run_operators_event_simulate.py
M	tests/python/eevee_render_tests.py
A	tests/python/gpu_info.py
M	tests/python/modifiers.py
M	tests/python/modules/mesh_test.py
M	tests/python/modules/render_report.py
M	tests/python/modules/test_utils.py
M	tests/python/operators.py

===================================================================

diff --git a/.clang-format b/.clang-format
index 7b8e0ef8eba..72add4594a4 100644
--- a/.clang-format
+++ b/.clang-format
@@ -266,11 +266,12 @@ ForEachMacros:
   - MAP_SLOT_PROBING_BEGIN
   - VECTOR_SET_SLOT_PROBING_BEGIN
   - WL_ARRAY_FOR_EACH
+  - FOREACH_SPECTRUM_CHANNEL
 
 StatementMacros:
   - PyObject_HEAD
   - PyObject_VAR_HEAD
   - ccl_gpu_kernel_postfix
 
-MacroBlockBegin: "^BSDF_CLOSURE_CLASS_BEGIN$"
-MacroBlockEnd: "^BSDF_CLOSURE_CLASS_END$"
+MacroBlockBegin: "^OSL_CLOSURE_STRUCT_BEGIN$"
+MacroBlockEnd: "^OSL_CLOSURE_STRUCT_END$"
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1416b5b4189..ed2aa4de78e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,11 +1,12 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
 # Copyright 2006 Blender Foundation. All rights reserved.
 
-#-----------------------------------------------------------------------------
-# We don't allow in-source builds. This causes no end of troubles because
+# -----------------------------------------------------------------------------
+# Early Initialization
+
+# NOTE: We don't allow in-source builds. This causes no end of troubles because
 # all out-of-source builds will use the CMakeCache.txt file there and even
 # build the libs and objects in it.
-
 if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
   if(NOT DEFINED WITH_IN_SOURCE_BUILD)
     message(FATAL_ERROR
@@ -25,13 +26,6 @@ endif()
 
 cmake_minimum_required(VERSION 3.10)
 
-# Prefer LEGACY OpenGL to be compatible with all the existing releases and
-# platforms which don't have GLVND yet. Only do it if preference was not set
-# externally.
-if(NOT DEFINED OpenGL_GL_PREFERENCE)
-  set(OpenGL_GL_PREFERENCE "LEGACY")
-endif()
-
 if(NOT EXECUTABLE_OUTPUT_PATH)
   set(FIRST_RUN TRUE)
 else()
@@ -42,7 +36,7 @@ endif()
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/build_files/cmake/Modules")
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/build_files/cmake/platform")
 
-# avoid having empty buildtype
+# Avoid having an empty `CMAKE_BUILD_TYPE`.
 if(NOT DEFINED CMAKE_BUILD_TYPE_INIT)
   set(CMAKE_BUILD_TYPE_INIT "Release")
   # Internal logic caches this variable, avoid showing it by default
@@ -66,7 +60,8 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
   $<$<CONFIG:RelWithDebInfo>:NDEBUG>
 )
 
-#-----------------------------------------------------------------------------
+
+# -----------------------------------------------------------------------------
 # Set policy
 
 # see "cmake --help-policy CMP0003"
@@ -96,13 +91,16 @@ endif()
 if(POLICY CMP0087)
   cmake_policy(SET CMP0087 NEW)
 endif()
-#-----------------------------------------------------------------------------
-# Load some macros.
+
+
+# -----------------------------------------------------------------------------
+# Load Blender's Local Macros
+
 include(build_files/cmake/macros.cmake)
 
 
-#-----------------------------------------------------------------------------
-# Initialize project.
+# -----------------------------------------------------------------------------
+# Initialize Project
 
 blender_project_hack_pre()
 
@@ -112,8 +110,15 @@ blender_project_hack_post()
 
 enable_testing()
 
-#-----------------------------------------------------------------------------
-# Redirect output files
+
+# -----------------------------------------------------------------------------
+# Test Compiler/Library Features
+
+include(build_files/cmake/have_features.cmake)
+
+
+# -----------------------------------------------------------------------------
+# Redirect Output Files
 
 set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin CACHE INTERNAL "" FORCE)
 set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib CACHE INTERNAL "" FORCE)
@@ -125,14 +130,15 @@ else()
   set(TESTS_OUTPUT_DIR ${EXECUTABLE_OUTPUT_PATH}/tests/ CACHE INTERNAL "" FORCE)
 endif()
 
-#-----------------------------------------------------------------------------
-# Set default config options
+
+# -----------------------------------------------------------------------------
+# Set Default Configuration Options
 
 get_blender_version()
 
 
-#-----------------------------------------------------------------------------
-# Options
+# -----------------------------------------------------------------------------
+# Declare Options
 
 # Blender internal features
 option(WITH_BLENDER "Build blender (disable to build only the blender player)" ON)
@@ -158,9 +164,6 @@ mark_as_advanced(WITH_PYTHON_SECURITY)  # some distributions see this as a secur
 option(WITH_PYTHON_SAFETY "Enable internal API error checking to track invalid data to prevent crash on access (at the expense of some efficiency, only enable for development)." OFF)
 mark_as_advanced(WITH_PYTHON_SAFETY)
 option(WITH_PYTHON_MODULE "Enable building as a python module which runs without a user interface, like running regular blender in background mode (experimental, only enable for development), installs to PYTHON_SITE_PACKAGES (or CMAKE_INSTALL_PREFIX if WITH_INSTALL_PORTABLE is enabled)." OFF)
-if(APPLE)
-  option(WITH_PYTHON_FRAMEWORK "Enable building using the Python available in the framework (OSX only)" OFF)
-endif()
 
 option(WITH_BUILDINFO     "Include extra build details (only disable for development & faster builds)" ON)
 set(BUILDINFO_OVERRIDE_DATE "" CACHE STRING "Use instead of the current date for reproducible builds (empty string disables this option)")
@@ -196,7 +199,7 @@ endif()
 option(WITH_GMP "Enable features depending on GMP (Exact Boolean)" ON)
 
 # Compositor
-option(WITH_COMPOSITOR         "Enable the tile based nodal compositor" ON)
+option(WITH_COMPOSITOR_CPU     "Enable the tile based CPU nodal compositor" ON)
 option(WITH_OPENIMAGEDENOISE   "Enable the OpenImageDenoise compositing node" ON)
 
 option(WITH_OPENSUBDIV    "Enable OpenSubdiv for surface subdivision" ON)
@@ -223,7 +226,7 @@ if(UNIX AND NOT (APPLE OR HAIKU))
   option(WITH_GHOST_WAYLAND "Enable building Blender against Wayland for windowing (under development)" OFF)
   mark_as_advanced(WITH_GHOST_WAYLAND)
 
-  if (WITH_GHOST_WAYLAND)
+  if(WITH_GHOST_WAYLAND)
     option(WITH_GHOST_WAYLAND_LIBDECOR "Optionally build with LibDecor window decorations" OFF)
     mark_as_advanced(WITH_GHOST_WAYLAND_LIBDECOR)
 
@@ -262,7 +265,6 @@ if(WITH_GHOST_X11)
   option(WITH_X11_XINPUT    "Enable X11 Xinput (tablet support and unicode input)"  ON)
   option(WITH_X11_XF86VMODE "Enable X11 video mode switching"                       ON)
   option(WITH_X11_XFIXES    "Enable X11 XWayland cursor warping workaround"         ON)
-  option(WITH_X11_ALPHA     "Enable X11 transparent background"                     ON)
 endif()
 
 if(UNIX AND NOT APPLE)
@@ -366,7 +368,7 @@ if(WIN32 OR APPLE)
 endif()
 option(WITH_INPUT_NDOF "Enable NDOF input devices (SpaceNavigator and friends)" ON)
 if(UNIX AND NOT APPLE)
-  option(WITH_INSTALL_PORTABLE "Install redistributeable runtime, otherwise install into CMAKE_INSTALL_PREFIX" ON)
+  option(WITH_INSTALL_PORTABLE "Install redistributable runtime, otherwise install into CMAKE_INSTALL_PREFIX" ON)
   option(WITH_STATIC_LIBS "Try to link with static libraries, as much as possible, to make blender more portable across distributions" OFF)
   if(WITH_STATIC_LIBS)
     option(WITH_BOOST_ICU "Boost uses ICU library (required for linking with static Boost built with libicu)." OFF)
@@ -437,10 +439,16 @@ if(NOT APPLE)
   option(WITH_CYCLES_CUBIN_COMPILER    "Build cubins with nvrtc based compiler instead of nvcc" OFF)
   option(WITH_CYCLES_CUDA_BUILD_SERIAL "Build cubins one after another (useful on machines with limited RAM)" OFF)
   option(WITH_CUDA_DYNLOAD             "Dynamically load CUDA libraries at runtime (for developers, makes cuda-gdb work)" ON)
+
+  set(OPTIX_ROOT_DIR                   "" CACHE PATH "Path to the OptiX SDK root directory, for building Cycles OptiX kernels.")
+  set(CYCLES_RUNTIME_OPTIX_ROOT_DIR    "" CACHE PATH "Path to the OptiX SDK root directory. When set, this path will be used at runtime to compile OptiX kernels.")
+
   mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
   mark_as_advanced(WITH_CYCLES_CUBIN_COMPILER)
   mark_as_advanced(WITH_CYCLES_CUDA_BUILD_SERIAL)
   mark_as_advanced(WITH_CUDA_DYNLOAD)
+  mark_as_advanced(OPTIX_ROOT_DIR)
+  mark_as_advanced(CYCLES_RUNTIME_OPTIX_ROOT_DIR)
 endif()
 
 # AMD HIP
@@ -464,8 +472,8 @@ if(NOT APPLE)
   option(WITH_CYCLES_ONEAPI_SYCL_HOST_ENABLED "Enable use of SYCL host (CPU) device execution by oneAPI implementation. This option is for debugging purposes and impacts GPU execution." OFF)
 
   # https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compilation/ahead-of-time-compilation.html
-  SET (CYCLES_ONEAPI_SPIR64_GEN_DEVICES "dg2" CACHE STRING "oneAPI Intel GPU architectures to build binaries for")
-  SET (CYCLES_ONEAPI_SYCL_TARGETS spir64 spir64_gen CACHE STRING "oneAPI targets to build AOT binaries for")
+  set(CYCLES_ONEAPI_SPIR64_GEN_DEVICES "dg2" CACHE STRING "oneAPI Intel GPU architectures to build binaries for")
+  set(CYCLES_ONEAPI_SYCL_TARGETS spir64 spir64_gen CACHE STRING "oneAPI targets to build AOT binaries for")
 
   mark_as_advanced(WITH_CYCLES_ONEAPI_SYCL_HOST_ENABLED)
   mark_as_advanced(CYCLES_ONEAPI_SPIR64_GEN_DEVICES)
@@ -536,67 +544,27 @@ endif()
 
 # OpenGL
 
-# Experimental EGL option.
-option(WITH_GL_EGL "Use the EGL OpenGL system library instead of the platform specific OpenGL system library (CGL, GLX or WGL)" OFF)
-mark_as_advanced(WITH_GL_EGL)
-
-if(WITH_GHOST_WAYLAND)
-  # Wayland can only use EGL to create OpenGL contexts, not GLX.
-  set(WITH_GL_EGL ON)
-endif()
-
-if(UNIX AND NOT APPLE)
-  if(WITH_GL_EGL)
-    # GLEW can only be built with either GLX or EGL support. Most binary distributions are
-    # built with GLX support and we have no automated way to detect this. So always build
-    # GLEW from source to be sure it has EGL support.
-    set(WITH_SYSTEM_GLEW OFF)
-  else()
-    option(WITH_SYSTEM_GLEW "Use GLEW OpenGL wrapper library provided by the operating system" OFF)
-  endif()
-
-  option(WITH_SYSTEM_GLES "Use OpenGL ES library provided by the operating system" ON)
-else()
-  # System GLEW and GLES not an option on other platforms.
-  set(WITH_SYSTEM

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list