From 0a2e2210c7638f2d399a6c5c52e31a0c26f55826 Mon Sep 17 00:00:00 2001 From: Tazpn <tazpn@users.sourceforge.net> Date: Thu, 12 Oct 2006 01:46:39 +0000 Subject: [PATCH] MaxPlugins 0.2.8 ----- o Exporter - Fix Collapse Transforms on dialog so that it actually triggers collapse - Change defaults for textures so Morrowind does not crash in CS - Fix export of animation for Morrowind - Introduce mechanism in Collapse Transforms so that poorly scaled models export better o Importer - Fix import of animation for Morrowind --- include/gen/obj_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gen/obj_defines.h b/include/gen/obj_defines.h index f8e64779..25efbaf6 100644 --- a/include/gen/obj_defines.h +++ b/include/gen/obj_defines.h @@ -2541,7 +2541,7 @@ CompareMode function; \ #define NI_SOURCE_TEXTURE_PARENT NiObjectNET -#define NI_SOURCE_TEXTURE_CONSTRUCT : useExternal((byte)1), unknownLink(NULL), unknownByte((byte)0), pixelData(NULL), pixelLayout((PixelLayout)5), useMipmaps((MipMapFormat)2), alphaFormat((AlphaFormat)3), unknownByte2((byte)1) +#define NI_SOURCE_TEXTURE_CONSTRUCT : useExternal((byte)1), unknownLink(NULL), unknownByte((byte)1), pixelData(NULL), pixelLayout((PixelLayout)5), useMipmaps((MipMapFormat)2), alphaFormat((AlphaFormat)3), unknownByte2((byte)1) #define NI_SPECULAR_PROPERTY_INCLUDE "NiProperty.h" -- GitLab