Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo pushed to pull-npr-aov at pragma37/blender 2024-09-20 17:59:11 +02:00
647054a791 NPR AOV fixes
b112b798e3 initial implementation
225eb48de5 Clarify comments
dde749dddd Workaround for background support
9f2ea8c145 Image Sample node
Compare 14 commits »
Miguel Pozo pushed to npr-prototype at pragma37/blender 2024-09-20 17:56:14 +02:00
a43b4db0a0 Merge branch 'main' into npr-prototype
88c84e6a37 Fix #124514: Wrong "slight defocus" DoF
34a18c7608 Anim: Merge Animation operator
057a6c3efd Fix: GPv3: Clone tool crashes due to index range regression
26379c2b01 Anim: Update Action Slot selectors in the UI
Compare 393 commits »
Miguel Pozo created pull request blender/blender#127927 2024-09-20 17:54:50 +02:00
WIP: NPR: AOV inputs
Miguel Pozo pushed to npr-prototype at blender/blender 2024-09-20 17:47:50 +02:00
a43b4db0a0 Merge branch 'main' into npr-prototype
88c84e6a37 Fix #124514: Wrong "slight defocus" DoF
34a18c7608 Anim: Merge Animation operator
057a6c3efd Fix: GPv3: Clone tool crashes due to index range regression
26379c2b01 Anim: Update Action Slot selectors in the UI
Compare 392 commits »
Miguel Pozo pushed to pull-npr-aov at pragma37/blender 2024-09-20 17:21:57 +02:00
1b1f669107 NPR AOV fixes
1a4672155f Merge branch 'main' into pull-npr-aov
88c84e6a37 Fix #124514: Wrong "slight defocus" DoF
34a18c7608 Anim: Merge Animation operator
057a6c3efd Fix: GPv3: Clone tool crashes due to index range regression
Compare 393 commits »
Miguel Pozo pushed to main at blender/blender 2024-09-20 15:22:44 +02:00
88c84e6a37 Fix #124514: Wrong "slight defocus" DoF
Miguel Pozo deleted branch pull-fix-124514 from pragma37/blender 2024-09-20 15:22:43 +02:00
Miguel Pozo closed issue blender/blender#124514 2024-09-20 15:22:42 +02:00
EEVEE-NEXT: Inconsistent DOF Preview
Miguel Pozo merged pull request blender/blender#127880 2024-09-20 15:22:41 +02:00
Fix #124514: Wrong "slight defocus" DoF
Miguel Pozo pushed to pull-fix-124514 at pragma37/blender 2024-09-20 15:18:43 +02:00
94c57d9141 scale ring_dist too
Miguel Pozo created pull request blender/blender#127880 2024-09-19 20:31:27 +02:00
Fix #124514: Wrong "slight defocus" DoF
Miguel Pozo pushed to pull-fix-124514 at pragma37/blender 2024-09-19 20:26:31 +02:00
8e491a87a1 Take radius into account
214a47f15c Vulkan: Make Unused Attachments Optional
ba6126dbbd Fix #127604: Skip unlink operator for linked materials
912c6d9a3c Fix #127620: Disable smooth operator for linked objects
b427253a4d Obj-C Refactor: General Code Style cleanups
Compare 10 commits »
Miguel Pozo created branch pull-fix-124514 in pragma37/blender 2024-09-19 20:26:31 +02:00
Miguel Pozo commented on pull request blender/blender#127807 2024-09-19 20:22:26 +02:00
Fix #127774: Flat Object matrix leads to incorrect culling

There are still several places in the code-base where an Isectbox is setup after checking for drw_bounds_are_valid. Some of them just access the corners, so they should be fine (although we…

Miguel Pozo approved blender/blender#127698 2024-09-19 17:25:40 +02:00
Vulkan: Parallel shader compilation

It looks fine to me.

Miguel Pozo commented on pull request blender/blender#127698 2024-09-19 17:25:39 +02:00
Vulkan: Parallel shader compilation

I wonder if this might cause RenderDoc to show different results when investigating driver bugs and stuff like that.

Miguel Pozo commented on pull request blender/blender#127698 2024-09-19 17:25:37 +02:00
Vulkan: Parallel shader compilation

Here you could avoid the move constructor by appending first and then taking a reference to it.

Miguel Pozo commented on pull request blender/blender#127698 2024-09-19 17:25:36 +02:00
Vulkan: Parallel shader compilation

I think using an explicit move here can prevent the compiler from doing a copy elision?

Miguel Pozo commented on issue blender/blender#127806 2024-09-19 16:38:42 +02:00
Rename camera matrix terminology

It looks like projmat is already used in some places.

BTW, BLI_math_geom.h functions are a perfect example of the issues with this terminology. We have "perspective" used for both…

Miguel Pozo created branch pull-npr-aov in pragma37/blender 2024-09-18 18:53:54 +02:00