def __init__(self):
self.XYZ = mathutils.Vector()
self.UV = mathutils.Vector()
self.uvs = CListValue(mathutils.Vector)
self.normal = mathutils.Vector()
self.color = mathutils.Vector()
self.colors = CListValue(mathutils.Vector)
self.x = float()
self.y = float()
self.z = float()
self.u = float()
self.v = float()
self.u2 = float()
self.v2 = float()
self.r = float()
self.g = float()
self.b = float()
self.a = float()
评论列表
文章目录