Skip to content

Releases: advancedfx/afx-blender-scripts

afx-blender-scripts 1.12.5 (2020-04-28T21:03Z)

29 Apr 11:39
3858dd6

Choose a tag to compare

  • 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)

13 Mar 14:40

Choose a tag to compare

  • Fixed camera FOV not being animated porperly.

v1.12.1 (2020-01-25T15:07Z)

25 Jan 15:21

Choose a tag to compare

  • Fix BST becoming unusable after using AGR importer. Thanks to @lasa01.

1.12.0 (2020-09-11T06:30Z)

09 Nov 06:48

Choose a tag to compare

  • Use faster foreach_set for keyframe interpolation in 2.90+. Thanks to @lasa01.

v1.11.2 (2020-08-28T21:19Z)

28 Aug 19:35
0aa7e48

Choose a tag to compare

  • added "Documentation" button
  • added "Report a Bug" button
  • added AGR batch .FBX export

v1.11.0 (2020-08-11T19:28Z)

12 Aug 08:10

Choose a tag to compare

  • Updated HLAE AGR Import to agr version 5

v1.10.4 (2020-08-10T09:21Z)

10 Aug 08:10
11c0141

Choose a tag to compare

  • 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):

22 May 16:55

Choose a tag to compare

  • Fixed BVH Export.

v1.10.0 (2020-05-13T14:55Z) (by lasa01)

13 May 15:05

Choose a tag to compare

(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):

09 May 13:27

Choose a tag to compare

  • 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.