This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
// iRacing paint exporter | |
// | |
// Created by Samuel Cordingly. (https://members.iracing.com/jforum/posts/list/3795673.page) | |
// | |
// Modified by Ash Kendall. ash.kendall(at)gmail.com | |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
// NOTES: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | |
// Enables exporting of several PBR texture maps from a single PSD with a few clicks: | |
// | |
// 1. Select an export folder | |
// 2. Choose which PSD layer group corresponds to which map (split into separate RGB/Alpha channels) | |
// 3. Change the file export options (if required) | |
// 4. Hit export. | |
// | |
// Created by Ash Kendall. ash.kendall(at)gmail.com | |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |