...
Scroll tablelayout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default |
---|
style | |
---|
widths | 17%, 10%, 13%, 60% |
---|
style | sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
...
Scroll tablelayout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default |
---|
style | |
---|
widths | 12%, 15%, 14%, 13%, 46% | style |
---|
sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|
a | 0 | — | r | Selection adds to the current scene selection. The default is to replace the scene selection. |
r | 0 | — | a | Selection removes from the current scene selection. The default is to replace the scene selection. |
childOf | 1 | string | — | Only selects modules that are children of this module name. |
side | 1 | string | — | Only selects modules that have the side attribute set to this. |
Return value
void
Examples
...
// Select all bone modules with the "Collar" part name.
...
selectByPart "Collar";
Additional information
Related commands
...