Files
test/source/blender
Joshua Leung 37ffd95594 Fix: Drivers popover not showing
This was broken since cca87ccc75

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.
2018-10-20 15:30:21 +13:00
..
2018-10-17 12:43:41 +02:00
2018-10-17 12:43:41 +02:00
2018-10-19 16:14:42 -03:00
2018-10-19 09:18:22 +11:00
2018-10-20 15:30:21 +13:00
2018-09-26 17:49:40 +02:00
2018-10-11 08:14:04 +11:00