Vertex color bake

This commit is contained in:
luboslenco
2020-03-03 11:39:22 +01:00
parent 31867b8a89
commit c506d7a16c
+1 -1
View File
@@ -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");