Automatic Interpolation
@nvuaille is already working on this.
Since Nov 30, 2015.
- Dominant language
- C++
- Stars
- 2.1k
- Forks
- 129
- Avg merge
- 19h 7m
- Merged PRs (30d)
- 48
Description
when creating a second event in a sequence, i-score creates automatically an interpolation for the parameter(s) that have changed since the first event.
In my exemple, I use a video layer with a few parameters (scale, alpha, color etc…)
Step 1 : I create an event with all params of the layer. Alpha is 0 and scale is 1
Step 2 : I modify alpha to 1
Step 3 : I create a second event in a sequence with all params of the layer. i-score creates an interpolation of alpha. Great !!
Step 4 : I modify scale to 0
Step 5 : I update the first event (drag the node layer.1 to the first event.
I think it could be nice that an interpolation of scale from 0 to 1 can be automagically created.
What do you think about?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.