Limit Distance Constraint - jpbouza Feature Request
The Limit Distance constraint is now allowed to use the owner/target space settings. Previously this wasn't exposed it didn't seem sensible/useful. However, this can be useful when dealing with dependencies between bones and the armature gets scaled. Usage notes: - It is advised to select the same space for both owner and target, otherwise the comparisons are meaningless
This commit is contained in:
@@ -485,6 +485,8 @@ class ConstraintButtonsPanel():
|
|||||||
row.prop(con, "use_transform_limit")
|
row.prop(con, "use_transform_limit")
|
||||||
row.label()
|
row.label()
|
||||||
|
|
||||||
|
self.space_template(layout, con)
|
||||||
|
|
||||||
def STRETCH_TO(self, context, layout, con):
|
def STRETCH_TO(self, context, layout, con):
|
||||||
self.target_template(layout, con)
|
self.target_template(layout, con)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user