Skip to content
Snippets Groups Projects
  1. Mar 23, 2007
    • Amorilia's avatar
      * modularized swig interface to reduce wrapper size (only main niflib · 8eef368d
      Amorilia authored
        header and NiNode for now)
      
      * created a common swig interface "common.i" to be used by all modules
      
      * smart pointers now use the __call__() method, again this reduces the
        wrapper size
      
      * removed __str__() from the niflib API as it does not belong there,
        instead renamed asString() to __str__() in the common.i interface
      
      * version constants now also belong to the Niflib namespace
      
      * SWIGFLAGS are now defined through scons environment, so we only need
        to set them once
      
      * extra settings "-fcompact" and "-fvirtual" to SWIGFLAGS to reduce
        wrapper size
      
      * enabled niflib as a shared library under non-win32 platforms
        (still need to find a solution for win32) under scons
      
      * removed "pyniflib.h" and instead added CreateNiNode wrapper to ninode.i
      
      * renamed "pyniflib.i" to "pyniflib.i_old" in case I forgot to port
        something to the new modularized system; to be removed in future
      8eef368d
  2. Mar 21, 2007
  3. Mar 20, 2007
    • Amorilia's avatar
      * Fixes for windows build under SCons. · b2c70a66
      Amorilia authored
      * Renamed python.h to pyniflib.h to avoid confusion with the python.h file from python installation.
      * Updated python test script.
      * Enabled many things again in the swig wrapper interface, to ease debugging.
      * Added "using namespace std;" in Ref.h (as in the rest of the library)
      b2c70a66
  4. Mar 18, 2007
  5. Mar 16, 2007
  6. Mar 15, 2007
  7. Mar 14, 2007
  8. Feb 03, 2007
  9. Jan 27, 2007
  10. Jan 13, 2007
  11. Jan 12, 2007
  12. Jan 09, 2007
  13. Jan 08, 2007
  14. Nov 19, 2006
  15. Nov 01, 2006
  16. Oct 29, 2006
  17. Oct 28, 2006
  18. Oct 15, 2006
    • Tazpn's avatar
      0.2.9 · 36b8cbfa
      Tazpn authored
        -----   
      o Exporter
        - Add BSX flags for NIF exports when animation is involved for Oblivion.
        - Worked around what appears to be a bug in the Bezier Scale controller.
        - Change time intervals when exporting MW style animation.
        - Fixed bug with missing reference in Footer in MW exported .KF files.
        - Call routine to apply skin offsets to Skin data (required for MW?)
      
      o Importer
      
        - Invoke Max Script in Max 5 so that we can import Note Tracks
      36b8cbfa
  19. Oct 12, 2006
    • Tazpn's avatar
      MaxPlugins 0.2.8 · 0a2e2210
      Tazpn authored
        -----   
      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
      0a2e2210
  20. Oct 05, 2006
Loading