This is an expected case and shouldn't be logged.
This commit is contained in:
parent
910a8bfdd0
commit
11398f6acb
|
@ -33,11 +33,6 @@ std::unique_ptr<FbxRoughMetMaterialInfo> FbxStingrayPBSMaterialResolver::resolve
|
|||
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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue