On to, 2010-07-29 at 08:27 -0700, Super-User wrote: > Is that ever possible?
Yes, is certainly within scope in Naali. Currently you can rotate the avatar from Python in Naali, and now that we have a nice technique (qt + pythonqt) for exposing all the relevant c++ stuff automagically to py & js it is straightforward enough to add the rest of the control stuff too .. if you mean things like moving the avatar etc. Also from py in Naali you can send network commands directly, things like create object or move any object etc. The editing tool in Naali is written as a py module that calls the c++ networking part to do those things. If you list what you want to do, we can document what already works and how and what is missing still and add those. The direct net connection has commands like this, similarily to libomv: void SendGodKickUserPacket(const QString &user_id, const QString &reason); cheers, ~Toni -- http://groups.google.com/group/realxtend http://www.realxtend.org
