Skip to content
Snippets Groups Projects
  1. May 05, 2007
  2. Apr 07, 2007
  3. Apr 06, 2007
    • Shon Ferguson's avatar
      Laying the groundwork for Niflib to be able to work on systems with different... · 305c72bf
      Shon Ferguson authored
      Laying the groundwork for Niflib to be able to work on systems with different endian types.  All Read/Write functions now take NifInfo structures which are based by const reference.  These are also passed into the NifStream functions so they will have access to the requested endian type of the NIF as well.  Also added endian detection and swapping functions.
      305c72bf
  4. Mar 31, 2007
    • Shon Ferguson's avatar
      Moved TypeConst function implementation out of header file. Hopefully should... · f87f9759
      Shon Ferguson authored
      Moved TypeConst function implementation out of header file. Hopefully should fix GCC visibility issue.
      Fixed GetIDString virtual function missmatch that was causing the name not to show up when the function was called from a NiObjectRef.
      Added Python-specific operator functions to Ref to prevent the wrapper from crashing on Null Refs.
      f87f9759
  5. Mar 28, 2007
  6. Jan 08, 2007
  7. Nov 19, 2006
  8. Oct 05, 2006
  9. Sep 30, 2006
  10. Sep 29, 2006
  11. 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
  12. Sep 25, 2006
  13. 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
  14. Sep 21, 2006
  15. Sep 20, 2006
  16. Sep 18, 2006
    • Shon Ferguson's avatar
      Added an exception and some extra checks to... · a8372bc0
      Shon Ferguson authored
      Added an exception and some extra checks to NiTriBasedGeomData::UpdateTangentSpace.  Also made minor style changes.
      Fixed warning created by changing NiStencilProperty's enabled value to a byte.
      a8372bc0
    • wz's avatar
      Added UpdateTangentSpace() to NiTriBasedGeom class. · 0e56eccc
      wz authored
      0e56eccc
    • Tazpn's avatar
      Miscellaneous fixes: · ff0a0d05
      Tazpn authored
      1. Update NiStencilProperty based on Shon's changes
      2. Rewrote large chunks of WriteFileGroup related routines.
      3. Added a WriteNifTree which allows for multiple roots (not exposed publically)
      4. Added option to BindSkin to scene instead of skeleton root.
      5. Fixed bug in RemoveController
      6. Added helpers to NiControllerManager for sequence management
      7. Propegated user_version in routines which take a version
      ff0a0d05
  17. Sep 16, 2006
    • Tazpn's avatar
      1. Add NiClod and NiClodData. · 534752d7
      Tazpn authored
      2. Fix PCH project settings.
      3. Add NifSkope base partitioning algorithm
      4. Add ability to use TriStripper instead of NvStripper for tristripdata
      5. Sync with XML and equivalent changes.
      534752d7
  18. Sep 15, 2006
  19. Sep 09, 2006
  20. Aug 22, 2006
  21. Aug 13, 2006
  22. Jul 19, 2006
  23. Jul 18, 2006
  24. Jul 17, 2006
    • Shon Ferguson's avatar
      Created a new ComplexShape class which can currently be used to automatically... · 48f34b7b
      Shon Ferguson authored
      Created a new ComplexShape class which can currently be used to automatically split the sort of complicated mesh that contains per-point-per-face attributes into NiTriShape classes.  Should support skinning as well, but has not been tested.
      Added TexCoord == operator.
      Changed type of Triangle members to unsigned short.
      Color4 now defaults to all zeros.
      NiAVObject::AddProperty now takes a const argument.
      Fixed exception in NiTexturingProperty to throw a runtime_error instead of a string.
      NiTriBasedGeom::BindSkin should now automatically finds the skeleton root by itself.  The skeleton_root argument has been removed.
      48f34b7b
  25. Jun 25, 2006
  26. Jun 22, 2006
  27. Jun 18, 2006
  28. Jun 16, 2006
  29. Jun 12, 2006
Loading