Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG - Houdini - v14.1: UI styling white on white cards #145

Open
RicardoMusch opened this issue Feb 21, 2024 · 9 comments
Open

BUG - Houdini - v14.1: UI styling white on white cards #145

RicardoMusch opened this issue Feb 21, 2024 · 9 comments

Comments

@RicardoMusch
Copy link

The latest release of workfiles will style the cards in the workfiles app white with white text which makes it unusable.

image

@dovanbel
Copy link

I'm having the exact same issue, also in v0.14.1

@MoisMoshev
Copy link

Same with v0.14.2

@MoisMoshev
Copy link

I wonder whether this inline style had something to do with it
6bd02a7#diff-5b2b3d3168759cb477abb11c7c128ce47039b60f0c07a1cbc2d5805d926aae6bL20

@dovanbel
Copy link

FYI, I checked the previous versions of multi-workfiles2, this issue started with v0.14.0. The previous version, v0.13.6 did not have this issue

@RicardoMusch
Copy link
Author

I havent checked the code, just wondering if it has anything to do with siwtching to support Pyside6?

@jonaslindfors
Copy link

Hi, we had the same issue and I realized that at some point this hook was added:

ui_config_hook:

And in the tk-houdini engine Shotgrid provides this customization:
https://github.com/shotgunsoftware/tk-houdini/blob/master/hooks/tk-multi-workfiles2/basic/ui_config.py

You can take a look at the default config how it then can be implemented:
https://github.com/shotgunsoftware/tk-config-default2/blob/c76d6b255a5bdc043c6c46aa59e70f3c2d28be0f/env/includes/settings/tk-multi-workfiles2.yml#L192

This solved the issue for us!
Best regards,
Jonas

@MoisMoshev
Copy link

Cool thanks, we'll try it and if it works I'll make a pull request.

@dovanbel
Copy link

dovanbel commented Apr 20, 2024

I can confirm the solution of @jonaslindfors works. Thanks!

@dovanbel
Copy link

I had the same issue with breakdown2 in Houdini. I found a fix : https://community.shotgridsoftware.com/t/fix-for-ui-in-breakdown2-in-houdini/18695

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants