Should have a fix for this later today
It's odd that this is happening to the Lasso Trim operator but not the Box Trim, and only occurs when selecting from the Sculpt menu, not the toolbar itself.
More operators was my first idea, but I was worried if doing so would be a breaking change. I’ll work on splitting them up
@pablovazquez I'm not sure if Julien is actively looking at any issues since he's on sabbatical; In this case I guess sign-off from the sculpt module on the artist side would come from @DanielByste…
Ok, I removed any build artifacts that were in the parent directly (build_darwin_*
), performed
make update
make lite
ran Blender with `../build_darwin_lite/bin/Blender.app/Conten…
Hmm, I wonder if I have a weird cached file or something. I'll try a clean build in with factory startup tomorrow.
Threw an assert in the sort comparison function here in interface_utils.cc
, a is nullptr
occasionally
std::sort(
items_list.begin(),
items_list.end(),
…