V5 Notes Feature - two scripts and 1st Step to Automation?

 From:  Michael Gibson
11509.10 In reply to 11509.9 
Hi stefano, yes that last one should work:

var frame = moi.vectorMath.createTopFrame();
frame.origin.x = 0;
frame.origin.y = 0;
frame.origin.z = 0;
factory.setInput( 0, frame );

- Michael