Blender Git Loki
Git Commits -> Revision 20bf736
Revision 20bf736 by Julian Eisel (master) March 17, 2021, 11:51 (GMT) |
Fix T86645: Executing "Operator Cheat Sheet" Crashes Blender The "Operator Cheat Sheet" operator collects info about all operators, and as part of that executes the callbacks to create dynamic enums. The callback to enumerate the Outliner ID operations depends on Outliner context. If this isn't available, it can just return a context-less version of the enum, that is, a static enum with all available items. This was already done in case no context is available at all. |
Commit Details:
Full Hash: 20bf736ff81c6fb79558796b74d50d4e7a9c8ef6
Parent Commit: 2a4bde0
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tools.c (+2, -2) (Diff)