Integrating github/staging through commit 5f214be

This commit is contained in:
alexpete
2021-04-13 17:18:57 -07:00
parent 2a9dfb7a1d
commit 8469c9ca0a
904 changed files with 9289 additions and 7157 deletions
@@ -17,8 +17,6 @@
#include <CommonFeaturesSystemComponent.h>
#include <CoreLights/AreaLightComponent.h>
#include <CoreLights/DirectionalLightComponent.h>
#include <CoreLights/PointLightComponent.h>
#include <CoreLights/SpotLightComponent.h>
#include <Decals/DecalComponent.h>
#include <DiffuseProbeGrid/DiffuseProbeGridComponent.h>
#include <Grid/GridComponent.h>
@@ -47,8 +45,6 @@
#include <PostProcess/EditorPostFxSystemComponent.h>
#include <CoreLights/EditorAreaLightComponent.h>
#include <CoreLights/EditorDirectionalLightComponent.h>
#include <CoreLights/EditorPointLightComponent.h>
#include <CoreLights/EditorSpotLightComponent.h>
#include <Decals/EditorDecalComponent.h>
#include <DiffuseProbeGrid/EditorDiffuseProbeGridComponent.h>
#include <Grid/EditorGridComponent.h>
@@ -106,10 +102,8 @@ namespace AZ
MaterialComponent::CreateDescriptor(),
MeshComponent::CreateDescriptor(),
PhysicalSkyComponent::CreateDescriptor(),
PointLightComponent::CreateDescriptor(),
PostFxLayerComponent::CreateDescriptor(),
ReflectionProbeComponent::CreateDescriptor(),
SpotLightComponent::CreateDescriptor(),
RadiusWeightModifierComponent::CreateDescriptor(),
ShapeWeightModifierComponent::CreateDescriptor(),
EntityReferenceComponent::CreateDescriptor(),
@@ -138,10 +132,8 @@ namespace AZ
EditorMeshSystemComponent::CreateDescriptor(),
EditorMeshComponent::CreateDescriptor(),
EditorPhysicalSkyComponent::CreateDescriptor(),
EditorPointLightComponent::CreateDescriptor(),
EditorPostFxLayerComponent::CreateDescriptor(),
EditorReflectionProbeComponent::CreateDescriptor(),
EditorSpotLightComponent::CreateDescriptor(),
EditorRadiusWeightModifierComponent::CreateDescriptor(),
EditorShapeWeightModifierComponent::CreateDescriptor(),
EditorEntityReferenceComponent::CreateDescriptor(),