-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Hydra can't open tx textures #97
Comments
Filed as internal issue #139514. |
This one is interesting. Wouldn't it make sense for glf to ask the linked OIIO for a list of readable imageTypes, instead of hard coding it in the plugInfo.json file? |
@meshula Right now hydra doesn't support all the data kinds that oiio does (like field3d), and also ptex is implemented in a separate class. So you'll end up manually specifying the formats you are interested in (or excluding some of them), like now. |
Makes sense. Thanks |
Thanks yeah -- and there's a bit of a chicken and egg problem where OIIO is implemented as a "plugin" in our system that we would (in theory) avoid loading altogether until we knew we needed it (based on matching manually listed extensions in the plugInfo file). However, for now that isn't being taken advantage of, of course, hence the word plugin in quotes :) |
One bit of confusion is that both ".tx" and ".tex" filename extensions have been used to designate files created by prman's 'txmake' using prman's proprietary texture image format. OIIO has support for ".tx" files compatible with OIIO's 'maketx'. We use additional glfImage plugins within the studio to load proprietary prman texture image files registered for both ".tx" and ".tex" extensions. We should be able to support both and make sure that we can load all of the compatible formats supported by the local OIIO installation. Taking a look... |
This was fixed by pull request #467, which was merged and released in 0.8.5. Closing this out, thanks! |
Hydra can't open tx textures. It's commonly used, so it might be a good idea just to enable it. It's just adding the tx extension to the supported formats by Glf_OIIOImage.
The text was updated successfully, but these errors were encountered: