Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar reopened pull request blender/blender#104718 2023-02-21 03:23:56 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu
Joseph Eagar closed pull request blender/blender#104718 2023-02-21 03:23:48 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu
Joseph Eagar commented on pull request blender/blender#104718 2023-02-21 03:23:48 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

I implemented a cancel function for mesh filter in master, sculpt_mesh_filter_cancel (it's not used yet since mesh filter's modal map currently lacks cancel). Note that you still have to call…

Joseph Eagar commented on pull request blender/blender#104718 2023-02-21 03:23:23 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

I implemented a cancel function for mesh filter in master, sculpt_mesh_filter_cancel (it's not used yet since mesh filter's modal map currently lacks cancel). Note that you still have to call…

Joseph Eagar pushed to main at blender/blender 2023-02-21 03:11:45 +01:00
ff3fd5f1ce Sculpt: Implement mesh filter cancel
Joseph Eagar pushed to main at blender/blender 2023-02-21 02:49:41 +01:00
3e049973ee BMesh: fix invalid existence check in BM_mesh_bm_to_me
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-02-17 12:35:55 +01:00
874668f0ad temp-sculpt-dyntopo: Attempt to fix element id bugs from merge
4b0e540d6c Merge branch 'main' into temp-sculpt-dyntopo
bef4f18cbc temp-sculpt-dyntopo: Remove more of the old unique ID API
029b2bc025 temp-sculpt-dyntopo: fix compile errors
9808d6abd8 Cleanup: loop over axes in compatible_eul
Compare 198 commits »
Joseph Eagar commented on issue blender/blender#104618 2023-02-17 07:38:26 +01:00
Regression: Topology Auto-Masking breaks on Projected strokes

Fixed in 5de9a5dea5dbda77bd7d54a3236c96de21266608

Joseph Eagar pushed to main at blender/blender 2023-02-17 07:37:28 +01:00
5de9a5dea5 Sculpt: Fix 104618: Topology automasking errors
Joseph Eagar commented on pull request blender/blender#104718 2023-02-17 06:28:09 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

Don't forget about OPTYPE_DEPENDS_ON_CURSOR. It should fix mesh filter.

Joseph Eagar commented on pull request blender/blender#104718 2023-02-17 06:21:14 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

I cleaned up the mesh filter code a bit. I rebased your patch; unfortunately it seems you can't make pull requests of personal repo forks, but here's the branch: https://projects.blender.org/Josep

Joseph Eagar created branch rebase-104718 in JosephEagar/blender 2023-02-17 06:18:03 +01:00
Joseph Eagar pushed to rebase-104718 at JosephEagar/blender 2023-02-17 06:18:03 +01:00
Joseph Eagar pushed to rebase-102427 at JosephEagar/blender 2023-02-17 06:17:35 +01:00
e2a41e65a5 Rebase 102427
a52c0a252f Cleanup: fix warnings from last commit
c352eeb213 Sculpt: Add support for last operator panel to mesh filter operator
ef60b13c1f Deps: Optimize meson based deps
9c79875f65 Cleanup: use BitSpan instead of BitVector where possible
Compare 10 commits »
Joseph Eagar created branch rebase-102427 in JosephEagar/blender 2023-02-17 06:17:35 +01:00
Joseph Eagar pushed to main at blender/blender 2023-02-17 06:14:49 +01:00
a52c0a252f Cleanup: fix warnings from last commit
Joseph Eagar commented on pull request blender/blender#104718 2023-02-17 06:04:12 +01:00
Sculpt: Add Transform, Trim, and Mesh Filter operators to Sculpt menu

I've not done a lot with modal tools. The last one was actually the original knife tool 10 years ago.

Joseph Eagar pushed to main at blender/blender 2023-02-17 05:55:37 +01:00
c352eeb213 Sculpt: Add support for last operator panel to mesh filter operator
Joseph Eagar commented on pull request blender/blender#104668 2023-02-16 21:18:57 +01:00
Add ASAN support to BLI_mempool

Generally very nice, integrating ASAN there is a great idea.

Can you explain why the behavior has to be different based on WITH_DNA_GHASH? I don't see why mempool should depend on that…

Joseph Eagar pushed to mempool_asan at JosephEagar/blender 2023-02-12 21:42:16 +01:00
0976bcb313 mempool_asan: Remove extraneous # character