sendtomaya READMEsendToMaya is a simple extension to allow sending the text document or selected text to the maya, you must first enable the commandPort in maya. To open a port for python use the following code, which uses the default values, change to different port values as applicable.
FeaturesYou can send python code via the command sendToMaya Extension SettingsTo set custom port ID's edit the user settings (File > Preferences (Code > Preferences on Mac)) and add the following key values to override the defaults { "sendToMaya.pythonCommandPort": 7002, "sendToMaya.mayaHost" : "127.0.0.1" } and restart the extension. Enjoy! |