When rendering with a scene file named like "name__##.ma" (notice two underscores), the keyword <SCENE> in "File Name Prefix" gets replaced by "name" instead of "name__##". For example, if my scene is called "testOutputName__01.ma", the <SCENE> gets replaced with "testOutputName" but I'd like it to use "testOutputName__01" instead. Is this intended? I'm using vray 3 btw. Is there a way to get the actual output directory? I'm currently using python code:
cmds.renderSettings(layer="masterLayer", fullPath=True, firstImageName=True
which gives me "testOutputName__01" instead of "testOutputName".
This doesn't seem to happen when there's just one underscore or when there are letters followed by the two underscores.
Cheers,
-Chris
cmds.renderSettings(layer="masterLayer", fullPath=True, firstImageName=True
which gives me "testOutputName__01" instead of "testOutputName".
This doesn't seem to happen when there's just one underscore or when there are letters followed by the two underscores.
Cheers,
-Chris
Comment