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.
o3de/Gems/Atom/RPI/Code/Source/RPI.Builders/Model
santorac 45429872d6 Switched back to making MaterialAsset::GetPropertyValues automatically finalize the material asset. I realized that it's too burdensome to expect client code to call Finalize on the MaterialAsset; every code that calls GetPropertyValues would have to call Finalize(). Instead of using const_cast in GetPropertyValues like I was doing before, I just changed GetPropertyValues to be a non-const function. There were a few places in Decal code I had to update to pass non-const MaterialAsset pointers. This isn't ideal, but I think it's better than the alternatives.
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
MaterialAssetBuilderComponent.cpp Switched back to making MaterialAsset::GetPropertyValues automatically finalize the material asset. I realized that it's too burdensome to expect client code to call Finalize on the MaterialAsset; every code that calls GetPropertyValues would have to call Finalize(). Instead of using const_cast in GetPropertyValues like I was doing before, I just changed GetPropertyValues to be a non-const function. There were a few places in Decal code I had to update to pass non-const MaterialAsset pointers. This isn't ideal, but I think it's better than the alternatives. 4 years ago
MaterialAssetBuilderComponent.h Added a new registry setting that disables automatic conversion of materials from model files like FBX. 5 years ago
ModelAssetBuilderComponent.cpp Fix for GHI-4644: mesh optimization breaking skin influences (DCO fix) (#6336) 4 years ago
ModelAssetBuilderComponent.h Updated unit tests and fixed build failures. 5 years ago
ModelExporterComponent.cpp Fixes for release builds for unused variable warnings (#4000) 4 years ago
ModelExporterComponent.h Clang/Clazy pass over AzCore (#5045) 4 years ago
ModelExporterContexts.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ModelExporterContexts.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
MorphTargetExporter.cpp More fixes 4 years ago
MorphTargetExporter.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago