freestyle lineset tag attribute was defined but not used, also some code cleanup.

This commit is contained in:
Campbell Barton
2013-04-07 01:38:03 +00:00
parent 6774e727a2
commit 63d523336f
21 changed files with 70 additions and 41 deletions

View File

@@ -473,7 +473,8 @@ class ShapeTransfer(Operator):
class JoinUVs(Operator):
"""Transfer UV Layouts from active to selected objects (needs matching geometry)"""
"""Transfer UV Layouts from active to selected objects """ \
"""(needs matching geometry)"""
bl_idname = "object.join_uvs"
bl_label = "Transfer UV Layouts"