patch [#24221] Creating graph from armature doesn't work with unsaved .blend files (with fix).

from Sergej Reich (sergof)

Made some corrections to the patch as well as using bpy.app.tempdir with tempfile python module.
This commit is contained in:
2010-10-13 00:08:24 +00:00
parent 4a385adbf3
commit 118e0426f1
3 changed files with 21 additions and 8 deletions

View File

@@ -94,11 +94,11 @@ static PyObject *make_app_info(void)
SetStrItem(build_platform);
SetStrItem(build_type);
#else
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
SetStrItem("Unknown");
#endif
#undef SetIntItem