summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-233-12/+38
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-163-12/+38
| |\
| | * Take shortest path on quaternion slerpJuan Jose Casafranca2019-07-153-12/+38
* | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-031-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-3/+3
| |\|
| | * Check if animation channel only have one component and shortcircuitJuan Jose Casafranca2019-05-141-3/+3
* | | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-185-12/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-135-12/+6
| |\|
| | * QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-105-12/+6
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-097-78/+176
|\| |
| * | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-267-78/+176
| |\|
| | * Fix slerp interpolation when two quats are equalJuan Jose Casafranca2019-04-221-4/+4
| | * Animations: handle variable length propertiesPaul Lemire2019-04-037-74/+172
* | | Fix some warningsSergio Martins2019-05-091-3/+0
|/ /
* / Switch export macros to standard formKai Koehne2019-04-0233-35/+35
|/
* 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-224-12/+124
* Doc: fix broken links in qanimationcallback.cpp and qframegraphnode.cppv5.12.0-beta3Nico Vertriest2018-10-181-1/+1
* Fix notifications for QClipAnimator::clip propertyJim Albamont2018-10-051-0/+1
* Apply similar logic to the native Qt 3D animation clip selectionSean Harmer2018-08-023-6/+42
* Add support for loading specific animations from glTF 2 filesSean Harmer2018-08-024-12/+53
* Enable ConstantInterpolation for fcurvesJuan Jose Casafranca2018-07-311-2/+1
* Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-115-1/+22
* More fuzzy evaluation when calculating rootsChristian Strømme2018-07-101-1/+1
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-1914-21/+21
* 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-207-39/+15
* | Revert "Doc: Divide documentation into submodules"Topi Reinio2018-04-203-279/+0
|/
* Fix findCubicRoots for cases where coefficients are close to zeroSvenn-Arne Dragly2018-03-251-5/+46
* Document state of the Qt 3D modulesKai Koehne2018-03-121-4/+7
* Either fully qualify property types, or not at allVolker Krause2018-03-063-4/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-154-3/+30
|\
| * Doc: add doc to undocumented methods and properties qt3dNico Vertriest2018-02-063-2/+28
* | 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
* | Doc: Divide documentation into submodulesTopi Reinio2018-02-093-0/+275
* | Merge branch '5.10' into devSean Harmer2018-01-261-7/+28
|\|
| * Doc: add doc to undocumented methods in qt3dNico Vertriest2018-01-241-7/+28
* | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-238-16/+65
* | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-2310-14/+125
* | 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