Skip to content
Snippets Groups Projects
Commit 0a2e2210 authored by Tazpn's avatar Tazpn
Browse files

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
parent 7a23cd22
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment