EEVEE-Next: Add Volume Probe > Blending Size setting #118342
No reviewers
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#118342
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pragma37/blender:pull-eevee-grid-blending-setting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow the user to control the size of the irradiance grid blending.
I think we should reuse
LightProbe::falloff
for that property instead of adding another one. To me it is doing almost the same thing. It just changes behavior for EEVEE-Next.But that pauses the question of backward compatibility (we would have to patch older file). So I'm not sure.
Even if they're kept as separate rna properties so they don't have to share docstring and the min-max range, I don't know if there would be a way to use different default values based on probe type.
Also, I don't know if setting a >1.0 value on a volume probe and changing the type to sphere would break the expected falloff range.
For backward compatibility, I think it could be handled by checking the probe type.
So, it may be doable, but I'm not sure it's worth the trouble.
After experimenting, I think adding a Blending Size setting is not worth it for now and opens a different can of worms to avoid light bleeding and what space is best for blending. For now, we can settle on reducing the blending to a half voxel blending (that doesn't overlap the data).
Blending with surrounding probes will be implemented in another way which should be more efficient and noise free (see #118725 but with blending added at volume upload time on more than 1 voxel).
So keep this PR to remove the random remapping and reduce the blending to half a voxel (so that it ends at the border samples locations), but remove the addition of a new parameter.
I've committed the requested changes directly (
3560f7ec41
).Closing this.
Pull request closed