Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo commented on pull request blender/blender#123001 2024-06-10 15:26:42 +02:00
Fix #122973: Subprocesses aren't closed if Blender crashes

@pragma37 Shouldn't this go to 4.2?

Oops! Yes, thanks.

0ed24fff08 Non-blocking specialization constants
de139dd7e4 UI: Fix and improve a few messages
6dfed3a021 Fix #122895: Frame change does not work in VSE mixed view
a7f2bf4e7c I18N: Updated UI translations from git/weblate repository (94353db5576c7428b).
a2795852cd Fix ##122962: Regression: Backdrop update triggers crash
Compare 32 commits »
Miguel Pozo created pull request blender/blender#123001 2024-06-10 13:40:46 +02:00
Fix #122973: Subprocesses aren't closed if Blender crashes
Miguel Pozo pushed to pull-fix-122973 at pragma37/blender 2024-06-10 13:35:56 +02:00
0caaabfe0e Add all subprocesses to a job object
de139dd7e4 UI: Fix and improve a few messages
6dfed3a021 Fix #122895: Frame change does not work in VSE mixed view
a7f2bf4e7c I18N: Updated UI translations from git/weblate repository (94353db5576c7428b).
a2795852cd Fix ##122962: Regression: Backdrop update triggers crash
Compare 10 commits »
Miguel Pozo created branch pull-fix-122973 in pragma37/blender 2024-06-10 13:35:56 +02:00
Miguel Pozo commented on issue blender/blender#122921 2024-06-08 17:24:40 +02:00
Eevee-Next: Weird Shadow Artifact At Close Shot of Where Lights Intersecting

Increasing shadow steps fixes the issue for the most part: imagen

However, enabling jittered shadows (which should bypass the issue)…

Miguel Pozo created branch pull-non-blocking-specialization-constants in pragma37/blender 2024-06-07 21:26:56 +02:00
35cfc71b95 EEVEE: Parallel specialization constants compilation
22652b305e GPU: Add GPU_shaders_precompile_specializations
dae3554d5c Fix #122786: Multiresolution > Apply Base produces garbled meshes
b803d7fabb Fix: Command line Cycles render crash on multi-CUDA device
Compare 10 commits »
Miguel Pozo pushed to main at pragma37/.profile 2024-06-07 19:35:20 +02:00
c8f0501b35 Update reports/2024.md
Miguel Pozo pushed to main at pragma37/.profile 2024-06-07 19:34:14 +02:00
6b51bb9c80 Update reports/2024.md
Miguel Pozo pushed to main at blender/blender 2024-06-07 19:01:52 +02:00
2276d0e767 Merge branch 'blender-v4.2-release'
35cfc71b95 EEVEE: Parallel specialization constants compilation
Compare 2 commits »
Miguel Pozo deleted branch pull-eevee-parallel-specializations from pragma37/blender 2024-06-07 18:54:15 +02:00
Miguel Pozo merged pull request blender/blender#122798 2024-06-07 18:54:12 +02:00
EEVEE: Parallel specialization constants compilation
Miguel Pozo pushed to blender-v4.2-release at blender/blender 2024-06-07 18:54:12 +02:00
35cfc71b95 EEVEE: Parallel specialization constants compilation
Miguel Pozo pushed to pull-eevee-parallel-specializations at pragma37/blender 2024-06-07 18:48:57 +02:00
ebbe803a3d Merge branch 'blender-v4.2-release' into pull-eevee-parallel-specializations
22652b305e GPU: Add GPU_shaders_precompile_specializations
dae3554d5c Fix #122786: Multiresolution > Apply Base produces garbled meshes
b803d7fabb Fix: Command line Cycles render crash on multi-CUDA device
73d4872f5a Fix: VSE strip outline no longer extends outside of strip bounds
Compare 78 commits »
Miguel Pozo pushed to main at blender/blender 2024-06-07 18:47:59 +02:00
83db9cc7b4 Merge branch 'blender-v4.2-release'
22652b305e GPU: Add GPU_shaders_precompile_specializations
dae3554d5c Fix #122786: Multiresolution > Apply Base produces garbled meshes
Compare 3 commits »
Miguel Pozo deleted branch pull-gpu-parallel-specializations-compilation from pragma37/blender 2024-06-07 18:45:46 +02:00
Miguel Pozo pushed to blender-v4.2-release at blender/blender 2024-06-07 18:45:45 +02:00
22652b305e GPU: Add GPU_shaders_precompile_specializations
Miguel Pozo merged pull request blender/blender#122796 2024-06-07 18:45:44 +02:00
GPU: Add GPU_shaders_precompile_specializations
f9efc25d31 Add WORKAROUND tag