# SPDX-License-Identifier: MIT OR GPL-3.0-or-later from .ops import VRM_OT_merge_uv_edges, VRM_OT_separate_non_skin_faces from .panel import VRM_PT_body_mesh_separator __all__ = [ "VRM_OT_merge_uv_edges", "VRM_OT_separate_non_skin_faces", "VRM_PT_body_mesh_separator", ]