Page MenuHome

Fix T102436: Crash using any Filter when automasking options are activated
AbandonedPublic

Authored by Pratik Borhade (PratikPB2123) on Nov 22 2022, 8:00 PM.

Details

Summary

Crash triggers due to accessing member variables of brush.
Which value was passed as null to SCULPT_automasking_cache_init in
invoke function of every filter brush.

Diff Detail

Repository
rB Blender

Event Timeline

I can still reproduce crashes when using view normal auto-masking with occlusion enabled.
But the cavity curve crashes seem to be fixed here.

I'm going to fix this a bit differently; the brush is supposed to be able to be NULL in this case.

Sure, no problem. I'll close the patch in that case. Thanks for checking :)