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

add a check for srgb vs linear for different textures types (col, emi, prm, etc) #91

Open
ScanMountGoat opened this issue Nov 23, 2021 · 1 comment
Labels
Cross Mod enhancement New feature or request

Comments

@ScanMountGoat
Copy link
Collaborator

Saving a col texture as unorm or a prm texture as srgb is rarely intentional and should be strongly discouraged with some sort of warning. This could be done as a popup and/or a warning in the material editor.

@ScanMountGoat ScanMountGoat added enhancement New feature or request Cross Mod labels Nov 23, 2021
@ScanMountGoat ScanMountGoat added this to the Cross Mod 0.20 milestone Nov 27, 2021
@ScanMountGoat
Copy link
Collaborator Author

This requires some sort of method that given a single numatb and list of nutexb files returns a list of invalid texture format usages. This same method can be applied when loading a workspace as a dialog and as an error in the material editor.

@ScanMountGoat ScanMountGoat removed this from the Cross Mod 0.20 milestone Dec 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cross Mod enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant