p0las

Results 5 issues of p0las

here is a minimalistic example: ``` from Qt import QtWidgets, QtCore class Foo(QtWidgets.QWidget): my_signal = QtCore.Signal() def __init__(self, parent=None): super(Foo, self).__init__(parent) self.my_signal.connect(self.doSomething) self.my_signal.emit() def doSomething(self): print("signal emitted") app = QtWidgets.QApplication([])...

help wanted

Hi, I think I now why you code sometimes doesn't work. BitmapFactory.decodeByteArray returns smaller image if you pass inSampleSize >1. however later you still use original dimensions to crop the...

### Description of Issue The paths returned by UsdUtils.ExtractExternalReferences no longer contain `` tag in 23.11 `23.02 → gorilla-tex_lookDev_texture_v0001_base_colour..exr` `23.11 → gorilla-tex_lookDev_texture_v0001_base_colour.1001.exr` ### Steps to Reproduce given the simple USD...

maya 2024 on windows 10. run mayapy `import cmdx` this breaks however: `from cmdx import ContainerNode` with this error: `ImportError: cannot import name 'ContainerNode' from 'cmdx' (cmdx.py)` since there is...

**Describe the bug** depending on how the export from maya is performed the resulting UDS file may or may not contain GeomSubsets with identical export settings. There seems to be...

bug