kopia lustrzana https://github.com/backface/turtlestitch
add stitches to preview
rodzic
58e3c9bd23
commit
a59f6b8ebf
|
@ -43,7 +43,7 @@ def main():
|
||||||
emb.add_endstitches_to_jumps(10)
|
emb.add_endstitches_to_jumps(10)
|
||||||
#emb.to_triple_stitches()
|
#emb.to_triple_stitches()
|
||||||
emb.save_as_png("files/%s.png" % fid)
|
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-Disposition: attachment; filename=%s.exp" % fid
|
||||||
print "Content-Type: application/octet-stream\n"
|
print "Content-Type: application/octet-stream\n"
|
||||||
|
|
|
@ -883,7 +883,7 @@ IDE_Morph.prototype.projectMenu = function () {
|
||||||
'Select a sound from the media library'
|
'Select a sound from the media library'
|
||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
menu.popup(world, pos);
|
menu.popup(world, pos);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue