Skip to content

Commit

Permalink
Add the new option for camera FBX
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier150 committed Jun 29, 2021
1 parent f43f644 commit be78035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender-for-unrealengine/bfu_export_single_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def ExportSingleFbxCamera(
VerifiDirs(absdirpath)
fullpath = os.path.join(absdirpath, filename)

ExportCameraAsFBX = False
ExportCameraAsFBX = addon_prefs.exportCameraAsFBX
if ExportCameraAsFBX:
bpy.ops.export_scene.fbx(
filepath=fullpath,
Expand Down

0 comments on commit be78035

Please sign in to comment.