This is an expected case and shouldn't be logged.

This commit is contained in:
Par Winzell 2019-04-03 11:57:20 -07:00
parent 910a8bfdd0
commit 11398f6acb
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@ std::unique_ptr<FbxRoughMetMaterialInfo> FbxStingrayPBSMaterialResolver::resolve
ptr = nullptr; ptr = nullptr;
} }
} }
} else if (verboseOutput && useProp.IsValid()) {
fmt::printf(
"Note: Property '%s' of Stingray PBS material '%s' exists, but is flagged as 'do not use'.\n",
propName,
fbxMaterial->GetName());
} }
return ptr; return ptr;
}; };