Apr
15
I want to have a node that does this:
echo "Some text here" >> theCurrentShakeScript.shk
When opening the shake script the last lines should look like this:
Code:
"vDesk.0.xliderValue", "0",
"vDesk.0.y", "0",
"vDesk.0.yPan", "-454",
"vDesk.0.zoom", "1.53427172",
"vDesk.viewers", "1"
);
// Some text here
Or even better, if the above is possible, I’d like the "Some text here" to be created in the first line of the .shk file
Post a Comment