Re: GetResolvedPath broken?

2012-08-02 Thread Luc-Eric Rousseau
I'm pretty sure that's the way it's supposed to work, although the documentation makes it sounds as though the Pass token would get the parent pass of the object. In practice, the file object doesn't know where it is in the scene hierarchy; the tokens resolves global variables, which in this

Re: GetResolvedPath broken?

2012-08-02 Thread Orlando Esponda
Understood, thanks. On Thu, Aug 2, 2012 at 6:50 PM, Luc-Eric Rousseau luceri...@gmail.comwrote: I'm pretty sure that's the way it's supposed to work, although the documentation makes it sounds as though the Pass token would get the parent pass of the object. In practice, the file object

GetResolvedPath broken?

2012-08-01 Thread Orlando Esponda
Hello list, Can anyone confirm that Framebuffer.GetResolvedPath() is broken? I'm trying to get the resolved path for each framebuffer of each pass but the returned path using this method always replace the [Pass] token by the currentPass instead of the pass the framebuffer belongs to. As a