Post #1151: Hey sorry to bother you again but I am getting loads of nonetype errors when ble

๐Ÿ“‹ Metadata

  • Author: Way2Close
  • Date: 2017-12-13 12:51:24
  • Type: bug_report
  • Quality Score: 6/10
  • Replies (1): post_01153

๐Ÿท๏ธ Tags

v1-18-8 panel-group custom-panels intermediate unsolved

  • Panel Group Editor
  • Custom Panel Configuration

๐Ÿ’ฌ Content

Hey sorry to bother you again but I am getting loads of nonetype errors when blender starts:

Traceback (most recent call last): File โ€œC:\Users\Way2Close\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\pie_menu_editor\operators.pyโ€, line 1386, in _draw_item
lh.prop(obj, prop, text)
File โ€œC:\Users\Way2Close\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\pie_menu_editor\layout_helper.pyโ€, line 293, in prop
โ€œProperty not found: %s.%sโ€ % (type(data).name , prop))
AttributeError: Property not found: NoneType.show_wire

It is from a custom panel group in the โ€˜Nโ€™ panel:

Its not too important, I just thought if there was a quick fix I could do :slight_smile:


๐Ÿ”— View on Blender Artists