Pacrox v1.2.1 3 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.
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.