Merge pull request #5908 from aws-lumberyard-dev/terrain/sphrose/reference_shape

LYN-7693 Rename and move vegetation reference shape.
This commit is contained in:
sphrose
2021-12-02 10:09:05 +00:00
committed by GitHub
33 changed files with 367 additions and 210 deletions
@@ -393,7 +393,7 @@ class AtomComponentProperties:
'name': 'PostFX Shape Weight Modifier',
'requires': [AtomComponentProperties.postfx_layer()],
'shapes': ['Axis Aligned Box Shape', 'Box Shape', 'Capsule Shape', 'Compound Shape', 'Cylinder Shape',
'Disk Shape', 'Polygon Prism Shape', 'Quad Shape', 'Sphere Shape', 'Vegetation Reference Shape'],
'Disk Shape', 'Polygon Prism Shape', 'Quad Shape', 'Sphere Shape', 'Shape Reference'],
}
return properties[property]