Fix [#29502] Brush texture Preview panel doesnt show Alpha checkbox
* Added to the py UI file, it would require some deeper changes to have it in the c Template, can be done later. * Fixed a typo.
This commit is contained in:
@@ -166,6 +166,10 @@ class TEXTURE_PT_preview(TextureButtonsPanel, Panel):
|
||||
layout.template_preview(tex, parent=idblock, slot=slot)
|
||||
else:
|
||||
layout.template_preview(tex, slot=slot)
|
||||
|
||||
#Show Alpha Button for Brush Textures, see #29502
|
||||
if context.space_data.texture_context == 'BRUSH':
|
||||
layout.prop(tex, "use_preview_alpha")
|
||||
|
||||
|
||||
class TEXTURE_PT_colors(TextureButtonsPanel, Panel):
|
||||
|
Reference in New Issue
Block a user