Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender_nif_plugin
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
Container Registry
Model registry
Operate
Environments
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
blender_nif_plugin
Graph
d22cc667616e817a36b8769659e9461d10692e8e
Select Git revision
Branches
5
develop
default
protected
lod-simple
master
nightly_builds
refactor/modules
Tags
20
2.6.0.dev4.24d1319
2.6.0.pre-alpha-branch
blender-2.5.9
blender-2.5.8
blender-2.5.7
blender-2.5.6
blender-2.5.5
blender-2.5.4
blender-2.5.3
blender-2.5.2
blender-2.5.1
blender-2.5.0
blender-2.4.12
blender-2.4.11
blender-2.4.10
blender-2.4.9
blender-2.4.8
blender-2.4.7
blender-2.4.6
blender-2.4.5
25 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Aug
26
May
21
29
Apr
28
Mar
13
Jan
5
26
Dec
25
23
4
1
20
Nov
18
16
14
13
10
9
8
7
6
7
6
5
3
2
1
26
Oct
25
23
22
21
20
19
16
14
13
11
10
4
26
Sep
25
3
May
1
26
Apr
25
24
23
19
18
17
16
11
10
9
8
6
5
2
27
Mar
13
11
4
2
13
Feb
11
13
Dec
8
6
5
30
Nov
11
8
7
6
5
4
3
2
18
Oct
12
9
8
17
Sep
12
4
14
Aug
5
4
2
28
Jul
24
14
1
14
Jun
8
1
27
May
26
25
24
23
22
21
20
16
15
13
12
7
6
5
Merge branch 'master' of https://github.com/niftools/blender_niftools_addon
develop master
develop master
Merge pull request #519 from niftools/hotfix/v0.0.14
Fix missed hard coded version string in the __init__.py file
Merge pull request #513 from neomonkeus/release/v0.0.14
Bump the version to v0.0.14
Update changelog for v0.0.14
Temporarily moved penetration depth from collision modifier permeability to niftools collision property to fix error caused by changes in Blender 3.0 and later.
Fixed error that occured when trying to qhull without any vertices.
Import animation by default
Fixed issue #496 by allowing for multiple triangles with the same vertices used.
Added extra warning for too many bones per partition and move warning up.
Merge branch 'develop' of https://github.com/niftools/blender_niftools_addon
Merge pull request #505 from HENDRIX-ZT2/develop
Import animation by default
Merge pull request #497 from Candoran2/develop
Fixed issue #496 by allowing for multiple triangles with the same vertices used.
Added extra warning for too many bones per partition and move warning up.
Merge pull request #493 from niftools/release/v0.0.13
Update changelog to include PRs merged in v0.0.13
Merge pull request #492 from Candoran2/develop
Fixed issues #490 and #491.
Fixed 73dbb7da98a4b998cacbe237ae7cfe0d9a35786a
Changed node group linking to use int instead of string for 2.8 compatibility.
Corrected github website link fallback for the addon updater.
Changed set_rows to use the math blender->nif matrix.
Changed partition limit from 63 to ushort limit (Skyrim LE does not appear to have a limit).
Replaced check for shader type with check for model space normals flag, as that is when you don't need normals/tangents (see loadscreenbretonmage.nif for example)
Update warning that the plugin is generally stable.
Bump main version up to build 13.
Add some issues we can close off based on already completed work.
Bump version on develop to v0.0.13.
Merge pull request #485 from niftools/release/v0.0.12
Add closed issue to the CHANGELOG.rst
Merge pull request #484 from HENDRIX-ZT2/develop
Pull out nifformat_to_mathutils_matrix, improve comment
Merge pull request #481 from HENDRIX-ZT2/develop
Also get interpolators in find_controller
Import of KFs if there's no armature
Update import_keyframe_controller docstring
Refactor anim import to work with or without armature #2
Loading