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

Core Solver - Add Curve Fitting command #119

Open
david-cattermole opened this issue Jul 21, 2019 · 1 comment
Open

Core Solver - Add Curve Fitting command #119

david-cattermole opened this issue Jul 21, 2019 · 1 comment
Assignees
Labels
core solver Related to the low-level solver functions. maya plugin Maya API Plug-In (C++)

Comments

@david-cattermole
Copy link
Owner

Feature

To properly support animated sparse transform re-parenting, it will be important to fit an animation curve to another animation curve.

I have already written that code, and it is licensed under the LGPL. The project is named animCurveMatch-maya (https://github.com/david-cattermole/animCurveMatch-maya). I believe the animCurveMatch project should be merged with mmSolver. By merging with mmSolver we provide a single plug-in to be loaded to get both bundle adjustment and curve fitting functionality.

Expected behavior:
A Maya command will be provided to match one source curve to another destination curve.

@david-cattermole david-cattermole added core solver Related to the low-level solver functions. maya plugin Maya API Plug-In (C++) labels Jul 21, 2019
@david-cattermole david-cattermole added this to the v0.3.0 milestone Jul 21, 2019
@david-cattermole david-cattermole self-assigned this Jul 21, 2019
@david-cattermole david-cattermole modified the milestones: v0.3.0, v0.4.0 Oct 2, 2019
@david-cattermole
Copy link
Owner Author

Not exactly the same, but I think Robert Joosten's Maya Keyframe Reduction tool uses some curve fitting.

https://github.com/robertjoosten/maya-keyframe-reduction

@david-cattermole david-cattermole removed this from the v0.4.0 milestone Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core solver Related to the low-level solver functions. maya plugin Maya API Plug-In (C++)
Projects
None yet
Development

No branches or pull requests

1 participant