Yep, bug.  I believe this pull request will fix it: 
https://github.com/OpenImageIO/oiio/pull/746

Can you pull this and try it out on your end?

I also noticed that it was just doing a simple loop, which really wouldn't be 
expected to speed things up at all, versus calling each point individually.  So 
I modified it to speed up by doing the filename-to-handle lookup and the 
per-thread-info lookup just once for the collection of points. (You can also do 
this on the app side, too, and not need the grid-wise version at all.)


On Nov 21, 2013, at 7:27 PM, ryan heniser <[email protected]> wrote:

> Has anyone got the environment call to work on a collections of points? I 
> can't get it to work. I've tried just about everything I can think of to get 
> it to work. 
> 
> When print out the data, only the the first nchannel floats are set. :-(
> 
> Ryan

--
Larry Gritz
[email protected]



_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to