Bugfix [#29264] Superfluous control in Maintain Volume constraint

This commit is contained in:
Joshua Leung
2011-11-15 11:15:37 +00:00
parent cc93e476ab
commit 5f18cc2238

View File

@@ -420,7 +420,9 @@ class ConstraintButtonsPanel():
layout.prop(con, "volume")
self.space_template(layout, con)
row = layout.row()
row.label(text="Convert:")
row.prop(con, "owner_space", text="")
def COPY_TRANSFORMS(self, context, layout, con):
self.target_template(layout, con)