Files
UnrealEngineUWP/Engine/Source/Developer/MaterialBaking
Julien StJean cdc3b0a6be Fixed two issues in the proxy merge tools.
1- The FExportMaterialProxy didn't give the proper static parameters for the materials instance. It always used those from the parent/master material.
2- The mesh description extracted from the static mesh component was sometimes invalid. This occurred when the mesh had an empty section as it first section. This resulted in a mesh with all its polygons being part of the first section when rendered for the proxy mesh.

Also renamed a variable in the create proxy mesh function since its previous name didn't make sense with what it is.

#jira UE-90322
#rb Sebastien.Lussier

[CL 12234869 by Julien StJean in 4.25 branch]
2020-03-17 15:12:23 -04:00
..