Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo commented on issue blender/blender#127721 2024-09-17 14:14:43 +02:00
Rigid Body World Collection crash when WITH_BULLET is disabled

I'm not sure it's that simple. I think all DNA data should be loaded regardless of the compilation settings (?), but the issue here is that RigidBodyWorld::Collection seems to load a dangling…

Miguel Pozo commented on pull request blender/blender#127718 2024-09-17 14:06:22 +02:00
Fix #127590: EEVEE: Wrong background motion vectors

I've updated the code to avoid the world space translation, but it requires extra matrix multiplications, so I'm not sure it's worth it. It can be reverted.

Miguel Pozo pushed to pull-fix-background-motion-vectors at pragma37/blender 2024-09-17 14:03:28 +02:00
8f0206b0f1 Skip camera world offset
Miguel Pozo commented on issue blender/blender#127721 2024-09-17 13:23:36 +02:00
Rigid Body World Collection crash when WITH_BULLET is disabled

Yeah, I was not sure either if crashes with disabled features are "ok", but the only answer I got on chat is that they aren't.

The crash happens on the depsgraph while loading the file, so I…

Miguel Pozo opened issue blender/blender#127721 2024-09-16 19:40:20 +02:00
Rigid Body World Collection crash when WITH_BULLET is disabled
Miguel Pozo created pull request blender/blender#127718 2024-09-16 19:04:58 +02:00
Fix #127590: EEVEE: Wrong background motion vectors
Miguel Pozo created branch pull-fix-background-motion-vectors in pragma37/blender 2024-09-16 18:47:37 +02:00
Miguel Pozo pushed to pull-fix-background-motion-vectors at pragma37/blender 2024-09-16 18:47:37 +02:00
c29e2a2478 Use world space points for velocity_background
5c792e429f Fix #127638: Crash switching to wireframe with custom bone shape
0d9ab189d1 Fix: #126524: Overlay: Missing loose geometry wireframe with sub-D mesh
d300098ee5 Fix #125093: Cycles: oneAPI: transparent shadows opaque when bounces>=1024
d3b655f76d Fix: #127135: Curve and hair drawing asserting on 0 sized VBO
Compare 10 commits »
Miguel Pozo deleted branch pull-fix-127645 from pragma37/blender 2024-09-16 17:54:30 +02:00
Miguel Pozo closed issue blender/blender#127645 2024-09-16 17:54:28 +02:00
Grease Pencil objects get hidden when Overlay mode is off - Blender 4.2.2 RC v42.252cc7839f14
Miguel Pozo merged pull request blender/blender#127701 2024-09-16 17:54:24 +02:00
Fix #127645: Grease Pencil: Objects not rendered when Overlay mode is off
Miguel Pozo pushed to blender-v4.2-release at blender/blender 2024-09-16 17:54:24 +02:00
d558b7146d Fix #127645: Grease Pencil: Objects not rendered when Overlay mode is off
Miguel Pozo commented on pull request blender/blender#127711 2024-09-16 17:48:47 +02:00
WIP: Nodes: Add Rounded Polygon Node

@blender-bot package

Miguel Pozo commented on issue blender/blender#127590 2024-09-16 15:57:44 +02:00
HDRI Screen tearing

This is caused by motion blur, probably related to motion vectors.

Miguel Pozo created pull request blender/blender#127701 2024-09-16 15:37:27 +02:00
Fix #127645: Grease Pencil: Objects not rendered when Overlay mode is off
Miguel Pozo pushed to pull-fix-127645 at pragma37/blender 2024-09-16 15:33:59 +02:00
48946840f4 Check GP legacy objects too
252cc7839f Fix #126706: Restore 4.2 Widget Label When Using 4.3 Preferences
4b8fbd8c2f Fix #127142: Do not instantiate loose 'annotation' legacy GPv2 data on link.
c181f0a3b7 Fix #124549: can't customize overlay text color
6f672295a5 Fix: quit.blend is not saved as recovery file
Compare 10 commits »
Miguel Pozo created branch pull-fix-127645 in pragma37/blender 2024-09-16 15:33:59 +02:00
Miguel Pozo commented on issue blender/blender#127645 2024-09-16 15:32:38 +02:00
Grease Pencil objects get hidden when Overlay mode is off - Blender 4.2.2 RC v42.252cc7839f14

9a3e102853 only affects Workbench, while this is an EEVEE issue, so it should be unrelated.

The issue here seems to be that gpencil_engine_enabled is only checking for `DEG_id_type_any_exists(…

Miguel Pozo approved blender/blender#127680 2024-09-16 12:34:44 +02:00
GPU: Make shader cache clearing backend independent

It's not a lot of code, so it's fine either way, but it would be nice if we could get rid of the code duplication between backends for getting the cache folder and clearing old files.

Miguel Pozo pushed to main at pragma37/.profile 2024-09-13 20:15:03 +02:00
b1dc513e18 Update reports/2024.md