From 095a44e7b65f61d4e6a57f7e2a9a1d3ef929330d Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Mon, 16 Sep 2019 14:16:41 +0200 Subject: [PATCH] feat: empty support --- bl_types/bl_mesh.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bl_types/bl_mesh.py b/bl_types/bl_mesh.py index f7398d6..3a2167f 100644 --- a/bl_types/bl_mesh.py +++ b/bl_types/bl_mesh.py @@ -113,7 +113,6 @@ class BlMesh(BlDatablock): # mesh_buffer.from_mesh(target) # 2 - LOAD METADATA - # uv's for uv_layer in data['uv_layers']: target.uv_layers.new(name=uv_layer) @@ -122,7 +121,6 @@ class BlMesh(BlDatablock): skin_layer = mesh_buffer.verts.layers.skin.verify() # for face in mesh_buffer.faces: - # # Face metadata # for loop in face.loops: # loop_uv = loop[uv_layer]