From 5191e786be0e469d90bc893d500e9664486134bb Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Mon, 7 Feb 2022 13:49:21 -0500 Subject: [PATCH] Add Alpha VCol UI function Forgot to add this earlier --- korman/ui/ui_texture.py | 1 + 1 file changed, 1 insertion(+) diff --git a/korman/ui/ui_texture.py b/korman/ui/ui_texture.py index a346d47..c63e05b 100644 --- a/korman/ui/ui_texture.py +++ b/korman/ui/ui_texture.py @@ -82,6 +82,7 @@ class PlasmaLayerPanel(TextureButtonsPanel, bpy.types.Panel): sub = col.column() sub.active = not use_stencil sub.prop(layer_props, "opacity", text="Opacity") + sub.prop(layer_props, "use_alpha_vcol", text="Use Alpha VCol") sub.separator() sub = col.column() sub.active = texture.type == "IMAGE" and texture.image is None