Fix T102810: Error for import FBX ASCII

The import script was broken in rBA27ee43296585, because I forgot an
import for i18n. ASCII FBX is still not supported, but at least the
erro reporting won't crash.

Reported by Evan Wilson in D16373.
This commit is contained in:
Damien Picard 2022-11-29 22:19:04 +01:00
parent 5d5575e13e
commit b83a135675
Notes: blender-bot 2023-02-14 18:11:43 +01:00
Referenced by issue #102810, Error for import FBX ASCII from Unity 3D
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if "bpy" in locals():
importlib.reload(fbx_utils)
import bpy
from bpy.app.translations import pgettext_tip as tip_
from mathutils import Matrix, Euler, Vector
# -----