bluePencilFrame [-activeViewport] [-clear] [-copy] [-cutFrame] [-delete] [-duplicate] [-exportArchive string] [-exportFrames] [-importArchive string] [-importFrames] [-insert] [-move int int int] [-moveCopy int int int] [-moveToNext] [-paste] [-relative] [-retime int] [-scale float boolean int int] [-scaleCopy float boolean int int] [-stepBack] [-stepForward]
bluePencilFrame は、取り消し可能、照会不可能、および編集不可能です。
Blue Pencil フレームを作成または編集するためのコマンド。なし
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-activeViewport(-avp)
|
|
![]() |
||
|
||||
-clear(-clr)
|
|
![]() |
||
|
||||
-copy(-cp)
|
|
![]() |
||
|
||||
-cutFrame(-cut)
|
|
![]() |
||
|
||||
-delete(-del)
|
|
![]() |
||
|
||||
-duplicate(-dup)
|
|
![]() |
||
|
||||
-exportArchive(-ea)
|
string
|
![]() |
||
|
||||
-exportFrames(-ex)
|
|
![]() |
||
|
||||
-importArchive(-ia)
|
string
|
![]() |
||
|
||||
-importFrames(-im)
|
|
![]() |
||
|
||||
-insert(-ins)
|
|
![]() |
||
|
||||
-move(-mv)
|
int int int
|
![]() |
||
|
||||
-moveCopy(-mvc)
|
int int int
|
![]() |
||
|
||||
-moveToNext(-mvn)
|
|
![]() |
||
|
||||
-paste(-pst)
|
|
![]() |
||
|
||||
-relative(-rel)
|
|
![]() |
||
|
||||
-retime(-ret)
|
int
|
![]() |
||
|
||||
-scale(-sc)
|
float boolean int int
|
![]() |
||
|
||||
-scaleCopy(-scc)
|
float boolean int int
|
![]() |
||
|
||||
-stepBack(-sb)
|
|
![]() |
||
|
||||
-stepForward(-sf)
|
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Frame actions. bluePencilFrame -ins; bluePencilFrame -dup; bluePencilFrame -del; bluePencilFrame -cut; bluePencilFrame -cp; bluePencilFrame -pst; bluePencilFrame -clr; bluePencilFrame -stepForward; bluePencilFrame -stepBack; // Set the distance to the next frame to 5. bluePencilFrame -retime 5; // Add 5 to the space to the next frame. bluePencilFrame -retime 5 -relative; // Set the distance to the next frame to 5 and then set the current time to the next frame. bluePencilFrame -retime 5 -moveToNext; // Move frames between 5 and 9 by 15 frames. bluePencilFrame -move 15 5 9; // Move frames between 5 and 9 by 15 frames while leaving a copy of the initial keys in their original location. bluePencilFrame -moveCopy 15 5 9; // Scale frames between 5 and 9 by 2 from the beginning. bluePencilFrame -scale 2.0 0 5 9; // Scale frames between 5 and 9 by 2 from the beginning while leaving a copy of the initial keys in their original location. bluePencilFrame -scaleCopy 2.0 0 5 9; // Launch import frame dialog. bluePencilFrame -importFrames; // Launch export frame dialog. bluePencilFrame -exportFrames; // Import a blue pencil frame archive without the file browser dialog bluePencilFrame -importArchive "C:/archives/bluePencil.zip"; // Export a blue pencil frame archive without the file browser dialog bluePencilFrame -exportArchive "C:/archives/bluePencil.zip";