godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.11k stars 69 forks source link

Implement node collapsing in the animation track editor #10276

Open CsloudX opened 1 month ago

CsloudX commented 1 month ago

Describe the project you are working on

NoGame-App

Describe the problem or limitation you are having in your project

In Animaiton, if I have many nodes and each node have many properties need animate. the track list was too long.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

image let the track's can be collopsed by node.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Let the track just like a tree which can be collopsed.

If this enhancement will not be used often, can it be worked around with a few lines of script?

No, it can't

Is there a reason why this should be core and not an add-on in the asset library?

It should be core i think.

Calinou commented 1 month ago

This was already mentioned in https://github.com/godotengine/godot-proposals/issues/1908 but since node folding can be implemented independently, I'll leave this open.