Clip Notator: Diagrammatic Character Animation in Maya

Hi there,

This is my first post to this forum and to my blog as well.

This Python Interface for Maya was born out of the frustration with the Trax Editor and the desire to associate sounds with animation clips and have immediate audio feedback in the Maya viewport.

More details can be found here:

I would love to know your thoughts on this.

Cheers!

That is really nice, i love the use the of the Graph Editor to display time based data (as opposed to having yet another window to manage). Excellent work.

Are you using a QGraphicsScene to draw the events?

[QUOTE=MikeM;31236]That is really nice, i love the use the of the Graph Editor to display time based data (as opposed to having yet another window to manage). Excellent work.

Are you using a QGraphicsScene to draw the events?[/QUOTE]

Hey, thanks for the feedback!

Yes I’m using the QGraphicsScene class, it makes these kind of things so much easier…