PyQtForSoftimage
PyQtForSoftimage copied to clipboard
A system for hosting PyQt applications inside Softimage's interface.
Hi Steven, Do you remember issue #10? https://github.com/caron/PyQtForSoftimage/issues/10 Today I have finally given it a try, the keyboard mapping dictionaries are now submodules of the key_mapping package. There are also...
Hello, Here you have my changes. The main change is that the class SISignals is a singleton now, that is able to register the connected signals so it can mute...
We are having some issues with some PyQt functionality in Soft 2014 sp2. I have a simple button press script that works with 2013, but will not work with 2014....
Hello, Inside Softimage, I can't manage to type an underscore "_" in the QLineEdit (or QTextEditor) it is always replaced by 8. ( It's the same for all "Alt +...
when you have an "editable" QComboBox and start typing, the events/letters seem to be passed on to Softimage. This results in keyboard shortcuts being performed in Softimage instead of text...
Hey Steven, I have been using your plugin for a long time now, almost since the beginning, and I've always had this problem but always assumed that it was due...
By default (at least on my setup with 2012), the look and feel of a QFileDialog is a weird blend of the Windows and Softimage styles. But this is easily...
As per our discussion on the List, just wanted to request an update to the sample script with examples of how to prevent multiple windows from spawning, and how to...