Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as a user, I want to be able to manipulate keyframe indices of a curve as a unit #43

Open
dmarx opened this issue Feb 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dmarx
Copy link
Owner

dmarx commented Feb 2, 2023

whole family of operators to implement here, need to think about how I want to abstract this.

  • shift
  • expand/stretch, shrink/contract
@dmarx
Copy link
Owner Author

dmarx commented Feb 3, 2023

for shifting, could maybe override the infix operators: https://docs.python.org/3/reference/expressions.html#shifting-operations

@dmarx
Copy link
Owner Author

dmarx commented Feb 7, 2023

maybe something like compositions that wraps other objects, and modifies the input 'k' like easings.

@dmarx dmarx added the enhancement New feature or request label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant