Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to remove-sculpt-orig-vert-data at Sean-Kim/blender 2024-08-20 00:25:26 +02:00
ecac7cbf72 Cleanup: Remove unused SculptOrigVertData struct
4c37b3ea02 Cleanup: Resolved missing declaration warnings after recent cleanup
cc5d9387ce Fix: Build error after recent commit
db265c9aac Sculpt: Specialize normal and topology mask expand operations
3afa9c8e4f Cleanup: Consistent C++ class layout
Compare 10 commits »
Sean Kim created branch remove-sculpt-orig-vert-data in Sean-Kim/blender 2024-08-20 00:25:26 +02:00
Sean Kim deleted branch active-vert-updates from Sean-Kim/blender 2024-08-19 22:26:25 +02:00
Sean Kim pushed to main at blender/blender 2024-08-19 22:16:40 +02:00
c9a69f70d9 Refactor: Sculpt: Consolidate pbvh clearing actions
Sean Kim commented on pull request blender/blender#126341 2024-08-19 20:01:06 +02:00
Refactor: Sculpt: Consolidate pbvh clearing actions
Sean Kim pushed to active-vert-updates at Sean-Kim/blender 2024-08-19 20:00:17 +02:00
3628699617 Remove unnecessary function call
Sean Kim commented on pull request blender/blender#126341 2024-08-19 19:59:31 +02:00
Refactor: Sculpt: Consolidate pbvh clearing actions

Removing the BKE_object_free_derived_caches call doesn't seem to cause any issues for any of the places that SCULPT_free_pbvh was use

Sean Kim commented on pull request blender/blender#126341 2024-08-19 19:26:42 +02:00
Refactor: Sculpt: Consolidate pbvh clearing actions

Seems like the depsgraph tag was added as a fix for some dyntopo related bugs here. I'll do a bit of testing right now to see if…

Sean Kim deleted branch split-sculpt-intern-header from Sean-Kim/blender 2024-08-19 19:01:54 +02:00
Sean Kim pushed to main at blender/blender 2024-08-19 19:01:51 +02:00
852b3dbff3 Refactor: Sculpt: Split sculpt_intern.hh into separate header files
Sean Kim merged pull request blender/blender#126443 2024-08-19 19:01:51 +02:00
Refactor: Sculpt: Split sculpt_intern.hh into separate header files
Sean Kim pushed to main at Sean-Kim/.profile 2024-08-18 23:33:37 +02:00
d3ada54b80 Update reports/2024.md
Sean Kim pushed to main at Sean-Kim/.profile 2024-08-18 23:19:02 +02:00
42cce461e5 Update README.md
Sean Kim pushed to main at Sean-Kim/.profile 2024-08-18 22:57:29 +02:00
68ccc1c65c Update reports/2024.md
Sean Kim commented on pull request blender/blender#126341 2024-08-18 22:53:49 +02:00
Refactor: Sculpt: Consolidate pbvh clearing actions
Sean Kim pushed to active-vert-updates at Sean-Kim/blender 2024-08-18 22:53:09 +02:00
b1b4e65097 Remove extra calls
Sean Kim pushed to split-sculpt-intern-header at Sean-Kim/blender 2024-08-18 22:42:52 +02:00
edf49c68cd Remove prefix
Sean Kim commented on pull request blender/blender#126443 2024-08-18 22:21:06 +02:00
Refactor: Sculpt: Split sculpt_intern.hh into separate header files

Will remove the ED_ part of the prefix - for now I think until we split out the module a bit better keeping the sculpt prefix helps, especially given that in some cases we already have a…