From 3c9e493b139e3f409eb249befd2597105bbc67d7 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Mon, 8 Jul 2024 02:33:06 -0700 Subject: [PATCH] Normal ATCAnims need not be pool objects --- korman/exporter/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/exporter/manager.py b/korman/exporter/manager.py index 540efdd..d6735d0 100644 --- a/korman/exporter/manager.py +++ b/korman/exporter/manager.py @@ -36,7 +36,7 @@ _pool_types = ( plFactory.ClassIndex("plDynaRippleMgr"), plFactory.ClassIndex("plDynaBulletMgr"), plFactory.ClassIndex("plDynaPuddleMgr"), - plFactory.ClassIndex("plATCAnim"), + #plFactory.ClassIndex("plATCAnim"), # Only Avatar Animations need to be pool objects plFactory.ClassIndex("plEmoteAnim"), plFactory.ClassIndex("plDynaRippleVSMgr"), plFactory.ClassIndex("plDynaTorpedoMgr"),