Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar closed pull request blender/blender#104668 2023-04-26 10:36:27 +02:00
Add ASAN support to BLI_mempool
Joseph Eagar commented on pull request blender/blender#104668 2023-04-26 10:36:26 +02:00
Add ASAN support to BLI_mempool

Merged in c1d4b6f339c723d661d81e435afb018e504ee60a

Joseph Eagar pushed to main at blender/blender 2023-04-26 10:35:20 +02:00
c1d4b6f339 Core: Add ASAN support to BLI_mempool
Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-26 10:11:47 +02:00
c17ba6af43 Merge branch 'main' into mempool_asan
536144983b Fix: group node inputs always requested unnecessarily
5a5c0e879c Cleanup: correct exception message & remove unused iterator variable
89afdd6f24 Vulkan: Texture Unpacking
6a49041be3 Fix string lookups asserting or failing with unsupported collections
Compare 14 commits »
Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-26 00:13:39 +02:00
3e8bb65146 Merge branch 'main' into mempool_asan
ae57d86d42 Fix #107095: Spikes during multires reshape propagation
700d168a5c Volumes: Generate proper fog volume in Mesh to Volume node
5d0595fded Suport relative path option per-asset library
557a245dd5 Cycles: add HIP RT device, for AMD hardware ray tracing on Windows
Compare 80 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-04-24 21:45:57 +02:00
b3838ec90d temp-sculpt-dyntopo: Remove editmode fair op
Joseph Eagar pushed to main at blender/blender 2023-04-24 21:20:12 +02:00
c4e4184c50 Sculpt: Fix #107092: ss->filter_cache not being null'd on free
Joseph Eagar closed issue blender/blender#107092 2023-04-24 21:20:12 +02:00
Regression: Multires: Enabling "Sculpt Base Mesh" after using transform tools crashes Blender
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-04-24 20:58:50 +02:00
904f47b12b Merge branch 'main' into temp-sculpt-dyntopo
a649ff7b98 Fix broken 'replace object in collection' code.
4f08eeae9c Nodes: Make spacings unitless in String to Curves node
aeb15e4e76 Cleanup: fix compiler warning
4504a13bd9 Fix #107262: snap source of type Active Element sometimes fails
Compare 127 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-04-24 20:45:27 +02:00
d464132d63 temp-sculpt-dyntopo: Fix detail set operators
Joseph Eagar commented on issue blender/blender#107068 2023-04-24 20:23:50 +02:00
Multiresolution "Unsubdivide" crashes Blender

I'm not sure. The bug was caused by using a Mesh's customdata layout to access a BMesh attribute.

Joseph Eagar commented on issue blender/blender#76988 2023-04-24 20:20:07 +02:00
Dyntopo: detail flood fill ruins initial curvature

This is fixed in the new dyntopo branch. I wasn't able to come up with a fix for master.

Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-04-24 20:03:25 +02:00
23a048ca58 temp-sculpt-dyntopo: Fix detail flood fill operator
Joseph Eagar commented on pull request blender/blender#106920 2023-04-22 03:33:17 +02:00
WIP: Sculpt: cleanup sculpt attribute API

In isolation, this is a nice cleanup, so I think with a few changes this PR makes sense.

However, I'm generally skeptical about making an API that processes a single element at a time. …

Joseph Eagar commented on issue blender/blender#107068 2023-04-22 03:10:34 +02:00
Multiresolution "Unsubdivide" crashes Blender

It was not caused by that commit :)

Joseph Eagar pushed to main at blender/blender 2023-04-22 03:10:05 +02:00
0e82510ea2 Sculpt: Fix #107068: Crash in multires unsubdivide
Joseph Eagar closed issue blender/blender#107068 2023-04-22 03:10:05 +02:00
Multiresolution "Unsubdivide" crashes Blender
Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-22 02:50:41 +02:00
3eee9255ea mempool_asan: Only lock the pool in threadsafe iterators
Joseph Eagar commented on pull request blender/blender#104668 2023-04-22 02:39:47 +02:00
Add ASAN support to BLI_mempool

Anyway, I changed it to detect 2019.

Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-22 02:39:26 +02:00
2b193ddd2e mempool_asan: Don't enable ASAN on msvc prior to version 1930