There isn't any chat functionality built into Maya. It would require you to write : 1. A client interface to send and receive visually 2. A transport for connecting each client to the others 3. A storage layer to make messages persistent
That's why In was asking if you could better explain your goals. For some situations where what you want is a "hook" into a chat, you could just use a library to connect to an existing jabber system. Such as being in a scene and wanting to send a message to "the 5 people assigned to stages of tho shot" and have it just resolve the addresses and send a chat message. There would need to be some specific requirements to warrant wanting to write a completely separate chat system into Maya. On Jan 26, 2013 12:29 AM, "karthik chowdary" <[email protected]> wrote: > i am 3d production co-ordinator and also modeler. i am think an easy way > giving information about the files so i asked is there any option like chat > in maya through script . > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > > > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
