-
Notifications
You must be signed in to change notification settings - Fork 24
Sublime Text
In order to use external tools in Sublime the External Tools 3rd party package must first be installed. The quickest way to install External Tools is to activate the Package Control system in Sublime. That is accomplished by activating the Tools\Install Package Control... menu command
Next, open the command palette and search for the command Install Package When the package browser list appears search for ExternalTools and click on it to install the package. Once the ExternalTools package is installed activate the Preferences\Key Bindings... menu command.
In the keybindings file that opens insert the following line on the right-hand side of the editor: { "keys": ["ctrl+e"], "command": "external_tools_run", "args": {"cmd": ["C:/Program Files/MXSPyCOM/MXSPyCOM.exe", "-s", "$file"]}}
Save and close the keybindings file. Now when Ctrl+E is pressed the current file will be executed in 3ds Max.