📋 Metadata
- Author: Way2Close
- Date: 2017-12-13 12:51:24
- Type:
bug_report - Replies (1): post_01153
💬 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 