Is it possible to make a node pipe out text to .shk script

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

No Responses to “Is it possible to make a node pipe out text to .shk script”

Post a Comment