Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar commented on pull request blender/blender#104613 2023-05-23 03:33:35 +02:00
WIP: Sculpt: dynamic topology refactor

I'm aware. I've been correcting them as I go along.

Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-22 23:29:38 +02:00
3e9493937a temp-sculpt-dyntopo: Fix memory leak
57b1ad9809 temp-sculpt-dyntopo: Improve dyntopo convergence
fe647b9e33 temp-sculpt-dyntopo: Fix brush resetting not affecting dyntopo settings
70acf884dd temp-sculpt-dyntopo: Use eigen decomposer from Eigen for curvature rake
1d572e238b temp-sculpt-dyntopo: Remove unused enum
Compare 5 commits »
Joseph Eagar commented on pull request blender/blender#104613 2023-05-22 03:33:10 +02:00
WIP: Sculpt: dynamic topology refactor

Another thing that needs to be removed from this PR is the "Bend" deformation setting in the pose brush. This is currently broken and needs its own PR.

Looks like I forgot to remove the…

Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-22 03:31:13 +02:00
e036659014 Merge branch 'main' into temp-sculpt-dyntopo
8c6908eba5 Merge branch 'blender-v3.6-release'
6c4da68ad2 Fix #107718: Extend channel selection not working due to key conflicts
b58cfde48a BLI: improve IndexRange
f6d824bca6 BLI: move tbb part of parallel_for to implementation file
Compare 188 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-22 02:15:14 +02:00
4de7f2b06f temp-sculpt-dyntopo: Cleanup dyntopo code
3ab1999b41 temp-sculpt-dyntopo: Make detail flood fill dynamic, add quality slider
bd35096a79 temp-sculpt-dyntopo: Cleanup: Move code around to avoid long rebuild times
Compare 3 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-19 11:58:23 +02:00
88bab95b8c temp-sculpt-dyntopo: Tweak UI for new smooth boundary settings
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-19 11:02:47 +02:00
78a0e81d9a temp-sculpt-dyntopo: Fix uv reprojection bug and cleanup code
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-19 10:10:29 +02:00
c40d7cc278 temp-sculpt-dyntopo: Improve dyntopo remesher quality
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-19 09:21:52 +02:00
225df16d81 temp-sculpt-dyntopo: Fix a large number of memory leaks
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-19 00:34:43 +02:00
f704e272fc temp-sculpt-dyntopo: Remove debug code from last 2 commits
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-19 00:34:14 +02:00
71dda6300b temp-sculpt-dyntopo: Fix strings of boundary edges shrinking during smooth
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-19 00:19:33 +02:00
15d4621739 temp-sculpt-dyntopo: Expose smooth brush boundary settings to UI
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-18 22:57:14 +02:00
ab46277a5d temp-sculpt-boundary: New boundary type: sharp-angle edges
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-18 11:11:42 +02:00
83362d4611 temp-sculpt-dyntopo: Fix BMLog not saving edge flags properly
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-17 23:12:54 +02:00
d25e597adb temp-sculpt-dyntopo: remove dyntopo smooth shading from UI
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-17 23:06:50 +02:00
61fe3ae8d2 temp-sculpt-dyntopo: Fix undoing past first undo step locking the mesh
62404b3878 temp-sculpt-dyntopo: Improve dyntopo support for face sets
Compare 2 commits »
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-17 19:27:37 +02:00
6d9faebd0f temp-sculpt-dyntopo: Fix crash with original mask code
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-17 18:11:46 +02:00
5243408f68 temp-sculpt-dyntopo: Fix various face set bugs
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-17 11:58:06 +02:00
380ad68d84 temp-sculpt-dyntopo: Fix smoothing bug
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-05-17 11:07:01 +02:00
64b21b4d1f temp-sculpt-dyntopo: Minor smoothing fixes and code cleanups