[CLI] Add flag to export all UVs as diffuse maps
This commit is contained in:
@@ -144,6 +144,7 @@ namespace AssetStudioCLI
|
||||
{
|
||||
BoneSize = CLIOptions.o_fbxBoneSize.Value,
|
||||
ScaleFactor = CLIOptions.o_fbxScaleFactor.Value,
|
||||
ExportAllUvsAsDiffuseMaps = CLIOptions.f_fbxUvsAsDiffuseMaps.Value,
|
||||
};
|
||||
ModelExporter.ExportFbx(exportPath, convert, fbxSettings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user