Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo pushed to pull-fix-curves-motion-blur at pragma37/blender 2023-09-15 18:23:28 +02:00
05c06a921c Cleanup
084ba84d70 Setup Curves VBOs using the new Manager
Compare 2 commits »
Miguel Pozo pushed to pull-fix-curves-motion-blur at pragma37/blender 2023-09-15 16:56:39 +02:00
ee85bba275 Fix geometry_map key for particle systems
Miguel Pozo pushed to main at blender/blender 2023-09-15 15:35:09 +02:00
264c81a0a0 Fix #112409: Workbench: Cavity disabled when Xray is enabled
Miguel Pozo closed issue blender/blender#112409 2023-09-15 15:35:08 +02:00
Regression: Cavity shading disappears when Xray is enabled
Miguel Pozo pushed to pull-fix-curves-motion-blur at pragma37/blender 2023-09-14 20:24:35 +02:00
ebc1993e05 Setup hair VBOs using the new Manager
Miguel Pozo created branch pull-fix-curves-motion-blur in pragma37/blender 2023-09-14 20:24:35 +02:00
Miguel Pozo pushed to pull-eevee-next-tests at pragma37/blender 2023-09-14 18:01:24 +02:00
0f96e57e5a Enable motion blur
Miguel Pozo pushed to main at blender/blender 2023-09-13 22:36:49 +02:00
f42b02cccc Workbench: Sculpt fixes
Miguel Pozo closed issue blender/blender#112284 2023-09-13 22:36:48 +02:00
Black faces in sculpt mode with Color Attribute shading
Miguel Pozo deleted branch pull-workbench-sculpt-fixes from pragma37/blender 2023-09-13 22:36:46 +02:00
Miguel Pozo merged pull request blender/blender#112344 2023-09-13 22:36:45 +02:00
Workbench: Sculpt fixes
Miguel Pozo pushed to pull-eevee-next-tests at pragma37/blender 2023-09-13 21:34:11 +02:00
7b3a24c66d Skip cubemaps
cd9f3e1bf3 Merge branch 'main' into pull-eevee-next-tests
27a36ccc0f Fix: EEVEE-Next: SSS image rendering
092b568a90 Cleanup: Make format
fa32379def UI: Allow Integer Thumbnail Size Range
Compare 176 commits »
Miguel Pozo pushed to main at blender/blender 2023-09-13 21:05:51 +02:00
27a36ccc0f Fix: EEVEE-Next: SSS image rendering
Miguel Pozo commented on issue blender/blender#112284 2023-09-13 19:20:34 +02:00
Black faces in sculpt mode with Color Attribute shading

@mano-wii Yes, this is 100% on the Workbench side.

I tried to cleanup the Color type selection in Workbench Next, but it looks like I got some things wrong. #112344 should fix this and other…

Miguel Pozo created pull request blender/blender#112344 2023-09-13 19:14:54 +02:00
Workbench: Sculpt fixes
Miguel Pozo pushed to pull-workbench-sculpt-fixes at pragma37/blender 2023-09-13 19:01:19 +02:00
eaaa9836c1 Fix sculpt material indices
42372759b7 Fix texture and attribute display in sculpt mode
e1c36f9132 Fix sculpt ObjectState setup and cleanup
6e24ecac03 Fix #112289: Workbench: Always clear depth_in_front
6c98cb73ac Cycles: Use new MetalRT curve primitives for 3D curves and ribbons
Compare 10 commits »
Miguel Pozo created branch pull-workbench-sculpt-fixes in pragma37/blender 2023-09-13 19:01:18 +02:00
Miguel Pozo pushed to main at blender/blender 2023-09-13 16:35:36 +02:00
6e24ecac03 Fix #112289: Workbench: Always clear depth_in_front
Miguel Pozo closed issue blender/blender#112289 2023-09-13 16:35:35 +02:00
Armatures in In Front mode disappear on linux when no meshes are visible.
Miguel Pozo commented on issue blender/blender#112231 2023-09-12 18:54:56 +02:00
Regression: Workbench does not display sculpt texture paint canvas

Fixed. I get a crash when I try to draw a brush stroke, but it seems unrelated to this issue. It happens on EEVEE as well.

I also noticed that the Image mode (ie. not Material) and other…