Dhruv Govil
Dhruv Govil
You could put this inside qt.py If False: from PySide2 import QtWidgets, QtCore, QtGui And then have that for all 4 bindings in a row. PyCharm should try and find...
Since it's behind an if false, it would never execute. It's just that pycharm has a naive finder for imports by looking for the word import followed by the package...
https://github.com/mottosso/Qt.py/pull/205 Autocomplete working in PyCharm with no effect on the working of the library itself.
The easiest cross IDE way would probably be to distribute a modified version of the PyQt5 stubs and people can just add it to their Python Path or autocomplete path....
Thanks to Pablo for mentioning this existing PR for the default prim: https://github.com/PixarAnimationStudios/OpenUSD/pull/2661 Would be good to have both in because we encounter issues with people converting mtlx files only...
Dan Knowlton on our team caught that the unit test compared against an empty layer without metadata, so we've updated the test as well. @JGamache-autodesk I agree with you on...
This would be great to land in USD. I put up a similar fix here https://github.com/PixarAnimationStudios/OpenUSD/pull/3016 but yours is more thorough.
This will be resolved by https://github.com/PixarAnimationStudios/OpenUSD/pull/3045
#My 2¢, is that given the use, perhaps Application is not the best name. Naming is of course subjective and hard, but I'd encourage picking something that is less likely...
Adding here as a markdown. Some notes : 1. We've only included projects with associated file formats in the table below. As such, we've skipped OpenCue, ORI, OpenAssetIO, DPEL, OIIO...