Lukich Posted April 5, 2004 Share Posted April 5, 2004 Hi. I'm trying to convert a certain vex script into vops as an exercise. However, there's one problem - the vex script uses $FF as one of it's variables. However, when I create a parameter $FF or try to import it from sops, it tells me that I cannot have channels based on time. Am I overlooing something? Thanks. Quote Link to comment Share on other sites More sharing options...
wildparky Posted April 6, 2004 Share Posted April 6, 2004 Vop operator only have access to infomation passed to them as parameters. they have no knowledge of "time variables" such as $FF. only vop geometry operator have "global time variable". if you need to access time variables, you must pass them as parameters. Pys Quote Link to comment Share on other sites More sharing options...
wildparky Posted April 6, 2004 Share Posted April 6, 2004 check it out. FF.hipnc Quote Link to comment Share on other sites More sharing options...
Lukich Posted April 6, 2004 Author Share Posted April 6, 2004 brilliant, thanks a lot! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.