summaryrefslogtreecommitdiffstats
path: root/src/animation/backend
Commit message (Expand)AuthorAgeFilesLines
* evaluateClipAtLocalTime: prevent negative indices for keyframes lookupPaul Lemire2020-09-181-1/+1
* Animation Handler: assign iterator on erasePaul Lemire2020-06-301-3/+3
* Animations: handle colors as vec3 or vec4Paul Lemire2020-03-191-4/+12
* Add a property map job in animation aspectJuan Jose Casafranca2019-09-239-36/+251
* Take shortest path on quaternion slerpJuan Jose Casafranca2019-07-153-12/+38
* Check if animation channel only have one component and shortcircuitJuan Jose Casafranca2019-05-141-3/+3
* QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-103-10/+1
* Fix slerp interpolation when two quats are equalJuan Jose Casafranca2019-04-221-4/+4
* Animations: handle variable length propertiesPaul Lemire2019-04-034-67/+89
* Dont play animations that are disabledJuan Jose Casafranca2019-03-281-0/+2
* Make slerping saferSean Harmer2019-03-111-6/+13
* Use slerp for animating rotation channelsJuan Jose Casafranca2019-02-223-8/+112
* Apply similar logic to the native Qt 3D animation clip selectionSean Harmer2018-08-022-6/+38
* Add support for loading specific animations from glTF 2 filesSean Harmer2018-08-023-11/+46
* Enable ConstantInterpolation for fcurvesJuan Jose Casafranca2018-07-311-2/+1
* Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-111-1/+1
* More fuzzy evaluation when calculating rootsChristian Strømme2018-07-101-1/+1
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-2/+2
|\
| * Animation: Make a fuzzy comparison when verifying cubic rootsSvenn-Arne Dragly2018-04-241-2/+2
* | Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-202-3/+5
|/
* Fix findCubicRoots for cases where coefficients are close to zeroSvenn-Arne Dragly2018-03-251-5/+46
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-141-0/+3
|\
| * Initialize the unused memberThiago Macieira2018-01-301-0/+3
* | Avoid duplicate animation job dependenciesKaj Grönholm2018-02-101-2/+5
* | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-236-10/+56
* | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-236-14/+92
* | Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-231-1/+5
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-226-5/+65
|\|
| * Add function to apply channel defaults and call itSean Harmer2018-01-223-0/+12
| * Generate default channel values as neededSean Harmer2018-01-224-5/+53
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2011-72/+285
|\|
| * Add a function to calculate the default value for missing channelsSean Harmer2018-01-192-0/+72
| * Store more information in the ChannelNameAndType structSean Harmer2018-01-192-25/+57
| * Add getters for joint transformations to SkeletonSean Harmer2018-01-191-0/+15
| * Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-1810-55/+141
| * Add function to return name of a jointSean Harmer2018-01-181-0/+1
| * Don't clear the target indices vector when building the formatSean Harmer2018-01-181-2/+9
* | Merge branch '5.10' into devSean Harmer2018-01-175-24/+17
|\|
| * Prevent potential containers detachingMike Krus2018-01-141-1/+1
| * Iterate on references to avoid copiesMike Krus2018-01-131-1/+1
| * Iterate by const reference on handlesMike Krus2018-01-132-2/+2
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-122-20/+13
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-15/+10
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-134-10/+0
|\| |
| * | Remove unused variables in the evaluate clip animator jobsChristian Stromme2017-11-274-10/+0
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-204-12/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Andy Nichols2017-11-173-0/+13
| |\|
| | * Fix AnimationClip crash when removing clipsAndy Nichols2017-11-153-0/+13
| * | Split animation callback handling into its own frontend classSean Harmer2017-11-161-4/+8
| * | Make sure m_mappingType is initialized in ChannelMappingSvenn-Arne Dragly2017-11-151-0/+1