1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Move AniGraph classes from plAvatar -> plAnimation.

This commit is contained in:
Darryl Pogue
2014-10-19 00:09:07 -07:00
parent 69bc106576
commit 4450d87947
81 changed files with 429 additions and 297 deletions

View File

@ -69,8 +69,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "MaxConvert/hsControlConverter.h"
//Avatar related
#include "plAvatar/plAGAnim.h"
#include "plAvatar/plMatrixChannel.h"
#include "plAnimation/plAGAnim.h"
#include "plAnimation/plMatrixChannel.h"
#include "BipedKiller.h"
//Anim related

View File

@ -58,13 +58,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plInterp/plController.h"
#include "plNotetrackAnim.h"
#include "plAvatar/plAGModifier.h"
#include "plAvatar/plAGChannel.h"
#include "plAvatar/plAGAnim.h"
#include "plAvatar/plAGMasterMod.h"
#include "plAvatar/plMatrixChannel.h"
#include "plAvatar/plPointChannel.h"
#include "plAvatar/plScalarChannel.h"
#include "plAnimation/plAGModifier.h"
#include "plAnimation/plAGChannel.h"
#include "plAnimation/plAGAnim.h"
#include "plAnimation/plAGMasterMod.h"
#include "plAnimation/plMatrixChannel.h"
#include "plAnimation/plPointChannel.h"
#include "plAnimation/plScalarChannel.h"
#include "MaxConvert/hsControlConverter.h"
#include "pnKeyedObject/plUoid.h"
@ -1227,4 +1227,4 @@ bool plAnimCompressComp::SetupProperties(plMaxNode *node, plErrorMsg *pErrMsg)
bool plAnimCompressComp::Convert(plMaxNode *node, plErrorMsg *pErrMsg)
{
return true;
}
}

View File

@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plInterp/plAnimEaseTypes.h"
#include "plAvatar/plAGAnim.h"
#include "plAnimation/plAGAnim.h"
#include "pnSceneObject/plSceneObject.h"
#include "pnSceneObject/plCoordinateInterface.h"

View File

@ -129,7 +129,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plPickMaterialMap.h"
#include "plInterp/plController.h"
#include "plAvatar/plMatrixChannel.h"
#include "plAnimation/plMatrixChannel.h"
#include "MaxPlasmaMtls/Layers/plLayerTex.h"
@ -2691,7 +2691,7 @@ bool plGUIKnobCtrlComponent::PreConvert(plMaxNode *node, plErrorMsg *pErrMsg)
}
// For hackery below (see warning below)
#include "plAvatar/plAGMasterMod.h"
#include "plAnimation/plAGMasterMod.h"
bool plGUIKnobCtrlComponent::Convert(plMaxNode *node, plErrorMsg *pErrMsg)
{
@ -4413,7 +4413,7 @@ bool plGUIProgressCtrlComponent::PreConvert(plMaxNode *node, plErrorMsg *pErrMs
}
// For hackery below (see warning below)
#include "plAvatar/plAGMasterMod.h"
#include "plAnimation/plAGMasterMod.h"
bool plGUIProgressCtrlComponent::Convert(plMaxNode *node, plErrorMsg *pErrMsg)
{

View File

@ -90,8 +90,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plParticleSystem/plConvexVolume.h"
#include "plParticleSystem/plBoundInterface.h"
#include "plAvatar/plScalarChannel.h"
#include "plAvatar/plAGAnim.h"
#include "plAnimation/plScalarChannel.h"
#include "plAnimation/plAGAnim.h"
#include "pnSceneObject/plDrawInterface.h"