mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Add plStatusLog to the list of converted interface, in order to fix my log output dir screw-up
This commit is contained in:
@ -494,11 +494,8 @@ bool plMeshConverter::IValidateUVs(plMaxNode* node)
|
||||
|
||||
if (uvsAreBad)
|
||||
{
|
||||
TSTR logfile = "UV_";
|
||||
logfile += GetCOREInterface()->GetCurFileName();
|
||||
logfile += ".log";
|
||||
plFileName logfile = plString::Format("UV_%s.log", GetCOREInterface()->GetCurFileName().data());
|
||||
plStatusLog::AddLineS(logfile, "%s has suspicious UVs", node->GetName());
|
||||
|
||||
|
||||
if (fWarnSuspiciousUVs)
|
||||
{
|
||||
|
Reference in New Issue
Block a user