Unfortunately, there is still a depsgraph related bug:
- Go to sculpt mode in default file.
- Search and run Set Pivot Position operator.
- Run the operator a second time.
- Go into the redo settings and change any parameter (to trigger a redo).
- Crash.
It fails in BKE_sculpt_update_object_for_edit because the depsgraph is
not yet fully evaluated. I'm not sure how this should be fixed. Any hints
would be appreciated. (@Sergey Sharybin (sergey), @Brecht Van Lommel (brecht))