We finally have time to upgrade our pipeline

Does any one have an easy way or a tool to convert old scene made with 1.2 (or lower) to 2.1.1 successfully? all the scenes made with maya 2013.
Thanks
Moderator: JimStar
Ok, so that one is tricky. Do you already know how to rotate your HDR?sampakinpa wrote:Thanks for your reply ciboulot. that's probably what we'll do as well.
My problem now is with the `octanSunSkyTransfom`, how can I translate the Texture environment (HDRI) rotation in V1.2 to V2.1.1 and keep the same rotation amount?
I've just tested this and there is for some reason a 90 degree shift in the default 0 rotation between v1.2 and later versions so the formula to convert the 0-1 value from the old sunSky node to degrees for the above set up is 360 x (old value) + 90 = new rotation in Y or you can connect a 2d transform node to the image node as well and set its x translate to 0.25 as an offset and then just multiply 360 by the old value.sampakinpa wrote:Sorry for the late replay...
Yes, I know how to rotate it: I connect a `spherical Projection` to the HDRI and connect a `rotation transform` to that projection. then use its XYZ to rotate it.
My problem is to match the XYZ rotation to the "old way" rotation in v1.2.
Hmm, I didn't test rotating in both axis as there should be no offset needed for the other axis and we should just be able to rotate the spherical projection in any axis. Obviously a bad assumption, I'll look into it if I get a chance but if you still have v1.2 around and can do some testing yourself it shouldn't be too hard to figure it out.sampakinpa wrote:I tried the 2d transform node method, it seems to me the right way but I have a `wierd bug`: on the 2d node, the X transforms well but the Y is not responding to any value I give it. whats going on?