Cleanup: pep8, unused vars, line length
This commit is contained in:
@@ -160,6 +160,7 @@ class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, Panel):
|
||||
col = flow.column()
|
||||
col.prop(cloth, "bending_damping", text="Bending")
|
||||
|
||||
|
||||
class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, Panel):
|
||||
bl_label = "Internal Springs"
|
||||
bl_parent_id = 'PHYSICS_PT_cloth_physical_properties'
|
||||
@@ -201,6 +202,7 @@ class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, Panel):
|
||||
col = flow.column()
|
||||
col.prop(cloth, "internal_compression_stiffness_max", text="Max Compression")
|
||||
|
||||
|
||||
class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, Panel):
|
||||
bl_label = "Pressure"
|
||||
bl_parent_id = 'PHYSICS_PT_cloth_physical_properties'
|
||||
|
||||
Reference in New Issue
Block a user