p0las

Results 22 comments of p0las

I think it is designed to work solely with qtpy. we use Qt.py wrapper (https://github.com/mottosso/Qt.py) and it breaks too. I was only able to get it to work with qtpy.

that would be very cool! I use nodz to graph asset hierarchy. My solution is to create multiple plugs for "parent" every time a new connection is added. This makes...

a quick and dirty solution is to comment out a few lines in the SlotItem.connect method. ``` # if len(self.connected_slots) > 0: # # Already connected. # self.connections[0]._remove() # self.connected_slots...

Hi. There is no reason for workaround. You still have a bug in your module. Please read my bug report and android API carefully. The logic in your code has...

I use whatever is the latest one (pro). this issue has been bugging me for a while and I tried a lot of things to fix it recently. I can...

I will report it to pycharm folks. thank you for looking into it.

unfortunately sill broken. it works from the alternate repo. would be nice to merge them `pip install git+https://github.com/schoolpost/PiDNG.git`

we are seeing the same issue when getting assets from other vendors (seems like blender might be writing left handed polygons) and we need to sanitize them through houdini before...

seems like I'm in the same boat. a simple remapping of `QRegExp -> QRegularExpression` to keep the code compatible between pyside 2 and 6 doesn't work as the two functions...