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
Speed Compersion with the standard .fbx Exporter It can be found in the standard export menu

This is a fork of the default .fbx exporter for Blender that can be substantially faster than the standard slower .fbx exporter in Blender.

Another change is that "Export Selected" is now on by default. image

Phyton

The export operation now supports exporting out objects by their object name! This makes it a lot easier to export out specific objects, without needing to care about there current selection or visibilty status and can be way faster performance wise!

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"]

Exporting out the objects in the list, just 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)

What's New

0.2.4 May 16th, 2025

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'

See all versions


Permissions

This extension requests the following permission:

  • Files

    Export .fbx files

Developer
Dan-Gry
Rating
Leave a review
Version
0.2.4
Updated
1 mo
Published
Oct. 2nd, 2024
Downloads
15840
Size
92.0 KB
Compatibility
Blender 4.2  and newer
Report Issues
blenderartists.org/t/faster-fbx-exporter-fork/1551936
License
GNU General Public License v3.0 or later
Import-Export
...or download and Install from Disk
  • 92.0 KB

Reviews

See all
Be the first to review.
  • 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