...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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
Code Block | ||
---|---|---|
| ||
// Select all bone modules with the "Collar" part name. |
...
selectByPart "Collar"; |
Additional information
Related commands
...