summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/fcurve.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend QChannel and Channel to support jointIndex membersSean Harmer2017-09-021-0/+4
* Avoid crashing when there is one single keyframeLaszlo Agocs2017-07-051-0/+2
* Add support for linear interpolation in clip jsonLaszlo Agocs2017-06-141-7/+12
* Implement linear interpolation for animationsLaszlo Agocs2017-06-141-5/+28
* Refactor clip loading and add support for loading from dataSean Harmer2017-04-121-0/+35
* Use interpolation enum from QKeyFrameSean Harmer2017-04-111-1/+1
* Update naming of animation building blocksSean Harmer2017-03-021-13/+13
* Add job to process running clip animatorsSean Harmer2017-01-271-9/+14
* Add a job to load animation clipsSean Harmer2017-01-271-0/+58
* Implement FCurve evaluationSean Harmer2017-01-261-0/+83