Jump to content

keyframe curve + offset , chop?


cloudfx

Recommended Posts

Here is what I am trying to do.

I have 1 light with keyed intensity.

Like it starts from 0 at frame 1 and becomes 2 at frame 2 and slowly become 0 again around frame 4.

So 3 keyframes.

And I want to give a offset to this curve so I can copy paste this light to other positions and use it for other lighting in the scene.

What would be good way to work around this? chop?

Link to comment
Share on other sites

Here is what I am trying to do.

I have 1 light with keyed intensity.

Like it starts from 0 at frame 1 and becomes 2 at frame 2 and slowly become 0 again around frame 4.

So 3 keyframes.

And I want to give a offset to this curve so I can copy paste this light to other positions and use it for other lighting in the scene.

What would be good way to work around this? chop?

If you want to offset the timing you can use the chf() hscript expression... so for any object you want to reference that animation you can use something like this: chf("/pathtochannel", $FF - 143) This will make the animation for this channel now start at frame 143.

Link to comment
Share on other sites

If you want to offset the timing you can use the chf() hscript expression... so for any object you want to reference that animation you can use something like this: chf("/pathtochannel", $FF - 143) This will make the animation for this channel now start at frame 143.

That helps a lot. Thanks Solitude,

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...