Block a user
Weizhen Huang
pushed to various-cycles-tests at blender/blender-test-data
2024-07-08 18:32:00 +02:00
13c5fba9bf
Cycles: various new test files
Weizhen Huang
created branch various-cycles-tests in blender/blender-test-data
2024-07-08 18:25:45 +02:00
Weizhen Huang
pushed to various-cycles-tests at blender/blender-test-data
2024-07-08 18:25:45 +02:00
4a4270d73c
Merge branch 'blender-v4.2-release'
5a29be3c75
Cycles: Fix #116243, #122022 - MetalRT live viewport stability issues
204b99dd3f
Fix #124241: Light-linked objects render incorrectly in volumes
3c38bff667
Cycles: Fix MetalRT motion blur setup buffer overrun
Weizhen Huang
deleted branch fix-volume-light-linking-124241 from weizhen/blender
2024-07-08 16:17:55 +02:00
Cycles: Light-linked objects render incorrectly in volumes
Fix #124241: Light-linked objects render incorrectly in volumes
Fix #124241: Light-linked objects render incorrectly in volumes
To keep the two instances of light_link_receiver_nee(kg, sd)
in shade_volume.h
consistent, it might be better to use the top of the stack, but then we need to loop through the whole stack. Not…
Fix #124241: Light-linked objects render incorrectly in volumes
Weizhen Huang
pushed to fix-volume-light-linking-124241 at weizhen/blender
2024-07-08 12:45:18 +02:00
e147c16a85
Fix #124241: Light-linked objects render incorrectly in volumes
386d6f098a
AUTHORS: correct invalid de-duplication
9bbf269fe3
Extensions: suppress all pylint warnings & handle add-on errors
05feac04fa
Extensions: minor changes to error handling & uninstalling
74f8ac15f5
Extensions: "build --split-platform" now includes it's own wheels
Weizhen Huang
created branch fix-volume-light-linking-124241 in weizhen/blender
2024-07-08 12:45:18 +02:00
Volume inside volume blockings artifacts
A quick update: The issue is that the step size is too large for volume with variable density. We probably need a smarter way to estimate the step size automatically, which I don't have time…