Skip to content

Commit

Permalink
fix merge miss
Browse files Browse the repository at this point in the history
  • Loading branch information
SAM-tak committed Nov 16, 2023
1 parent 2913693 commit 6d3b3c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blender-for-unrealengine/fbxio/export_fbx_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from itertools import zip_longest
from functools import cache

from .. import __package__ as parent_package

if "bpy" in locals():
import importlib
if "encode_bin" in locals():
Expand All @@ -25,7 +27,7 @@
import bpy_extras
from bpy_extras import node_shader_utils
from bpy.app.translations import pgettext_tip as tip_
from mathutils import Vector, Matrix
from mathutils import Vector, Matrix, Quaternion

from . import encode_bin, data_types, fbx_utils
from .fbx_utils import (
Expand Down

0 comments on commit 6d3b3c5

Please sign in to comment.