pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
114 stars 44 forks source link

Fix #283 #284

Closed BigRoy closed 6 years ago

BigRoy commented 6 years ago

This fixes #283

Though, on toggling an instance off for a very brief moment the "checked" icon is visible. Not sure if that's a problem, but it's because that one fades over a brief time:

NumberAnimation {
                duration: 100
            }

Current result: https://i.gyazo.com/9ecf5c88571b859c2953772c4c00bd33.mp4

davidlatwe commented 6 years ago

image

How about we make the border color be dimmed white Qt.darker("white", 1.5) as well when it's unchecked ?

davidlatwe commented 6 years ago

Oh, ignore me if keeping the border color is intended. :P

mottosso commented 6 years ago

Missed this! Happy for this to get merged once you guys are happy. 👍

BigRoy commented 6 years ago

Let's merge this! Can't see a merge button on my phone, so not sure if I have the privileges to do so. :)