No prob. Done and pushed to GH. (You'll find it in branch RB-1.2, but I haven't tagged a release yet.)
On Nov 25, 2013, at 12:45 PM, ryan heniser <[email protected]> wrote: > Hi Larry, > > We applied this patch to our 1.2 build--With this patch, all points with a > non-zero runflag are returning a value as expected. > > Yes, we will need it backported to 1.2, please. > > > Cheers, > Ryan > > > > On Monday, November 25, 2013 11:22 AM, Larry Gritz <[email protected]> > wrote: > No rush. Let me know if it checks out for you and I'll merge it. > > Is master and 1.3 (imminent release) sufficient for you, or will you need it > to be backported to 1.2? > > > On Nov 24, 2013, at 1:09 PM, ryan heniser <[email protected]> wrote: > >> Hi Larry, >> >> Many thanks for looking into this so promptly. I will get the guys to pull >> and install it here (may take a day or two). >> >> Ryan >> >> >> >> On Sunday, November 24, 2013 7:37 PM, Larry Gritz <[email protected]> >> wrote: >> 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] >> >> >> >> >> > > -- > Larry Gritz > [email protected] > > > > > -- Larry Gritz [email protected]
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
