mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
3ds Max plugin converted to cmake. Much work needed for it to build...
This commit is contained in:
@ -32,14 +32,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTypes.h"
|
||||
#include "plAnimStealthNode.h"
|
||||
#include "plPassMtlBase.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
|
||||
#include "../MaxMain/plMaxNode.h"
|
||||
#include "../MaxComponent/plMaxAnimUtils.h"
|
||||
#include "../MaxConvert/plConvert.h"
|
||||
#include "../MaxConvert/hsMaterialConverter.h"
|
||||
#include "../plSurface/hsGMaterial.h"
|
||||
#include "../plSurface/plLayerAnimation.h"
|
||||
#include "MaxMain/plMaxNode.h"
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
#include "MaxConvert/plConvert.h"
|
||||
#include "MaxConvert/hsMaterialConverter.h"
|
||||
#include "plSurface/hsGMaterial.h"
|
||||
#include "plSurface/plLayerAnimation.h"
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
|
@ -35,10 +35,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTypes.h"
|
||||
#include "plAnimStealthNode.h"
|
||||
#include "plPassMtlBase.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
|
||||
#include "../MaxComponent/plMaxAnimUtils.h"
|
||||
#include "../MaxComponent/plPickNodeBase.h"
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
#include "MaxComponent/plPickNodeBase.h"
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
|
@ -40,9 +40,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "../pnKeyedObject/plKey.h"
|
||||
#include "../MaxComponent/plAnimObjInterface.h"
|
||||
#include "../MaxComponent/plMaxAnimUtils.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "MaxComponent/plAnimObjInterface.h"
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
|
||||
extern TCHAR *GetString(int id);
|
||||
extern HINSTANCE hInstance;
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "hsTypes.h"
|
||||
#include "plBumpMtl.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
//extern ClassDesc2* GetMaxLayerDesc();
|
||||
#include "Shaders.h"
|
||||
|
||||
@ -33,9 +33,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "Layers/plLayerTex.h"
|
||||
#include "Layers/plStaticEnvLayer.h"
|
||||
#include "../MaxMain/plPlasmaRefMsgs.h"
|
||||
#include "../Layers/plLayerTex.h"
|
||||
#include "../Layers/plStaticEnvLayer.h"
|
||||
#include "MaxMain/plPlasmaRefMsgs.h"
|
||||
|
||||
extern HINSTANCE hInstance;
|
||||
|
||||
|
@ -25,17 +25,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "hsUtils.h"
|
||||
#include "plClothingMtl.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
#include "Shaders.h"
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "../MaxMain/plPlasmaRefMsgs.h"
|
||||
#include "plBMSampler.h"
|
||||
#include "MaxMain/plPlasmaRefMsgs.h"
|
||||
#include "../plBMSampler.h"
|
||||
#include "stdmat.h"
|
||||
#include "Layers/plLayerTex.h"
|
||||
#include "Layers/plLayerTexBitmapPB.h"
|
||||
#include "../../Plasma/PubUtilLib/plAvatar/plClothingLayout.h"
|
||||
#include "../Layers/plLayerTex.h"
|
||||
#include "../Layers/plLayerTexBitmapPB.h"
|
||||
#include "plAvatar/plClothingLayout.h"
|
||||
|
||||
extern HINSTANCE hInstance;
|
||||
|
||||
|
@ -121,12 +121,12 @@ public:
|
||||
int GetTilesetIndex() { return fBasicPB->GetInt(ParamID(kTileset)); }
|
||||
DllExport Texmap *GetTexmap(int index, int layer);
|
||||
Texmap *GetThumbnail() { return fBasicPB->GetTexmap(ParamID(kThumbnail)); }
|
||||
char *GetDescription() { return fBasicPB->GetStr(ParamID(kDescription)); }
|
||||
char *GetCustomText() { return fBasicPB->GetStr(ParamID(kCustomTextSpecs)); }
|
||||
const char *GetDescription() { return fBasicPB->GetStr(ParamID(kDescription)); }
|
||||
const char *GetCustomText() { return fBasicPB->GetStr(ParamID(kCustomTextSpecs)); }
|
||||
hsBool GetDefault() { return fBasicPB->GetInt(ParamID(kDefault)) != 0; }
|
||||
Color GetDefaultTint1() { return fBasicPB->GetColor(plClothingMtl::kDefaultTint1); }
|
||||
Color GetDefaultTint2() { return fBasicPB->GetColor(plClothingMtl::kDefaultTint2); }
|
||||
char *GetForcedAccessoryName() { return fBasicPB->GetStr(ParamID(kForcedAcc)); }
|
||||
const char *GetForcedAccessoryName() { return fBasicPB->GetStr(ParamID(kForcedAcc)); }
|
||||
|
||||
plClothingMtl(BOOL loading);
|
||||
void DeleteThis() { delete this; }
|
||||
|
@ -25,10 +25,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "hsTypes.h"
|
||||
#include "plDecalMtl.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
//extern ClassDesc2* GetMaxLayerDesc();
|
||||
#include "Shaders.h"
|
||||
#include "../MaxComponent/plMaxAnimUtils.h"
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
|
||||
#include "plPassBaseParamIDs.h"
|
||||
#include "plDecalMtlBasicPB.h"
|
||||
@ -36,9 +36,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "Layers/plLayerTex.h"
|
||||
#include "Layers/plStaticEnvLayer.h"
|
||||
#include "../MaxMain/plPlasmaRefMsgs.h"
|
||||
#include "../Layers/plLayerTex.h"
|
||||
#include "../Layers/plStaticEnvLayer.h"
|
||||
#include "MaxMain/plPlasmaRefMsgs.h"
|
||||
|
||||
extern HINSTANCE hInstance;
|
||||
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "plDecalMtl.h"
|
||||
#include "plPassBaseParamIDs.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "plPassAnimDlgProc.h"
|
||||
|
@ -25,11 +25,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "plDecalMtl.h"
|
||||
#include "plDecalMtlLayersPB.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "Layers/plLayerTex.h"
|
||||
#include "../Layers/plLayerTex.h"
|
||||
|
||||
class DecalMtlLayersAccessor;
|
||||
extern DecalMtlLayersAccessor gLayersAccessor;
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "max.h"
|
||||
#include "MaxIcon.h"
|
||||
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
#include "plMultipassMtl.h"
|
||||
#include "plMultipassMtlPB.h"
|
||||
//#include "plMaxLayer.h"
|
||||
|
@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
|
||||
|
||||
//// Watcher Class Desc //////////////////////////////////////////////////////
|
||||
|
@ -25,17 +25,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "hsTypes.h"
|
||||
#include "plParticleMtl.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
//extern ClassDesc2* GetMaxLayerDesc();
|
||||
#include "Shaders.h"
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "../MaxMain/plPlasmaRefMsgs.h"
|
||||
#include "plBMSampler.h"
|
||||
#include "MaxMain/plPlasmaRefMsgs.h"
|
||||
#include "../plBMSampler.h"
|
||||
#include "stdmat.h"
|
||||
#include "Layers/plLayerTex.h"
|
||||
#include "Layers/plLayerTexBitmapPB.h"
|
||||
#include "../Layers/plLayerTex.h"
|
||||
#include "../Layers/plLayerTexBitmapPB.h"
|
||||
|
||||
extern HINSTANCE hInstance;
|
||||
|
||||
|
@ -33,15 +33,15 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plPassAnimDlgProc.h"
|
||||
|
||||
#include "plPassBaseParamIDs.h"
|
||||
#include "../MaxComponent/plNotetrackAnim.h"
|
||||
#include "resource.h"
|
||||
#include "MaxComponent/plNotetrackAnim.h"
|
||||
#include "../resource.h"
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "plAnimStealthNode.h"
|
||||
|
||||
#include "../MaxComponent/plMaxAnimUtils.h"
|
||||
#include "../MaxComponent/plAnimComponent.h"
|
||||
#include "../MaxExport/plErrorMsg.h"
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
#include "MaxComponent/plAnimComponent.h"
|
||||
#include "MaxExport/plErrorMsg.h"
|
||||
|
||||
const char *kPassNameNone = ENTIRE_ANIMATION_NAME;
|
||||
|
||||
|
@ -25,10 +25,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "hsTypes.h"
|
||||
#include "plPassMtl.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
//extern ClassDesc2* GetMaxLayerDesc();
|
||||
#include "Shaders.h"
|
||||
#include "../MaxComponent/plMaxAnimUtils.h"
|
||||
#include "../Shaders.h"
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
|
||||
#include "plPassBaseParamIDs.h"
|
||||
#include "plPassMtlBasicPB.h"
|
||||
@ -36,8 +36,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "Layers/plLayerTex.h"
|
||||
#include "Layers/plStaticEnvLayer.h"
|
||||
#include "../Layers/plLayerTex.h"
|
||||
#include "../Layers/plStaticEnvLayer.h"
|
||||
|
||||
#include "hsBitVector.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "plPassMtl.h"
|
||||
#include "plPassBaseParamIDs.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "plPassAnimDlgProc.h"
|
||||
|
@ -42,8 +42,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plNoteTrackWatcher.h"
|
||||
#include "plAnimStealthNode.h"
|
||||
|
||||
#include "../MaxComponent/plMaxAnimUtils.h"
|
||||
#include "../MaxMain/plPlasmaRefMsgs.h"
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
#include "MaxMain/plPlasmaRefMsgs.h"
|
||||
|
||||
// For converting from a MAX Mtl
|
||||
#include "plPassMtl.h"
|
||||
|
@ -29,7 +29,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTemplates.h"
|
||||
#include "Max.h"
|
||||
#include "iparamb2.h"
|
||||
#include "../../PubUtilLib/plInterp/plAnimEaseTypes.h"
|
||||
#include "plInterp/plAnimEaseTypes.h"
|
||||
|
||||
class plNoteTrackWatcher;
|
||||
class plMtlChangeCallback;
|
||||
|
@ -25,11 +25,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "plPassMtl.h"
|
||||
#include "plPassMtlLayersPB.h"
|
||||
#include "resource.h"
|
||||
#include "../resource.h"
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
#include "Layers/plLayerTex.h"
|
||||
#include "../Layers/plLayerTex.h"
|
||||
|
||||
class PassMtlLayersAccessor;
|
||||
extern PassMtlLayersAccessor gLayersAccessor;
|
||||
|
Reference in New Issue
Block a user