Hi,
I want my custom render token to output a path fragment as for example root/name
.
So, when I have the render path $MyRenderToken/myFile.png
, I want it to be resolved to root/name/myFile.png
. All my attempts resulted in the path delimters being replaced with the underscore character, resulting in a directory root_name
instead of a pair of nested directories root/name
.
Thanks!
[edited by @ferdinand]: This is an interesting question which might be relevant for more users, so I took the liberty to make this posting more accesible.
Original posting by @Dunhou:
I want custom my render token,just like this folder structure
_[root/prj name/version/cam/prj name.png]
the function is done
but it seems token can only generate a file name?
Is there any possible to define a folder structure with a short word?
$RNDR = root/prj name/version/cam/prj name.png
but not : root_prj name_versio_cam_prj name.png
PS : I know I can save a new.c4d file to do this, but Still need a esay way to difine this ,
Thanks!