We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d39aa commit ec09364Copy full SHA for ec09364
advancedfx/__init__.py
@@ -3,7 +3,7 @@
3
bl_info = {
4
"name": "advancedfx Blender Scripts",
5
"author": "advancedfx.org",
6
- "version": (1, 12, 0),
+ "version": (1, 12, 1),
7
"blender": (2, 80, 0),
8
"location": "File > Import/Export",
9
"description": "For inter-operation with HLAE.",
advancedfx/readme.txt
@@ -50,6 +50,9 @@ For more informations visit it's Advancedfx Wiki page ( https://github.com/advan
50
51
Changelog:
52
53
+1.12.1 (2020-01-25T15:07Z):
54
+- Fix BST becoming unusable after using AGR importer. Thanks to @Lasa01.
55
+
56
1.12.0 (2020-09-11T06:30Z):
57
- Use faster foreach_set for keyframe interpolation in 2.90+. Thanks to @Lasa01.
58
0 commit comments