Skip to content

Commit 3c24629

Browse files
committed
Release v2.1.0
Changes since v2.0.0: - Added a faster .gla animation import mode that reads sequences from an animation.cfg file into separate NLA strips/actions, instead of importing every frame as one large action. Courtesy of SomaZ. - The Ghoul 2 Animation Metadata exporter can now export from NLA strips, in addition to timeline markers. Courtesy of SomaZ. Tested against Blender 4.1 and 5.2 via the automated headless test suite and pyright typechecking, both running in CI. See jediacademy_plugins_doc.pdf's changelog for full release history.
1 parent 7700e03 commit 3c24629

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"name": "Jedi Academy Import/Export Tools",
4242
"author": "mrwonko, Cagelight et al",
4343
"description": "Various Jedi Knight: Jedi Academy related tools: Importers for ASE, GLA, GLM, ROFF and Exporters for ASE, GLA, GLM, animation.cfg, ROFF",
44-
"version": (2, 0, 0),
44+
"version": (2, 1, 0),
4545
"blender": (4, 1, 0),
4646
"location": "File > Import-Export",
4747
"category": "Import-Export"

jediacademy_plugins_doc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
\item Fixed import of translating bones (e.g. Howler's tongue) failing due to connected bones.
128128
\end{itemize}
129129

130-
\subsection*{next version}
130+
\subsection*{2.1.0}
131131
\begin{itemize}
132132
\item Added a faster \texttt{.gla} animation import mode that reads sequences from an
133133
\texttt{animation.cfg} file into separate NLA strips/actions, instead of importing every frame

0 commit comments

Comments
 (0)