Go to: Synopsis. Return value. Flags. MEL examples.
bluePencilStroke [-frameAdded] [-layerAdded int]
bluePencilStroke is undoable, NOT queryable, and NOT editable.
Command used to commit active blue pencil strokes.None
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-frameAdded(-fa)
|
|
|||
|
||||
-layerAdded(-la)
|
int
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
// Commit active drawing stroke on the perspective camera. bluePencilStroke -layerAdded 2 -frameAdded "perspective";