This website requires JavaScript.
Explore
Help
Sign In
birkeh
/
o3de
Watch
1
Star
0
Fork
0
You've already forked o3de
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
cdcf8defd03dbabbbd2d9538ed81eae068faf08a
o3de
/
Gems
/
Atom
/
RPI
/
Code
/
Source
/
RPI.Builders
/
Model
T
History
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
>
2022-01-18 17:39:44 -08:00
..
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.
2022-01-18 17:39:44 -08:00
MaterialAssetBuilderComponent.h
Added a new registry setting that disables automatic conversion of materials from model files like FBX.
2021-08-02 16:09:11 -07:00
ModelAssetBuilderComponent.cpp
Fix for GHI-4644: mesh optimization breaking skin influences (DCO fix) (
#6336
)
2021-12-13 13:07:04 -08:00
ModelAssetBuilderComponent.h
Updated unit tests and fixed build failures.
2021-08-02 10:49:13 -07:00
ModelExporterComponent.cpp
Fixes for release builds for unused variable warnings (
#4000
)
2021-09-08 21:13:36 -07:00
ModelExporterComponent.h
Clang/Clazy pass over AzCore (
#5045
)
2021-11-18 10:09:22 +00:00
ModelExporterContexts.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
ModelExporterContexts.h
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MorphTargetExporter.cpp
More fixes
2021-09-08 16:50:57 -07:00
MorphTargetExporter.h
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00