Exif or meta data to rendered output
Is it posible to save exif of meta data to the rendered output?
I would like to be able to see things like materials used daz sceene and charactor file info ect... on the rendered output to PNG JPG or TIF file.
Thanks

Comments
I'm just going to paste Rob in here:
If you want to list (most of) the products used you coudl take sections of http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/metadata/list_products_used/start to generate a list of those that are in the database and which leave a remnant in the scene (objects, modifiers, or textures) for the script to find.
Thanks I will look into theese.