Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-12 19:46:51 +02:00
d1472c9e1f Add bmesh_log.h back to bmesh.h
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-12 19:45:42 +02:00
89c750d9ec * Remove BMLogCallbacks.
Joseph Eagar commented on pull request blender/blender#113539 2023-10-12 19:08:02 +02:00
Sculpt: Rewrite BMLog to support customdata and geometry undo steps

I'll get rid of it then and just have it delete the idmap layers on sculpt mode exit.

Joseph Eagar commented on pull request blender/blender#113539 2023-10-12 19:08:00 +02:00
Sculpt: Rewrite BMLog to support customdata and geometry undo steps

I'll get rid of it then and just have it delete the idmap layers on sculpt mode exit.

Joseph Eagar commented on pull request blender/blender#113539 2023-10-12 19:04:56 +02:00
Sculpt: Rewrite BMLog to support customdata and geometry undo steps

Thanks a lot for for splitting out this change. This does look mostly self contained like you mentioned. I did a first round of review-- I hope everything is clear. I mostly looked at `bmesh_log.…

Joseph Eagar pushed to temp-dyntopo-pbvh-balance at JosephEagar/blender 2023-10-12 09:01:32 +02:00
80c228a8c1 Update comment
Joseph Eagar created pull request blender/blender#113577 2023-10-12 08:59:27 +02:00
WIP: Tree balance functions for PBVH_BMESH
Joseph Eagar created branch temp-dyntopo-pbvh-balance in JosephEagar/blender 2023-10-12 08:37:11 +02:00
Joseph Eagar pushed to temp-dyntopo-pbvh-balance at JosephEagar/blender 2023-10-12 08:37:11 +02:00
ede4b16f3c Rewrite pbvh_bmesh_balance_tree to dissolve nodes instead of
fa92deafe7 Dynamic balancing for PBVH_BMESH:
Compare 2 commits »
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-11 21:07:56 +02:00
2efd5e16fd Merge branch 'main' into temp-dyntopo-bmlog
4bddbe85f6 EEVEE-Next: Move out of experimental options
80a8368b88 EEVEE-Next: UI cleanup of render settings panel
df523f3bf1 EEVEE-Next: Add back lightprobe influence
1ba16edaf0 EEVEE-Next: Rename light probes
Compare 54 commits »
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-11 20:52:24 +02:00
55c9146303 Add missing files
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-11 14:08:26 +02:00
108e1fd03a Fix typo
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-11 14:04:48 +02:00
b75e80e915 Add a comment.
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-11 14:03:42 +02:00
1b734a02db Finish up geometry undo nodes
Joseph Eagar created pull request blender/blender#113539 2023-10-11 13:55:54 +02:00
Sculpt: Rewrite BMLog to support customdata and geometry undo steps
Joseph Eagar pushed to temp-dyntopo-bmlog at JosephEagar/blender 2023-10-11 13:52:36 +02:00
440f5be7ed Sculpt: Rewrite BMLog to support customdata and geometry undo steps
91ec9bc5a7 Cleanup: don't use DOXYGEN blocks for inline comments
b0a6c6c1de Merge branch 'blender-v4.0-release'
58442a420e Cleanup: comment for release configuration, quote-style & remove parens
61dc86b0eb Merge branch 'blender-v4.0-release'
Compare 10 commits »
Joseph Eagar created branch temp-dyntopo-bmlog in JosephEagar/blender 2023-10-11 13:52:36 +02:00
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-10-11 00:05:44 +02:00
dcac6b827e temp-sculpt-dyntopo: Use template deduction instead of BMElem for BMIDMap
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-10-10 23:23:20 +02:00
a590a0bfd6 temp-sculpt-dyntopo: Add file comment to BM_idmap.hh
Joseph Eagar pushed to temp-sculpt-dyntopo at blender/blender 2023-10-10 23:16:59 +02:00
12a37ed4ef temp-sculpt-dyntopo: Cleanup bmlog a bit more