Jump to content

time on vops


Lukich

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...