Cleanup: remove trailing space, newlines at eof
This commit is contained in:
@@ -1029,7 +1029,7 @@ class ConstraintButtonsSubPanel(Panel):
|
||||
col = layout.column(align=True)
|
||||
col.prop(con, "map_to_z_from", expand=False, text="Z Source Axis")
|
||||
col.prop(con, "to_min_z" + ext, text="Min")
|
||||
col.prop(con, "to_max_z" + ext, text="Max")
|
||||
col.prop(con, "to_max_z" + ext, text="Max")
|
||||
|
||||
layout.prop(con, "mix_mode" + ext, text="Mix")
|
||||
|
||||
@@ -1396,7 +1396,7 @@ class BONE_PT_bTransformConstraint_from(BoneConstraintPanel, ConstraintButtonsSu
|
||||
def draw(self, context):
|
||||
self.draw_transform_from(context)
|
||||
|
||||
|
||||
|
||||
class OBJECT_PT_bTransformConstraint_destination(ObjectConstraintPanel, ConstraintButtonsSubPanel):
|
||||
bl_parent_id = "OBJECT_PT_bTransformConstraint"
|
||||
bl_label = "Map To"
|
||||
|
||||
Reference in New Issue
Block a user