misc uninteresting stuff (killing time at airport commit)

- pep8 updates
- RNA_TwoDFilterActuator --> RNA_Filter2DActuator
- minor changes to conolse namespace init.
This commit is contained in:
2010-05-03 16:00:42 +00:00
parent 0fdd003d9a
commit 245ab753f5
13 changed files with 46 additions and 39 deletions

View File

@@ -389,7 +389,7 @@ class PARTICLE_PT_physics(ParticleButtonsPanel):
row.prop(part, "physics_type", expand=True)
else:
row.prop(part, "physics_type", text="")
if part.physics_type != 'NO':
row = layout.row()
col = row.column(align=True)