Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar pushed to 102427_continued at Tarek-Yasser/blender 2023-04-16 23:54:35 +02:00
6db4a48113 Fix another minor merge error (duplicate code)
Joseph Eagar commented on pull request blender/blender#105410 2023-04-16 23:52:32 +02:00
WIP: Sculpt: Add operators to Mask, Face Sets, and Paint menus

Remove commented out code.

Joseph Eagar commented on pull request blender/blender#105410 2023-04-16 23:52:19 +02:00
WIP: Sculpt: Add operators to Mask, Face Sets, and Paint menus

Ok I merged from main for you. Aside from one line of commented out code that needs to be deleted it looks good to me.

All those entries starting with "change" in the paint menu do look a bit…

Joseph Eagar pushed to 102427_continued at Tarek-Yasser/blender 2023-04-16 23:47:42 +02:00
0bca34bbde fix merge error
Joseph Eagar pushed to 102427_continued at Tarek-Yasser/blender 2023-04-16 23:43:10 +02:00
6332f475c3 Merge branch 'main' into 102427_continued
9d4949f80b Cleanup: Reduce nesting in node.cc
de7e3454fb UI: Capabilities Flag for Clipboard Image copy/paste
254d148458 Fix: PLY export behavior with multiple meshes
e1571cb105 Cleanup: correct terms, spelling in comments
Compare 922 commits »
Joseph Eagar commented on pull request blender/blender#105759 2023-04-16 23:28:04 +02:00
UI: Sculpt Paint tool defaults #97616
Joseph Eagar commented on pull request blender/blender#104463 2023-04-16 23:26:41 +02:00
Shape Keys: support locking to protect from accidental editing.

Why is this if here nested?

Joseph Eagar pushed to sculpt-defs-change at Henry-Chang/blender 2023-04-16 23:20:40 +02:00
ec21750e59 Merge branch 'main' into sculpt-defs-change
9d4949f80b Cleanup: Reduce nesting in node.cc
de7e3454fb UI: Capabilities Flag for Clipboard Image copy/paste
254d148458 Fix: PLY export behavior with multiple meshes
e1571cb105 Cleanup: correct terms, spelling in comments
Compare 824 commits »
Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-16 23:17:59 +02:00
6e693dcff4 Merge branch 'main' into mempool_asan
9d4949f80b Cleanup: Reduce nesting in node.cc
Compare 2 commits »
Joseph Eagar commented on pull request blender/blender#104668 2023-04-16 23:09:58 +02:00
Add ASAN support to BLI_mempool

Can we add threads.cc and gsqueue.c to makesdna to avoid having the exception? I didn't try but from reading the code it seemed like it could work.

If there's no practical way to do…

Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-16 23:05:46 +02:00
f0f1fe3b51 mempool_asan: Cleanup: Use POINTER_OFFSET
Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-16 23:03:27 +02:00
be5fbd1d2e mempool_asan: Fix mutex unlock happening before mutation code
Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-04-16 22:45:34 +02:00
6a48894b6b mempool_asan: Remove WITH_DNA_GHASH macro
c3599bfdc3 Merge branch 'main' into mempool_asan
8c2368fcb7 Merge branch 'main' into mempool_asan
de7e3454fb UI: Capabilities Flag for Clipboard Image copy/paste
254d148458 Fix: PLY export behavior with multiple meshes
Compare 1695 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-04-14 22:45:08 +02:00
ab81b1163d Merge branch 'main' into temp-sculpt-dyntopo
c5d6a03dea temp-sculpt-dyntopo: Finish merge
b86fc55d30 Cleanup: Use Vector for passing lists of PBVHNodes around
8b35c62c2b temp-sculpt-dyntopo: Remove unrelated code
9c774138aa Merge branch 'main' into temp-sculpt-dyntopo
Compare 166 commits »
Joseph Eagar deleted branch temp-sculpt-vector-nodes from blender/blender 2023-04-14 21:16:56 +02:00
Joseph Eagar pushed to main at blender/blender 2023-04-14 21:16:53 +02:00
b86fc55d30 Cleanup: Use Vector for passing lists of PBVHNodes around
Joseph Eagar merged pull request blender/blender#106884 2023-04-14 21:16:53 +02:00
Cleanup: Use Vector for passing lists of PBVHNodes around