WIP: EEVEE-Next: Initial pass blender manual #104615

Draft
Jeroen Bakker wants to merge 4 commits from Jeroen-Bakker/blender-manual:eevee-next/first-iteration into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Member

This is an initial pass adding parts of EEVEE-Next to the manual.
It includes the following sections

  • Limitations
  • Light probes
  • Introduction
  • Material nodes
  • Material settings
  • World settings
  • Render settings
  • Light settings

Some parts have been tagged with todo as this has to be written or reviewed by Clement.
Mostly the shadowing pipeline.

TODO

  • Add limitation that displacement only works on smooth shaded objects. Flat shaded objects will show cracks as vertex normals are not available.
This is an initial pass adding parts of EEVEE-Next to the manual. It includes the following sections - Limitations - Light probes - Introduction - Material nodes - Material settings - World settings - Render settings - Light settings Some parts have been tagged with todo as this has to be written or reviewed by Clement. Mostly the shadowing pipeline. **TODO** * [ ] Add limitation that displacement only works on smooth shaded objects. Flat shaded objects will show cracks as vertex normals are not available.
Jeroen Bakker added 1 commit 2023-11-02 14:31:34 +01:00
507486867d EEVEE-Next: Initial pass blender manual
This is an initial pass adding parts of EEVEE-Next to the manual.
It includes the following sections

- Limitations
- Light probes
- Introduction
- Material nodes

Some parts have been tagged with todo as this has to be written or reviewed by Clement.
Mostly the shadowing pipeline.
Jeroen Bakker added the
Module
Eevee & Viewport
label 2023-11-02 14:33:05 +01:00
Jeroen Bakker self-assigned this 2023-11-02 14:33:17 +01:00
Jeroen Bakker changed title from EEVEE-Next: Initial pass blender manual to WIP: EEVEE-Next: Initial pass blender manual 2023-11-02 14:33:30 +01:00
Jeroen Bakker added 1 commit 2023-11-13 09:51:52 +01:00
Jeroen Bakker changed title from WIP: EEVEE-Next: Initial pass blender manual to EEVEE-Next: Initial pass blender manual 2023-11-13 09:54:55 +01:00
Jeroen Bakker added 1 commit 2023-11-13 09:55:15 +01:00
Jeroen Bakker added 1 commit 2023-11-13 10:38:14 +01:00
Aaron Carlisle requested review from Clément Foucault 2023-11-15 01:46:28 +01:00
Clément Foucault requested changes 2023-11-21 15:48:53 +01:00
@ -16,2 +15,3 @@
scenes. For Cycles users, this makes EEVEE work great for previewing materials in realtime.
Unlike Cycles, EEVEE is not a raytrace render engine.
EEVEE is a based on rasterization and not (like Cycles) a path traced render engine.

I think the previous wording was clearer.

I think the previous wording was clearer.
@ -116,3 +101,1 @@
Screen Space Refraction
-----------------------
- Blended materials and materials using raytrace refractions will not appear in dithered materials.

in dithered materials reflections

in dithered materials **reflections**
@ -0,0 +14,4 @@
occlusion.
Bias
Bias the horozon angles to reduce self intersection artifacts.

horozon

horozon
@ -0,0 +29,4 @@
Ray Type
========
When the settings are split per ray type this section will be repeated for reflection, refraction

will be repeated > is repeated

`will be repeated` > `is repeated`
@ -23,2 +24,2 @@
Viewport Denoising
Reduces noise while moving the viewport or during animation playback.
Temporal Reprojection
Reduces noise while moving the viewport or during animation playback. Can leave some ghosting.

Can leave some ghosting. > This can create some ghosting artifact.

Can leave some ghosting. > This can create some ghosting artifact.
@ -331,3 +331,2 @@
- Alpha blended materials are not rendered in render passes except the combined pass.
Use the *Alpha Clip* or *Alpha Hashed* as :ref:`Blending Mode <bpy.types.Material.blend_method>`
- Blended materials are not rendered in render passes except the combined pass.

except the combined pass and the Effect > Transparent pass.

I believe this option also needs to figure in the manual if it is not already present.

except the combined pass **and the Effect > Transparent pass**. I believe this option also needs to figure in the manual if it is not already present.
@ -74,3 +74,2 @@
In order for the *Is Camera*, *Is Shadow*, *Is Diffuse*, and *Is Glossy* outputs to work,
the object must be inside an :doc:`Irradiance Volume </render/eevee/light_probes/irradiance_volumes>`
and :doc:`/render/eevee/render_settings/indirect_lighting` must be baked.
the object must be inside an :doc:`Irradiance Volume </render/eevee/light_probes/volume>`

Irradiance Volume > Volume Light Probe

Maybe check other occurences.

Irradiance Volume > Volume Light Probe Maybe check other occurences.
Aaron Carlisle changed title from EEVEE-Next: Initial pass blender manual to WIP: EEVEE-Next: Initial pass blender manual 2024-02-04 20:28:41 +01:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u eevee-next/first-iteration:Jeroen-Bakker-eevee-next/first-iteration
git checkout Jeroen-Bakker-eevee-next/first-iteration

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff Jeroen-Bakker-eevee-next/first-iteration
git checkout main
git merge --ff-only Jeroen-Bakker-eevee-next/first-iteration
git checkout Jeroen-Bakker-eevee-next/first-iteration
git rebase main
git checkout main
git merge --no-ff Jeroen-Bakker-eevee-next/first-iteration
git checkout main
git merge --squash Jeroen-Bakker-eevee-next/first-iteration
git checkout main
git merge Jeroen-Bakker-eevee-next/first-iteration
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#104615
No description provided.