Skip to content

Commit

Permalink
Fix missing expand vertex color source UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ucupumar committed May 28, 2024
1 parent a2c0a87 commit 6e367ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ def draw_layer_source(context, layout, layer, layer_tree, source, image, vcol, i
elif layer.type == 'HEMI':
suffix = 'hemi'
elif layer.type == 'VCOL':
suffix = 'vcol'
suffix = 'vertex_color'
else: suffix = 'texture'

if lui.expand_source:
Expand Down

0 comments on commit 6e367ba

Please sign in to comment.