Blender Git Commit Log
Git Commits -> Revision 543beca
Revision 543beca by Philipp Oeser (master) March 25, 2021, 13:03 (GMT) |
Fix T86921: Executing "Operator Cheat Sheet" Crashes Blender This was only happening without an active object. 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 geometry operators (introduced in rB370d6e50252b) attribute domains depends on a context object. If this isn't available, we just have to return `DummyRNA_NULL_items`. Maniphest Tasks: T86921 Differential Revision: https://developer.blender.org/D10814 |
Commit Details:
Full Hash: 543becac36e08cdba5ba6230fe77138c0a2124f6
Parent Commit: 0083a76
Lines Changed: +5, -1
1 Modified Path:
/source/blender/editors/geometry/geometry_attributes.c (+5, -1) (Diff)