System Information
Operating system: fedora 30, 5.1.12-300.fc30.x86_64
Graphics card: nvidia 970m, 430.26 drivers
Blender Version
Broken: rB67fc4f4bedde
Worked: (optional)
Short description of error
when usiing the layers popover in the topbar, and trying to access the context menu (downarrow) next to the layers list, an error occurs
Exact steps for others to reproduce the error
- File > New > 2D Animation
- In the Topbar / Tool Settings click the TOPBAR_PT_gpencil_layers popover
- With either layer selected, try opening the GPENCIL_MT_layer_context_menu (downarrow next to UI_List)
should be getting following error:
location: <unknown location>:-1
Traceback (most recent call last):
File "/.../build_linux/bin/2.80/scripts/startup/bl_ui/properties_data_gpencil.py", line 84, in draw
gpd = context.gpencil
AttributeError: 'Context' object has no attribute 'gpencil'