Extensions
  • Home
  • Add-ons
  • Themes
  • Approval Queue
  • About
  • Upload Extension
  • Sign in
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    DEVELOPMENT

    • Developers Blog

      Latest development updates, by Blender developers.

    • Documentation

      Guidelines, release notes and development docs.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

All Add-ons

Add-on Faster FBX Exporter
Faster FBX Exporter

Faster .fbx Exporter for Static Objects With Modifiers.
Add-on by Dan-Gry
About What's New Permissions Reviews Version History

Version History

0.2.4 Blender 4.2  and newer
  • 92.0 KB
  • 1048
  • May 16th, 2025

Changelog

Added: export_only_UDP3DSMAX_object_props (True/False)

Save performance by only exporting a props named UDP3DSMAX, that will be unpacked again on import, if you have packed all your props to one string. They need to be formated in a way where they have real spaces, a list then '\r\n".join(udp_lines) + "\r\n'

Compatibility
Blender 4.2  and newer
Downloads
1048
Size
92.0 KB
Permissions
This version requests the following:
  • Files Export .fbx files
License
GNU General Public License v3.0 or later
Status
Approved
v0.2.4 92.0 KB
0.2.3 Blender 4.2  and newer
  • 91.7 KB
  • 7897
  • January 9th, 2025

Changelog

Added option to skip time meta data with skip_time_metadata

(Adds 0001-01-01 01:01:01 to time)

Compatibility
Blender 4.2  and newer
Downloads
7897
Size
91.7 KB
Permissions
This version requests the following:
  • Files Export .fbx files
License
GNU General Public License v3.0 or later
Status
Approved
v0.2.3 91.7 KB
0.2.25 Blender 4.2  and newer
  • 91.6 KB
  • 2450
  • December 10th, 2024

Changelog

New Option:

  • Include Textures: Option for If the textures for the object should be included when exporting. Can save a lot of export time if not needed.
Compatibility
Blender 4.2  and newer
Downloads
2450
Size
91.6 KB
Permissions
This version requests the following:
  • Files Export .fbx files
License
GNU General Public License v3.0 or later
Status
Approved
v0.2.25 91.6 KB
0.2.2 Blender 4.2  and newer
  • 91.5 KB
  • 4232
  • October 6th, 2024

Changelog

New operation property when using Python, you can now choose what objects to export by obj.name!

Limitations: it can only export out objects by obj.name, and the input list needs to be converted to a string. If the names_of_objects_to_export string is not "", it will ovveride the other export settings

Python Example:

Get objects example 1

objs_by_name_list = []

for obj in bpy.context.scene.objects:
    if obj.display_type != "WIRE":
        objs_by_name_list.append(obj.name)

Get objects example 2

objs_by_name_list = ["Suzanne", "Cylinder", "Cube"]

Export the objects in the list, remember that the list needs to be converted to a string!

bpy.ops.export_scene.faster_fbx(names_of_objects_to_export = str(objs_by_name_list), filepath=path_to_your_export)```
Compatibility
Blender 4.2  and newer
Downloads
4232
Size
91.5 KB
Permissions
This version requests the following:
  • Files Export .fbx files
License
GNU General Public License v3.0 or later
Status
Approved
v0.2.2 91.5 KB
0.2.15 Blender 4.2  and newer
  • 91.3 KB
  • 17
  • October 5th, 2024

Changelog

Exporting out only the visible objects should now be marginally faster and more reliable.

Compersion of how long it takes to get the visiable objects in a big scene:

Before: 0.0240 seconds

After: 0.001 seconds

Compatibility
Blender 4.2  and newer
Downloads
17
Size
91.3 KB
Permissions
This version requests the following:
  • Files Export .fbx files
License
GNU General Public License v3.0 or later
Status
Awaiting Review
v0.2.15 91.3 KB
0.2.1 Blender 4.2  and newer
  • 91.3 KB
  • 20
  • October 4th, 2024

Changelog

Fixed small error

Compatibility
Blender 4.2  and newer
Downloads
20
Size
91.3 KB
Permissions
This version requests the following:
  • Files Export .fbx files
License
GNU General Public License v3.0 or later
Status
Awaiting Review
v0.2.1 91.3 KB
0.2.0 Blender 4.2  and newer
  • 91.3 KB
  • 16
  • October 2nd, 2024

Changelog

Initial Release

Compatibility
Blender 4.2  and newer
Downloads
16
Size
91.3 KB
Permissions
This version requests the following:
  • Files Export .fbx files
License
GNU General Public License v3.0 or later
Status
Awaiting Review
v0.2.0 91.3 KB
  • About
  • Privacy Policy
  • Terms of Service
Download
  • Latest Blender
  • Blender LTS
  • Blender Benchmark
  • Previous Versions
  • Experimental Builds
  • Source Code
  • Release Notes
  • Requirements
Organization
  • People
  • Jobs
About
  • Blender Foundation
  • Blender Institute
  • Blender Studio
  • License
  • Logo & Trademark
  • Credits
  • Privacy Policy
Articles
  • News
  • Press Releases
  • User Stories
Get Involved
  • Dashboard
  • Development
  • Documentation
  • Education
Blender Studio
  • Films
  • Training
Support
  • Manual
  • Community
  • FAQ
Developers
  • Get Started
  • Projects
  • Docs
  • Blog
  • Forum
  • YouTube
  • Python API
Blender Conference
Follow Blender
Support Blender
  • Donate
  • One-time Donation
Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite