Skip to content

Commit

Permalink
black .
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 18, 2024
1 parent 00f9946 commit 16542b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions fast64_internal/gltf_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import bpy
from bpy.types import Image


def find_glTF2_addon():
for mod in addon_utils.modules():
if mod.__name__ == "io_scene_gltf2":
Expand Down
9 changes: 7 additions & 2 deletions gltf_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
from bpy.props import BoolProperty, PointerProperty

from .fast64_internal.utility import multilineLabel, prop_group_to_json, json_to_prop_group
from .fast64_internal.gltf_utility import GLTF2_ADDON_VERSION, get_gltf_settings
from .fast64_internal.f3d.glTF.f3d_gltf import F3DGlTFSettings, F3DGlTFPanel, F3DExtensions, set_use_nodes_in_f3d_materials
from .fast64_internal.gltf_utility import get_gltf_settings
from .fast64_internal.f3d.glTF.f3d_gltf import (
F3DGlTFSettings,
F3DGlTFPanel,
F3DExtensions,
set_use_nodes_in_f3d_materials,
)

# Original implementation from github.com/Mr-Wiseguy/gltf64-blender

Expand Down

0 comments on commit 16542b0

Please sign in to comment.