• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

OM Blog

Digital Artist Hacks!

  • Blog
    • 3DCG制作講座
    • 映像制作講座
  • Wiki
  • About
  • Contact
    • 3DCGデザイナー他 外部スタッフ募集
現在の場所:ホーム / Blog / Photoshop Script アクションを読み込む

Photoshop Script アクションを読み込む

01/15/2016 By Ochiai Mitsuo Updated: 02/29/2016 コメントを書く

Photoshop Script内でPhotoshop アクションを実行する方法のメモです。



アクションを読み込む

JavaScript
1
2
3
4
5
6
7
8
9
10
11
12
13
// Get a list of all ActionSets 
var actionList =getActionSets(); 
 
// Before you load it, you need to delete it if exists first. 
for(var d in actionList){ 
    if (actionList[d] == "MySetName") { 
        unLoadAction(actionList[d]); 
    } 
} 
 
// Loading the new ActionsSet 
var actionsFileATN = File("C:\\Users\\Public\\MySetName.atn"); 
if (!File(actionsFileATN).exists) app.load(File(actionsFileATN)); 


カテゴリBlog

関連コンテンツ



Reader Interactions

コメントを残すコメントをキャンセル

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください。

最初のサイドバー

[PR] CG専門講師の初心者向けAfter Effects本

OM Blog Topics

  • After Effectsで動画データをループする方法
  • 台湾の通販で使える中国語キーワード
  • 台湾の購入代行サービス まとめ
  • CGソフトウェア 学習トレーニングサイト
  • Autodesk 3dsMax プラグインリスト
  • Adobe Photoshop プラグインリスト
  • 私のパソコンスペック
  • Windows ムービー メーカー提供終了。無料の代替えソフトは「フォト」です。
  • Photoshopのテキストレイヤー名の自動更新設定を復元する方法
  • PSDデータが開けない場合の対処方法

RSS OM Wiki Topics

  • OM Wiki
  • Formatting Syntax - ↷ 移動操作に合わせてリンクを書き換えました。
  • Asciidoc - [テーブル]
  • ImageMagick - [ダウンロード & インストール]
  • アニメーションの作り方

アーカイブ

Copyright © 2026

  • プライバシーポリシー