Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 27, 2024
1 parent 0fbd079 commit a8cc964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/bsdf_converter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .properties import F3D_BSDFConverterProperties, bsdf_converter_props_register, bsdf_converter_props_unregister
from .operators import bsdf_converter_ops_register, bsdf_converter_ops_unregister
from .ui import bsdf_converter_panel_draw
from .properties import F3D_BSDFConverterProperties, bsdf_converter_props_register, bsdf_converter_props_unregister


def bsdf_converter_register():
Expand Down
8 changes: 4 additions & 4 deletions fast64_internal/f3d/bsdf_converter/converter.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import copy
import math
import typing
import dataclasses
import numpy as np
import dataclasses
import typing
import math

import bpy
from bpy.types import (
Expand All @@ -25,6 +24,7 @@
)

from ...utility import get_clean_color, colorToLuminance, PluginError

from ..f3d_material import (
combiner_uses,
createF3DMat,
Expand Down

0 comments on commit a8cc964

Please sign in to comment.