Open
Description
This does not seem to work at all for me. Tested on CS6, CC2014 and CC2015 under OS X.
Try this snippet:
#includepath "~/Documents/;%USERPROFILE%Documents";
#include "basiljs/bundle/basil.js";
function draw() {
var tf = b.text("This script …", 0, 0, 200, 200);
var story = tf.parentStory;
b.addToStory(story, " works!");
}
b.go();
Nothing gets added to the story.
@fabiantheblind Now you could maybe help me with your git knowledge: Is it somehow easily possible to git checkout
old releases, so I can investigate when this stopped working and find out why? Thanks!
Please flag as bug.