...
create moduleType "name1" ["name2"] ...[-addSelect] [-parent string] [-positionOffset vector] [-rotationOffset vector] [-preTranslation vector] [-preRotation vector] [-allClips] [-multiple integer] |
Arguments
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
void
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// Create a new object of type Marker having the name "rightThumb" |
...
// parent the new Marker to the CharacterNode called Actor_1. |
...
create Marker rightThumb -parent Actor_1; |
Code Block | ||
---|---|---|
| ||
// Create 4 new characters |
...
create Character Actor_2 Actor_3 Actor_4 Actor_5; |
Additional information
Related commands
...