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(),
…
For what it's worth, I think it wouldn't be a invasive change due to the way that the automasking cache struct shields other parts of the codebase from accessing this curve through the brush. For…
Thanks for the fix. Do you have a sense of why adding the curve as it's needed won't work? I guess because it has to be displayed in the UI regardless?
Adding it as its needed is a possibility…
This occurs specifically with the Sculpting startup.blend
file. When that file is loaded, it doesn't have the Paint
brush which then means that the brush_blend_read_data
for that block is…