You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Santora
14d2e38b90
Refactored how model material slots work in preparation to support more flexible material conversion options for the scene asset pipeline. The material slot IDs are based on the MaterialUid that come from SceneAPI. Since these IDs are also used as the AssetId sub-ID for the converted material assets, the system was just checking the material asset sub-ID to determine the material slot ID. But in order to support certain FBX material conversion options, we needed to break this tie, so the slot ID is separate from the AssetId of the material in that slot. This will allow some other material to be used in the slot, instead of being forced to use one that was generated from the FBX.
...
Here we inttroduce a new struct ModelMaterialSlot which formalizes the concept of material slot, with an ID, display name, and default material assignment. The ID still comes from the MaterialUid like before. The display name is built-in, rather than being parsed out from the asset file name. And the default material assignment can be any material asset, it doesn't have to come from the FBX (or other scene file).
This commit is just the preliminary set of changes. Cursory testing shows that it works pretty well but more testing is needed (and likely some fixes) before merging.
Here is what's left to do...
Add serialization version converters to preserve prior prefab data.
See if we can get rid of GetLabelByAssetId function only rely on the display name inside ModelMaterialSlot.
I'm not sure if the condition for enabling the "Edit Material Instance..." context menu item is correct.
Test actors
Lots more testing in general
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
ConvertEmissiveUnitFunctor.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
ConvertEmissiveUnitFunctor.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
ConvertEmissiveUnitFunctorSourceData.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
ConvertEmissiveUnitFunctorSourceData.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
DrawListFunctor.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
DrawListFunctor.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
DrawListFunctorSourceData.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
DrawListFunctorSourceData.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
MaterialAssignment.cpp
Refactored how model material slots work in preparation to support more flexible material conversion options for the scene asset pipeline. The material slot IDs are based on the MaterialUid that come from SceneAPI. Since these IDs are also used as the AssetId sub-ID for the converted material assets, the system was just checking the material asset sub-ID to determine the material slot ID. But in order to support certain FBX material conversion options, we needed to break this tie, so the slot ID is separate from the AssetId of the material in that slot. This will allow some other material to be used in the slot, instead of being forced to use one that was generated from the FBX.
4 years ago
MaterialAssignmentId.cpp
Refactored how model material slots work in preparation to support more flexible material conversion options for the scene asset pipeline. The material slot IDs are based on the MaterialUid that come from SceneAPI. Since these IDs are also used as the AssetId sub-ID for the converted material assets, the system was just checking the material asset sub-ID to determine the material slot ID. But in order to support certain FBX material conversion options, we needed to break this tie, so the slot ID is separate from the AssetId of the material in that slot. This will allow some other material to be used in the slot, instead of being forced to use one that was generated from the FBX.
4 years ago
MaterialAssignmentSerializer.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
MaterialAssignmentSerializer.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
MaterialConverterSystemComponent.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
MaterialConverterSystemComponent.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
SubsurfaceTransmissionParameterFunctor.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
SubsurfaceTransmissionParameterFunctor.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
SubsurfaceTransmissionParameterFunctorSourceData.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
SubsurfaceTransmissionParameterFunctorSourceData.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
Transform2DFunctor.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
Transform2DFunctor.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
Transform2DFunctorSourceData.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
Transform2DFunctorSourceData.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
UseTextureFunctor.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
UseTextureFunctor.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
UseTextureFunctorSourceData.cpp
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago
UseTextureFunctorSourceData.h
Shorten copyright headers by splitting into 2 lines ( #2213 )
4 years ago