Fix per vertex normals and colors import #6

Merged
Cedric Steiert merged 10 commits from Hombre57/io_scene_x3d:per-vertex_normals_and_colors into main 2024-08-07 12:04:13 +02:00
Showing only changes of commit d17730d608 - Show all commits

View File

@ -8,6 +8,7 @@ DEBUG = False
import os
import shlex
import math
import mathutils
from math import sin, cos, pi
from itertools import chain