Files
o3de/Code/Tools/RC/Config/rc/RCJob_Convert_TIF.xml
T
2021-04-23 09:43:40 -07:00

11 lines
340 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<RCJobs>
<Properties CleanSettings="" /> <!-- This will force the settings to be read from the tif and written back out to .exportsettings -->
<TexturesJob>
<Job Input="*.tif" /> <!-- Only applies to .tif files -->
</TexturesJob>
<Run Job="TexturesJob" /> <!-- Run the only job -->
</RCJobs>