Skip to content

Commit ec09364

Browse files
committed
v1.12.1 (2020-01-25T15:07Z)
1 parent 68d39aa commit ec09364

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

advancedfx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bl_info = {
44
"name": "advancedfx Blender Scripts",
55
"author": "advancedfx.org",
6-
"version": (1, 12, 0),
6+
"version": (1, 12, 1),
77
"blender": (2, 80, 0),
88
"location": "File > Import/Export",
99
"description": "For inter-operation with HLAE.",

advancedfx/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ For more informations visit it's Advancedfx Wiki page ( https://github.com/advan
5050

5151
Changelog:
5252

53+
1.12.1 (2020-01-25T15:07Z):
54+
- Fix BST becoming unusable after using AGR importer. Thanks to @Lasa01.
55+
5356
1.12.0 (2020-09-11T06:30Z):
5457
- Use faster foreach_set for keyframe interpolation in 2.90+. Thanks to @Lasa01.
5558

0 commit comments

Comments
 (0)