Increased version in the actor group exporter to automatically reprocess all actors to use the new node chunks
Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
@@ -48,7 +48,10 @@ namespace EMotionFX
|
||||
AZ::SerializeContext* serializeContext = azrtti_cast<AZ::SerializeContext*>(context);
|
||||
if (serializeContext)
|
||||
{
|
||||
serializeContext->Class<ActorGroupExporter, AZ::SceneAPI::SceneCore::ExportingComponent>()->Version(2);
|
||||
// Increasing the version number of the actor group exporter will make sure all actor products will be force re-generated.
|
||||
// Version history:
|
||||
// v3: Introduced Actor_Nodes2 (replaced Actor_Nodes) and Actor_Node2 (replaced Actor_Node)
|
||||
serializeContext->Class<ActorGroupExporter, AZ::SceneAPI::SceneCore::ExportingComponent>()->Version(3);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user