I trying to use variables in filename output under layers, then I see custom vars works for directories but not for the filename.
In Variable Editor I set:
$PROJECT_PATH = /tmp/projects
$SHOT_NUM = 001
$VERSION = 01
In the filename output:
$PROJECT_PATH/MyProject/Shots/shot_$SHOT_NUM/render/v$VERSION/shot_$SHOT_NUM_beauty_v$VERSION_.exr
If I try Check Paths option under Render Manager, then create folders with its var value, or if already exists, write the render file right in that location.
Issue is with filename, that is writed with the name "shot_$SHOT_NUM_beauty_v$VERSION_00000.exr" instead "shot_001_beauty_v01_00000.exr"
There is a known issue with the I/O system?
Maybe I should to configure something before?
Thanks!
Gz