diff --git a/release/scripts/ui/properties_texture.py b/release/scripts/ui/properties_texture.py index ebe64c3d459..3631fb40784 100644 --- a/release/scripts/ui/properties_texture.py +++ b/release/scripts/ui/properties_texture.py @@ -121,13 +121,8 @@ class TEXTURE_PT_context_texture(TextureButtonsPanel): if wide_ui: col = split.column() - - if (not space.pin_id) and ( - context.sculpt_object or - context.vertex_paint_object or - context.weight_paint_object or - context.texture_paint_object): + if not space.pin_id: col.prop(space, "brush_texture", text="Brush", toggle=True) if tex: