Participant
September 25, 2021
解決済み
スクリプトでパスの方向反転をオンにする方法
- September 25, 2021
- 返信数 1.
- 484 ビュー
調べてみたところ、プロパティのマッチネームは "ADBE Vector Shape Direction" です。
最後の行にある数値が2または3で切り替えができています。
var myLayer = app.project.activeItem.layer(1)("ADBE Root Vectors Group")(2)("ADBE Vectors Group")(1);
var myShape = myLayer.property("ADBE Vector Shape Direction");
myShape.setValue(3) // 2 or 3
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.