TexFace removal part 3

- MTexPoly structure & layer type.
- The 'Mesh.uv_textures' layers.
- DerivedMesh TexFace drawing.
- Scripts & UI.
This commit is contained in:
2017-05-25 15:11:00 +10:00
parent c7c6070a64
commit bdbf4471a6
69 changed files with 285 additions and 771 deletions

View File

@@ -222,7 +222,7 @@ class QuickExplode(Operator):
if self.fade:
explode.show_dead = False
uv = obj.data.uv_textures.new("Explode fade")
uv = obj.data.uv_layers.new("Explode fade")
explode.particle_uv = uv.name
mat = object_ensure_material(obj, "Explode Fade")