0
0
forked from blender/blender
The official Blender project repository.
Go to file
Jeroen Bakker 61b463d5e4 EEVEE-Next: Planar Probe Pipeline
This PR is contains the initial capture pipeline for planar probes.

It requires work to generate the correct view to capture and to include
the result during ray tracing. These will be developed in a separate PR.

This PR detects if a planar probe is active in the scene. If this is
the case the planar probe pipeline will be activated. During rendering
this is done by querying the depsgraph, during viewport drawing this
is done during sync. If an planar probe is detected and the pipeline
wasn't activated. The pipeline will be activated and the sampling
will be reset to ensure the pipeline is filled with all objects.

Per object the user can set the visibility of the object in planar
reflections.
![image](/attachments/fcfb40f9-f174-491c-bfba-e7f00f49aa1c)

For a reflection plane the resolution and clipping offset can be set.
EDIT: Resolution option was removed because too complex to
implement with the little time we have at the moment.
![image](/attachments/e42ad9ce-8af8-45d1-aa3a-630db1901ad3)

Related to #112966

Co-authored-by: Clément Foucault <foucault.clem@gmail.com>
Pull Request: blender/blender#113203
2023-10-08 19:49:58 +02:00
.gitea
.github
build_files GHOST/Wayland: remove WITH_GHOST_WAYLAND_DBUS 2023-10-07 21:31:15 +11:00
doc Release cycle: Bcon1 for Blender 4.1 2023-09-27 12:49:46 +02:00
extern CMake: quiet undefined variable use with MOLTENVK on non-apple systems 2023-10-07 18:25:44 +11:00
intern Cleanup: store const events in GHOST's event handling logic 2023-10-08 15:23:40 +11:00
locale I18N: Updated UI translations from weblate/git repo (67dc845a5b11). 2023-10-03 12:14:42 +02:00
release Fix #112018: increase AgX LUT resolution 2023-10-06 10:12:24 +02:00
scripts EEVEE-Next: Planar Probe Pipeline 2023-10-08 19:49:58 +02:00
source EEVEE-Next: Planar Probe Pipeline 2023-10-08 19:49:58 +02:00
tests CMake: quiet noisy messages on every run 2023-10-07 18:20:30 +11:00
tools Merge branch 'blender-v4.0-release' 2023-10-06 21:48:37 +11:00
.clang-format
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore
AUTHORS AUTHORS: update 2023-10-06 21:47:31 +11:00
CMakeLists.txt GHOST/Wayland: remove WITH_GHOST_WAYLAND_DBUS 2023-10-07 21:31:15 +11:00
COPYING
GNUmakefile Makefile: remove redundant directory changing 2023-09-29 16:44:31 +10:00
make.bat
pyproject.toml
README.md

Blender

Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.

Blender screenshot

Project Pages

Development

License

Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.

See blender.org/about/license for details.