Skip to content

Fix LightProbe blending #2402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged

Fix LightProbe blending #2402

merged 1 commit into from
Mar 28, 2025

Conversation

yaRnMcDonuts
Copy link
Member

@yaRnMcDonuts yaRnMcDonuts commented Mar 26, 2025

Fixes this issue: #2399 by reverting this block of code to its pre-for-loop state before the regression occurred. I tried fixing it without removing the for loops, but I'm not super comfortable with this light probe code so reverting this section of code seemed like the safest option.

I tested the changes and can confirm now that smooth blending between LightProbes is working again in my scenes with more than 1 LightProbe.

Fixes this issue: #2399
@yaRnMcDonuts yaRnMcDonuts added this to the v3.8.0 milestone Mar 26, 2025
@yaRnMcDonuts yaRnMcDonuts linked an issue Mar 26, 2025 that may be closed by this pull request
@yaRnMcDonuts yaRnMcDonuts added the defect Something that is supposed to work, but doesn't. Less severe than a "bug" label Mar 27, 2025
@yaRnMcDonuts yaRnMcDonuts merged commit 36c4d5a into master Mar 28, 2025
15 checks passed
@yaRnMcDonuts yaRnMcDonuts deleted the yaRnMcDonuts-patch-2 branch March 28, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something that is supposed to work, but doesn't. Less severe than a "bug"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Light Probe Blending broken
1 participant