Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo commented on issue blender/blender#123227 2024-06-14 15:25:55 +02:00
Eevee Next: Ghosting on viewport rendering

@lichtwerk Have you tested if the issue was already there since b6fab947d1 ?

Miguel Pozo commented on issue blender/blender#123192 2024-06-14 15:17:33 +02:00
Viewport and Render Difference in Bounce light EEVEE Next

Yes, this is indeed expected. Screen-space ray-tracing can't trace anything outside the screen.

Miguel Pozo pushed to main at blender/blender-developer-docs 2024-06-13 17:25:51 +02:00
fe5b98add6 Update docs/release_notes/4.2/eevee.md
Miguel Pozo commented on issue blender/blender#123014 2024-06-13 16:01:45 +02:00
Hundreds of empty folders in the %temp% directory

Fixed, I misunderstood what BKE_tempdir_init(nullptr)/BKE_tempdir_base(). I thought it could be used as a straight replacement for std::filesystem::temp_directory_path(). I didn't realize…

Miguel Pozo pushed to main at blender/blender 2024-06-13 15:54:31 +02:00
b0e92cfba6 Merge branch 'blender-v4.2-release'
f251452a4b Fix #123014: Hundreds of empty folders in the %temp% directory
Compare 2 commits »
Miguel Pozo closed issue blender/blender#123014 2024-06-13 15:54:26 +02:00
Hundreds of empty folders in the %temp% directory
Miguel Pozo pushed to blender-v4.2-release at blender/blender 2024-06-13 15:53:58 +02:00
f251452a4b Fix #123014: Hundreds of empty folders in the %temp% directory
Miguel Pozo pushed to main at blender/blender 2024-06-12 17:08:37 +02:00
76f5041a9e Merge branch 'blender-v4.2-release'
a27fa7e46c FIx #122085: Optimize iter_shader_to_rgba_depth_count
0a74065a19 Build: Disable WITH_MOD_OCEANSIM when WITH_FFTW3 is disabled
Compare 3 commits »
Miguel Pozo closed issue blender/blender#122085 2024-06-12 17:08:35 +02:00
4.2.0 Freezes when using complex node setup
Miguel Pozo pushed to blender-v4.2-release at blender/blender 2024-06-12 17:07:54 +02:00
a27fa7e46c FIx #122085: Optimize iter_shader_to_rgba_depth_count
Miguel Pozo commented on issue blender/blender#122951 2024-06-12 15:55:43 +02:00
4.2 - Shader visual shows magenta (missing image), no image is missing (Error: C7612: profile doesn't support more than 32 samplers)

In the case of ShaderToRGB and Blended materials, EEVEE-Next requires more samplers reserved for internal use than EEVEE Legacy, so there are fewer sampler slots available for the material. Dither…

Miguel Pozo pushed to main at blender/blender 2024-06-12 15:45:44 +02:00
11882815a9 Merge branch 'blender-v4.2-release'
6a9feebf07 EEVEE: Ensure materials use all available sampler slots
724a674bae USD export: fix malformed joint paths
Compare 3 commits »
Miguel Pozo deleted branch pr-eevee-sampler-slots from pragma37/blender 2024-06-12 15:44:05 +02:00
Miguel Pozo merged pull request blender/blender#123100 2024-06-12 15:44:01 +02:00
EEVEE: Ensure materials use all available sampler slots
Miguel Pozo pushed to blender-v4.2-release at blender/blender 2024-06-12 15:44:00 +02:00
6a9feebf07 EEVEE: Ensure materials use all available sampler slots
Miguel Pozo pushed to main at blender/blender 2024-06-11 21:23:03 +02:00
22788ad1cf Merge branch 'blender-v4.2-release'
6f724b83c6 Fix #122929: Freestyle options not visible in view layer properties (EEVEE)
Compare 2 commits »
Miguel Pozo closed issue blender/blender#122929 2024-06-11 21:23:02 +02:00
EEVEE Next: Freestyle options not visible in view layer properties
Miguel Pozo pushed to blender-v4.2-release at blender/blender 2024-06-11 21:22:35 +02:00
6f724b83c6 Fix #122929: Freestyle options not visible in view layer properties (EEVEE)
Miguel Pozo created pull request blender/blender#123100 2024-06-11 20:54:19 +02:00
EEVEE: Ensure materials use all available sampler slots
Miguel Pozo created branch pr-eevee-sampler-slots in pragma37/blender 2024-06-11 20:52:41 +02:00