Files
o3de/Gems/Atom/TestData
santorac 95cfe056a1 Updated .materialtype files to use the new format, "propertySets" instead of "groups".
First I used some local changes to do an auto-conversion that loaded, upgraded, and then saved each .materialtype but some details were lost in translation. For example, comments were lost, and default values changed slightly. So I grabbed an original copy of each file, and copied/pasted each section from the old file to the new one, while preserving the new layout.

I did not update StandardMultilayerPBR because that will be too much work, will wait until after common property sets can be factored out. And I will likely discard that auto-conversion soon.

Testing: AtomSampleViewer MaterialScreenshotTest script passed with the same results as before.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
2021-10-01 17:00:45 -07:00
..

Atom test projects should include Gems\Atom\TestData in their Asset Processor "ScanFolder" list, like this:

[ScanFolder AtomTestData]
watch=@ENGINEROOT@/Gems/Atom/TestData
recursive=1
order=1000

The reason we have a second "TestData" folder inside this one is to make it very clear that the corresponding assets in the cache are from the TestData folder. For example, the asset path at runtime will be like "testdata/objects/cube.azmodel" instead of "objects/cube.azmodel".