From 31abd2d877d4d68c20f028888e4f8edc9881f9c3 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 25 Jan 2019 15:18:03 +0100 Subject: UI: Particle. Remove unnecessary label for grid distribution None of the other distribution modes have labels, and it's pretty clear anyway since the fields below have the Grid word in them. --- release/scripts/startup/bl_ui/properties_particle.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_particle.py') diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py index f3f2f5b93d7..d53e6a935a5 100644 --- a/release/scripts/startup/bl_ui/properties_particle.py +++ b/release/scripts/startup/bl_ui/properties_particle.py @@ -313,7 +313,6 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, Panel): if part.emit_from == 'VERT': col.prop(part, "use_emit_random", text="Random Order") elif part.distribution == 'GRID': - col.label(text="Grid") col.prop(part, "invert_grid") col.prop(part, "hexagonal_grid") else: -- cgit v1.2.3