Block a user
Lukas Stockner
created branch support-patch-benchmark in LukasStockner/blender-devops
2024-10-04 01:23:24 +02:00
Lukas Stockner
pushed to support-patch-benchmark at LukasStockner/blender-devops
2024-10-04 01:23:24 +02:00
31bfb2f10f
Buildbot: Support running benchmarks for PRs
WIP: Tests: Support generating benchmark reports relative to a baseline
61e4576dae
Tests: Support generating benchmark reports relative to a baseline
d1a9b20a15
Merge branch 'blender-v4.3-release'
3af44f9e76
EEVEE: Improve info messages at render time
47c9520bcc
Fix #128430: GPv3: Crash using "Shrink/Fatten" operator
f44ea325f9
Merge branch 'blender-v4.3-release'
Cycles: Additional scattering phase functions
@weizhen Thanks for the review, I've addressed the changes in the squashed merge commit - all parameters except Alpha have a description now. I also renamed the "B" parameter to "Backscatter" in…
Cycles: Additional scattering phase functions
Lukas Stockner
pushed to fournier-forand-phase-function at Alexandre-Cardaillac/blender
2024-09-30 17:55:21 +02:00
0d24e5bfaf
Fix OSL for real
Lukas Stockner
deleted branch kernel-cpu-flags-cmake-cleanup from LukasStockner/blender
2024-09-30 16:00:04 +02:00
Cycles: Cleanup, simplify and expand math/vectorization build flags
f96f3c33af
Cycles: Add some more math optimizations
908d3c387f
Cleanup: Cycles: Deduplicate math optimization flags
5f4c18c0bb
Cycles: Apply SSE4.2 minimum regardless of compiler
de80c24ed4
Cleanup: Cycles: Rename CYCLES_x_KERNEL_FLAGS to CYCLES_x_FLAGS in CMake
442d99fe03
Cleanup: Cycles: Split vectorization and optimization CMake build flags
Lukas Stockner
pushed to fournier-forand-phase-function at Alexandre-Cardaillac/blender
2024-09-30 15:50:07 +02:00
ddfd814257
Merge remote-tracking branch 'origin/main' into fournier-forand-phase-function
9702be9be1
Address review
4426526813
USD: Add tests for multiple materials assigned to single mesh
60acd02cf9
Fix: Sculpt: Clay strips brush ignores hardness
4bc146f00a
Refactor: Sculpt: Access mesh attributes once per brush step
Cycles: Additional scattering phase functions
Added a comment. In short: To keep the resulting parameters in their valid range.
Cycles: Additional scattering phase functions
I went sin_htheta_sq
to keep the equations a bit shorter and added a comment.