Browse Source

Add Alpha VCol UI function

Forgot to add this earlier
pull/258/head
Patrick Dulebohn 3 years ago
parent
commit
5191e786be
  1. 1
      korman/ui/ui_texture.py

1
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

Loading…
Cancel
Save