David Oberst

Results 10 comments of David Oberst

I forked this tap, uncommented the "-no-phonon" line, installed the 10.11SDK and then tried this: ```SDKDUMMY=SurvivalTest SDKROOT=/path/to/SDK10.11 export SDKDUMMY export SDKROOT brew reinstall qt@4 --build-from-source --debug --verbose ``` This eventually...

I may try to another crack at this - I can't seem to find any other reliable way to get PyQt4 for Python 2.7 on current MacOS?. I've posted a...

Actually, I can create as setup for Maya 2022 "mayapy2.exe", and it seems to work and breakpoints are hit. But when I go back to the MayaCharm settings, you can...

If MayaCharm starts up attach_pydevd.py with, say mayapy2, but is talking to a Maya2022 running in Python3 mode, does that work? Or does the attach have to be done with...

Yes, for any particular Maya process, it is either Python 2 or Python3, and whatever command port you open up. If you have a Maya2022/2 and a Maya2022/3 running at...

If you are able to get the environment for the Maya process you are evaluating, there is also MAYA_LOCATION, which should point to something like "C:\Program Files\Autodesk \Maya2022" or "/usr/autodesk/maya2020"....

The same thing happens in code run at evalDeferred time. But even at userSetup time, Python should be fully initialized (sitecustomize has been run, for example), and Maya itself has...

I'm not quite sure, but I believe this (and the closed but not fixed) #371 covers the simple case of {"$ref": "#some_local_id"} using and $id in a $ref? That seems...

It looks like this issue has been resolved at some point? Running dpwrussell's test code above with the current version 0.12 now seems to produce the "correct" output with the...

I got this as well on MacOS 12 Monterey, Python 3.9, camelot 0.10.1. Looks like on the Mac at least there's a possibly related cv2 bug on MacOS 11 BigSur:...