Re: [Oiio-dev] UDim Question Responses...

2016-06-13 Thread Larry Gritz
The first stab at the UDIM stuff is in OIIO master. I'm mulling over how to support Bruce's suggestion about UDIM-in-one-file, it seems like a neat idea. I agree with Jono that if DWA has already proven no negative effects in practice of lifting the same-data-window restriction on multi-part fi

Re: [Oiio-dev] UDim Question Responses...

2016-06-13 Thread Jonathan Gibbs
If I recall correctly, when this stuff was added in 2.0, there were discussions about if this should be a requirement or not. It was decided to be conservative we'd start with the requirement, and then look to lift it in a later version. Looks like it's not lifted yet, but technically could be soon

Re: [Oiio-dev] UDim Question Responses...

2016-06-09 Thread Larry Gritz
Haha, I sent this just as Karl's reply was coming. It is still a constraint in the public version. I'm all for lifting the constraint... I was always of the opinion that multi-part should be fully general subimages and not have any required commonality. > On Jun 9, 2016, at 3:35 PM, Larry Gri

Re: [Oiio-dev] UDim Question Responses...

2016-06-09 Thread Larry Gritz
Ah, ok, I must be remembering a restriction from an older version. -- lg > On Jun 9, 2016, at 3:20 PM, Andrea Solis wrote: > > > > On Thu, Jun 9, 2016 at 2:33 PM, Larry Gritz > wrote: > > > I'd never heard or thought of the multipart UDIMs. That's a nea

Re: [Oiio-dev] UDim Question Responses...

2016-06-09 Thread Karl Rasche
At one time there was a requirement that only the display windows were the > same, not necessarily the resolution of the data. So prior to calling the > 'exrmultipart' command, we used 'oiiotool --fullsize' to set all display > windows to that of the highest resolution in the file set. > The down

Re: [Oiio-dev] UDim Question Responses...

2016-06-09 Thread Andrea Solis
On Thu, Jun 9, 2016 at 2:33 PM, Larry Gritz wrote: > > > I'd never heard or thought of the multipart UDIMs. That's a neat idea, I'm > sure we can make that work somehow. It seems in that case that you want to > give it the one and only true filename (no translation necessary), but then > have the

Re: [Oiio-dev] UDim Question Responses...

2016-06-09 Thread Larry Gritz
Hi, thanks for the feedback, Bruce. There was pretty wide consensus, so I already have a proposed implementation that works as you desired (except for the multi-part UDIMs): https://github.com/OpenImageIO/oiio/pull/1426 Also a companion PR for peo

[Oiio-dev] UDim Question Responses...

2016-06-09 Thread Bruce Tartaglia
Hi Larry, We wanted to provide you our answers to your original UDim questions listed below. We're all curious to get your thoughts. Thank you! * What text should indicate that it's a UDIM texture and which will be substituted with the tile number? ""? "%04d" or some other explicit format indica