add_mesh_torus now passes the pep8 test

This commit is contained in:
2009-11-01 18:07:35 +00:00
parent 29aea786cb
commit 2cf22b53bc
3 changed files with 113 additions and 89 deletions

View File

@@ -594,10 +594,10 @@ class ConstraintButtonsPanel(bpy.types.Panel):
row = layout.row()
row.itemL(text="To:")
row.itemR(con, "track", expand=True)
def SPLINE_IK(self, context, layout, con):
self.target_template(layout, con)
row = layout.row()
row.itemR(con, "chain_length")
# TODO: add the various options this constraint has...