Blender Git Commit Log
Git Commits -> Revision 37ffd95
Revision 37ffd95 by Joshua Leung (master) October 20, 2018, 02:30 (GMT) |
Fix: Drivers popover not showing This was broken since cca87ccc753a85b447872a259c9d3e3f07ec1c13 The problem was that as this popover was defined in the C-code for the Graph Editor, the relevant panel never got added to the WM_paneltype registry, since only Python defined panels get WM_paneltype_add() called when they are defined. Since the majority of panels defined for regions are only used there, a more localised fix was applied here by only adding the driver popover to the global list manually. |
Commit Details:
Full Hash: 37ffd95594fe801cd51f60816e575fb3786cd095
Parent Commit: 3c61efc
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)