Импорт фрейма (объекта локальных осей) в качестве локальной матрицы

This commit is contained in:
brothermechanic 2023-04-05 11:26:09 +00:00 committed by Igor Brylyov
parent 16f6f375b5
commit 5208577d86
9 changed files with 122 additions and 76 deletions

View file

@ -12,12 +12,7 @@ import sys
import xml.etree.ElementTree as ET
import os
sys.path.append('../')
from import_fcstd.importer import importer
from mathutils import Matrix
from utils.remove_collections import remove_collections
from utils.cleanup_orphan_data import cleanup_orphan_data
from remesh import asset_setup
from export.stl import export_stl
import bpy
logger = logging.getLogger(__name__)