Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo closed issue blender/blender#114291 2023-11-22 15:10:38 +01:00
EEVEE Next: Transparency fades to incorrect color on edges.
Miguel Pozo merged pull request blender/blender#115066 2023-11-22 15:10:37 +01:00
Fix #114291: EEVEE-Next: Deferred tranparency blending
Miguel Pozo deleted branch pull-sanitize-closure-inputs from pragma37/blender 2023-11-21 20:16:11 +01:00
Miguel Pozo merged pull request blender/blender#115059 2023-11-21 20:16:09 +01:00
GPU: Sanitize closure nodes inputs
Miguel Pozo pushed to main at blender/blender 2023-11-21 20:16:08 +01:00
3f778150a9 GPU: Sanitize closure nodes inputs
Miguel Pozo pushed to pull-eevee-fix-velocity_geo_buf at pragma37/blender 2023-11-21 20:11:09 +01:00
3097d5d821 EEVEE-Next: Add horizon scan to raytracing module
09e93ecc23 Anim: Add basic autokey tests
acbfecb852 GPv3: Replace depsgraph tag to ID_RECALC_GEOMETRY
fc30a4b6a5 Fix: BLI: Math: Build error for bad overload-lookup
Compare 10 commits »
Miguel Pozo created branch pull-eevee-fix-velocity_geo_buf in pragma37/blender 2023-11-21 20:11:09 +01:00
Miguel Pozo created pull request blender/blender#115243 2023-11-21 17:06:42 +01:00
EEVEE-Next: Fix ObjectHandle::recalc
Miguel Pozo pushed to pull-recalc-last_update-eevee at pragma37/blender 2023-11-21 16:59:16 +01:00
282fc2f787 Remove debug printf
367dc4e923 Use last_update in EEVEE
1514782fb1 fix update order
Compare 3 commits »
Miguel Pozo pushed to pull-recalc-last_updated at pragma37/blender 2023-11-21 16:58:55 +01:00
1514782fb1 fix update order
Miguel Pozo commented on pull request blender/blender#114259 2023-11-21 16:21:53 +01:00
EEVEE-Next: Add horizon scan to raytracing module

I can't reproduce this. Can you repro with the latest version?

Nope, not anymore. 👍

Miguel Pozo pushed to main at blender/blender 2023-11-21 15:48:05 +01:00
9320742b45 Fix #114651: EEVEE-Next: SSS NaNs
Miguel Pozo closed issue blender/blender#114651 2023-11-21 15:48:04 +01:00
EEVEE Next Subsurface Scattering Broken w/ Texture Input for Mask
Miguel Pozo deleted branch pull-eevee-fix-sss-nan from pragma37/blender 2023-11-21 15:48:04 +01:00
Miguel Pozo merged pull request blender/blender#114928 2023-11-21 15:48:02 +01:00
Fix #114651: EEVEE-Next: SSS NaNs
Miguel Pozo pushed to pull-recalc-last_update-eevee at pragma37/blender 2023-11-20 20:07:06 +01:00
8327ab4946 Use last_update in EEVEE
fe0ce40d09 fix update order
Compare 2 commits »
Miguel Pozo created branch pull-recalc-last_update-eevee in pragma37/blender 2023-11-20 20:07:06 +01:00
Miguel Pozo commented on issue blender/blender#114112 2023-11-20 17:24:47 +01:00
DrawData recalc fixes/improvements

I've implemented the Depsgraph part following (I think) @Sergey design. #115196 I'd like to do the EEVEE side implementation before review (even if that goes on a separate PR). But I would still…