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.
This commit is contained in:
Pablo Vazquez 2019-01-25 15:18:03 +01:00
parent abd33f9823
commit 31abd2d877
1 changed files with 0 additions and 1 deletions

View File

@ -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: