Does Backburner render IFLs?

Does Backburner render IFLs?

DannyTheGamer
Advocate Advocate
1,169 Views
6 Replies
Message 1 of 7

Does Backburner render IFLs?

DannyTheGamer
Advocate
Advocate

Hi guys, I'm rendering a scene with Autodesk Backburner, and the scene I created contains an animated texture (a .png image sequence in .ifl form). 

 

On my local computer (the one where I animate), the .ifl texture renders perfectly, whereas on my servers it doesn't render at all.

Any solutions?

0 Likes
Accepted solutions (1)
1,170 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable

Does the IFL "Include Image Path"? If it does, and that path is local, the servers won't find it.

0 Likes
Message 3 of 7

DannyTheGamer
Advocate
Advocate

Hmmm... that probably was the issue, anyway I resolved by having the texture as an .avi file rather than a .png sequence.

Thank you anyway for the suggestion! 🙂

0 Likes
Message 4 of 7

Anonymous
Not applicable
Accepted solution

It's best to not include image path, then use a UNC path to the IFL.

0 Likes
Message 5 of 7

jens.diemer
Collaborator
Collaborator

Should not "include maps" handle that?

Jens

------------------------------------------------------------------------------------------------------------------
https://github.com/jedie/3dsmax_bugs | https://github.com/jedie/3dsmax_patches
0 Likes
Message 6 of 7

Anonymous
Not applicable

I have not tried it, (I'm one of those who always uses UNC paths as a matter of course, because it always works) but possibly Include maps only includes the IFL, not the files in the list. If the listed files have local paths, they won't be found. It is also possible that without the path included, they still won't be found, though I have not tested this. Incluse maps does have its shortcomings, I don't use it for a reason.

0 Likes
Message 7 of 7

Anonymous
Not applicable

I did some tests to see what does and does not work regarding IFLs and net-rendering to confirm my thought on this.

If the IFL has image paths and the image paths are UNC, it works.

If the IFL has no paths and the path to the IFL is UNC, it works.

If the IFL has image paths and they are local, it does not work.

If the IFL has no paths and the path to the IFL is local, it does not work.

The situations that don't work, don't work regardles of whether you use Include Maps, as Include Maps only includes the IFL, not the files listed in the IFL.

0 Likes