4.6 remote.mel -- Invoke remote MEL commands

This module is similar to the top-level mel module with the difference that it doesn't invoke MEL commands locally but connects to a remote MEL server. This means, you can use this module also in scripts that are running outside of Maya.

By default, the module connects to localhost:4870. You can connect to a different server by using the maya.remote.init() function prior to importing maya.remote.mel.