Begin projection layer

This commit is contained in:
Lubos Lenco
2020-06-09 18:28:46 +02:00
parent c39588db00
commit 2b9d415f16
9 changed files with 204 additions and 105 deletions
+1 -1
View File
@@ -629,7 +629,7 @@ class TabLayers {
var uvTypeHandle = Id.handle().nest(l.id);
uvTypeHandle.position = l.uvType;
l.uvType = ui.combo(uvTypeHandle, [tr("UV Map"), tr("Triplanar")], tr("TexCoord"));
l.uvType = ui.combo(uvTypeHandle, [tr("UV Map"), tr("Triplanar"), tr("Project")], tr("TexCoord"));
if (uvTypeHandle.changed) {
Context.setMaterial(l.material_mask);
Context.setLayer(l);