Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-30 21:18:07 +02:00
02d4bab58d temp-sculpt-dyntopo: Remove extraneous code:
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-30 18:38:40 +02:00
aed93c2e84 temp-sculpt-dyntopo-hive-alloc: move edge customdata
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-30 09:02:32 +02:00
1d6cdfab0a temp-sculpt-dyntopo-hive-alloc: Fix a few bugs
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-30 08:27:46 +02:00
668c047302 temp-sculpt-dyntopo-hive-alloc: Refactor code to support partial defrag
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-30 07:30:47 +02:00
edb3d2c8f2 Merge branch 'temp-sculpt-dyntopo' into temp-sculpt-dyntopo-hive-alloc
2a0244cf1a temp-sculpt-dyntopo: Fix bug with layer brush exploding the geometry
ac71908680 temp-sculpt-dyntopo: Smooth and topology rake fixes
c606bce67e temp-sculpt-dyntopo: Don't ignore detail_range setting
79c28f1ee2 temp-sculpt-dyntopo: Remove unneccasry bmesh table building
Compare 313 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-30 07:29:36 +02:00
2a0244cf1a temp-sculpt-dyntopo: Fix bug with layer brush exploding the geometry
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-30 07:03:15 +02:00
ac71908680 temp-sculpt-dyntopo: Smooth and topology rake fixes
c606bce67e temp-sculpt-dyntopo: Don't ignore detail_range setting
Compare 2 commits »
Joseph Eagar commented on issue blender/blender#108404 2023-05-30 02:15:34 +02:00
Add support for "Channels" to the Color Attributes

I imagine there should be a lock toggle too.

Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-30 02:07:02 +02:00
79c28f1ee2 temp-sculpt-dyntopo: Remove unneccasry bmesh table building
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-29 23:50:07 +02:00
673d176f66 Merge branch 'main' into temp-sculpt-dyntopo
30a25a42e6 Move versioning file 2.8 to C++
0542705218 Merge branch 'blender-v3.6-release'
97d9e078b3 Fix #108094: VSE relative paths do not work with linked scenes
d6b9df2737 Merge branch 'blender-v3.6-release'
Compare 307 commits »
Joseph Eagar opened issue blender/blender#108402 2023-05-29 22:52:36 +02:00
Hive Base Allocator For BMesh
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-28 04:30:22 +02:00
37fb5a145d temp-sculpt-dyntopo-hive-alloc: Fix warnings
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-28 04:20:31 +02:00
48bd2f1e15 temp-sculpt-dyntopo-hive-alloc: More compile errors, remove ATTR_NO_OPTs
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-28 04:07:15 +02:00
02b21c4162 itemp-sculpt-dyntopo-hive-alloc: Fix linux compile error
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-28 03:52:32 +02:00
5cdd01fccf temp-sculpt-dyntopo-hive-alloc: Make benchmark operator
Joseph Eagar pushed to temp-sculpt-dyntopo-hive-alloc at blender/blender 2023-05-27 12:48:17 +02:00
c9ea096d82 temp-sculpt-dyntopo-hive-alloc: Debug tweaks
2b092c1b71 temp-sculpt-dyntopo-hive-alloc: use hive allocator for bmesh customdata
885e260a87 temp-sculpt-dyntopo-hive-alloc: Add support for runtime element sizeing
d8c86e032e tem-sculpt-dyntopo-hive-alloc: System basically works
376775647d temp-sculpt-dyntopo-hive-alloc: Add hive allocator
Compare 6 commits »
Joseph Eagar created branch temp-sculpt-dyntopo-hive-alloc in blender/blender 2023-05-27 12:48:17 +02:00
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-26 01:11:49 +02:00
d69a80cf5b temp-sculpt-dyntopo: Fix automasking bug
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-25 12:29:17 +02:00
774d08bfd4 temp-sculpt-dyntopo: Improve dyntopo remeshing quality
bd6069248e temp-sculpt-dyntopo Move core dyntopo loop into EdgeQueueContext
Compare 2 commits »
Joseph Eagar commented on pull request blender/blender#104613 2023-05-23 03:36:52 +02:00
WIP: Sculpt: dynamic topology refactor

I'm planning (actually I thought I'd already) to revert smallhash.c. I actually think we should remove it altogether, 'blender::Set' is much better. I've been slowly removing it from the sculpt code.