You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It requires some minimal setup. The settings panel is in `Settings > Other Settings > MayaCharm` here you can define what port numbers
12
-
MayaCharm will talk to your Maya installs on. This is where you also define the default Maya install that the `Execute Documeant In Maya` and `Execute Selection in Maya` actions will be performed on. Currently MayaCharm looks for any `mayapy`interpters you have setup, and uses those to define where your Maya installs are.
12
+
MayaCharm will talk to your Maya installs on. This is where you also define the default Maya install that the `Execute Documeant In Maya` and `Execute Selection in Maya` actions will be performed on. Currently, MayaCharm looks for any `mayapy`interpreters you have set up, and uses those to define where your Maya installs are.
13
13
These can be added and removed from the `Project Interpreter` section of the settings panel.
Once the plugin is installed and setup MayaCharm will be displayed as a type of run configuration. You just need to tell it what Maya instance to connect to, and provide either a python file or some code to be excuted on run. Debugging is no longer supported via the Run Config since it was unreliable but the plugin does allows the regular `Attach to process...` command to regonize maya and attach.
24
+
Once the plugin is installed and setup MayaCharm will be displayed as a type of run configuration. You just need to tell it what Maya instance to connect to, and provide either a python file, or some code to be excuted on run. Debugging is no longer supported via the Run Config since it was unreliable, but the plugin does allows the regular `Attach to process...` command to recognize Maya and attach.
There is also a Execute Selection and a Execute Document actions in the run menu, that can also be accessed via alt+s and alt+a.
29
-
If you just want to attach to a existing Maya process you can use the `Attach to Process...` option in the `Run` menu and Maya instances will now show up in these menu as well as regular python instances.
28
+
There is also a `Execute Selection` and an `Execute Document` actions in the run menu, that can also be accessed via `alt+s` and `alt+a`.
29
+
If you just want to attach to a existing Maya process you can use the `Attach to Process...` option in the `Run` menu and Maya instances will now show up in this menu as well as regular python instances.
0 commit comments