All Projects → cmcpasserby → Mayacharm

cmcpasserby / Mayacharm

Licence: mit
Maya intergration for PyCharm.

Programming Languages

python
139335 projects - #7 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Mayacharm

JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-74.8%)
Mutual labels:  runner, pycharm
birdseye-pycharm
IntelliJ IDE plugin for the Python debugger birdseye
Stars: ✭ 32 (-73.98%)
Mutual labels:  debugger, pycharm
Ipdb
Integration of IPython pdb
Stars: ✭ 1,373 (+1016.26%)
Mutual labels:  debugger
Frodo
Android Library for Logging RxJava Observables and Subscribers.
Stars: ✭ 1,496 (+1116.26%)
Mutual labels:  debugger
Poetry Pycharm Plugin
A PyCharm plugin for poetry
Stars: ✭ 113 (-8.13%)
Mutual labels:  pycharm
Rider Content
A curated list of content around JetBrains Rider
Stars: ✭ 104 (-15.45%)
Mutual labels:  debugger
Linqbridgevs
Dumps the content of variables during debugging in Visual Studio to LINQPad
Stars: ✭ 114 (-7.32%)
Mutual labels:  debugger
Scala Debugger
Scala libraries and tooling utilizing the Java Debugger Interface.
Stars: ✭ 100 (-18.7%)
Mutual labels:  debugger
Scenegraph
PySide scene graph UI framework.
Stars: ✭ 118 (-4.07%)
Mutual labels:  maya
Flutter Debugger
Stars: ✭ 112 (-8.94%)
Mutual labels:  debugger
Eruda
Console for mobile browsers
Stars: ✭ 11,547 (+9287.8%)
Mutual labels:  debugger
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+30652.03%)
Mutual labels:  debugger
Nfdx64dbg
Plugin for x64dbg Linker/Compiler/Tool detector.
Stars: ✭ 105 (-14.63%)
Mutual labels:  debugger
Dap42
CMSIS-DAP debugger firmware for STM32F042Fx and STM32F103xx
Stars: ✭ 115 (-6.5%)
Mutual labels:  debugger
Mypy Pycharm
A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
Stars: ✭ 102 (-17.07%)
Mutual labels:  pycharm
Puppet Debugger
A interactive live debugger and REPL for the puppet language
Stars: ✭ 117 (-4.88%)
Mutual labels:  debugger
Birdseye
Graphical Python debugger which lets you easily view the values of all evaluated expressions
Stars: ✭ 1,373 (+1016.26%)
Mutual labels:  debugger
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (+1109.76%)
Mutual labels:  pycharm
Hevm
(OLD REPO) A debug-oriented Ethereum VM (EVM)
Stars: ✭ 114 (-7.32%)
Mutual labels:  debugger
React Native Vdebug
React-Native 调试工具,支持Console终端、Network导出cURL,可视化Response,Retry cURL。
Stars: ✭ 124 (+0.81%)
Mutual labels:  debugger

MayaCharm

Maya integration with run and debug configurations for Maya. MayaCharm lets you execute the current document or arbitrary code as if it was in Maya from PyCharm, as well as attaching the local PyDev debugger to a running Maya instance.

For those simply just wanting the compiled version, you are best to just search for it, in the plugin repository of PyCharm. https://plugins.jetbrains.com/plugin/8218?pr=pycharm

Installation

It requires some minimal setup. The settings panel is in Settings > Other Settings > MayaCharm here you can define what port numbers 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. These can be added and removed from the Project Interpreter section of the settings panel.

MayaCharm Settings Panel

When you edit a port number MayaCharm will also display what code you either need to execute in maya or add to your usersetup.py to open maya up to connections from MayaCharm.

MayaCharm Settings Panel

Usage

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.

MayaCharm Debugger Panel

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. 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.

MayaCharm Attach Dialog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].