View Single Post
Old 22nd August 2019, 07:27 PM   #1
domhenry
Member
Expert member
 
Join Date: Feb 2019
Posts: 57
Default Exported Object File Header

I've seen some other discussion about the headers of exported object files. My typical header for an object is:

TEXTURE xxx.png
TEXTURE_LIT xxx_LIT.png
TEXTURE_NORMAL xxx_NML.png
GLOBAL_specular 1.0
NORMAL_METALNESS

and for glass objects:

TEXTURE glass.png
TEXTURE_LIT glass_LIT.png
TEXTURE_NORMAL glass_NML.png
GLOBAL_specular 1.0
BLEND_GLASS

I've seen the export options - but is there any way I can get it to produce these instead so I don't need to edit them each time.

Thanks
domhenry is offline   Reply With Quote