Releases: advancedfx/afx-blender-scripts
Releases · advancedfx/afx-blender-scripts
afx-blender-scripts 1.12.5 (2020-04-28T21:03Z)
- added support for Blender 3.0 Alpha
- fixed changing Root Bone Name
- fixed camera scale export
Thanks @Devostated
v1.12.2 (2020-03-13T13:35Z)
- Fixed camera FOV not being animated porperly.
v1.12.1 (2020-01-25T15:07Z)
- Fix BST becoming unusable after using AGR importer. Thanks to @lasa01.
1.12.0 (2020-09-11T06:30Z)
- Use faster foreach_set for keyframe interpolation in 2.90+. Thanks to @lasa01.
v1.11.2 (2020-08-28T21:19Z)
- added "Documentation" button
- added "Report a Bug" button
- added AGR batch .FBX export
v1.11.0 (2020-08-11T19:28Z)
- Updated HLAE AGR Import to agr version 5
v1.10.4 (2020-08-10T09:21Z)
- skip LOD meshes for Team Fortress 2. Thanks to @lasa01 for using his code
- fixed a character issue for Linux. Thanks to @AgenteDog for doing it real quick
v1.10.2 (2020-05-22T16:54Z):
- Fixed BVH Export.
v1.10.0 (2020-05-13T14:55Z) (by lasa01)
(Many thanks, also for answering annoying questions about pull-request.)
- Read agr keyframes into memory and add all at once (faster).
- Make sure bone rotations take shortest path.
- User-selectable keyframe interpolation mode (agr): Bezier is much faster than constant but not recommended for beginners that don't get project FPS right 100%.
- Reduce import logging spam.
- Fix modelHandle reusing not selecting closest one.
v1.9.8 (2020-05-09T13:01Z) (by Devostated):
- Support for Blender Source Tools 3.1.0 Test version:
- Now it doesn't create collections anymore for cleaner project files, just like it was in Blender 2.79 and below.
- 3.0.3 is still supported!
- Added Timer:
- Now you can see how long the import of the AGR took, for the curious ones.
- Changed Model instancing option
- Changed description text after getting a lot questions about model instancing.
- Added an advice for beginners that get confused by model instancing.
- Added automatic frame range adjustment.
- Tested with Blender 2.82a
- Tested with Blender Source Tools 3.0.3 and 3.1.0.