add stitches to preview

pull/3/merge
Michael Aschauer 2014-12-17 11:57:42 +01:00
rodzic 58e3c9bd23
commit a59f6b8ebf
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ def main():
emb.add_endstitches_to_jumps(10)
#emb.to_triple_stitches()
emb.save_as_png("files/%s.png" % fid)
emb.save_as_exp("files/%s.exp" % fid)
emb.save_as_exp("files/%s.exp" % fid,True)
print "Content-Disposition: attachment; filename=%s.exp" % fid
print "Content-Type: application/octet-stream\n"

Wyświetl plik

@ -883,7 +883,7 @@ IDE_Morph.prototype.projectMenu = function () {
'Select a sound from the media library'
);
*/
menu.popup(world, pos);
};