My recent addition of Meshfoot core to the Blendgraph code has produved an error message that I do not understand.
found module but without addon_enabled field…
Does anyone know what this means and how I can fix it? Currently Blendgraph will crash Blender 2.69.10 when you press F12 to render. I assume this message has something to do with it…
Meshfoot leverages the existing import routines for .3ds, .lwo, .obj and .wrl. On my system I do have these enabled but there always exists the possibility that an end-user may not. However, the fact that I have them enabled does not prevent the crash.
bl_info = {
"name": "Blendgraph",
"author": "Atom",
"version": (0, 0, 1),
"blender": (2, 6, 9),
"location": "Nodes > CustomNodesTree > Blendgraph",
"description": "Node based modeling and animation.",
"warning": "User must ADD CUSTOM TREE in Composite window. Use SHIFT-A for adding new nodes.",
"wiki_url": "",
"tracker_url": "",
"category": "Node"}
I guess I don’t understand the error so I can’t fix it. The AddOn still loads and works (even calls to the imported modules), however when I press F12 Blendgraph totally crashes Blender 2.69.10 without any messages. Maybe they are unrelated, but it just started happening when I added the Meshfoot core to Blendgraph.