Feedback on custom animation editor prototype

i love using blender’s animation system mainly because of the super powerful graph editor, only issue is using blender animations with roblox is a pain

i know roblox’s default animation editor has a curve editor but it only works with rigs and i’ve experienced a lot of issues with it. i like how moon animator allows you to animate anything even if its not apart of a rig

so i thought, why not combine them? i started working on my own plugin for an animation editor heavily inspired by blender’s animation that would allow you to animate whatever you want. either a rig or even particles and colors

below is a video of me just messing around with the UI. it currently doesn’t animate anything and all the keyframes are fake

there’s still a few bugs with the ui, but any feedback would be appreciated

(no the default size of the ui is not this big)

3 Likes

graph editor update

different bezier curve modes to allow more control:

  • free: move both control points freely
  • aligned: control points point in opposite directions but their length are different
  • mirrored: opposite directions and same length
  • vector: automatically adjust to make a smooth curve

this looks cool, i might try it when it comes out