Skip to content

Commit

Permalink
file validation: material comparison equality check
Browse files Browse the repository at this point in the history
  • Loading branch information
manavortex committed Dec 25, 2023
1 parent 2ac45bd commit c8afcf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scripts/Wolvenkit_FileValidation.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,7 @@ function meshFile_CheckMaterialProperties(material, materialName, materialIndex)
// for meshSettings.checkDuplicateMaterialDefinitions - will be ignored otherwise
listOfMaterialProperties[materialIndex] = {
'materialName': materialName,
'baseMaterial': baseMaterial,
}

for (let i = 0; i < material.values.length; i++) {
Expand Down

0 comments on commit c8afcf4

Please sign in to comment.