Hi, I got a question regarding animations! I have programming and 2d art experience, but I am new to 3d modeling and I feel like I am missing a basic concept that I cannot find an answer to after combing tutorials.
Can I animate different parts of a model independently from each other? In my example, I made a case with two drawers, a top one and a bottom one. Each drawer has its open and close animation. But the issue is that playing an animation for one of the drawers resets the state of the other drawer to closed even if I left it open in the last animation (im using the hold last frame setting).
Is Blockbench able to manage this issue? If not, what do I need to look into or what are other ways to achieve what I'm trying to do? Can I for example make a drawer object, and instantiate two of them into the case like in programming? This is with the objective to make a 3d object for Godot, in case that helps or influences the way I should approach the problem.
Thanks for the support, I hope I didn't miss an obvious answer somewhere during my research c: