Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo commented on issue blender/blender#127974 2024-09-23 13:44:51 +02:00
Solid shading transparency removes visibility of non-mesh objects

Solving this seems easy, it only requires skipping the render of fully transparent materials in Workbench. However, I have checked the old Workbench (3.6) and the behavior looks the same, so I…

Miguel Pozo commented on issue blender/blender#127983 2024-09-23 12:36:07 +02:00
GPU: Improve GLSL workflow

Turns out I have the stubs part mostly solved in Malt (they're auto-generated from the spec), so we could reuse that: https://github.com/bnpr/Malt/blob/Development/scripts/build_intellisense_glsl.…

Miguel Pozo opened issue blender/blender#127952 2024-09-21 16:44:17 +02:00
Crash on load after id_properties_ui type change
Miguel Pozo pushed to main at pragma37/.profile 2024-09-20 19:53:31 +02:00
a45e44f6a0 Update reports/2024.md
Miguel Pozo pushed to main at pragma37/.profile 2024-09-20 19:52:24 +02:00
2a95ac3865 Update reports/2024.md
Miguel Pozo pushed to npr-prototype at blender/blender 2024-09-20 18:48:34 +02:00
14cb6d72fd Fix: Node Groups in NPR trees
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 created branch pull-fix-124514 in pragma37/blender 2024-09-19 20:26:31 +02:00
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 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…