Has been a long time and I wanted to break the silence. I’m honestly getting burned out and I’m not sure if I’m ready to start working on the graph editor (not even sure if the time is enough). For now, I’ve been working on layer reordering and adding some controls to the layers.
New features
- Layer reordering from the layer hierarchy panel that reflects on the viewport
- Basic ability to rename a path from its corresponding layer. just click on the name
- Added shortcuts and tool tips for the three tools I have:
Bfor bezier pen,Nfor node tool,Sfor select tool
Planned features
- I want to add a tagging / color coding system where you assign a color to a layer and can filter them based on that. I want it just because it looks cool
- Layer groups. These should work just as normal layers but they do not correspond to a path. The idea is simple but my current spaghetti setup is not helping so I need to clean my code up
- I want to add a simple reordering control using the
page up,page down,home, andendkeys to reorder from the viewport itself - Want to add a shortcut for timeline playback
Space for improvement
- Clean up some spaghetti code. Maybe go back to drawing board (I didn’t even use one, I just went straight to coding :P )
- Layer reordering does not count for if a layer was expanded
- shortcuts are not global, only if the viewport is active, the shortcut will work
