Hi,
While I am using the Save As option in images, I am tyring to use the expression. So here is my expression:
PrjDIR + get_name(get_context()) + "/" + get_name() + "/" + get_name() + ".####.exr"
PrjDIR is variable editor that I made and rest of them is simple nameing from the context.
Here is my question is I want to add my clarisse project file name in middle of expression.
If my project file name is test.project, name of project within the expression.
for example,
PrjDIR + (project file name which is test) + "/" + get_name(get_context()) + "/" + get_name() + "/" + get_name() + ".####.exr"
is there any expression to show the project name in the expression?
Thank you.