summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Animation support for Qt3DAntti Määttä2017-01-3157-13/+7254
* LerpBlend: remove duplicate public declarationPaul Lemire2017-01-291-1/+0
* Build blend trees and execute themPaul Lemire2017-01-2916-9/+725
* Refactor clip evaluation and property mappingPaul Lemire2017-01-297-317/+501
* Update animation-keyframe-simple manual test with blend treesPaul Lemire2017-01-293-0/+172
* Add loops property to ClipAnimator and implement logic for itSean Harmer2017-01-298-6/+121
* Register QAbstractClipBlendNode and QLerpBlend to QMLPaul Lemire2017-01-296-6/+192
* Completed BlenderAnimator frontend and backendPaul Lemire2017-01-297-41/+537
* Register QLerpBlend node with Animation aspectPaul Lemire2017-01-295-4/+50
* Add ClipBlendNodeVisitorPaul Lemire2017-01-296-3/+365
* Add backend nodes for the blend nodesPaul Lemire2017-01-2914-3/+1094
* Add QClipBlendNodeCreatedChangePaul Lemire2017-01-287-13/+254
* QAbstractClipBlendNode: add method to retrieve parentClipBlendNodePaul Lemire2017-01-283-0/+39
* Add QLerpBlend nodePaul Lemire2017-01-287-3/+532
* Add job to process running clip animatorsSean Harmer2017-01-2718-47/+764
* Calculate animation clip duration and send to frontendSean Harmer2017-01-278-1/+118
* Add job to find all clip animators that should be runningSean Harmer2017-01-277-14/+208
* Add channelMapper property to QClipAnimatorSean Harmer2017-01-278-5/+108
* Add API to map animation channels to propertiesSean Harmer2017-01-2733-8/+1994
* Add running property to QClipAnimatorSean Harmer2017-01-279-0/+86
* Morph animation loading support for ColladaAntti Määttä2017-01-2710-293/+2359
* Add a job to load animation clipsSean Harmer2017-01-2725-32/+765
* Adding logging categories to the animation aspectSean Harmer2017-01-273-1/+131
* Add animation componentsSean Harmer2017-01-2736-7/+2022
* Register QAnimationClip with QMLSean Harmer2017-01-271-0/+2
* Implement FCurve evaluationSean Harmer2017-01-2615-3/+1457
* Add QAbstractClipBlendNodePaul Lemire2017-01-267-3/+437
* Set the final flag on scene changes coming from the backendPaul Lemire2017-01-2613-0/+41
* Allow to filter change events based on a track propertyPaul Lemire2017-01-2526-67/+1096
* Add in the usual plumbing and register QAnimationClipSean Harmer2017-01-2510-5/+442
* Add AnimationClip backend node and testSean Harmer2017-01-256-0/+303
* Add QAnimationClip frontend class and testSean Harmer2017-01-257-3/+431
* Only build backendnodetester when private tests are configuredSean Harmer2017-01-251-2/+8
* Add animation aspect importsSean Harmer2017-01-255-0/+144
* Merge branch 'dev' into wip/animationSean Harmer2017-01-25196-1138/+9450
|\
| * ComputeParticles: use memory barrierPaul Lemire2017-01-251-0/+1
| * Register QMemoryBarrier to QMLPaul Lemire2017-01-251-0/+3
| * Add Quick3DMemoryBarrierPaul Lemire2017-01-255-4/+165
| * Renderer: apply memory barriersPaul Lemire2017-01-243-0/+12
| * QMemoryBarrier: update doc about execution orderPaul Lemire2017-01-241-0/+8
| * GraphicsHelpers: add glMemoryBarrier supportPaul Lemire2017-01-2411-0/+96
| * Notify components of aggregation changesMike Krus2017-01-243-83/+122
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2433-121/+777
| |\
| | * Send further pick events to initial object pickerMike Krus2017-01-2310-7/+503
| | * Picking: restore early checksMike Krus2017-01-216-59/+89
| | * Keep the existence of renderer and nodes in syncMike Krus2017-01-201-1/+5
| | * Texture: small coding style cleanupMauro Persano2017-01-201-24/+12
| | * Accept DDS files with extra data at the endMauro Persano2017-01-201-3/+9
| | * remove obsolete host build declarations from subdirs projectsOswald Buddenhagen2017-01-181-1/+0
| | * ObjLoader: actually check for the indices' valuesGiuseppe D'Angelo2017-01-131-7/+7