Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Niflib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Grant Kim
Niflib
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
2d105d11a476abf285ed4fe44c0ac1152849be97
Select Git revision
Branches
2
develop
default
protected
master
Tags
3
niflib-0.6.2
niflib-0.6.0
niflib-r731
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
7
Jul
4
3
2
1
30
Jun
27
26
25
24
23
22
21
19
18
17
16
15
14
13
12
11
10
8
7
6
5
4
3
2
30
May
29
28
27
25
19
17
16
15
14
13
7
2
1
30
Apr
29
28
27
17
10
2
1
21
Mar
20
19
18
17
16
15
14
13
12
11
10
7
4
21
Feb
20
12
11
10
8
2
31
Jan
30
28
27
25
20
18
17
16
15
14
13
3
25
Dec
23
22
21
20
18
16
14
12
11
10
9
8
5
4
1
29
Nov
28
27
26
25
22
17
14
13
12
7
25
Oct
24
23
22
21
16
15
14
13
12
10
8
Determined that there are references to NiBSplineData and NiBSplineBasisData in all NiBSplineInterpolator derived classes. Consolidated the various references from the derived classes to the NiBSplineInterpolator class in the XML and in Niflib.
Added the files I forgot to add in the last commit.
We can't have functions on compounds as all files for them are generated. Removed CalcNumTriangles so Niflib programs will link.
Applied latest XML changes.
Made the MergeNifTree function set the start time, stop time, and frequency of the controller it attaches an interpolator to.
Fixed an include statement to be relative.
Add extra targets getter/setter for multitargeter controller. Probably need to fix GetRefs() at some point get return weak pointer references as well as strong ones.
Fix Math so that it decomposes rotations back to stored rotation and not the inverse. Fix Scale so that it returns the correct value rather than x+y + (z/3).
Fixes for the MergeNifTree function for NiControllerSequence rooted KF files.
Suppressed most SWIG warnings.
Minor change to Python wrapper file.
Added change log and license files.
Change to some documentation to discuss the need to use the Ptr function in Python.
Fixes to go with the nif.xml change
Merge in gundalf's changes to bhkNiTriStripsShape and others.
Changed near and far to nearExtent and farExtent in LODRange to prevent conflicts with defines in Windows standard library.
Removed code to re-position NiTriBasedGeom nodes as part of GoToSkeletonBindPosition since correct vertex positions can now be retrieved without doing this.
Removed automatic attempt to find natural bind pose.
Added a simple function to get the controller data from NiControllerSequence.
Implemented NiStringPalette and NiControllerSequence.
Fix for NiKeyframeData is no longer in implementation file.
Minor fixes so I can actually build the base nif library.
Created CloneNifTree function.
Implemented NiObject::Clone.
Fixed problem with dropping refs with the same name in two places.
Add my Casting operators back to the base Ref. Also change the header guard so that it doesnt conflict with 3ds max's ref.h
Last fix wasn't quite correct.
Temporary fix for NiKeyframeData.
Hopefully ShortString is really fixed this time.
Fixed an error in SmallString NifStream function.
Fixed problems with NiControllerSequence.
Moved version constants to a separate file to clear up problems with no longer including NIF_IO.h in niflib.h.
Used Tazpn's automatic accessor function generator to create functions for as many classes as possible.
Hopefully fixed Amorilia's WriteFileGroup function.
Minor fixes so that the iterator iterates and doesn't cause an infinate loop when these functions are accessed.
Caused read and write functions to use Header and Footer.
Changed Matrix44::Decompose to set a single averaged scale value.
Changed the name of the generated Python module to new_niflib for now.
Fixed Python wrapper.
Fix length calc based on m444x's suggestion.
Loading