Removed unused imports
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import bmesh
|
import bmesh
|
||||||
import bpy
|
import bpy
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from bpy.types import Armature, Context, Object, Mesh, Material
|
from bpy.types import Armature, Context, Object, Mesh
|
||||||
from mathutils import Matrix
|
from mathutils import Matrix
|
||||||
from typing import Iterable, Sequence, cast as typing_cast
|
from typing import Iterable, cast as typing_cast
|
||||||
from psk_psa_py.shared.data import Vector3
|
from psk_psa_py.shared.data import Vector3
|
||||||
from psk_psa_py.psk.data import Psk
|
from psk_psa_py.psk.data import Psk
|
||||||
from .properties import triangle_type_and_bit_flags_to_poly_flags
|
from .properties import triangle_type_and_bit_flags_to_poly_flags
|
||||||
|
|||||||
@@ -3,10 +3,9 @@ from bpy.props import (
|
|||||||
CollectionProperty,
|
CollectionProperty,
|
||||||
EnumProperty,
|
EnumProperty,
|
||||||
IntProperty,
|
IntProperty,
|
||||||
PointerProperty,
|
|
||||||
StringProperty,
|
StringProperty,
|
||||||
)
|
)
|
||||||
from bpy.types import Material, PropertyGroup
|
from bpy.types import PropertyGroup
|
||||||
|
|
||||||
from ...shared.types import ExportSpaceMixin, TransformMixin, PsxBoneExportMixin, TransformSourceMixin
|
from ...shared.types import ExportSpaceMixin, TransformMixin, PsxBoneExportMixin, TransformSourceMixin
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from bpy.types import Material
|
|
||||||
|
|
||||||
from ...shared.types import BpyCollectionProperty, ExportSpaceMixin, TransformMixin, PsxBoneExportMixin, TransformSourceMixin
|
from ...shared.types import BpyCollectionProperty, ExportSpaceMixin, TransformMixin, PsxBoneExportMixin, TransformSourceMixin
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user