Block a user
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
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
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…
Refactor: Sculpt: Split sculpt_intern.hh into separate header files
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…