[Bf-blender-cvs] [31abd2d877d] master: UI: Particle. Remove unnecessary label for grid distribution

Pablo Vazquez noreply at git.blender.org
Fri Jan 25 15:30:38 CET 2019


Commit: 31abd2d877d4d68c20f028888e4f8edc9881f9c3
Author: Pablo Vazquez
Date:   Fri Jan 25 15:18:03 2019 +0100
Branches: master
https://developer.blender.org/rB31abd2d877d4d68c20f028888e4f8edc9881f9c3

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.

===================================================================

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



More information about the Bf-blender-cvs mailing list