Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: OnMessage() Request  (Read 6652 times)

Frankie

  • Newbie
  • *
  • Posts: 17
    • View Profile
OnMessage() Request
« on: June 06, 2009, 01:07:54 pm »

Anim8or should use OnMessage() function (assuming its written in C++) to accept commands meaning “Move the selected object right on the y axis 50 units” or “Rotate the selected object 90 degrease around the x axis.”  These could be used by outside programs to better work with Anim8or.  Some examples of commands and their parameters that could be used would be:

Rotate
    Object (Selected?)
    Axis
    Degrease
Move
    Object (Selected?)
    Units
    Degrease
Arc Rotate
    Axis
    Degrease

Also, any other action that can’t be easily emulated by keyboard shortcuts.
Logged