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
- Branch
- 2020-03-17-fix-poll (branched from master)
- Build Status
Buildable 7188 Build 7188: arc lint + arc unit