You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the catch, yes, apparently a copy/paste error from objectToV2. And unfortunately the bug was specific to float but the test only validated double. Should be fixed in #1945.
I believe there's a typo in the Python bindings which impacts writing vec3 attributes into OpenEXR headers from numpy arrays.
openexr/src/wrappers/python/PyOpenEXR.cpp
Line 1557 in 39010bf
The
2
should be a3
for it to correctly detect arrays of the correct size.The text was updated successfully, but these errors were encountered: