Pacrox v1.2.1 8 mo Love the idea, perfect tool for pipelines. But... I have multiple tags configured, such as: <scene> EXPRESSION bpy.context.scene.name <camera> EXPRESSION bpy.context.scene.camera.name <render> PATH RENDER_FILES <linetest> PATH LINETEST If I use the following filename pattern: //<render>/<linetest>/<scene>_<camera>.#. I get this result (with unresolved tags): <render>/LINETEST/<scene>_<camera>.#. In other words, only the last tag, in this case <linetest>, gets resolved. If I change the order in the Preferences' list, I always get the same result: only the last tag. Not sure what I've made wrong. thornydre replied 3 mo Hi, Sorry for the answering so late, I just uploaded a new version that should fix your problem, let me know if it does not work.
Love the idea, perfect tool for pipelines. But...
I have multiple tags configured, such as: <scene> EXPRESSION bpy.context.scene.name <camera> EXPRESSION bpy.context.scene.camera.name <render> PATH RENDER_FILES <linetest> PATH LINETEST
If I use the following filename pattern: //<render>/<linetest>/<scene>_<camera>.#.
I get this result (with unresolved tags): <render>/LINETEST/<scene>_<camera>.#.
In other words, only the last tag, in this case <linetest>, gets resolved.
If I change the order in the Preferences' list, I always get the same result: only the last tag.
Not sure what I've made wrong.