You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a generic issue that comes from using an animationplayer. I've uploaded a test project
Describe the problem or limitation you are having in your project
When changing keys on an animation, the scene file tab shows (*) to indicate that the scene needs to be saved to store changes.
However, when moving the animation slider, even though it may alter the position of nodes or other properties, the scene file tab does not show (*) to indicate that the scene needs to be saved. In fact it is unclear if the scene file needs to be saved or not.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Have the editor acknowledge changed with the animation slider and add the (*) indicator to state that the changes need to be saved.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
This is an editor feature. It is unclear if it can be worked around.
Is there a reason why this should be core and not an add-on in the asset library?
I think what this describes is a bug, not a missing feature. The (*) marker is added automatically whenever the UndoRedo stack has changes registered, which should be whenever the scene changes. In this case the scene changes but not in an undo-able fashion and thus it's not marked as having changes, yet if you save it you will write some new data. So that's a bug.
Describe the project you are working on
This is a generic issue that comes from using an animationplayer. I've uploaded a test project
Describe the problem or limitation you are having in your project
When changing keys on an animation, the scene file tab shows (*) to indicate that the scene needs to be saved to store changes.
However, when moving the animation slider, even though it may alter the position of nodes or other properties, the scene file tab does not show (*) to indicate that the scene needs to be saved. In fact it is unclear if the scene file needs to be saved or not.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Have the editor acknowledge changed with the animation slider and add the (*) indicator to state that the changes need to be saved.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
This is an editor feature. It is unclear if it can be worked around.
Is there a reason why this should be core and not an add-on in the asset library?
This is a core node of the editor.
test_animation_player.zip
The text was updated successfully, but these errors were encountered: