summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-179-31/+24
|\|
| * 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
| * Use strict const iteratorsMike Krus2018-01-133-6/+6
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-123-21/+14
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-15/+10
| | * qanimationgroup.h: Fix include of Qt classFriedemann Kleint2017-11-281-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-138-24/+15
|\| |
| * | Move animation callback handling to QAbstractClipAnimatorChristian Stromme2017-12-014-14/+15
| * | 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-2013-82/+377
|\| |
| * | 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-169-73/+349
| * | Make sure m_mappingType is initialized in ChannelMappingSvenn-Arne Dragly2017-11-151-0/+1