TexFace removal part 3
- MTexPoly structure & layer type. - The 'Mesh.uv_textures' layers. - DerivedMesh TexFace drawing. - Scripts & UI.
This commit is contained in:
@@ -248,7 +248,7 @@ def mesh_uv_add(obj):
|
||||
(1.0, 1.0),
|
||||
(1.0, 0.0))
|
||||
|
||||
uv_lay = obj.data.uv_textures.new()
|
||||
uv_lay = obj.data.uv_layers.new()
|
||||
|
||||
# XXX, odd that we need to do this. until UV's and texface
|
||||
# are separated we will need to keep it
|
||||
|
Reference in New Issue
Block a user