| Item | Quantity | Price |
|---|
| Your cart is empty. Check out our collection of 3d models! |
Prices in:
Clear Cart
Did you look at mayaClockDemo.mel and initDataServer.mel and see what is the return value for the proc server()?
My guess is on some machine you might not have the admin permission to communicate through socket.
Thanks! You are right. The reason is the firewall! After close the firewall,my plugin worked well!The firewall block the socket!
I've been running into the same issue. My firewall is off, and maya sometimes requests data from the server, but other times it doesn't. It's very annoying. Were you able to figure out why this is happening ?
I'm writting a maya mocap plugin, after finished it I found that the server started, the device can connect with axis and maya attibutes, but no data stream, the object connected with the device didn't move. The script window has no any error messages! Then I tested the example server "mayaClockServer", I found that sometimes and some machings it worked(the hands rotate), but some times or some machines didn't work (the hands don't rotate), and there's no any error massages. I asked many people ,no one know why!
Any one know it? I will appreciate your help!