caron / PyQtForSoftimage

A system for hosting PyQt applications inside Softimage's interface.
29 stars 10 forks source link

Fix for shift, ctrl, and alt bit mask check. #18

Closed EricTRocks closed 9 years ago

EricTRocks commented 9 years ago

Fix for shift, ctrl, and alt bit mask check.

caron commented 9 years ago

so this works in beta5 because the code was using bitwise '&' and not logical 'and'... i misunderstood the logic and was just thinking 'style' (like an amateur) and made this change during pyside support changes. i am now working a new branch for just pyside changes (which i should have done in the first place, again.. amateur)

caron commented 9 years ago

check out beta6 41bd8854d8b295783841477f50cd084d619b3202