Skip to content
Snippets Groups Projects
  1. Apr 02, 2007
  2. Mar 31, 2007
  3. Mar 28, 2007
  4. Mar 27, 2007
  5. Mar 21, 2007
    • Amorilia's avatar
      The SWIG wrapper is now functional again, although only a very limited · 8cfbc343
      Amorilia authored
      number of objects are supported so far, to reduce the size of the
      wrapper. Details:
      
      * set property eolstyle:native on .cpp and .h files for better windows + linux 
        support
      
      * added small cpp file for quick nif read and write test (for
        debug purposes)
      
      * fixed memory leak due to array of non-fixed sized objects:
        Header.copyright (caused segfaults under GCC)
      
      * disabled pragma warning on NvTriStripObjects.cpp
      
      * fixed undefined behaviour of map[...] = ... map.size() ... in
        niflib.cpp (caused segfaults under GCC)
      
      * cleaned up SConstruct file
        - if DEBUG is false, TUNE is assumed
        - added TEST option
      
      * workaround in pyniflib.h for ReadNifTree (need to find better solution!)
      
      * swig wrapper interface: NiNode, NiAVObject, and NiObjectNET are
        fully supported (nothing else, for now)
      
      * now using unittest for python test script(s)
      8cfbc343
  6. Jan 09, 2007
  7. Jan 08, 2007
  8. Nov 19, 2006
  9. Nov 01, 2006
  10. 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
  11. Oct 05, 2006
  12. Sep 30, 2006
  13. Sep 29, 2006
  14. Sep 28, 2006
  15. Sep 27, 2006
    • Shon Ferguson's avatar
      Added NiGeometry::ApplyTransforms function to automatically zero out the... · 2a5ab374
      Shon Ferguson authored
      Added NiGeometry::ApplyTransforms function to automatically zero out the transforms of a mesh and apply them to its vertices.
      Added NiGeometryData::Transform function to apply an arbitrary transform to all vertices and normals of a mesh (used by above).
      Added NiNode::PropagateTransform function to apply a NiNode's local transform to its children and then zero it out.
      Fixed NiTriShapeData to properly set numTriangles when SetTriangles is called.
      NiGeometry::BindSkin function now automatically propagates transforms of NiNodes between the root and the meshes and then applies those transforms to the vertices, making the NiSkinData overall transform unnecessary.
      Removed "set root to scene root" option as it is no longer necessary.
      2a5ab374
    • Shon Ferguson's avatar
      Replaced GetSkinInfluencedVertices function with GetSkinDeformation function... · 9447d624
      Shon Ferguson authored
      Replaced GetSkinInfluencedVertices function with GetSkinDeformation function which takes in references to two vectors and fills them with the skin deformed vertices and normals
      Added constructor to Matrix44 to convert from Matrix33.
      9447d624
  16. Sep 26, 2006
  17. Sep 25, 2006
  18. Sep 23, 2006
    • Shon Ferguson's avatar
      Fixed ComplexShape::Merge and ComplexShape::Split to properly take new uvSet... · 88ecf945
      Shon Ferguson authored
      Fixed ComplexShape::Merge and ComplexShape::Split to properly take new uvSet member of TexDesc into account.
      Updated Niflib for Python readme to reflect the continuing "new_niflib" name.
      Reverted NiTriBasedGeom::GetSkinInfluencedVertices function to old functionality which works as long as the NIF is valid.  Some valid NIF files were not loading with the new changes.
      Updated version in Doxyfile to 0.5.8
    • Shon Ferguson's avatar
      Cleared up all Doxygen and SWIG warnings. · 32a273f6
      Shon Ferguson authored
      Replaced _WRITE, _READ, _STRING, AND _FIXLINKS defines with the corresponding internal function call.
      Replaced STANDARD_INTERNAL_FUNCTIONS with the internal function signatures.
      Made my Doxygen config file use relative paths and added it to SVN so everyone can generate the same documentation for themselves.
      Removed includes WZ added to ComplexShape.  These were not missing, they are up to the user to include if they wish.
      32a273f6
  19. Sep 22, 2006
Loading