Replies: 1 comment
-
Python bindings for TextureSystem were added to OIIO 2.3, but did not exist in previous releases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone have a suggestion to know why TextureSystem on python is not accessible ?
Traceback (most recent call last):
File "d:\Dev\Libs\oiio\testsuite\python-texturesys\src\test_texture_sys.py", line 12, in
texture_sys = oiio.TextureSystem()
AttributeError: module 'OpenImageIO' has no attribute 'TextureSystem'
Beta Was this translation helpful? Give feedback.
All reactions