Rigging Question
zombietaggerung
Posts: 3,844
in The Commons
Is it possible to have one transformation Parameter follow another on the same bone? Such as, the X translate follow/move with the Y translate? Inside DS of course.

Comments
You could link them one-way with the Property Hierarchy pane, or ERC Freeze, but I don't think there's a way to do two-way link, so chnages to one affected the other regardless of which you used.
Rob says you can use a dirct link, instead of ERC, but it's li,ited to numeric properties (not an issue for transforms) and each property can have only one such link - however, it would be bi-directional (change either property and the other matches). See http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/numericproperty_dz
Note that you don't have to do this via script, though I couldn't recall where the option was in the UI and DS was busy. You can drag a property from the parameters pane in Edit mode (set via right-click menu) to the Link entry under the other property in the Property Hierarchy to set it up.
Thank you. I was hoping it was possible.