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

Persist status text until next event. #273

Closed tokejepsen closed 6 years ago

tokejepsen commented 6 years ago

dec 6 2017 3_12 pm

BigRoy commented 6 years ago

Yes, this looks good. This has been requested by artists here too.


Now looking at the messages they might be confusing.

When clicking validate, it says: publishing.. - should this read validating..? When clicking publish, it says: publishing.. - perfect!

When clicking validation and it finishes it says: Finished.. When clicking publish and it finished it says; Finished.. The end is ambiguous. Both might be confusing as to what could've happened. Should those respectively read `Finished validation.. and Finished publish.. - or does that alter to much logic?

tokejepsen commented 6 years ago

Now looking at the messages they might be confusing.

I agree. Currently though this would require quite a bit more development. Might be better left for a separate issue/PR.

Adding to this, it might be nice to have the status display the stages its going through; collecting... > Finished collection. > validating... > extracting... > integrating... > Finished.

BigRoy commented 6 years ago

Yes, separate issue sounds good.

tokejepsen commented 6 years ago

Done :) https://github.com/pyblish/pyblish-qml/issues/274

mottosso commented 6 years ago

I'm happy to merge this, can work out details after the fact. Fire at will!

BigRoy commented 6 years ago

Let's do this!