I was just wondering if there is a way to create your own frame stamps. I know that there is information at vray.info about all the diff stamp. What I want to do is be able to stamp the color map levels or GI sample rates and so on.
Your best bet at the moment would prob be to input that info manually.
-dave
it can be scripted, guess you could use a callback and convert whatever settings to text … err a “string” ![]()
(
renderers.current.system_frameStamp_string = “whatever”
)
Maybe I’ll try it, feel free to beat me to it though ![]()
You can place a string like %“vray_maxscript_parameter_name” in the frame stamp. It will be replaced with the value of the parameter in quiestion. For example %“gi_on” will be replaced with true or false depending on whether GI is turned on or off.
Best regards,
Vlado
it would be cool to stamp those values in an extra channel or in the file-info of the image. all you need would be an extra button in the vfb, like: show comments.
maybe an idea for the vray-fb??
andre
thanks for the replys, ill let you know what i do