MayaCharm icon indicating copy to clipboard operation
MayaCharm copied to clipboard

Maya integration for PyCharm.

Results 6 MayaCharm issues
Sort by recently updated
recently updated
newest added

It would be really nice to be able to see the `info` or `debug` messages on the MayaLog. ``` import logging logger = logging.getLogger() logger.info("This is not printed inside the...

being able to suppress warning messages would be great to remove clutter from the mayalog panel

enhancement

I tried the new version of Mayacharm now that it is working on modern PyCharm releases, and got Maya 2020 working with no problem (wonderful, thanks). For Maya 2022, I...

bug

I'm trying to debug our Python code at Maya startup time, in userSetup.py files. With no support for Maya debug configurations, I put a confirmDialog() at the top of userSetup.py,...

These codes run well: ```Python x = 3 rows = 2 columns = 2 quotient, remainder = divmod(x - 1, columns) ``` But an error occurs when they are in...

错误信息: ’encoding’ is an invalid keyword argument for this function

bug