atomlyintegration_commonfeatures_editor_files.cmake 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/AtomLyIntegration/CommonFeatures/Material/EditorMaterialSystemComponentNotificationBus.h
  10. Include/AtomLyIntegration/CommonFeatures/Material/EditorMaterialSystemComponentRequestBus.h
  11. Include/AtomLyIntegration/CommonFeatures/ReflectionProbe/EditorReflectionProbeBus.h
  12. Source/Animation/EditorAttachmentComponent.h
  13. Source/Animation/EditorAttachmentComponent.cpp
  14. Source/EditorCommonFeaturesSystemComponent.h
  15. Source/EditorCommonFeaturesSystemComponent.cpp
  16. Source/CoreLights/EditorAreaLightComponent.h
  17. Source/CoreLights/EditorAreaLightComponent.cpp
  18. Source/CoreLights/EditorDirectionalLightComponent.h
  19. Source/CoreLights/EditorDirectionalLightComponent.cpp
  20. Source/CubeMapCapture/EditorCubeMapRenderer.h
  21. Source/CubeMapCapture/EditorCubeMapRenderer.cpp
  22. Source/CubeMapCapture/EditorCubeMapCaptureComponent.h
  23. Source/CubeMapCapture/EditorCubeMapCaptureComponent.cpp
  24. Source/Debug/RayTracingDebugEditorComponent.cpp
  25. Source/Debug/RayTracingDebugEditorComponent.h
  26. Source/Debug/RenderDebugEditorComponent.cpp
  27. Source/Debug/RenderDebugEditorComponent.h
  28. Source/Decals/EditorDecalComponent.h
  29. Source/Decals/EditorDecalComponent.cpp
  30. Source/Grid/EditorGridComponent.h
  31. Source/Grid/EditorGridComponent.cpp
  32. Source/ImageBasedLights/EditorImageBasedLightComponent.h
  33. Source/ImageBasedLights/EditorImageBasedLightComponent.cpp
  34. Source/Material/EditorMaterialComponent.cpp
  35. Source/Material/EditorMaterialComponent.h
  36. Source/Material/EditorMaterialComponentSerializer.cpp
  37. Source/Material/EditorMaterialComponentSerializer.h
  38. Source/Material/EditorMaterialComponentUtil.cpp
  39. Source/Material/EditorMaterialComponentUtil.h
  40. Source/Material/EditorMaterialComponentSlot.cpp
  41. Source/Material/EditorMaterialComponentSlot.h
  42. Source/Material/EditorMaterialComponentExporter.cpp
  43. Source/Material/EditorMaterialComponentExporter.h
  44. Source/Material/EditorMaterialComponentInspector.cpp
  45. Source/Material/EditorMaterialComponentInspector.h
  46. Source/Material/EditorMaterialModelUvNameMapInspector.cpp
  47. Source/Material/EditorMaterialModelUvNameMapInspector.h
  48. Source/Material/EditorMaterialSystemComponent.cpp
  49. Source/Material/EditorMaterialSystemComponent.h
  50. Source/Material/MaterialBrowserInteractions.h
  51. Source/Material/MaterialBrowserInteractions.cpp
  52. Source/Mesh/EditorMeshComponent.h
  53. Source/Mesh/EditorMeshComponent.cpp
  54. Source/Mesh/EditorMeshStats.h
  55. Source/Mesh/EditorMeshStats.cpp
  56. Source/Mesh/EditorMeshSystemComponent.cpp
  57. Source/Mesh/EditorMeshSystemComponent.h
  58. Source/Mesh/EditorMeshStatsSerializer.cpp
  59. Source/Mesh/EditorMeshStatsSerializer.h
  60. Source/OcclusionCullingPlane/EditorOcclusionCullingPlaneComponent.h
  61. Source/OcclusionCullingPlane/EditorOcclusionCullingPlaneComponent.cpp
  62. Source/PostProcess/EditorPostFxLayerComponent.cpp
  63. Source/PostProcess/EditorPostFxLayerComponent.h
  64. Source/PostProcess/Bloom/EditorBloomComponent.cpp
  65. Source/PostProcess/Bloom/EditorBloomComponent.h
  66. Source/PostProcess/ChromaticAberration/EditorChromaticAberrationComponent.cpp
  67. Source/PostProcess/ChromaticAberration/EditorChromaticAberrationComponent.h
  68. Source/PostProcess/PaniniProjection/EditorPaniniProjectionComponent.cpp
  69. Source/PostProcess/PaniniProjection/EditorPaniniProjectionComponent.h
  70. Source/PostProcess/FilmGrain/EditorFilmGrainComponent.cpp
  71. Source/PostProcess/FilmGrain/EditorFilmGrainComponent.h
  72. Source/PostProcess/WhiteBalance/EditorWhiteBalanceComponent.cpp
  73. Source/PostProcess/WhiteBalance/EditorWhiteBalanceComponent.h
  74. Source/PostProcess/Vignette/EditorVignetteComponent.cpp
  75. Source/PostProcess/Vignette/EditorVignetteComponent.h
  76. Source/PostProcess/ColorGrading/EditorHDRColorGradingComponent.cpp
  77. Source/PostProcess/ColorGrading/EditorHDRColorGradingComponent.h
  78. Source/PostProcess/DepthOfField/EditorDepthOfFieldComponent.cpp
  79. Source/PostProcess/DepthOfField/EditorDepthOfFieldComponent.h
  80. Source/PostProcess/DisplayMapper/EditorDisplayMapperComponent.cpp
  81. Source/PostProcess/DisplayMapper/EditorDisplayMapperComponent.h
  82. Source/PostProcess/ExposureControl/EditorExposureControlComponent.cpp
  83. Source/PostProcess/ExposureControl/EditorExposureControlComponent.h
  84. Source/PostProcess/Ssao/EditorSsaoComponent.cpp
  85. Source/PostProcess/Ssao/EditorSsaoComponent.h
  86. Source/PostProcess/LookModification/EditorLookModificationComponent.cpp
  87. Source/PostProcess/LookModification/EditorLookModificationComponent.h
  88. Source/PostProcess/RadiusWeightModifier/EditorRadiusWeightModifierComponent.cpp
  89. Source/PostProcess/RadiusWeightModifier/EditorRadiusWeightModifierComponent.h
  90. Source/PostProcess/ShapeWeightModifier/EditorShapeWeightModifierComponent.cpp
  91. Source/PostProcess/GradientWeightModifier/EditorGradientWeightModifierComponent.h
  92. Source/PostProcess/GradientWeightModifier/EditorGradientWeightModifierComponent.cpp
  93. Source/PostProcess/ShapeWeightModifier/EditorShapeWeightModifierComponent.h
  94. Source/PostProcess/EditorPostFxLayerCategoriesAsset.h
  95. Source/PostProcess/EditorPostFxLayerCategoriesAsset.cpp
  96. Source/PostProcess/EditorPostFxSystemComponent.h
  97. Source/PostProcess/EditorPostFxSystemComponent.cpp
  98. Source/ScreenSpace/EditorDeferredFogComponent.h
  99. Source/ScreenSpace/EditorDeferredFogComponent.cpp
  100. Source/ReflectionProbe/EditorReflectionProbeComponent.h
  101. Source/ReflectionProbe/EditorReflectionProbeComponent.cpp
  102. Source/SpecularReflections/EditorSpecularReflectionsComponent.h
  103. Source/SpecularReflections/EditorSpecularReflectionsComponent.cpp
  104. Source/SkinnedMesh/SkinnedMeshDebugDisplay.h
  105. Source/SkinnedMesh/SkinnedMeshDebugDisplay.cpp
  106. Source/SkyAtmosphere/EditorSkyAtmosphereComponent.cpp
  107. Source/SkyAtmosphere/EditorSkyAtmosphereComponent.h
  108. Source/SkyBox/EditorHDRiSkyboxComponent.cpp
  109. Source/SkyBox/EditorHDRiSkyboxComponent.h
  110. Source/SkyBox/EditorPhysicalSkyComponent.cpp
  111. Source/SkyBox/EditorPhysicalSkyComponent.h
  112. Source/SharedPreview/SharedPreviewer.cpp
  113. Source/SharedPreview/SharedPreviewer.h
  114. Source/SharedPreview/SharedPreviewer.ui
  115. Source/SharedPreview/SharedPreviewerFactory.cpp
  116. Source/SharedPreview/SharedPreviewerFactory.h
  117. Source/SharedPreview/SharedPreviewContent.cpp
  118. Source/SharedPreview/SharedPreviewContent.h
  119. Source/SharedPreview/SharedPreviewUtils.cpp
  120. Source/SharedPreview/SharedPreviewUtils.h
  121. Source/SharedPreview/SharedThumbnail.cpp
  122. Source/SharedPreview/SharedThumbnail.h
  123. Source/SharedPreview/SharedThumbnailRenderer.cpp
  124. Source/SharedPreview/SharedThumbnailRenderer.h
  125. Source/Scripting/EditorEntityReferenceComponent.cpp
  126. Source/Scripting/EditorEntityReferenceComponent.h
  127. Source/SurfaceData/EditorSurfaceDataMeshComponent.cpp
  128. Source/SurfaceData/EditorSurfaceDataMeshComponent.h
  129. Resources/AtomLyIntegrationResources.qrc
  130. )