From c506d7a16ca96759868f028bd5938b13fb8dc0f9 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Tue, 3 Mar 2020 11:39:22 +0100 Subject: [PATCH] Vertex color bake --- Sources/arm/ui/UITrait.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/arm/ui/UITrait.hx b/Sources/arm/ui/UITrait.hx index 5b7fed1e..9338ae4a 100644 --- a/Sources/arm/ui/UITrait.hx +++ b/Sources/arm/ui/UITrait.hx @@ -1040,7 +1040,7 @@ class UITrait { else if (Context.tool == ToolBake) { ui.changed = false; var bakeHandle = Id.handle({position: bakeType}); - var bakes = ["AO", "Curvature", "Normal", "Normal (Object)", "Height", "Derivative", "Position", "TexCoord", "Material ID", "Object ID"]; + var bakes = ["AO", "Curvature", "Normal", "Normal (Object)", "Height", "Derivative", "Position", "TexCoord", "Material ID", "Object ID", "Vertex Color"]; #if kha_direct3d12 bakes.push("Lightmap"); bakes.push("Bent Normal");