Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Currently, the Keyframe QML type seems to be generated in the order by which they are created in the Timeline Editor.
As a result, we sometimes end up having a code like below, where the Keyframe with younger number is located below the one with older number, which is unintuitive.
The issue arises when the QDS project is passed to the developers, who check and refactor the code. If they need to figure out the order of the Keyframe by manually checking the frame property of Keyframe, this is a huge and unnecessary burdern for them.
Therefore, the geenrated Keyframe QML type should respect the order of the frame number. In the case of below, the Kayframe with the frame number 761 should be placed before the one with 1521 automatically.