Announcement

Collapse
No announcement yet.

FRAME STAMP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FRAME STAMP

    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.

  • #2
    Your best bet at the moment would prob be to input that info manually.

    -dave
    Cheers,
    -dave
    ■ ASUS ROG STRIX X399-E - 1950X ■ ASUS ROG STRIX X399-E - 2990WX ■ ASUS PRIME X399 - 2990WX ■ GIGABYTE AORUS X399 - 2990WX ■ ASUS Maximus Extreme XI with i9-9900k ■

    Comment


    • #3
      it can be scripted, guess you could use a callback and convert whatever settings to text ... err a "string" :P

      (
      renderers.current.system_frameStamp_string = "whatever"
      )

      Maybe I'll try it, feel free to beat me to it though
      Eric Boer
      Dev

      Comment


      • #4
        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
        I only act like I know everything, Rogers.

        Comment


        • #5
          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

          Comment


          • #6
            thanks for the replys, ill let you know what i do

            Comment

            Working...
            X