mgear.core.pickWalkΒΆ
Custom Pick walk
Functions
cleanOrphaneControllerTags (tag) |
Security check, delete tags without controlObject plug |
controllerWalkDown (node[, add, multi]) |
Walk down in the hierachy using the controller tag |
controllerWalkLeft (node[, add, multi]) |
Pick walks the next sibling to the left using controller tag |
controllerWalkRight (node[, add, multi]) |
Pick walks the next sibling to the right using controller tag |
controllerWalkUp (node[, add]) |
Walk up in the hierachy using the controller tag |
getMirror (node) |
Get the mirrored node usin _L and _R replacement |
getWalkTag (node) |
Get Controller tag |
get_all_tag_children (node) |
Gets all child tag controls from the given tag node |
reorderControllerChildrenTags (tag) |
Clean the order on the children connection. |
transformWalkDown (node[, add, multi]) |
Walks to the child transform dagNode on the hierarcy |
transformWalkLeft (node[, add, multi]) |
Pick walks to the left the next sibling transform on the hierarchy |
transformWalkRight (node[, add, multi]) |
Pick walks to the right the next sibling transform on the hierarchy |
transformWalkUp (node[, add]) |
Walks to the parent transform dagNode on the hierarcy |
walkDown (node[, add, multi]) |
Walk Down |
walkLeft (node[, add, multi]) |
Walk left |
walkMirror (node[, add]) |
Select the mirror dagNode |
walkRight (node[, add, multi]) |
Walk right |
walkUp (node[, add, multi]) |
Walk up |