Exif or meta data to rendered output
![bizz_c91128ddb9](https://secure.gravatar.com/avatar/94acd4c1bf53ce618b1214b8ce61e30b?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F94acd4c1bf53ce618b1214b8ce61e30b_100.png)
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.