X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fmesh.py;fp=blender%2Fio_mspgl%2Fmesh.py;h=3b1c74dfbec9675403226a3435fed354ffed7ef8;hp=fadbcee9a18e7ac1e397559c63eddb68504a2218;hb=74a5bc6159d2c753786a5ef6bf785263cd0538f1;hpb=9c62dbb21e979d23c2e7cf0aff3746402718c7b2 diff --git a/blender/io_mspgl/mesh.py b/blender/io_mspgl/mesh.py index fadbcee9..3b1c74df 100644 --- a/blender/io_mspgl/mesh.py +++ b/blender/io_mspgl/mesh.py @@ -154,7 +154,6 @@ class Mesh: def __init__(self, mesh): self.name = mesh.name - self.winding_test = mesh.winding_test self.smoothing = mesh.smoothing self.use_uv = mesh.use_uv self.tangent_uvtex = mesh.tangent_uvtex @@ -817,7 +816,6 @@ def create_mesh_from_object(ctx, obj, material_atlas): bmesh = eval_obj.to_mesh() # Object.to_mesh does not copy custom properties - bmesh.winding_test = o.data.winding_test bmesh.smoothing = o.data.smoothing bmesh.use_lines = o.data.use_lines bmesh.vertex_groups = o.data.vertex_groups