Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar commented on pull request blender/blender#109612 2023-07-02 03:36:53 +02:00
Cleanup: Sculpt: Remove unnecessary absolute values of face sets

Thanks for doing this.

Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-01 01:01:16 +02:00
6be5fac602 temp-sculpt-dyntopo: remove test code
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-01 01:00:47 +02:00
7e78f221ff temp-sculpt-dyntopo: Add missing small buffer optimization size
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-01 00:49:39 +02:00
24c5536e46 temp-sculpt-dyntopo: Fix compile error
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-01 00:48:54 +02:00
71148abcd1 temp-sculpt-dyntopo: Don't update sharp angle flags when not requested
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-01 00:31:37 +02:00
c269861369 temp-sculpt-dyntopo: Remove debug timer
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-01 00:27:25 +02:00
4731773294 temp-sculpt-dyntopo: Yet again tweak num. stability smoothing factor
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-07-01 00:22:11 +02:00
00d4fa3dec temp-sculpt-dyntopo: Fix uv collapse bug
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-06-30 21:20:02 +02:00
8f8fe8c9f2 temp-sculpt-dyntopo-hive: Fix compile error
c003ab3353 Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
ae401b4a0d temp-sculpt-dyntopo: Add back missing nullptr check
c3d0d31f7b Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
b135761e5c temp-sculpt-dyntopo: Fix a few undo crashes
Compare 137 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-30 13:27:51 +02:00
ae401b4a0d temp-sculpt-dyntopo: Add back missing nullptr check
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-30 10:35:33 +02:00
b135761e5c temp-sculpt-dyntopo: Fix a few undo crashes
Joseph Eagar created pull request blender/blender#109549 2023-06-30 09:15:53 +02:00
WIP: Sculpt: new C++ brush vertex API
Joseph Eagar created branch temp-sculpt-brush-iter in JosephEagar/blender 2023-06-30 08:49:38 +02:00
Joseph Eagar pushed to temp-sculpt-brush-iter at JosephEagar/blender 2023-06-30 08:49:38 +02:00
7e3ad1fbd0 Sculpt: C++ new brush vertex API
e73a9a6a7d Fix #109519: Orbit Around Selection resets pivot if nothing is selected
f47eed749e Cleanup: Fix warning from struct/class mismatch
ff62f402da EEVEE-Next: Fix overlap with nodetree UBO
57852a6688 DRW: Fix some overlapping UBO bindings
Compare 10 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-30 06:02:36 +02:00
37fb533ce5 temp-sculpt-dyntopo: Fix more performance regressions
8bbb475912 temp-sculpt-dyntopo: Run make format
336c5b82a3 temp-sculpt-dyntopo: Fix performance regressions
Compare 3 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-28 18:46:49 +02:00
657103d0cc temp-sculpt-dyntopo: Fix anchored and drag dot modes for dyntopo
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-28 14:02:29 +02:00
32b40dba50 temp-sculpt-dyntopo: Grey out overriden dyntopo settings
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-28 12:32:12 +02:00
a0e1b02cc6 temp-sculpt-dyntopo: Rewrite uv collapse and other fixes
21f7238e76 temp-sculpt-dyntopo: Remove dyntopo inherit flags from UI
Compare 2 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-27 19:57:59 +02:00
a59c5c0683 temp-sculpt-dyntopo: Fix crashed in last commit
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-06-27 19:11:32 +02:00
4a134abfa1 temp-sculpt-dyntopo: Fix UV reprojection and a few other fixes