Block a user
f4205661f3
Merge branch 'main' of projects.blender.org:blender/blender into specialize-flood-fill
00d113b92f
Address PR comments
e802fe1433
UI: Screen Area Docking Experimental Feature
7104813d31
Cleanup: Add copyright to sculpt_flood_fill.cc
0b70a9edc5
Fix: Do Not Reload File Browser Params in fileselect_refresh_params
Refactor: Specialize flood_fill methods per PBVH type
I had some ideas of turning this into a template...
template<typename T> class FloodFillData {
private:
std::queue<T> queue_;
blender::BitVector<> visited_verts_;
public:
…
Clay strip brush issue (sculpting)
Clay strip brush issue (sculpting)
Closing this issue in favor of the one linked by Pratik, there's not really a way for us to address this without addressing the other one as well given that it has to do with how we calculate the…
Sculpt: Add stablize stroke section for lasso gesture tools
Fix: Sculpt: Various tools not using crosshair cursor
Refactor: Specialize flood_fill methods per PBVH type
Ugh, missed this in my initial separation of this file, fixed in a different commit.
0df2eb7e99
Sculpt: Add stablize stroke section for lasso gesture tools
62608a7947
Cleanup: titles, line endings
16115ff29a
Merge branch 'blender-v4.2-release'
ed8145710b
Cleanup: addons -> add-ons
87810d4795
Cleanup: use definition lists for enumerating options