Jakub Trllo

Results 148 comments of Jakub Trllo

I would like to have a chat about the UX and UI of the launcher. Where, when, how to show what. There were also conversations in office about other enhancements...

It is probably edge case, but if you don't have set any production studio bundle, then this happens. Production variant does not have color highlight. The same happens if there...

I can see dev bundles in production/staging enum, and standard bundles in dev bundles enum.

AYON launcher 1.4.0 released, we can merge this.

I think this is now resolved with https://github.com/ynput/ayon-core/issues/1015 . Re-open if I'm wrong please.

Wouldn't that be solved by having option to return different attribute definitions per instance? Because I think that's what is next publisher backlog task I have. That would also mean...

Additional note: Try latest `develop` to validate if it crashes because of this PR, or the same error happens in develop too.

Right now it is based on 2 things `ayon+settings://core/tools/Workfiles/last_workfile_on_startup` and `Skip last workfile`. Skip last workfile is per application & task combination, so we probably need a middle resolution. Site/User...

> printf style formatting: there are some collisions with how we use printf style in logging. We shouldn't basically. We should make use extra argument in logging: Slows down pyblish...

> I mean, technically it could be slower because we just happen to capture ALL logs. We do, and pyblish does it too, and if it's logged to console, then...