- Sep 15, 2006
-
-
Shon Ferguson authored
-
- Sep 14, 2006
-
-
Shon Ferguson authored
-
- Sep 13, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
- Sep 11, 2006
- Sep 10, 2006
-
-
Tazpn authored
2. Convert bspline controller offsets from ushort to uint 3. fix bug in nicontrollersequence with string palette
-
Tazpn authored
-
Tazpn authored
-
Tazpn authored
-
Tazpn authored
1. Add BSBound unknown values. 2. Update MotionSystem enum 3. Add LOD Bone Controller handler 4. Fix website references
-
- Sep 09, 2006
-
-
Shon Ferguson authored
Added a max_bones_per_partition parameter to ComplexShape::Split and NiTriBasedGeom::GenHardwareSkinInfo in anticipation of Tazpn adding that capability.
-
- Sep 08, 2006
-
-
Tazpn authored
-
Shon Ferguson authored
-
Tazpn authored
-
Tazpn authored
-
- Sep 07, 2006
-
-
Shon Ferguson authored
Some simple updates to Niflib documentation.
-
- Aug 27, 2006
-
-
Tazpn authored
2. Add some extra helpers around sequence and animation.
-
- Aug 22, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
Casting functions now check for NULL as of last commit.
-
Tazpn authored
-
- Aug 21, 2006
-
-
Tazpn authored
Looks like a missed commit or SVN is acting weird on me. Adding some helpers on to access priority on controllers.
-
- Aug 20, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Tazpn authored
2. Add support for changing the priority on NiSequenceControllers 3. Update code due to CreateBlock changes and removal of CreateNiObject.
-
Shon Ferguson authored
Renamed CreateBlock to CreateObject and made it clear that it is not necessary for the user to call this function unless s/he is working through Python. Removed BlocksInMemory function. Call NiObject::NumObjectsInMemory instead. Removed CreateBlock template since new keyword can be used. Implemented GetScale and SetScale functions of bhkNiTriStripsShape to fix linker errors when compiling Python wrapper.
-
Tazpn authored
-
Tazpn authored
1. Fix issue with exporting with user version specified. Oblivion CS will crash if not set correctly. 2. Fix issues with nif export in general around bhk ordering (ported over from gundalfs changes) 3. Civ4 Shader support for max 4. Numerous bug fixes to max.
-
- Aug 17, 2006
-
-
Tazpn authored
Initial changes for skin partition access. Needs more work around protecting the user from inconsistencies.
-
- Aug 13, 2006
-
-
Tazpn authored
2. Put back changes that Shon rolled back to so that exporter compiles again 3. Put in new typesafe helper for creating nodes so we dont have to rely on strings.
-
- Aug 11, 2006
-
-
Shon Ferguson authored
Added bounding box related functions to NiAVObject. Forgot to commit this earlier, so it removes the versions created by Tazpn. Hopefully fixed the skin calculations. Results in skin files that always seem to look correct in Morrowind but do not always look correct in NifSkope.
-
- Aug 06, 2006
-
-
Tazpn authored
1. Update Niflib based on recent xml changes and cleanup some of the entries added for the 3ds max Exporter. 2. Merged in changes required by 3ds Max Exporter as I try to remove the cloned copy of niflib completely from svn.
-
- Jul 25, 2006
-
-
Shon Ferguson authored
Added != operator to Matrix44. Added IsSplitMeshProxy function to NiNode.
-
- Jul 22, 2006
-
-
Shon Ferguson authored
-
Shon Ferguson authored
-
Shon Ferguson authored
Added code to ensure that bones have their flag set properly, even if they are not so in the original NIF file.
-
- Jul 20, 2006
-
-
Shon Ferguson authored
-
- Jul 19, 2006
-
-
Shon Ferguson authored
NiTriStripsData::GetTriangles no longer returns triangles that have matching vertices and, thus, no surface area.
-
Shon Ferguson authored
Added a SetBoneWeights function to NiTriBasedGeom which automatically calculates the correct bone center and radius. The NiSkinData::SetBoneWeights function now requires the radius and center as arguments.
-
- Jul 18, 2006
-
-
Shon Ferguson authored
-