This patch fixes T74838 where Blender would crash when the operator search is used while no active object exists. The cause of the issue is an attempt to dereference ob when it is NULL. Therefore this patch checks the return value of SCULPT_mode_poll() first, to ensure that ob isn't NULL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender