We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
R16G16B16A16 "ColorCorrectionTextureHDR" textures are not supported in preview or export.
"ColorCorrectionTextureHDR"
Steps to reproduce the behaviour:
0018941C98370007
In GK preview:
Exported as TGA in Photoshop:
000B1BC3C75B15D9
R16G16B16A16 texture appears correctly when previewed or exported.
R16G16B16A16 texture appears as solid grey in editor, and only certain highlights show up in image editors.
I believe these textures are supported properly within TonyTools directly.
The text was updated successfully, but these errors were encountered:
The preview is correct behaviour, the texture is entirely transparent so there is nothing to display.
The colour channels exported however do seem to be incorrect - this is a tex-rs issue (@dafitius).
Sorry, something went wrong.
No branches or pull requests
The issue
R16G16B16A16
"ColorCorrectionTextureHDR"
textures are not supported in preview or export.Reproduction steps
Steps to reproduce the behaviour:
0018941C98370007
In GK preview:
Exported as TGA in Photoshop:
000B1BC3C75B15D9
In GK preview:
Exported as TGA in Photoshop:
Expected behaviour
R16G16B16A16 texture appears correctly when previewed or exported.
Observed behaviour
R16G16B16A16 texture appears as solid grey in editor, and only certain highlights show up in image editors.
Additional context
I believe these textures are supported properly within TonyTools directly.
The text was updated successfully, but these errors were encountered: