Legacy Mesh component removal
* Removed legacy components * More legacy render component removal * Starting removal of legacy mesh component dependencies * Removed old light components that were allowing Atom test to succeed * Testing increasing the timeout to see if it lets it pass in Jenkins * put original timeout back * reordered components to test if it is component specific or not * Testing disabiling the test to see if we get a green * Fixed the removal of the test to sandbox * Removed Legacy Mesh Component and associated tendrils * Removed some missed references * Fixed some issues with unity builds and ambiguous naming * Addressed review feedback
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include <AzFramework/Visibility/BoundsBus.h>
|
||||
|
||||
#include <LmbrCentral/Animation/AttachmentComponentBus.h>
|
||||
#include <LmbrCentral/Rendering/MeshComponentBus.h>
|
||||
|
||||
#include <Integration/Components/ActorComponent.h>
|
||||
#include <Integration/Rendering/RenderBackendManager.h>
|
||||
@@ -414,9 +413,6 @@ namespace EMotionFX
|
||||
|
||||
CheckAttachToEntity();
|
||||
|
||||
// Send general mesh creation notification to interested parties.
|
||||
LmbrCentral::MeshComponentNotificationBus::Event(entityId, &LmbrCentral::MeshComponentNotifications::OnMeshCreated, m_configuration.m_actorAsset);
|
||||
|
||||
Physics::RagdollConfiguration ragdollConfiguration;
|
||||
[[maybe_unused]] bool ragdollConfigValid = GetRagdollConfiguration(ragdollConfiguration);
|
||||
AZ_Assert(ragdollConfigValid, "Ragdoll Configuration is not valid");
|
||||
@@ -460,11 +456,6 @@ namespace EMotionFX
|
||||
|
||||
m_attachmentTargetActor = nullptr;
|
||||
|
||||
// Send general mesh destruction notification to interested parties.
|
||||
LmbrCentral::MeshComponentNotificationBus::Event(
|
||||
GetEntityId(),
|
||||
&LmbrCentral::MeshComponentNotifications::OnMeshDestroyed);
|
||||
|
||||
ActorComponentNotificationBus::Event(
|
||||
GetEntityId(),
|
||||
&ActorComponentNotificationBus::Events::OnActorInstanceDestroyed,
|
||||
|
||||
Reference in New Issue
Block a user